@media screen and (max-width: 1350px) {
    .fs-36{font-size: 32px;}
    .fs-32{font-size: 26px;}
}
@media screen and (max-width: 1250px) {
    .menu-pc{display: none!important;}
    .menu-mobile{display: flex!important;}
    .container{max-width: 100%;}
    .form-search{display: none!important;}
    .logo{position: relative;min-height: auto;box-shadow: inherit;border:inherit;background-color: transparent;padding: 0;}
    .fs-24{font-size: 20px;}
    .fs-32{font-size: 23px;}
    .img-footer{max-width: 370px;}
    .img-footer img{max-width: 100%;}
    .img-footer div{padding: 0 45px;}
}

@media screen and (max-width:992px) {
    .fs-50{font-size: 35px;}
    .product__grid{grid-template-columns: repeat(3, calc(33.33% - (10px * 2 / 3)));}
    .fs-20{font-size: 15px;}
    .table-wishlist{min-width: 900px;}
    .logo{max-width: 100%;justify-content: center;}
    .swiper-new{max-height: 290px;}
    body{font-size: 14px;}
    .text-2line{height: 40px;}
    .container-newletter .col-lg-4{display: none!important;}
    .container-newletter .col-12{flex-direction: column;}
}

@media screen and (max-width:768px) {
    .fs-32{font-size: 20px;}
    .fs-24{font-size: 16px;}
    .fs-36{font-size: 25px;}
    .banner_full .background{height: 230px;}
    .fs-30{font-size: 25px;}
    .product__grid{grid-template-columns: repeat(2, calc(50% - (10px / 2)));}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .fs-36,.items-share:first-child .name{font-size: 17px;}
    .fs-20{font-size: 13px;}
    .fs-18{font-size: 15px;}
    .breadcrumb-item{font-size: 12px;}
    .fs-30{font-size: 20px;}
    body{font-size: 13px;}
    .banner_full .background{height: 200px;}
    .fs-32{font-size: 16px;}
}

@media screen and (max-width:450px) {
   .banner_full .background{height: 160px;}
   .logo img{max-width: 60%!important;}
   .header div{font-size: 12px;}
   .fs-30{font-size: 16px!important;}
   .text-3line{height: 60px;}
}

@media screen and (max-width:320px) {
    .fs-36{font-size: 10px;}
    .breadcrumb-item{font-size: 9px;}
    .fs-30{font-size: 13px!important;}
    .banner_full .background{height: 100px;}
    #newsletter-form{min-width: 100%;}
}