@media screen and (max-width: 1366px) {
    .container{max-width: 100%;}
    .fs-32{font-size: 28px;}
    .fs-36{font-size: 32px;}
    .fs-40{font-size: 36px;}
    .fs-48{font-size: 42px;}
}
@media screen and (max-width: 1199px) {
    .menu-pc{display: none!important;}
    .menu-mobile{display: flex!important;}
    .fs-24{font-size: 22px;}
    .fs-32{font-size: 26px;}
    .fs-36{font-size: 30px;}
    .fs-40{font-size: 32px;}
    .fs-48{font-size: 38px;}
    .logo{display: block;text-align: center;}
    .images-about{max-width: 320px;bottom: -50px;}
}

@media screen and (max-width:992px) {
    .fs-18{font-size: 16px;}
    .fs-20{font-size: 18px;}
    .fs-24{font-size: 20px;}
    .fs-32{font-size: 22px;}
    .fs-36{font-size: 26px;}
    .fs-40{font-size: 28px;}
    .fs-48{font-size: 32px;}
    .table-wishlist{min-width: 900px;}
    .images-about{max-width: 250px;}
    .image-cock{max-width: 150px;}
    .image-top{max-width: 250px;}
    .image-bottom{max-width:150px ;}
}

@media screen and (max-width:768px) {
    .banner{height: 250px;}
    body,.fs-18{font-size: 15px;}
    .fs-20{font-size: 16px;}
    .fs-24{font-size: 18px;}
    .fs-32{font-size: 20px;}
    .fs-36{font-size: 22px;}
    .fs-40{font-size: 24px;}
    .fs-48{font-size: 28px;}
    .images-about{max-width: 200px;}
    .image-cock{max-width: 100px;}
    .image-top{max-width: 200px;}
    .image-bottom{max-width:100px ;}
}

@media screen and (max-width:576px) {
    .scrollToTop {width: 35px;height: 35px;right: 10px;line-height: 35px;font-size: 13px;}
    .breadcrumb-item{font-size: 12px;}
    .banner{height: 210px;}
    input,textarea{font-size: 15px!important;}
    .fs-20{font-size: 15px;}
    .fs-24{font-size: 16px;}
    .fs-32{font-size: 18px;}
    .fs-36{font-size: 20px;}
    .fs-40{font-size: 22px;}
    .fs-48{font-size: 24px;}
    body,.fs-18{font-size: 14px;}
    .fs-14{font-size: 13px;}
    .images-about{max-width: 150px;}
    .image-cock{max-width: 90px;top: -2rem;}
    .image-top{max-width: 150px;}
    .image-bottom{max-width:90px ;}
    .ic-line{width: 50px;}
}

@media screen and (max-width:450px) {
   .banner{height: 180px;}
   input,textarea{font-size: 14px!important;}
    .fs-20{font-size: 14px;}
    .fs-24{font-size: 15px;}
    .fs-32{font-size: 16px;}
    .fs-36{font-size: 18px;}
    .fs-40{font-size: 20px;}
    .fs-48{font-size: 22px;}
    .images-about{max-width: 120px;}
    .image-top{max-width: 120px;}
}

@media screen and (max-width:320px) {
    .banner{height: 150px;}
    .breadcrumb-item{font-size: 10px;}
    body{font-size: 13px;}
    .fs-20{font-size: 13px;}
    .fs-24{font-size: 14px;}
    .fs-32{font-size: 15px;}
    .fs-36{font-size: 16px;}
    .fs-40{font-size: 18px;}
    .fs-48{font-size: 20px;}
    .images-about,.image-top{max-width: 90px;}
    .image-cock,.image-bottom{max-width: 60px;}
}