/*  print media  */
@media print {
    * { margin: 0; padding: 0; page-break-before: avoid;}
    #header, #breadcrumbs, #footer, #product-right-wrapper .product-btns, #widgets, .ui-dialog, .scrollToTop,.monthly-food, .relatedproducts, .select-amount, #add-basket, .product-icons {display: none !important;}
    html, body {border: 1px solid white; height: auto; }
    body {background: none; background-color: #fff; color: #000; padding: 15px 0 30px 0; font: 12pt "Times New Roman", Times, serif; }
    h1 {font: 18pt "Times New Roman", Times, serif;}
    h2 {font: 16pt "Times New Roman", Times, serif;}
    h3 {font: 14pt "Times New Roman", Times, serif;}
    h4,h5,h6, div, p, .product_title {font: 12pt "Times New Roman", Times, serif;}
    .code {float:left;clear:both}
    .product-quantity, .in_package {display:none;}
    #product-photo img,#product-photo .photo-big.slick-slide {max-width: 200px; max-height: 200px;line-height:200px}
    #product-photo .photo-big.slick-slide {}
    #photo-big-slider {max-width: 200px; max-height: 200px;}
    .thumb-wrapper {display: none;}
    #product-content .spec-r {padding-bottom: 0;}
    .product-spec {margin-top: 5px;}
    .btn-basket {display: none;}
    #product-photo .slick-slide {text-align: left;}
    #cookie-policy-banner {position: static; display: none !important;}
    #container, #content_wrapper, .main_content, #main_content, #main-content-wrapper {border: 1px solid white;}
    .product-quantity-price,.product-spec-wrapper {clear:both}
    .prod_tab {display:block;}
    .spec-row .row > div  {display:inline-block}
    .spec-header {display:none}
    .product_package {padding:5px}
    .breadcrumb-wrapp {padding:5px 0px;}
    .description {width:80%;}
    .description p {font-size:24px;}
}