﻿.products-box{
    display: block;
    position: relative;
    font-size: 0;
    margin: 0 auto;
    width: 1600px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

/*<------ 以下為 路徑 css ------>*/

.stephanie-path-box{
    display: block;
    margin-bottom: 20px;
}
.stephanie-path{
    display: inline-block;
    font-size: 14px;
    color: #555;
    position: relative;
    padding-right: 5px;
    margin-right: 10px;
    font-family: 'arial';
    transition: all .2s linear;
}

div.stephanie-path{
    color: #661118;
}


.stephanie-path:after{
    content: '/';
    font-size: 14px;
    color: #555;
    position: absolute;
    top: 0;
    right: -5px;
    font-family: 'arial';
}
.stephanie-path:before{
    content: '';
    width: calc(100% - 5px);
    box-sizing: border-box;
    padding: 0 10px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #555;
    opacity: 0;
    transition: all .3s linear;
}
.stephanie-path:last-child:after{
    display: none;
}

/*<------ 產品內容 css ------>*/

/*<------ 以下為 標題 css ------>*/
.products-title-big-name{
    font-size: 32px;
    font-family: 'arial';
    color: #661118;
}
.products-title-classification-name{
    font-size: 16px;
    font-family: 'arial';
}
.noInformation{
    font-size: 22px;
    font-family: 'arial';
    letter-spacing: 2px;
}
/*<------ 以下為 內容資訊 css ------>*/
.products-info-box{
    box-sizing: border-box;
    padding-top: 30px;
}
/*<------ 以下為 內容rwd資訊 css ------>*/

.rwd-products-info-top-box{
    width: 100%;
    max-width: 100%;
    display: none;
    position: relative;
    z-index: 9;
    background-color: #fff;
    left: 0;
}
.rwd-products-info-top{
    width: 100%;
    height: 46px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
    line-height: 46px;
    position: relative;
    box-sizing: border-box;
}
.rwd-products-info-top:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-top: 10px solid #888;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 5%;
    box-sizing: border-box;
}
.rwd-products-info-top-box .products-info-right{
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.rwd-products-info-top-box .products-info-right-classification-box{
    display: none;
    background-color: #fff;
}
/*<------ 以下為 內容左邊資訊 css ------>*/
.products-info-left-box{
    width: 1200px;
    max-width: 100%;
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
}
.products-info-left-top-img{
    width: 100%;
    height: 400px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.products-info-left-bottom-box{
    box-sizing: border-box;
    padding-top: 20px;
}
.products-info-left-introduction-text-title{
    font-size: 28px;
    font-family: 'arial';
    display: none;
}
.products-info-left-introduction-box{
    display: inline-block;
    width: 298px;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: top;
}
.products-info-left-introduction-box:nth-child(4n + 1){
    margin-left: 0;
}
.products-info-left-introduction-img-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 15px ;
    box-sizing: border-box;
    transition: all .3s linear;
}
.products-info-left-introduction-img{
    width: 100%;
    height: 100%;
    display: block;
}
.products-info-left-introduction-img img{
    transition: all .3s linear;
}
.products-info-left-introduction-text-box{
    width: 100%;
    font-size: 14px;
    color: #555;
    font-family: 'arial';
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.products-info-left-introduction-stylenumber-box{
    margin-bottom: 6px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-info-left-introduction-material-box{
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-info-left-introduction-border{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #661118;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all .3s linear;
    opacity: 0;
}

/*<------ 以下為 內容右邊資訊 css ------>*/
.products-info-right-box{
    width: 320px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.products-info-right{
    width: 100%;
    display: block;
    border: 1px solid #d1d1d1;
}
.products-info-right-title{
    font-size: 18px;
    font-family: 'arial';
    box-sizing: border-box;
    padding: 15px 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
.products-info-right-title:nth-child(1){
    background-color: #661118;
    color: #fff;
    cursor: inherit;
    border-color: #661118;
}
.products-info-right-title i{
    position: absolute;
    right: 10px;
    top: 20px;
}
.products-info-right-color-title{
    border-top: none;
}
.products-info-right-classification-box{
    display: block;
    box-sizing: border-box;
    padding: 20px 25px;
    padding-bottom: 15px;
    display: none;
}
.products-info-right-color-box{
    padding-bottom:  10px;
}
.products-info-right-color-checkbox-lable{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 10px;
}
.products-info-right-color-checkbox-lable:nth-child(7n){
    margin-right: 0;
}
.products-info-right-color-checkbox-lable input{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.products-info-right-color-checkbox-lable span{
    position: relative;
    display: block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: 'arial';
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
}
.products-info-right-color-checkbox-lable span:before{
    content: '';
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "Font Awesome 5 Free";
    line-height: 16px;
}
.products-info-right-color-checkbox-lable input:checked + span:before{
    content: '\f00c';
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-left: 2px;
}
.products-info-right-material-box{
    padding: 0;
    display: none;
}
.products-info-right-checkbox-lable{
    display: block; 
    box-sizing: border-box;
    padding: 7px 25px;
    transition: all .3s linear;
}
.products-info-right-checkbox-lable input{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.products-info-right-checkbox-lable span{
    position: relative;
    display: block;
    vertical-align: middle;
    letter-spacing: 1px;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'arial';
}
.products-info-right-checkbox-lable span:before{
    content: 'none';
    font-size: 0;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
    background-color: #fff;
}
.products-info-right-checkbox-lable input:checked + span:before{
   
    background-repeat: no-repeat;
    background-color: #661118;
    background-position: center;
}
.products-info-right-checkbox-lable input:checked + span:before{
    background-image: url(../img/front/checked2.png);
    background-size: 70%;
}
.products-info-right-size,
.products-info-right-heelhigh{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'arial';
    display: inline-block;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: all .3s linear;
}
.products-info-right-size:nth-child(2n + 1),
.products-info-right-heelhigh:nth-child(2n + 1){
    margin-right: 10px;
}
.products-box{
    position: relative;
    z-index: 10;
}

/*<----------hover---------->*/
a.stephanie-path:hover:before{
    opacity: 1;
}
.products-info-left-introduction-box:hover .products-info-left-introduction-border{
    opacity: 1;
}
.products-info-left-introduction-box:hover .products-info-left-introduction-img img{
    transform: scale(1.1);
}
.products-info-right-checkbox-lable:hover{
    background-color: #ebedee;
}
.products-info-right-size:hover,
.products-info-right-heelhigh:hover{
    border-bottom: 4px solid #000;
}
.products-info-right-size.active,
.products-info-right-heelhigh.active{
    border: 1px solid #000;
    border-bottom: 4px solid #000;
}
#Color#000000{
    color: #FFF;
}

.products-info-right-title i{
    transform: rotateZ(0deg);
}
.products-info-right-title.active i{
    transform: rotateZ(90deg);
}



@media only screen and (max-width: 1600px){
    .products-box{
        width: 1400px;
    }
    .products-info-left-box{
        width: 1000px;
    }
    .products-info-left-top-img{
        height: 333px;
    }
    .products-info-left-introduction-box{
        width: 248px;
    }
    .products-info-left-introduction-img-box{
        height: 250px;
    }
}
@media only screen and (max-width: 1400px){
    .products-box{
        width: 1200px;
    }
    .products-info-left-box{
        width: 900px;
    }
    .products-info-left-top-img{
        height: 300px;
    }
    .products-info-right-box{
        width: 220px;
    }
    .products-info-left-introduction-box{
        width: 223px;
    }
    .products-info-left-introduction-img-box{
        height: 225px;
    }
    .products-info-right-color-checkbox-lable{
        margin-right: 22px;
    }
    .products-info-right-color-checkbox-lable:nth-child(7n){
        margin-right: 22px;
    }
    .products-info-right-color-checkbox-lable:nth-child(5n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 1200px){
    .products-box{
        width: 1000px;
    }
    .products-info-left-box{
        width: 750px;
        margin-right: 30px;
    }
    .products-info-left-top-img{
        height: 250px;
    }
    .products-info-left-introduction-box{
        width: 248px;
    }
    .products-info-left-introduction-img-box{
        height: 250px;
    }
    .products-info-left-introduction-box:nth-child(4n + 1){
        margin-left: 2px;
    }
    .products-info-left-introduction-box:nth-child(3n + 1){
        margin-left: 0;
    }
}
@media only screen and (max-width: 1000px){
    .products-box{
        width: 800px;
        padding-top: 80px;
    }
    .products-info-right-box{
        display: none;
    }
    .products-info-left-box{
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
    }
    .products-info-left-top-img{
        height: 267px;
    }
    .products-info-left-introduction-box{
        width: 265px;
    }
    .products-info-left-introduction-img-box{
        height: 265px;
    }
    .stephanie-path-box{
        display: none;
    }
    .rwd-products-info-top-box{
        display: block;
    }
    .rwd-products-info-top{
        display: block;
    }
    .rwd-products-info-top-box .products-info-right{
        display: none;
    }
    .products-info-right-checkbox-lable{
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    .products-info-right-size:nth-child(n), .products-info-right-heelhigh:nth-child(n) {
        margin-right: 10.4px;
    }
    .products-info-right-size, .products-info-right-heelhigh{
        width: 242px;
    }
    .products-info-right-size:nth-child(3n), .products-info-right-heelhigh:nth-child(3n) {
        margin-right: 0;
    }
    .products-info-right-color-checkbox-lable:nth-child(5n){
        margin-right: 22px;
    }
    .products-info-right-color-checkbox-lable:nth-child(20n){
        margin-right: 0;
    }

    .products-info-right-title i{
        transform: rotateZ(0deg);
    }
    .products-info-right-title.active i{
        transform: rotateZ(90deg);
    }
}
@media only screen and (max-width: 800px){
    .products-box{
        width: 600px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .products-info-left-top-img{
        height: 200px;
    }
    .products-title-big-name{
        font-size: 28px;
    }
    .products-title-classification-name{
        font-size: 14px;
    }
    .products-info-left-introduction-box{
        width: 198px;
    }
    .products-info-left-introduction-img-box{
        height: 200px;
    }
    .products-info-left-introduction-text-box{
        font-size: 12px;
    }
    .products-info-right-size:nth-child(n), .products-info-right-heelhigh:nth-child(n) {
        margin-right: 10px;
    }
    .products-info-right-size, .products-info-right-heelhigh{
        width: 269px;
    }
    .products-info-right-size:nth-child(3n), .products-info-right-heelhigh:nth-child(3n) {
        margin-right: 10px;
    }
    .products-info-right-size:nth-child(2n), .products-info-right-heelhigh:nth-child(2n) {
        margin-right: 0;
    }
    .products-info-right-color-checkbox-lable:nth-child(20n){
        margin-right: 22px;
    }
    .products-info-right-color-checkbox-lable:nth-child(15n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 600px){
    .products-box{
        width: 400px;
    }
    .products-info-left-top-img{
        height: 133px;
    }
    .products-info-left-introduction-box:nth-child(3n + 1){
        margin-left: 2px;
    }
    .products-info-left-introduction-box:nth-child(2n + 1){
        margin-left: 0;
    }
    .products-info-right-size, .products-info-right-heelhigh{
        width: 179px;
    }
    .products-info-right-color-checkbox-lable:nth-child(n){
        margin-right: 20.8px;
    }
    .products-info-right-color-checkbox-lable:nth-child(10n){
        margin-right: 0;
    }
    .products-info-right-classification-box{
        padding: 15px;
    }
}
@media only screen and (max-width: 400px){
    .products-title-big-name{
        font-size: 24px;
    }
    .products-title-classification-name{
        font-size: 12px;
    }
    .products-box{
        width: 300px;
        padding-bottom: 20px;
    }
    .products-info-box{
        padding-top: 10px;
    }
    .products-info-left-top-img{
        height: 100px;
    }
    .products-info-left-introduction-box{
        width: 148px;
    }
    .products-info-left-introduction-img-box{
        height: 150px;
    }
    .products-info-left-introduction-text-box{
        padding: 25px 10px;
    }
    .products-info-right-size, .products-info-right-heelhigh{
        width: 100%;
    }
    .products-info-right-size:nth-child(n), .products-info-right-heelhigh:nth-child(n) {
        margin-right: 0;
    }
    .products-info-right-classification-box{
        padding: 10px 10px;
        padding-bottom: 0;
    }
    .products-info-right-material-box{
        padding: 0;
    }
    .products-info-right-color-checkbox-lable{
        margin-bottom: 10px;
    }
    .products-info-right-checkbox-lable{
        width: 100%;
        display: block;
    }
    .products-info-right-color-checkbox-lable:nth-child(n){
        margin-right: 15px;
    }
    .products-info-right-color-checkbox-lable:nth-child(9n){
        margin-right: 0;
    }
}


/*animation*/
/*<-------------動畫------------->*/

@keyframes products_opacity {
    0%{
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes products_opacityUp {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
    }
}
@keyframes products_opacityright {
    0%{
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
    }
}
@keyframes products_opacityleft {
    0%{
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
    }
}
@media only screen and (min-width: 1001px){
    .stephanie-path-box{
        animation: fade .8s ease 0s 1 both;
    }
    .products-title-big-name{
        animation: products_opacityUp .8s ease 0s 1 both;
    }
    .products-title-classification-name{
        animation: products_opacityUp .8s ease 0s 1 both;
    }
    .products-info-left-top-img{
        animation: products_opacityleft .8s ease 0s 1 both;
    }
    .products-info-left-introduction-box{
        opacity: 0;
    }
    .products-info-left-introduction-box.active{
        animation: products_opacityUp .8s ease 0s 1 both;
    }
    .products-info-right-box{
        animation: products_opacityright .8s ease 0s 1 both;
    }
    .products-info-left-introduction-text-title{
        animation: products_opacityUp .8s ease 0s 1 both;
    }
}