.activity-banner {
    margin: 50px 0;
}

.products-title {
    font-size: 26px;
    color: #EB4C52;
    line-height: 1.2;
    margin-bottom: 0px;
}

.products-sect .sect-title .txt {
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 25px;
    color: #212121;
}

.products-sect .btn.more {
    display: block;
    max-width: 430px;
    width: 100%;
    height: 36px;
    text-align: center;
    text-indent: -9999px;
    margin: 0 auto;
    margin-top: 55px;
    background: #FFA395 url(../../images/common/news/more.png) center center no-repeat;
}

.products-sect .btn.more:hover {
    background: #FF7662 url(../../images/common/news/more.png) center center no-repeat;
}

.products-list .item {
    width: 25%;
    padding: 0px;
    margin-bottom: 40px;
}

.products-list .item:nth-child(4n+1) {
    clear: left;
}

.products-list .box {
    max-width: 360px;
    margin: 0 auto 0px;
    position: relative;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.products-list .txt .ibtn.wish {
    text-indent: 25px;
    color: #ED6369;
    font-size: 15px;
    font-family: 'Exo', '微軟正黑體';
    display: inline-block;
    margin: 4px 15px 20px;
}

.products-list .txt .ibtn.wish:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    background: url('../../images/common/products/wish.png')no-repeat;
    margin: 0 10px 3px 0;
}

.products-list .txt .ibtn.wish:hover {
    opacity: .5;
}

.products-list .pic-box .ibtn.delete {
    background-image: url('../../images/common/products/del.png');
    width: 46px;
    height: 46px;
    top: -20px;
    display: block;
    position: absolute;
}

.products-list .pic-box .ibtn.delete:hover {
    background-position: 100% 100%;
}

.products-list .txt {
    padding-top: 10px;
    margin: 0 auto;
    max-width: 360px;
}

.products-list.wish .box.in:before {
    content: '';
    display: block;
    background: url('../../images/common/products/del.png');
    width: 46px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -30px;
    margin: 0 auto;
    z-index: 9;
}

.products-list.wish .box:hover.in:before {
    background-position: 0px 100%;
}

.product-name {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(51, 43, 40, 0.80);
}

a:hover .product-name {
    background: rgba(215, 91, 91, 0.80);
}

.products-intro {
    margin: -40px 0 50px;
    text-align: center;
}

.products-list .offers {
    color: #58473F;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    font-family: 'Exo';
    float: left;
}

.products-list .box:hover .offers {
    color: #5ABA8A;
}

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 50px;
}

.gallery,
.related-box {
    float: left;
    width: 70%;
    max-width: 1080px;
}

.pd-intro,
.buymore-box {
    float: right;
    width: 28%;
}

.pd-activity {
    color: #ffffff;
    background: #ee6c72;
    padding: 2px 9px 1px;
    margin-top: 6px;
}

.pd-intro .pd-id,
.pd-info-2 {
    color: #776154;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.pd-name {
    color: #EB4C52;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.pd-info-box {
    background: #F5F3EF url(../../images/common/products/bg_top.png) 100% 0%no-repeat;
    padding: 10px 30px;
    text-align: left;
}

.pd-info {
    margin: 12px 0;
}

.pd-info.price {
    /*width:45%;*/
    display: inline-block;
    margin: -2px 0;
}

.pd-info b {
    color: #EB4C52;
    font-size: 25px;
    font-family: 'Exo';
    line-height: 1.2em;
}

.pd-info b2 {
    color: #776154;
    font-size: 13px;
    font-family: '微軟正黑體';
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
    color: #888;
}

.pd-info select.form-control:focus {
    border-color: #EE6C72;
}

.pd-price {
    display: block;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 2.5em;
    color: #AB9D94;
}

.pd-info-label {
    margin-bottom: 6px;
    display: inline-block;
}

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}

.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.pd-intro .btn-group .btn {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    margin-top: 10px;
}

.pd-intro .btn-group .btn.addcart,
.pd-intro .btn-group .btn.buynow,
.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    font-size: 15px;
    padding-top: 10px;
}

.pd-intro .btn-group .btn.addcart {
    background: #FF7662;
}

.pd-intro .btn-group .btn.addcart:hover {
    background: #FF3A1E;
}

.pd-intro .btn-group .btn.buynow {
    background: #776255;
}

.pd-intro .btn-group .btn.buynow:hover {
    background: #5B4B42;
}

.pd-intro .btn-group .btn.soldout {
    background: #EEEEEE;
    cursor: not-allowed;
    color: #A6A6A6;
    font-size: 16px;
}

