.products-title
{
    font-size: 0;
    letter-spacing: 3px;
    border-bottom: 1px solid #e61f7e;
    padding-bottom: 10px;
    
    color:#6f6f6f;
}
.products-title-first{
    color: #e61f7e;
    font-size: 24px;
    display: inline-block;
}

.products-title-second{
    font-size: 20px;
    color: #fb3c57;

    display: inline-block;
}
.products-title b{
    font-size: 28px;
}
.products-title span
{
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: baseline;
}
.products-title span:before{
    content: '→';
    font-size: 14px;
    display: inline-block;

}

.products-list-box{
    width: 98%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.products-list-box a{
    width: 19%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5%;
    margin-bottom: 20px;
}
.products-img-box{
    width: 100%;
    
    display: block;
    overflow: hidden;
}
.products-img{
    width: 100%;
    overflow: hidden;
    display: block;
   
    position: relative;
}
.products-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -100%;
    background-color: rgba(0,0,0,0.4);
}

.products-price{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.products-price span {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

/*products-page內頁*/
.products-page-box{
    width:1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.products-page-box .title-box{
    width: 100%;
}
.products-page-info-box{
    width: 100%;
    padding: 20px 0;
    font-size: 0;
}
.products-page-info-img{
    width: 500px;
    height: 500px;
    max-width: 100%;
    display: inline-block;
    border: 1px solid #535353;
    box-sizing: border-box;
    margin-right: 20px;
    overflow: hidden;
  
}
.products-page-info-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.products-page-info-text{
    width: calc(100% - 520px);
    display: inline-block;
    vertical-align: top;
}
.products-page-title{
    font-size: 28px;
    letter-spacing: 3px;
    display: block;
    padding-bottom: 10px;
}
.products-page-num{
    font-size: 18px;
    letter-spacing: 3px;

}

.products-page-price{
    font-size: 26px;
    letter-spacing: 3px;
}
.products-page-price span{
    font-size: 26px;
    color: #e61f7e;
}

.products-page-many-title{
    font-size: 18px;
    letter-spacing: 3px;
    display: block;
}
.products-page-size{
    width: 100px;
    max-width: 100%;
    display: block;
    font-size: 16px;
}
.products-page-size select{
    width: 100%;
    margin: 10px 0;
    height: 30px;
    font-size: 14px;
}
.products-page-many-box{
    width: 100%;
    display: block;
    position: relative;
}
.products-page-many{
    width: 350px;
    max-width: 100%;
    position: relative;
    display: block;
}
.products-page-many-down,
.products-page-many-up
{
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    background-color: #e61f7e;
    font-size: 30px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
}
.products-page-many-input{
    width: 250px;
    display: inline-block;
    vertical-align: top;

}
.products-page-many-input input{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e61f7e;
    text-align: center;
}
.products-page-button-box{
    width: 100%;
    margin-top: 20px;
}
.products-page-join{
    font-size: 16px;
    width: 160px;
    cursor: pointer;
    line-height: 40px;
    margin-right: 30px;
    display: inline-block;
    color: #FFF;
    background-color: #e61f7e;
    text-align: center;
    letter-spacing: 2px;
}

.products-page-pay{
    font-size: 16px;
    width: 160px;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 2px;
    display: inline-block;
    background-color: #00a0e9;
    color: #FFF;
    text-align: center;

}
.products-page-edit{
    letter-spacing: 2px;
    line-height: 1.6;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bfbfbf;
    font-size: 16px;
    padding-bottom: 50px;
}


.title-box{
    width: 97%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.products-page-more-box{
    width: 95%;
    display: block;
    font-size: 0;
    margin: 20px 2.5%;
}
.products-page-more-list{
    margin: 0 10px;
}
.products-page-more-title{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: justify;
    height: 75px;
    overflow: hidden;
}
.products-page-more-price{
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    margin-top: 5px;
}
.products-page-more-price span{
    color: red;
}
.products-page-box .slick-prev:before,.products-page-box .slick-next:before{
    content: '';

}

.products-page-box .slick-next{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/arrow-next.png');
}
.products-page-box .slick-prev{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/arrow-prev.png');
}
.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}
.products-page-more{
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #e61f7e;
}

.products-page-info{
    width: 100%;
    display: block;
    margin-top: 10px;
}
.products-page-info-title{
    font-size: 20px;
    font-weight: bold;
    color: #00a0e9;
}
.products-page-info-p{
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    color: #777;
}

.products-many{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.0);
    border: 1px solid #e61f7e;
    color: #000;
    background-position: 100% center;
    background-repeat: no-repeat;
    width: 100%;
    line-height: 44px;
    height: 46px;
    font-size: 18px;
    padding-left: 20px;
    outline: none;
    position: relative;
    cursor: pointer;
}
.shopcar-pay-box .products-many{
    line-height: 30px;
    height: 33px;
}
.products-page-box .products-page-many-box:after,
.shopcar-pay-box  .products-page-many:after {
    content: '';
    width: 0px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    border-right: 10px solid transparent;
    border-top: 10px solid #e61f7e;
    height: 100%;
    border-left: 10px solid transparent;
    pointer-events: none;
}
.shopcar-pay-box  .products-page-many:after {
    top: 12px;
}
.products-page-box .products-page-many-box:before,
.shopcar-pay-box .products-page-many:before {
    content: '';
    width: 42px;
    display: block;
    border-left: 1px solid  #e61f7e;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.shopcar-pay-box .products-page-many{
    width: 80%;
    display: block;
    margin: 0 auto;
}

.shopcar-pay-box .products-many{
  
    padding-left: 40%;

}