@media only screen and (min-width:1025px) {
    #navbarNavDropdown > ul > li:hover .dropdown-menu{
        display:inline-grid;
    }
    

    #primary_header.sticky_header{
        position: fixed;
        width: 100%;
        z-index: 99999;
        height: 141px;
    }

    .header{
        height:191px;
    }

    .product_sidebar_dropdown{
        display: none;
    }
}
@media only screen and (min-width:1200px) {
    #logo_img{
   
        max-width:150px;
        width:100%;
    }
}

@media only screen and (min-width:1600px) {
    
}


