.page-print .logo {
    display: block;
    float: none;
    text-align: left;
}
@media print {
    * {
        -webkit-filter: none !important;
        background: transparent !important;
        color: #000 !important;
        filter: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    .table-wrapper table {
        width: 100%;
        table-layout: fixed;
    }
    .table-wrapper table td {
        width: auto;
    }
    .table-wrapper table > tfoot > tr:first-child {
        border-top: 1px solid #999;
    }
    .box,
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 1cm;
    }

    .header-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .icon-logo-cft-header-big {
        background-image: url(sprite.png) !important;
        margin: 15px 0;
    }
    .block-content,
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    .block-content {
        page-break-before: avoid;
    }
    .block-title,
    h2,
    h3 {
        page-break-after: avoid;
    }
    .nav-toggle {
        display: none !important;
    }
    .page-header {
        display: none!important;
    }
    .sidebar,
    .page-header .top-header,
    .page-header .header-mobile-menu,
    .page-header .header-search,
    .page-header .header-blocks,
    .page-header .mobile-logo,
    .page-footer,
    .nav-sections,
    .header.content > *[class],
    .panel.wrapper > *[class],
    .footer.content > *[class],
    .action.print,
    .fixed-cart,
    .fixed-cart.visible {
        display: none;
    }
    .logo,
    .footer .copyright {
        display: block !important;
        margin: 10px 0;
    }
    .order-details-items .order-items .order-gift-message:not(.expanded-content) {
        height: auto;
        visibility: visible;
    }
    .column.main {
        float: none !important;
        width: 100% !important;
    }
    .breadcrumbs {
        margin: 0 auto;
        text-align: left;
        padding-left: 0;
    }
    .footer.content {
        padding: 0;
    }
    .action.primary{
        border: none;
        padding: 0;
        line-height: normal;
    }
    .action.primary:after{
        display: none;
    }

    .box-tocart-custom {
        display: none !important;
    }

    .rapport__container {
        display: none !important;
    }

    .catalog-product-view .product-addto-links {
        display: none;
    }

    #paybright-widget-container {
        display: none;
    }

    /*recently viewed products*/
    .cc-rv-section {
        display: none !important;
    }

    #flix-inpage {
        page-break-inside: avoid
    }

    .fixed-cart {
        display: none !important;
    }

    /*you may also like block - it is dynamically injected to page*/
    .product.info.detailed ~ div[id] {
        /*page-break-inside: avoid*/
        display: none !important;
    }

    /*related products - it is dynamically injected to page*/
    .product-info-wrapper+div[id] {
        /*page-break-inside: avoid*/
        display: none !important;
    }

    #BVRRContainer {
        display: none;
    }

    #flix_hotspots.flix_hotspotV2.flix_hotspot_b5 {
        display: none !important;
    }

    .inpage_selector_header {
        display: none;
    }

    .inpage_selector_feature .flix-std-row {
        display: none;
    }

    #flix-privacy-policy {
        display: none !important;
    }

    .product-info-wrapper .sale {
        display: none;
    }

    .recommendations-slider__wrapper {
        display: none;
    }

    .recently-product__wrapper {
        display: none;
    }

    .page-main {
        padding-top: 0 !important;
    }

    .page.messages {
        display: none!important;
    }

    #shipping-timer {
        display: none !important;
    }

    .bv_button_component_container .bv_button_buttonMinimalist {
        display: none !important;
    }

    .product-info-wrapper {
        flex-direction: column !important;
    }

    .product-info-wrapper > .media {
        width: 100% !important;
    }

    .breadcrumbs-wrapper {
       margin-bottom: 15px !important;
    }

    .product-info-main {
        width: 100%;
    }

    .gallery-top {
        display: none !important;
    }

    .gallery-thumbs .swiper-slide-thumb-active img {
        border: 1px solid #F1F1F1;
    }

    .gallery-thumbs {
        float: unset;
        margin: 0;
        width: 100%;
    }

    .gallery-thumbs .swiper-container {
        overflow: visible;
    }

    .gallery-thumbs .swiper-slide {
        width: 130px;
        height: 130px !important;
        margin-right: 10px;
    }

    .gallery-thumbs .swiper-slide:first-child {
        padding-left: 0;
    }

    .gallery-thumbs .swiper-wrapper{
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .swiper-wrapper--gallery-thumbs img {
        display: inline-block !important;
        width: 130px !important;
    }

    #description iframe {
        display: none!important;
    }

    .stock {
        display: none!important;
    }

    .availability {
        display: none!important;
    }

    .flix-product-specs__downloads.inpage_selector_download {
        display: none;
    }

    .product.info.detailed .detailed-container.detailed-left-container,
    .product.info.detailed .detailed-container.detailed-right-container {
        width: 100%;
        max-width: 100%;
    }

    .detailed-right,
    .detailed-left,
    .detailed-info-wrapper {
        border: none!important;
    }

    .product.info.detailed{
        display:block;
    }
}
