@media print{
    body{
        font-family: Arial, Helvetica, sans-serif;
        color: black;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
    .clearfix{ clear:both}
    .slider, nav{
        display: none
    }
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mt50{ margin-top:20px}
#main_logo{ width:60px}
    .breadcrumb{
        display: none
    }
.sm{ display:none}
    .flexslider.detailes{
        display: none
    }

    .toprint{
        display: none
    }

    .for_footer{
        display: none
    }

    #print_not{

        display: none
    }

    #print_yes{
        display: block
    }

    img.det_main_img{
        #width: 100%;
        #min-height: 530px;
    }

    .page_break{
        page-break-after: always;
    }

    .det_value p{
        line-height: 1;
    }

    .det_main_thumb{
    }
    #top-header{ display:none}
    #print_yes img.det_main_thumb {
        height: 90px!important;
        max-height: 90px;
    }
}