@media print {
    /* All your print styles go here */
    #header-nav,
    #menu-icon,
    #search_widget,
    #footer,
    #_desktop_user_info,
    #_desktop_cart,
    #mobile_top_menu_wrapper,
    .container-iqit-menu,
    .blockreassurance_product,
    .featured-products,
    .js-qv-mask,
    .print-link,
    .product-add-to-cart,
    #topcontrol,
    .social-sharing,
    a.gformbuilderpro_openform,
    div#group_accessories,
    .ffolder.small::after,
    .nav-tabs,
    #tab_contact_4,
    .noprint
    {display: none !important;}

    .container{padding: 0; width: 100%;}

    #_desktop_logo { display:block!important; width:30%!important; margin:auto!important;}
    
    .header-phone-address {width: 50%; float:left;}
    .header-phone, .header-address {text-align: left!important; float: left; display: block; width: 100%;}
    .header-address {margin-top: 12px;}

    .print-product-image {width: 50%; float: left; border:1px solid black;}
    .print-product-price {width: 50%; float: left;}

    .ffolder.small {margin-top: unset;width: unset;min-height: unset; font-size: 0.8rem;}
    .df_categories a {margin: unset; padding: unset; padding-right: 10px; padding-left: 10px;}

    .tab-content .tab-pane {display: block; opacity: 1;}

    .itemproduct_right_column_product div div div div {display: inline-block; margin-right: 1rem; margin-top: 5px;}

}