@media print {

    a[href]:after{
        content:"";
    }
 a[href]:before{
        content:"";
    }


    body {
        background: #ffffff !important;
        color: #000 !important;
    }

    .top-bar {
        display: none !important;
    }

    .top {
        display: none !important;
    }

    .header-pages {
        min-height: 15vh !important;
    }

    .product-main-img {
        width: 300px;
       

    }
 .page-content .col-md-3 { width: 300px; }
 .page-content .col-md-8 {width: 300px;}

    .product-gallery {
        display: none !important;
    }
    .info-main-prod{
        width: 300px!important;
           }
    .page-content .row {
        display: flex !important;
        flex-direction: row !important;
        align-content: center !important;
        align-items: center !important;
        justify-content: flex-start!important;
    }

    .footer,
    .footer-menu,
    .bottom {
        display: none !important;
    }

    .gotop {
        display: none !important;
    }

    .partners {
        display: none !important;
    }

    iframe {
        display: none !important;
    }

    .noprint {
        display: none !important;
    }
}
