@charset "utf-8";
/*列表通用 index、products*/
.products-list .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.products-list.type2 .description{
    color: #ACACAC;
}
.products-list.for-cart .offers{
    color: #F2856C;
    font-size: 18px;
    margin: 15px 0 0;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
    z-index: 2;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .mask .more{
    display: none;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #F2856C;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0;
    }
}
/*/列表通用 index、products*/
/*------------ products ------------*/
/*p_共同*/
.products-list.type1,
.products-list.type2{
    margin-top: 0;
}
/*/p_共同*/
/*p_type1*/
.products-list .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
    margin: 0 40px 50px;
}
.products-list.for-cart.type1 .offers, .products-list.for-cart.type1 .box:hover .offers {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    transition: all .3s ease;
    overflow: visible;
    z-index: 1;
}
.products-list.type2 .mask::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: linear-gradient(to left, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px), linear-gradient(to right, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px);
    background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right, bottom, left;
    transition: all 0.3s ease;
    opacity: 0;
}
.products-list.type2 .box:hover .mask::after {
    animation: thumImg-hover-anime 20s 0s infinite linear;
}
@-webkit-keyframes thumImg-hover-anime {
    0% {
        opacity: 1;
        background-position: top left, top right, right bottom, bottom left;
    }
    100% {
        opacity: 1;
        background-position: right top, right bottom, left bottom, left top;
    }
}
@keyframes thumImg-hover-anime {
    0% {
        opacity: 1;
        background-position: top left, top right, right bottom, bottom left;
    }
    100% {
        opacity: 1;
        background-position: right top, right bottom, left bottom, left top;
    }
}
.products-list.type2 .mask .pic:before {
    display: none;
}
.products-list.type2 .txt {
    padding-top: 15px;
}
.products-list.type2 .name {
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
    font-weight: normal;
}
/*/p_type2*/
/*p_瀑布流*/
.masonry-list.products-list{
    margin-bottom: 0;
}
/*/p_瀑布流*/
.share_box {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
/*------------ /products ------------*/
/*------------ 詢價車 ------------*/
.products-intro .pd-intro .btn-group{
    margin: 25px -7px 10px;
}
.products-intro .pd-intro .btn-group .col{
    float: left;
    width: 50%;
    padding: 0 7px;
}
.products-intro .pd-intro .btn-group .btn{
    width: 100%;
    color: #24262C;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    max-width: 265px;
    margin-bottom: 10px;
}
/*------------ /詢價車 ------------*/
/*------------ cart ------------*/
.products-intro.for-cart .pd-info-label {
    margin-bottom: 0px;
    float: left;
    width: 120px;
    font-size:15px;
    line-height:40px;
    color: #666666;
}
.products-intro.for-cart .pd-info {
    margin: 10px 0;
}
.products-intro.for-cart .pd-info b {
    color: #F2856C;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block;
}
.products-intro.for-cart .pd-info b.ori-price {
    color: #666666;
    font-size: 16px;
    margin-top: 9px;
    font-weight: normal;
}
.products-intro.for-cart .pd-activity-box{
    display: flex;
    justify-content: start;
}
.products-intro.for-cart .pd-activity{
    background: #F2856C;
    color: #fff;
    padding: 5px 15px 5px 40px;
    transition: all .3s ease;
    position: relative;
    margin-top: 5px;
    display: block;
    line-height: 1.4;
}
.products-intro.for-cart .pd-activity:hover {
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
.products-intro.for-cart .pd-activity:before,
.products-intro.for-cart .pd-activity:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    position: absolute;
    animation-direction: alternate;
    top: calc(50% - 5px);
}
.products-intro.for-cart .pd-activity:before {
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}
.products-intro.for-cart .pd-activity:after {
    animation-name: activity-ani2;
    opacity: 1;
    left: 20px;
}
@keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}
@keyframes activity-ani2 {
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}
.products-intro.for-cart #pro_spec {
    display: flex;
    flex-direction: column;
}
.products-intro.for-cart #pro_spec .pd-info-label{
    line-height: 1.5;
    margin-top: 2px;
    padding-right: 10px;
    box-sizing: border-box;
}
.products-intro.for-cart .pd-activity a {
    display: block;
}
.products-intro.for-cart .pd-info.pd-t2-content {
    margin-bottom: 0px;
}
.products-intro.for-cart .pd-info .pd-t2 {
    display: inline-block;
    width: calc(100% - 120px);
    padding-top: 0;
}
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-val{
    background: #F5EFE8;
    color: #666;
    margin-right: 10px;
    transition: all .3s ease;
    display: inline-block;
    padding: 2px 2px;
    min-width: 56px;
    margin-bottom: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-val:hover,
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-val.active{
    background: #666;
    color: #FFF;
}
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-val.pd-t2-disabled,
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-val.pd-t2-disabled:hover{
    background: #f7f7f7;
    color: #c9c9c9;
    cursor: not-allowed;
}
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic{
    padding: 2px;
    min-width: unset;
    border: 1px solid #FFF;
    background: transparent;
    margin-right: 6px;
}   
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic.active,
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic:hover{
    border: 1px solid #5c5c5c;
    background: transparent;
}  
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic.pd-t2-disabled,
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic.pd-t2-disabled:hover{
    opacity: 0.2;
    border: 1px solid #FFF;
    background: transparent;
} 
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic.pd-t2-disabled{
    position: relative;
}
.products-intro.for-cart .pd-info .pd-t2 .pd-t2-pic.pd-t2-disabled:before{
    content: "X";
    font-weight: bold;
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 13px);
    bottom: 0;
    right: 0;
    color: #FFF; 
}
.products-intro.for-cart .pd-price {
    display: inline-block;
    vertical-align: middle;
}
.products-intro.for-cart .pd-border{
    padding: 0 0 10px;
    margin: 30px 0 0;
    padding-top: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.products-intro.for-cart .qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    margin-top: 8px;
    box-sizing: border-box;
    width: 100px;
}
.products-intro.for-cart .qty-box .form-control {
    /* position: relative;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #777;
    font-weight: bold;
    background: none;
    border: 0;
    border-bottom: 1px solid #A4A4A4;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0; */
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #F8F8F8;
    border: 1px solid #DBDBDB;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.products-intro.for-cart .qty-box .form-control:focus {
    border-color: #B1B1B1;
}
.products-intro.for-cart .qty-box .ibtn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    background: #FFF;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
    text-indent: unset;
    text-align: center;
}
.products-intro.for-cart .qty-box .ibtn.add:hover {
    border-color: #F99900;
    background: #F99900;
    color: #FFF;
    z-index: 2;
}
.products-intro.for-cart .qty-box .ibtn.less:hover {
    border-color: #F99900;
    background: #F99900;
    color: #FFF;
    z-index: 2;
}
.products-intro.for-cart .qty-box .add {
    right: 0;
    border-radius: 0 2px 2px 0;
}
.products-intro.for-cart .qty-box .less {
    left: 0;
    border-radius: 2px 0 0 2px;
}
.products-intro.for-cart .pd-instock{
    display: inline-block;
    margin-left: 8px;
    color: #747474;
    margin-top: 7px;
}
.products-intro.for-cart .pd-instock span{
    color: #484848;
}
.products-intro.for-cart .pd-info.pd-info-sold{
    text-align: right;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.products-intro.for-cart .pd-info.pd-info-sold .pd-sold{
    color: #747474;
    font-size: 14px;
}
.products-intro.for-cart .pd-info.pd-info-sold .pd-sold span{
    color: #484848;
}
.has-side .products-intro.for-cart .thumbnails {
    float: left;
}
.products-intro.for-cart .btn-group-cart{
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 10px;
}
.products-intro.for-cart .btn-group-cart .btn{
    width: calc((100% - 40px) / 3);
    background: #FFF;
    border: 1px solid #CCCCCC;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #5C5C5C;
    font-size: 14px;
    border-radius: 0;
    transition: all .3s ease;
    margin-bottom: 13px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 110px;
}
.products-intro.for-cart .btn-group-cart .btn .ic{
    color: #5C5C5C;
    font-size: 15px;
    margin-right: 3px;
    transition: all .3s ease;
}
.products-intro.for-cart .btn-group-cart .btn.soldout .ic:before{
    content: "X";
    font-family: "Arial";  
}
.products-intro.for-cart .btn-group-cart .btn.soldout{
    background: #FFF;
    color: #A0A0A0;
    cursor: not-allowed;
}
.products-intro.for-cart .btn-group-cart .btn.soldout .ic{
    color: #A0A0A0;
}
.products-intro.for-cart .btn-group-cart .btn.addcart:hover,
.products-intro.for-cart .btn-group-cart .btn.buynow:hover,
.products-intro.for-cart .btn-group-cart .btn.wish:hover{
    background: #4C4C4C;
    border: 1px solid #4C4C4C;
    color: #FFF;
}
.products-intro.for-cart .btn-group-cart .btn.addcart:hover .ic,
.products-intro.for-cart .btn-group-cart .btn.buynow:hover .ic,
.products-intro.for-cart .btn-group-cart .btn.wish:hover .ic{
    color: #FFF;
}
.products-intro.for-cart .btn-group-cart .btn.soldout:hover{
    color: #4C4C4C;
    border: 1px solid #4C4C4C;
}
.products-intro.for-cart .btn-group-cart .btn.soldout:hover .ic{
    color: #4C4C4C;
}
.products-intro.for-cart .btn-group-cart .btn.arrival:hover{
    background: #E60A36;
    border: 1px solid #E60A36;
    color: #FFF;
}
.products-intro.for-cart .btn-group-cart .btn.arrival:hover .ic{
    color: #FFF;
}
.has-side .products-intro.for-cart .thumbnails {
    width: 52%;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.products-intro.for-cart .thumbnails {
    width: 50.1%;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
}
.products-intro.for-cart .thumbnails ul.list-h{
    max-width: unset;
}
.has-side .products-intro.for-cart .thumbnails{
    width: 52%;
}
.has-side .products-intro.for-cart .thumbnails.inquiry ul.list-h{
    max-width: unset;
}
.products-intro.for-cart .thumbnails .item{
    padding-left: 6px;
    padding-right: 6px;
}
.products-intro.for-cart .thumbnails .slick-arrow {
    width: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 16px);
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .6s ease;
    font-size: 0;
    background: transparent;
}
.products-intro.for-cart .thumbnails .slick-prev {
    left: -27px;
}
.products-intro.for-cart .thumbnails .slick-next {
    right: -27px;
}
.products-intro.for-cart .thumbnails .slick-arrow.slick-prev:before {
    font-family: 'icon-font' !important;
    content: "\f104";
    color: #CCCCCC;
    position: relative;
    left: calc(50% - 20px);
    top: 0;
    transition: all .6s ease;
    font-size: 30px;
    line-height: 30px;
    width: 20px;
    height: 30px;
}
.products-intro.for-cart .thumbnails .slick-arrow.slick-prev:hover:before{
    color: #777777;
} 
.products-intro.for-cart .thumbnails .slick-arrow.slick-next:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #CCCCCC;
    position: relative;
    left: calc(50% - 29px);
    top: 0;
    transition: all .6s ease;
    font-size: 30px;
    line-height: 30px;
    width: 20px;
    height: 30px;
}
.products-intro.for-cart .thumbnails .slick-arrow.slick-next:hover:before{
    color: #777777;
} 
.products-intro:not(.for-cart) .thumbnails .item:nth-child(3n+1){
    clear: both;
}
body .fancybox-inner {
    overflow: auto !important;
}
.fancybox-arrival-content{
    display: none;
    max-width: 700px;
    padding: 60px 60px;
    border-radius: 0px;
    color: #333;
    text-align: center;
    background: #fff !important; 
}
.fancybox-arrival-content .a-title-name{
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.fancybox-arrival-content .a-id-name{
    margin: 0;
    font-size: 15px;
    margin-bottom: 5px;
    color: #a1a1a1;
}
.fancybox-arrival-content .a-type-name{
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;
    color: #a1a1a1;
}
.fancybox-arrival-content .arrival-info{
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;
}
.fancybox-arrival-content .arrival-email span{
    font-weight: bold;
}
.fancybox-arrival-content .arrival-btn{
    height: 25px;
    margin-top: 30px;
    color: #FFF;
    background: #a30010;
    transition: all .3s ease;
    padding: 5px 20px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    font-size: 14px;
    transition: all .3s ease;
    max-width: 200px;
}
.fancybox-arrival-content .arrival-btn:hover{
    background: #cb1022;
}
/*related_我猜你喜歡*/
.related-box{
    margin-bottom: 0;
    margin-top: 40px;
}
.related-box .title{
    position: relative;
}
.related-box .title span{
    color: #666;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    background: #FFF;
    font-size: 17px;
    letter-spacing: 2px;
}
.related-box .title:before{
    content: "";
    width: calc(100%);
    height: 1px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    right: 0;
    top: 12px;
}
.related-slider {
    position: relative;
}
.related-slider .slick-dots {
    position: relative;
    width: 100%;
    bottom: 0px;
    text-align: center;
    margin-top: 10px;
}
.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #F5EFE8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}
.related-slider .slick-dots li.slick-active button {
    background: #F99900;
}
.related-list {
    margin: 0 -10px;
}
.related-list .item {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.related-list .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    margin: 10px 0 0;
    color: #444;
    letter-spacing: 1.5px;
}
.related-list .box {
    display: block;
    margin: 10px auto 0;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .box img{
    display: block;
    transition: all .3s ease;
    width: 100%;
}
.related-list .mask .more{
    display: none;
}
.related-list .mask{
    margin: 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3s ease;
    overflow: visible;
}
.related-list .mask::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-image: linear-gradient(to left, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px), linear-gradient(to right, #ACACAC 3px, #fff 3px), linear-gradient(to bottom, #ACACAC 3px, #fff 3px);
    background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, right, bottom, left;
    transition: all 0.3s ease;
    opacity: 0;
}
.related-list .box:hover .mask::after {
    animation: thumImg-hover-anime 20s 0s infinite linear;
}
/*/related_我猜你喜歡*/
/*buymore_我要加購*/
.buymore-box{
    margin-bottom: 40px;
    margin-top: 0;
}
.buymore-box .title{
    position: relative;
}
.buymore-box .title span{
    color: #666;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    background: #FFF;
    font-size: 17px;
    letter-spacing: 2px;
}
.buymore-box .title:before{
    content: "";
    width: calc(100%);
    height: 1px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    right: 0;
    top: 12px;
}
.buymore-slider {
    position: relative;
}
.buymore-slider .slick-dots {
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin-top: 15px;
}
.buymore-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #F5EFE8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}
.buymore-slider .slick-dots li.slick-active button {
    background: #F99900;
}
.buymore-list {
    margin: 0 -10px;
}
.buymore-list .item {
    padding: 0 10px;
    box-sizing: border-box;
}
.buymore-list .box {
    display: block;
    margin: 0 auto;
}
.buymore-list .pic {
    position: relative;
    overflow: hidden;
}
.buymore-list .box .pic img{
    display: block;
    transition: all .3s ease;
    width: 100%;
}
.buymore-list .buymore-checkbox{
    margin-bottom: 0;
    display: flex;
}
.buymore-list .buymore-checkbox .form-checkbox:before{
    margin: 7px 5px 7px 0;
}
.buymore-list select.form-control{
    height: 32px;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 51px;
    box-sizing: border-box;
    padding-left: 3px;
    margin-bottom: 10px;
}
.buymore-list .name{
    transition: all .3s ease;
    margin: 10px 0 3px;
    color: #444;
    letter-spacing: 1.5px;
}
.buymore-list .row{
    display: flex;
}
.buymore-list .row > div:nth-child(1){
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 14px;
}
.buymore-list .row > div:nth-child(2){
    width: 20px;
    padding-top: 3px;
}
.buymore-list .mask{
    margin: 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3S ease;
    overflow: hidden;
}
/*/buymore_我要加購*/
/*------------ /cart ------------*/
/*------------ sort_box ------------*/
.sort_box{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.sort_box .control-label{
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box{
    float: left;
}
.sort_box .control-box label{
    font-size: 0;
    display: none;
}
.sort_box .form-control{
    margin-bottom: 0px;
    padding: 0 5px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus{
    color: #4F3E28;
}
.sort_box .form-group{
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after{
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon{
    float: left;
    line-height: 28px;
    padding: 5px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #ECE0D2;
    z-index:-1;
    transition: all .3s ease;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background: #F99900;
}
.sort_icon .ibtn.one{
    background-image: url(../../../images/layout06/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two{
    background-image: url(../../../images/layout06/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four{
    background-image: url(../../../images/layout06/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
/*切換product_column欄位*/
.products_column_two.products-list .item,
.has-side .products_column_two.products-list .item{
    width: 50%;
}
.products_column_two.products-list .item:nth-child(n),
.has-side .products_column_two.products-list .item:nth-child(n){
    clear: inherit;
}
.products_column_two.products-list .item:nth-child(2n+1),
.has-side .products_column_two.products-list .item:nth-child(2n+1){
    clear: left;
}
/*products_view_two*/
.products-list.item_two .item{
    width: 50%;
}
.products-list.item_two > .item > a{
    max-width: 490px;
}
.products-list.item_two .item:nth-child(2n+1){
    clear: left;
}
.products-list .item_two{
    max-width: 1300px;
    margin: 0 auto;
}
.products-list .item.item_two{
    width: 50%;
    padding: 0 0px 30px;
}
.products-list .item.item_two .pic{
    max-width: 496px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}
.products-list .item.item_two:nth-child(4n+1){
    clear: none;
}
.products-list .item.item_two:nth-child(3n+1){
    clear: none;
}
.products-list .item.item_two:nth-child(2n+1){
    clear: left;
}
.products-list .text-box{
    max-width: 620px;
    margin: 0 auto;
}
/*/products_view_two*/
/*products_view_one*/
.products-list.item_one .item:nth-child(n){
    clear: left;
}
.products-list.item_one .item{
    width: 100%;
    padding: 0 0 70px;
}
/*/products_view_one*/
/*------------ /sort_box ------------*/
/*------------ content ------------*/
.products-intro{
    margin: 0 0 40px;
}
.pd-info{
    text-align: left;
}
.products-name.top-name{
    display: none;
}
.products-intro .products-name{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px;
    position: relative;
    padding: 10px 0 10px;
    color: #444;
    letter-spacing: 2px;
    border-bottom: 1px dashed #ddd;
}
.products-intro .gallery{
    float: left;
    border: 0;
    box-sizing: border-box;
}
.products-intro .slick-item img{
    box-shadow: none;
    width: 100%;
}
.share_box .products{
    margin: 0;
    text-align: left;
}
.products-intro .gallery{
    width: 50%;
    max-width: 650px;
}
.gallery .slick-arrow{
    transition: all .2s;
    border: 0;
    color: transparent;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}
.gallery .slick-prev,
.gallery .slick-next{
    white-space: normal;
    overflow: hidden;
    border: 0;
    background: #fff;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    z-index: 20;
    border: 1px solid #DCDEDE;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    display: none!important;
}
.gallery .slick-prev{
    margin-left: -55px;
}
.gallery .slick-arrow:before{
    content: '';
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    z-index: 2;
    color: #787B7C;
    height: 55px;
    line-height: 55px;
    display: block;
}
.gallery .slick-prev:before{
    content: "\f104";
}
.gallery .slick-next:before{
    content: "\f105";
}
.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before{
    opacity: .5;
}
.slide-count-wrap{
    color: #666;
    width: 57px;
    background: rgb(236, 224, 210, 0.9);
    height: 30px;
    line-height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    letter-spacing: 1pt;
    text-align: center;
    box-sizing: border-box;
}
.pd-intro,
.products-intro .thumbnails{
    float: right;
    width: 45%;
}
.products-intro .thumbnails ul.list-h{
    max-width: 465px;
}
.has-side .products-intro .thumbnails.inquiry ul.list-h{
    max-width: 309px;
}
.has-side .products-intro .gallery{
    width: 52%;
    max-width: 500px;
}
.has-side .pd-intro,
.has-side .products-intro .thumbnails{
    float: right;
    width: 45%;
}
/*未設定圖片*/
.products-intro.no-pic .gallery,
.products-intro.no-pic .thumbnails{
    display: none;
}
.products-intro.no-pic .pd-intro,
.products-intro.no-pic .thumbnails{
    float: none;
    width: 100%;
}
/*/未設定圖片*/
.products-text{
    margin: 0px 0 20px;
}
.products-intro .thumbnails .item{
    width: calc((100% / 3) - 0.1px);
}
.products-intro .thumbnails li a{
    position: relative;
    max-width: 155px;
}
.products-intro .thumbnails li a:before,
.products-intro .thumbnails li a:after{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}
.products-intro .thumbnails li a:before{
    content: "\e901";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -15px 0 0 -15px;
}
.products-intro .thumbnails li a:after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.products-intro .thumbnails li.active a:before,
.products-intro .thumbnails li.active a:after,
.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li a:hover:after{
    opacity: 1;
}
/*products-title*/
.products-detail .title{
    padding: 5px 0 5px 20px;
    margin: 0 0 20px;
    position: relative;
    background: #F5EFE8;
    font-size: 17px;
    letter-spacing: 2px;
}
.products-detail .title:after{
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #FD6880;
    background: -moz-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 315deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
/*/products-title*/
.plist-artile1{
    margin-bottom: 15px;
    margin-top: 10px;
}
.plist-artile2{
    margin-bottom: 10px;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px){
    .thumbnails{
        text-align: center;
    }
    .thumbnails li{
        display: inline-block;
        float: none;
    }
    .products-detail{
        margin-bottom: 20px;
    }
    .sort_box{
        margin-bottom: 20px;
    }
    .sort_icon .ibtn.one{
        display: inline-block;
    }
    .sort_icon .ibtn.four{
        display: none;
    }
    .products-intro{
        text-align: center;
    }
    .pd-intro,
    .products-intro .gallery,
    .products-intro .thumbnails,
    .has-side .products-intro .gallery,
    .has-side .pd-intro,
    .has-side .products-intro .thumbnails {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto;
    }
    .has-side .products-intro.for-cart .gallery,
    .has-side .products-intro.for-cart .thumbnails,
    .products-intro.for-cart .gallery,
    .products-intro.for-cart .thumbnails,
    .products-intro.for-cart .pd-intro {
        width: 100%;
        margin: 0 auto 5px;
        max-width: 500px;
        float: none;
    }
    .products-intro.for-cart .pd-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .products-intro.for-cart .btn-group-cart .btn{
        width: calc((100% - 10px) / 2);
        margin-left: 0px;
        margin-right: 0px;
    }
    .products-intro.for-cart .pd-info-label {
        width: 80px;
    }
    .products-intro.for-cart .pd-info .pd-t2 {
        width: calc(100% - 80px);
    }
    .products-intro.for-cart .thumbnails li a {
        max-width: unset;
    }
    .has-side .products-intro .thumbnails.inquiry ul.list-h{
        max-width: inherit;
    }
    .products-intro .gallery{
        margin-bottom: 15px;
    }
    .share_box.products{
        margin-top: 15px;
        padding: 0px 0px 5px 0px;
    }
    .products-intro .products-name{
        text-align: left;
        font-size: 18px;
    }
    .products-text{
        text-align: left;
    }
    .products_column_one.products-list .item,
    .has-side .products_column_one.products-list .item{
        width: 100%;
    }
    .fancybox-arrival-content{
        padding: 20px 20px;
    }
    .products-intro.for-cart .pd-border {
        border-bottom: 0;
    }
    .products-intro .thumbnails li a:before {
        font-size: 22px;
        margin: -11px 0 0 -11px;
    }
    .products-list .box.new:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .products-list.type2 .name {
        font-size: 16px;
    }
    .products-list.for-cart .box .wish {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .buymore-box .title span,
    .related-box .title span {
        font-size: 16px;
        letter-spacing: 1px;
        padding-right: 10px;
    }
}
