@media screen and (min-width: 768px) and (max-width: 1630px){
    .content{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    header .right nav {
        margin-right: 1.5vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1520px){
    header.main nav>div>ul>li>a{
        font-size: 14.5px;
        min-width: unset;
    }
    header.main{
        padding-left: 2rem;
        padding-right: 1.2rem;
    }
    header.main a.logo, header.main.fixed a.logo{
        width: 5.2rem;
    }
    header.main_header .header_center .header_center-box .logo_content {
        min-width: 150px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1350px){
    header.main nav>div>ul>li{
        margin: 0 0.8vw;
    } 
    header.main a.logo, header.main.fixed a.logo{
        width: 4.2rem;
    }
    .header-cart>span, .blog header.fixed .header-cart>span{
        margin: 0;
    }
    .header-account>span, .blog header.fixed .header-account>span,.header-cart>span, .blog header.fixed .header-cart>span{
        width: 1.4rem;
        height: 1.4rem;
        background-size: 0.9rem !important;
    }
    div.select-lang span.lang{
        background-size: 1.2rem;
        width: 2rem;
    }
    header .right nav {
        margin-right: 0.5vw;
    }
    header div.container div.list{
        justify-content: space-around;
    }
    header div.container div.list h3{
        font-size: 17px;
    }
    header div.container div.list ul{
        font-size: 15px;
    }
    header div.container .menu-img{
        padding: 0 1.5rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
    .swiper-product{
        width: 93%;
    }
    .swiper-btn .btn.swiper-button-next{
        right: 0;
        left: unset;
    }
    .swiper-btn .btn{
        left: 0;
    }
    ul.products li.product img{
        height: 14.5rem;
    }
    .swiper-product ul.products li.product div.color-option {
        top: 17rem;
    }
}