﻿.products-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: 100vh;
}
.main-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.main-banner-img{
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
}
.main-banner-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
}
.products-all-box{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
}
.products-title-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 90px;
}
.products-title{
    font-size: 38px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
    font-family: "Noto Sans TC";
}
.products-title::first-letter{
    color: #df222a;
}
.products-path-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 15px;
}
.products-path{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #666;
    font-family: "Noto Sans TC";
    font-weight: 300;
    transition: all .3s linear;
}
a.products-path{
    margin-right: 40px;
}
a.products-path::after{
    content: '〉';
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-family: "Noto Sans TC";
    font-weight: 300;
    position: absolute;
    top: 0;
    right: -33px;
}
div.products-path{
    font-weight: 400;
    color: #000;
}
.products-filter-box{
    width: 260px;
    display: inline-block;
    vertical-align: top;
}
.rwd-products-filter-text{
    display: none;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 0.2em;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background-color: #f5f5f5;
    position: fixed;
    bottom: calc(20vh - 60px);
    right: 20px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    letter-spacing: 0.2em;
    font-family: "Noto Sans TC";
    font-weight: 300;
}
.rwd-products-filter-text i{
    display: block;
}
.rwd-products-filter-text span{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
}
.rwd-products-filter-text p,
.rwd-products-filter-text span{
    transition: all .3s linear;
    font-weight: 300;
}
.products-filter-info{
    display: block;
    margin-bottom: 50px;
}
.products-filter-info-title{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: "Noto Sans TC";
}
.products-filter-info-search{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
.products-filter-info-search>input{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #666;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}
input::-webkit-input-placeholder{
    font-family: "Noto Sans TC";
}
input:-moz-placeholder{
    font-family: "Noto Sans TC";
}
input::-moz-placeholder{
    font-family: "Noto Sans TC";
}
.products-filter-info-search>i{
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
}

.products-filter-info-checkbox-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}
.products-filter-info-checkbox{
    width: 100%;
    display: block;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s linear;
}
.products-filter-info-checkbox:first-child{
    margin-top: 0;
}
.products-filter-info-checkbox>input[type='checkbox']{
    width: 14px;
    height: 14px;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    margin-right: 10px;
    position: relative;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
}
.products-filter-info-checkbox>input[type='checkbox']::after{
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 14px;
}
.products-filter-info-checkbox>input[type='checkbox']:checked::after{
    content: '✓';
    color: #333;
    padding-left: 1px;
}
.products-filter-info-checkbox span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    position: relative;
}
.products-filter-info-sizeRange-box{
    width: 100%;
    display: block;
    margin-top: 15px;
}
.products-filter-info-sizeRange{
    width: 100%;
    display: block;
    position: relative;
}
.products-filter-info-sizeRange span{
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 12px;
    color: #000;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .3s linear;
}
.products-filter-info-sizeRange>input{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 32px;
    height: 32px;
}
.products-filter-info-sizeRange>input:focus + span{
    opacity: 1;
    transform: translateX(0);
}
.products-filter-info-sizeRange-box>p{
    width: 1px;
    height: 20px;
    display: block;
    margin: 10px auto;
    background-color: #d1d1d1;
}
.products-filter-button-box{
    width: 100%;
    display: block;
}
.products-filter-button{
    width: calc((100% - 20px) / 2);
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    color: #000;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s linear;
}
.products-filter-clear-button{
    width: calc((100% - 20px) / 2);
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 20px;
    position: relative;
    font-size: 14px;
    color: #000;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s linear;
}


.products-info-box{
    width: 1200px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: calc(100% - 1460px);
}
.products-info-favorites{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    letter-spacing: 0.06em;
    padding: 12px 25px;
    padding-top: 7px;
    box-sizing: border-box;
    cursor: pointer;
}
.products-info-favorites>i{
    color: #df222a;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.06em;
}
.products-info-favorites p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.products-info-favorites p>span{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    letter-spacing: 0.06em;
    position: relative;
}
.products-info-favorites>i:nth-child(1),
.products-info-favorites.active>i:nth-child(2){
    display: none;
}
.products-info-favorites.active>i:nth-child(1),
.products-info-favorites>i:nth-child(2){
    display: inline-block;
}
.products-info-favorites p>span:nth-child(2),
.products-info-favorites.active p>span:nth-child(1){
    display: none;
}
.products-info-favorites.active p>span:nth-child(2),
.products-info-favorites p>span:nth-child(1){
    display: inline-block;
    color: #df222a
}

