@media print {
    body {
        background: #fff !important;
    }

    #header,
    #footer-top,
    #footer-bottom,
    .top-bar,
    .back-to-top,
    .d-print-none,
    .furniture-product-related,
    .modal,
    .thumbs,
    #thumb-prev,
    #thumb-next {
        display: none !important;
    }

    .theme-wrapper,
    .container,
    .row,
    .col-lg-5,
    .col-lg-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .furniture-product-page {
        margin: 0 !important;
        padding: 0 !important;
    }

    #product-gallery {
        display: block !important;
    }

    #product-gallery .owl-main,
    #product-gallery .owl-stage-outer,
    #product-gallery .owl-stage {
        width: 100% !important;
        transform: none !important;
    }

    #product-gallery .owl-item {
        width: 100% !important;
        display: none !important;
    }

    #product-gallery .owl-item.active:first-child,
    #product-gallery .owl-item.active,
    #product-gallery .owl-item:first-child {
        display: block !important;
    }

    a[href]:after {
        content: none !important;
    }
}
