@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }
    .logo_wrapper{
        background-color: #182b7c !important;
        padding: 10px !important;
    }
    body {
    -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
    }
    #single_product .related_pro,
    #productcats_form{
        display: none
    }
    .top_header .header_contact_wrapper > div:first-child{
        border-right: 0px !important;
    }
    .woocommerce div.product .woocommerce-tabs #tab-description {
  
    max-height: inherit !important;
    }
    .footer {
    background-color: #222533 !important;
    }
    .footer  *{
    color: #fff !important;
    }
}