/* Responsive */
@media (max-width: 1001px){
    #hamburger { display: block; } 
    .mb-none { display: none !important; } 
    .mb-block { display: block !important; } 
    .header { padding: 0 0px; } 
    .logo-header { margin-bottom: 0; padding: 5px 0; width: 100%; } 
    .search-res .icon-search { color: #fff; } 
    .scrollToTop { bottom: 80px; right: 10px; } 
    footer { margin-bottom: 50px; } 
 }
 @media (max-width: 768px){
    .footer-news , .col-left , .col-right { -ms-flex: 0 0 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; flex: 0 0 100%; max-width: 100%; } 
    .footer-news, .image-fanpage { text-align: left !important; } 
 }
 @media (max-width: 550px) {

} 
 
 @media (max-width: 440px){
    .grid-product { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } 
 }
 
 @media (max-width: 369px) { 

 } 