@media print {
        
    body,html { 
        margin-top:0%;
        display:block;
        height:100%;
    }
 
    #page{
        margin: 0 !important;
    }
    
    #main-section{
        width: 100%;
    }
    
    #search-main {
        display: block;
        height: max-content;
        height: -moz-max-content;

    }
    
    #search-main{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    #stickyNav,
    .top-banner img,
    .pl-banner,
    #news-letter-container,
    footer{
        height: 0;
        width: 0;
        display: none;
    }

    
    .container-fluid{
        margin: 10px !important;
    }
    
    #filters{
        display: none;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 0;
    }
    
    #products{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .side-tab{
        display: none;
    }
    
    #top-button{
        display: none;
    }
    
    .product-button{
        display: none;
    }
    
    #news-letter-container{
        width: 100%;
    }
}