.pd-intro .btn-group .btn.arrival {
    background: #EEEEEE;
    color: #A6A6A6;
    font-size: 16px;
}

.pd-intro .btn-group .btn.arrival:hover {
    background: #E0E0E0;
    color: #797979;
}

.pd-intro .btn-group .btn.wish {
    float: none;
    clear: both;
    width: 100%;
    background: #EE6C72;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    margin-top: 12px;
}

.pd-intro .btn-group .btn.wish:hover {
    background: #E94149;
}

.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}

.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}

.buymore-box {
    padding-top: 15px;
}

.buymore-box .title {
    color: #EE6C72;
    text-align: left;
    font-size: 16px;
}

.buymore-list .item {
    background: #F5F3EF;
    margin-top: 3px;
    padding: 8px 12px;
    text-align: left;
}

.buymore-list .item:hover,
.buymore-list .item.checked {
    background: #EDE9E2;
}

.buymore-list .price {
    display: inline-block;
    color: #FF7662;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    padding-left: 10px;
    display: inline-block;
    color: #888;
    font-size: 14px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.related-box {
    margin-top: 15px;
}

.related-box .title {
    margin-bottom: 8px;
    color: #999;
    text-align: left;
    font-size: 15px;
}

.related-slider {
    position: relative;
}

.related-slider .slick-dots {
    position: absolute;
    right: 0;
    top: -28px;
}

.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
}

.related-slider .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.related-list {
    margin: 0 -2px;
}

.related-list .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-list .box {
    display: block;
    max-width: 160px;
    margin: 0 auto;
}

.related-list .pic {
    position: relative;
    overflow: hidden;
}

.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 43, 40, 0.8);
    opacity: 0;
    transition: all 0.3s;
}

.related-list .box:hover .pic:before {
    opacity: 1;
}

.detail-title {
    background: url(../../images/common/products/product-title.png)left center no-repeat;
    height: 30px;
    text-indent: -99999px;
    position: relative;
}

.detail-title span {
    background: url(../../images/common/products/product-title2.png)left center no-repeat;
    width: 105px;
    height: 10px;
    text-indent: -99999px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.products-detail {
    position: relative;
    padding: 40px 0;
}

.products-detail-1 {
    max-width: 1110px;
    margin: auto;
}


/*
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}*/

@media screen and (max-width: 1260px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .buymore-list .item {
        padding: 5px 10px;
    }
    .buymore-list .pd-txt {
        float: left;
        padding: 3px 0;
    }
    .buymore-list .pd-info {
        float: right;
        width: 240px;
        padding: 0;
    }
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
}

@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
}

@media screen and (max-width: 767px) {
    .products-intro {
        margin: -20px 0 50px;
    }
    .pd-intro .pd-name {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: auto;
        /* margin:auto;*/
        float: none;
    }
    .products-list.wish .item {
        margin-bottom: 80px;
    }
}


/*@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }
}*/

@media screen and (max-width: 420px) {
    .detail-title span {
        display: block;
        position: static;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}


/**********sort_box**********/


/***產品列表頁排序功能，下拉選單跟變換列表尺寸的小圖***/

.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}

.control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.control-box {
    float: left;
}

.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}

.sort_box .form-control:focus {
    outline: none;
    border-color: #BDAC92;
    background: #BDAC92;
    color: #fff;
}

.form-group {
    float: left;
    padding: 5px 0;
}

.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: 30px;
    padding: 5px 0;
}

.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}


/*************************************/


/***products_view_two***/

.products-list li.item_two {
    width: 50%;
    float: left;
}

.products-list li.item_two:nth-child(4n+1) {
    clear: none;
}

.products-list li.item_two:nth-child(3n+1) {
    clear: none;
}

.products-list li.item_two:nth-child(2n+1) {
    clear: left;
}

.products-list li.item_two .box {
    max-width: 720px;
}


/***products_view_one***/

.products-list li.item_one:nth-child(n) {
    clear: none;
}

.products-list > li.item_one {
    width: 100%;
    max-width: 1055px;
}

@media screen and (max-width: 1240px) {
    .products-list .item_two .btn,
    .products-list .item_one .btn {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .products-list .item_two .txt {
        text-align: center;
    }
    .products-list .item_two .offers {
        float: none;
    }
    .products-list .item_two .txt .ibtn.wish {
        margin: 4px 0 20px;
        display: block;
        text-align: center;
        text-indent: 3px;
    }
}

@media screen and (max-width: 500px) {
    .products-list .item_two .btn {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
}
