/* 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: 0; text-align: center; 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; } 
 .header-bottom { background: var(--color-white); } 
 .col-slider { width: 100%; } 
 .swiper-button-next, .swiper-button-prev { width: 30px; height: 30px; } 
 .wrap-product__list h2 { padding: 11.5px 10px 11.5px 30px; } 
 .title-productCat { width: 1px; flex: unset; } 
 .social-icon { position: unset; padding-top: 0; } 
 .footer-powered .wrap-content { display: flex; flex-direction: column-reverse; } 
 .copyright { text-align: center !important; margin: 15px 0 10px 0; } 
 .statistic { text-align: center !important; } 
 .bg-footer { background-size: cover; } 
 .footer-article{padding: 60px 0 30px 0;}
 }
 @media (max-width: 550px) { } 
 
 @media (max-width: 440px){
 .grid-product { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } 
 .product .name-product a{font-size: 14px;}
 .wrap-slider .wrap-content{padding: 0 10px;}
 }
 
 @media (max-width: 369px) { } 