.products-favorites-box{
    width: 50px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    padding: 6px 0;
    padding-left: 0.2em;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 20vh;
    right: 50px;
    z-index: 2;
    transition: all .3s linear;
}
.products-favorites-box.alertIn{
    z-index: 1000;
}
.products-favorites-box p{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    letter-spacing: 0.2em;
}
.products-favorites-box span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #df222a;
    line-height: 22px;
    text-align: center;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
}
.products-info-favorites-love{
    position: absolute;
    top: calc((400 / 320) * 160px - 40px);
    left: calc(50% - 40px);
    font-size: 80px;
    width: 80px;
    line-height: 80px;
    color: #df222a;
    opacity: 0;
    pointer-events: none;
}
.products-info-favorites-love.anima{
    animation: fadeSc .6s linear 0s 1 both;
}

@keyframes fadeSc {
 from {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.4);
    opacity: 1;
  }
  70% {
    transform: scale(1.4);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}



.products-pages-info-box{
    width: 100%;
    display: block;
    position: relative;
}
.products-pages-info-img-box{
    width: 460px;
    display: inline-block;
    vertical-align: top;
}
.products-pages-info-bImg-box{
    width: 100%;
    height: 600px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    position: relative;
    cursor: zoom-in;
}
.products-pages-info-bImg{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
    pointer-events: none;
}
.products-pages-info-bImg.open{
    opacity: 1;
    pointer-events: auto;
}
.products-pages-info-sImg-box{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 35px;
}
.products-pages-info-sImg{
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    margin-right: 15px;
    position: relative;
    cursor: zoom-in;
}
.products-pages-info-sImg:nth-child(5n){
    margin-right: 0;
}
.products-pages-info-sImg:nth-child(n + 6){
    margin-top: 15px;
}
.products-pages-info-text-box{
    width: calc(100% - 460px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 10px;
    padding-top: 20px;
}
.products-pages-info-text-favorites{
    display: inline-block;
    margin-bottom: 60px;
    cursor: pointer;
}
.products-pages-info-text-favorites i{
    font-size: 24px;
    color: #df222a;
    line-height: 30px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
}
.products-pages-info-text-favorites p{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.products-pages-info-text-favorites p>span{
    font-family: "Noto Sans TC";
    font-size: 24px;
    color: #df222a;
    line-height: 30px;
    letter-spacing: 0.1em;
    position: relative;
}
.products-pages-info-text-favorites p>span:nth-child(1),
.products-pages-info-text-favorites.active p>span:nth-child(2){
    display: block;
}
.products-pages-info-text-favorites.active p>span:nth-child(1),
.products-pages-info-text-favorites p>span:nth-child(2){
    display: none;
}
.products-pages-info-text-favorites i:nth-child(2),
.products-pages-info-text-favorites.active i:nth-child(3){
    display: inline-block;
}
.products-pages-info-text-favorites.active i:nth-child(2),
.products-pages-info-text-favorites i:nth-child(3){
    display: none;
}

.products-pages-info-text-favorites .products-info-favorites-love{
    top: calc((600 / 460) * 230px - 40px);
    left: 190px;
}
.products-pages-info-text-favorites .products-info-favorites-love i{
    font-size: 80px;
    width: 80px;
    line-height: 80px;
}


.products-pages-info-text{
    margin-bottom: 30px;
}
.products-pages-info-text:last-child{
    margin-bottom: 0;
}
.products-pages-info-text p{
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.06em;
}
.products-pages-info-text span{
    font-family: "Noto Sans TC";
    font-size: 18px;
    color: #666;
    line-height: 30px;
    letter-spacing: 0.06em;
}
.products-pagest-title{
    margin-top: 130px;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 30px;
    color: #000;
    font-family: "Noto Sans TC";
    font-weight: 300;
}
.products-pagest-title::first-letter{
    color: #df222a;
}
.products-pages-other-box{
    margin-top: 50px;
}
.products-pages-other-box .index-products-info:nth-child(n){
    margin-right: 85px;
    margin-top: 0;
    outline: none;
}

.products-pages-other-box .slick-prev{
    left: -35px;
    z-index: 1;
    width: initial;
    height: initial;
}
.products-pages-other-box .slick-next{
    right: -35px;
    z-index: 1;
    width: initial;
    height: initial;

}
.products-pages-other-box .slick-prev::before{
    content: '\f053';
    font-family: "font awesome 5 free";
    font-weight: 700;
    font-size: 30px;
    opacity: 1;
    color: #000;
    transition: all .3s linear;
}
.products-pages-other-box .slick-next::before{
    content: '\f054';
    font-family: "font awesome 5 free";
    font-weight: 700;
    font-size: 30px;
    opacity: 1;
    color: #000;
    transition: all .3s linear;
}
.products-pages-other-box{
    width: calc(100% - 70px);
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}




.addition{
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    font-size: 52px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #000;
    text-align: center;
    overflow: hidden;
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;   /* for Chrome */
}
.Subtraction{
    cursor: pointer;
    display: block;
    position: fixed;
    top: 60px;
    font-size: 52px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #000;
    text-align: center;
    overflow: hidden;
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;   /* for Chrome */
}
.Subtraction span{
    width: 25px;
    height: 4px;
    display: block;
    margin: 28px auto;
    background-color: #000;
}



@media only screen and (max-width: 1800px){
    .products-favorites-box{
        right: 20px;
    }
}
@media only screen and (max-width: 1600px){
    .products-all-box{
        width: 1400px;
    }
    .products-info-box {
        width: 1000px;
        margin-left: calc(100% - 1260px);
    }
    .products-pages-other-box .index-products-info:nth-child(n){
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1400px){
    .products-all-box{
        width: 1200px;
    }
    .products-info-box {
        width: 800px;
        margin-left: calc(100% - 1060px);
    }
    .products-info-favorites-love{
        top: calc((400 / 320) * 125px - 40px);
    }

    .products-pages-info-img-box {
        width: 360px;
    }
    .products-pages-info-bImg-box{
        height: calc((600 / 460) * 360px);
    }
    .products-pages-info-sImg {
        width: 60px;
        height: 60px;
    }
    .products-pages-info-text-box {
        width: calc(100% - 360px);
    }
    .products-pages-other-box .index-products-info:nth-child(n){
        margin-right: 20px;
        width: 230px;
    }
    .products-pages-other-box .index-products-info:nth-child(n) .index-products-info-img{
        height: calc((400 / 320) * 230px);
    }
    .products-pages-info-text-favorites .products-info-favorites-love {
        top: calc((600 / 460) * 180px - 40px);
        left: calc(360px / 2 - 40px);
    }
}
@media only screen and (max-width: 1200px){
    .products-all-box{
        width: 1000px;
    }
    .products-filter-box{
        width: 200px;
    }
    .products-info-box {
        width: 750px;
        margin-left: calc(100% - 950px);
    }
    .products-info-favorites-love{
        top: calc((400 / 320) * 120px - 40px);
    }


    .products-pages-info-text-box{
        padding-left: 40px
    }
    .products-pages-other-box .index-products-info:nth-child(n) {
        margin-right: 10px;
        width: 220px;
    }
    .products-pages-other-box .index-products-info:nth-child(n) .index-products-info-img{
        height: calc((400 / 320) * 220px);
    }
}
@media only screen and (max-width: 1000px){
    .main-banner-img{
        height: calc((600 / 1920) * 100vw);
    }
    .products-all-box{
        width: 750px;
        padding: 60px 0;
    }
    .products-title-box{
        margin-bottom: 40px;
    }
    .products-title{
        font-size: 28px;
        line-height: 26px;
    }
    .products-path-box{
        margin-top: 10px;
    }
    a.products-path{
        margin-right: 30px;
    }
    a.products-path::after{
        right: -28px;
    }
    .products-filter-box{
        width: 100%;
        display: block;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        transition: all .3s linear;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.65);
    }
    .products-filter-box.active{
        opacity: 1;
        pointer-events: all;
    }
    .products-filter-info-box{
        width: calc(100% - 90px);
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
        transition: all .3s linear;
        background-color: #fff;
        box-sizing: border-box;
        padding: 30px 20px;
        transform: translateX(-100%);
        padding-bottom: 80px;
    }
    .products-filter-box.active .products-filter-info-box{
        transform: translateX(0%);
    }
    .rwd-products-filter-text{
        display: block;
        z-index: 998;
    }
    .rwd-products-filter-text.active{
        z-index: 1000;
    }
    .rwd-products-filter-text.active p{
        opacity: 0;
    }
    .rwd-products-filter-text.active span{
        opacity: 1;
        padding: 15px 17px;
        font-size: 20px;
    }
    .products-info-box{
        width: 100%;
        display: block;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px){
    .products-all-box{
        width: 550px;
        padding: 40px 0;
    }
    .products-title-box{
        margin-bottom: 20px;
    }
    .products-path-box{
        display: none;
    }
    .products-info-favorites-love{
        top: calc((400 / 320) * (265px / 2) - 40px);
    }

    .products-pages-info-img-box{
        width: 100%;
        display: block;
    }
    .products-pages-info-bImg-box,
    .products-pages-info-bImg{
        height: calc((600 / 460) * 550px);
    }
    .products-pages-info-sImg{
        width: 90px;
        height: 90px;
        margin-right: 25px
    }
    .products-pages-info-text-box{
        width: 100%;
        display: block;
        padding: 0;
        padding-top: 20px;
    }
    .products-pagest-title{
        margin-top: 70px;
    }
    .products-pages-other-box{
        margin-top: 30px;
    }
    
    .products-pages-info-text-favorites .products-info-favorites-love {
        position: fixed;
        top: calc(50vh - 40px);
        left: calc(50vw - 40px);
    }

    
    .products-pages-other-box .index-products-info:nth-child(n) {
        margin-right: 20px;
        width: 230px;
    }
    .products-pages-other-box .index-products-info:nth-child(n) .index-products-info-img{
        height: calc((400 / 320) * 230px);
    }
}
@media only screen and (max-width: 550px){
    .main-banner-img{
        height: 200px;
    }
    .products-all-box{
        width: 400px;
        padding: 20px 0;
    }
    .products-title-box{
        margin-bottom: 10px;
    }
    .products-title{
        font-size: 18px;
    }
    .products-favorites-box{
        width: 40px;
        height: 40px;
        padding: 5px 0;
        bottom: 15vh;
    }
    .products-favorites-box p{
        font-size: 12px;
        line-height: 14px;
    }
    .rwd-products-filter-text{
        width: 40px;
        height: 40px;
        padding: 6px 0;
        font-size: 12px;
        bottom: calc(15vh - 50px);
    }
    .products-info-favorites-love{
        top: calc((400 / 320) * (195px / 2) - 40px);
    }

    .products-pages-info-sImg-box{
        margin-top: 10px;
    }
    .products-pages-info-bImg-box,
    .products-pages-info-bImg{
        height: calc((600 / 460) * 400px);
    }
    .products-pages-info-sImg{
        width: 70px;
        height: 70px;
        margin-right: 12px
    }
    .products-pages-info-sImg:nth-child(n + 6) {
        margin-top: 5px;
    }
    .products-pages-info-text-favorites{
        margin-bottom: 20px
    }
    .products-pages-info-text-favorites p>span,
    .products-pages-info-text-favorites i{
        font-size: 16px;
        line-height: 24px;
    }
    .products-pages-info-text{
        margin-bottom: 10px
    }
    .products-pages-info-text p{
        font-size: 14px;
        line-height: 24px;
    }
    .products-pages-info-text span{
        font-size: 12px;
        line-height: 24px;
    }
    .products-pagest-title{
        font-size: 18px;
        margin-top: 30px;
    }
    .products-pages-other-box{
        margin-top: 10px;
    }
    .rwd-products-filter-text span{
        padding: 6px 0;    
    }
    .products-filter-info-box{
        width: calc(100% - 80px);
    }
    .products-filter-info{
        margin-bottom: 30px;
    }
    .products-pages-other-box .index-products-info:nth-child(n) {
        width: 330px;
        margin-right: 0;
    }
    .products-pages-other-box .index-products-info:nth-child(n) .index-products-info-img{
        width: 328px;
        height: calc((400 / 320) * 330px);
    }
    .products-info-favorites{
        padding: 0 10px;
        padding-top: 2px;
    }

    
    .rwd-products-filter-text.active span {
        opacity: 1;
        padding: 11px 12px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 400px){
    .main-banner-img{
        height: 150px;
    }
    .products-all-box{
        width: 95vw;
    }
    .products-info-favorites-love{
        top: calc((400 / 320) * (95vw / 2) - 40px);
    }


    .products-pages-info-bImg-box,
    .products-pages-info-bImg{
        height: calc((600 / 460) * 95vw);
    }
    .products-pages-info-sImg:nth-child(n){
        width: calc((95vw - 15px) / 4);
        height: calc((95vw - 15px) / 4);
        margin-right: 5px;
        margin-top: 0;
    }
    .products-pages-info-sImg:nth-child(4n) {
        margin-right: 0;
    }
    .products-pages-info-sImg:nth-child(n + 5) {
        margin-top: 5px;
    }
    
    .products-pages-other-box .index-products-info:nth-child(n){
        width: calc(95vw - 70px);
    }
    .products-pages-other-box .index-products-info:nth-child(n) .index-products-info-img{
        width: calc(95vw - 70px);
        height: calc((400 / 320) * (95vw - 70px));
    }
}




@media only screen and (min-width: 1001px){
    .index-products-en-box,
    .products-title,
    .products-path,
    .products-filter-box,
    .products-pages-info-img-box,
    .products-pages-info-text-favorites,
    .products-pages-info-text,
    .products-pagest-title{
        opacity: 0;
    }
    .main-banner-img{
        animation: scale 1s ease 0s 1 both;
    }
    .products-title-box.anima .products-title{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .products-title-box.anima .products-path{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .products-filter-box.anima{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .products-favorites-box{
        animation: fade 1s ease 0s 1 both;
    }
    .products-pages-info-img-box.anima{
        animation: fadeInRight 1s ease 0s 1 both;
    }
    .products-pages-info-text-box.anima .products-pages-info-text-favorites{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .products-pages-info-text-box.anima .products-pages-info-text{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .products-pagest-title.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }

    a.products-path:hover{
        color: #df222a;
    }
    .products-filter-info-search>input:focus{
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }
    .products-filter-clear-button:hover{
        background-color: #df222a;
        color: #fff;
    }

    .products-filter-info-checkbox span::after{
        content: '';
        width: 0%;
        height: 1px;
        background-color: #df222a;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s linear;
    }
    .products-filter-info-checkbox:hover span::after{
        width: 100%;
    }
    .products-favorites-box:hover{
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }
    .products-info-favorites p>span::after{
        content: '';
        width: 0%;
        height: 1px;
        background-color: #df222a;
        position: absolute;
        bottom: 4px;
        left: 0;
        transition: all .3s linear;
    }
    .products-info-favorites:hover p>span::after{
        width: 100%;
    }
    .products-pages-info-text-favorites p>span::after{
        content: '';
        width: 0%;
        height: 2px;
        background-color: #df222a;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: all .3s linear;
    }
    .products-pages-info-text-favorites:hover p>span::after{
        width: 100%;
    }
    .products-pages-info-sImg::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: 1px solid transparent;
        transition: all .3s linear;
        pointer-events: none;
    }
    .products-pages-info-sImg:hover::after{
        border-color: #df222a;
    }
    .products-pages-info-sImg.active::after{
        border: 2px solid #df222a;
    }
    
    .products-filter-button:hover{
        background-color: #df222a;
        color: #fff;
    }

    
    .products-pages-other-box .slick-prev:hover::before,
    .products-pages-other-box .slick-next:hover::before{
        color: #df222a;
    }
}