/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 * Refactored by Calculus Software Solutions
 */
/* Screen vars  */
/* Colours */
/* Use flexbox [true|false] */
/* Theme is responsive [true|false] */
/*@screen__m: 768px; Set from calculus variables*/
/* Global lib */
/* Theme overrides */
/* Local theme variables */
/* Default */
/* Magento/blank */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    /* Use in 41 Chrome */
    /* Removed background-transparent to allow rendering of page-header background [CB] */
    /* background: transparent !important; */
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  /*  Black prints faster:h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline !important;
  }
  /*  Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table tbody tr:first-child td {
    border-top: 1px solid #ccc!important;
  }
  .table-wrapper table td {
    width: auto;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .product-info-wrapper {
    display: block !important;
  }
  .product.media {
    max-width: 50% !important;
  }
  .product-info-main {
    float: right !important;
    max-width: 50%;
  }
  /* Removed margin [CB]
     @page {
         margin: 1cm;
     }
     */
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Render background-color of page-header [CB] */
  .page-header {
    -webkit-print-color-adjust: exact !important;
  }
  /* Size and position of company-logo in page-header [CB] */
  .logo-wrapper {
    padding-left: 10px !important;
    width: 50% !important;
  }
  .header-top .header-top-content .block-1 {
    display: none !important;
  }
  /* Print Phone Number [CB] */
  .header-top .header-top-content .block-2 {
    display: block !important;
    margin: 10px 0;
  }
  .header-top .header-top-content .block-3 {
    display: none !important;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  /* .column.main dropped in width from 100% [CB] */
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  /* Added padding to product description [CB] */
  .data.item.content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Added margin to tab headings [CB] */
  .product.data.items {
    margin-left: 10px;
  }
  /* Removed 01/04/2021 [CB]
     .breadcrumbs {
         margin: 0 auto;
         text-align: left;
     }
     */
  .footer.content {
    padding: 0;
  }
  /* Styles added for print from product-view-two-column-layout */
  body.catalog-product-view.product_view_two_column_layout .brandlogo {
    float: right;
    display: inline-block;
  }
  body.catalog-product-view.product_view_two_column_layout .product-info-main {
    display: unset;
    min-height: 550px;
  }
  body.catalog-product-view.product_view_two_column_layout .product-info-main .page-title-wrapper {
    order: 0;
  }
  body.catalog-product-view.product_view_two_column_layout .product-info-main .product-info-price {
    margin-bottom: 0;
    float: right;
  }
  body.catalog-product-view.product_view_two_column_layout .product-info-main .product-info-price .price-box {
    float: right;
  }
  body.catalog-product-view.product_view_two_column_layout .product.media .gallery-placeholder {
    display: block !important;
    position: absolute;
    width: 49%;
  }
  body.catalog-product-view.product_view_two_column_layout .product-gallery-mobile {
    display: none;
  }
  body.catalog-product-view.product_view_two_column_layout .product.media {
    max-width: 100% !important;
  }
  /* Starting with hidden-print, these classes are not to be rendered in print-out [CB] */
  .hidden-print,
  .clickncollect,
  .reviews-actions,
  .price-match-btn,
  .box-tocart,
  .product-social-links,
  .sticky-basket,
  .view-in-store,
  .breadcrumbs,
  .search-wrapper,
  .header-actions,
  .brand-logo,
  .product-info-stock-sku,
  .responsive-container,
  .label-block,
  .fotorama__nav {
    display: none !important;
  }
  [id^="flix_hs_"] {
    display: none !important;
  }
  [class^="label"] {
    display: none !important;
  }
  div#smartsupp-widget-container {
    display: none;
  }
  iframe {
    display: none !important;
  }
  div#smartsupp-widget-container {
    display: none !important;
  }
}
