/*product-search*/

.search-result {
    text-align: center;
    border: solid #DFDFDF;
    border-width: 1px 0;
    padding: 15px 0;
    font-size: 18px;
    margin-bottom: 25px;
}

.search-result span {
    color: #AB1032;
}

.product-format {
    color: #AB1032;
    margin: 10px 0;
    display: none;
}

.product-txt {
    color: #777;
    padding: 10px 0 0 0;
    font-size: 12px;
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}

/*product*/

.product-name {
    color: #000000;
    font-size: 18px;
}

.products-list .box:hover .product-name {
    color: #AB1032;
}

.detail-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    transition: all .2s;
}

.detail-txt span {
    font-size: 15px;
}

.products-list .box:hover .detail-txt {
    bottom: 0;
}

.product-list-txt {
    border: 1px solid #DFDFDF;
    padding: 35px 45px;
    line-height: 24px;
    margin-bottom: 35px;
}

.activity-banner {
    margin-bottom: 70px;
}

.search-keyword {
    color: #997F64;
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.search-keyword span {
    display: inline-block;
    border: 1px solid #C19F7E;
    padding: 3px 12px;
}

.products-list.type1 {
    margin: 0 -10px;
}

.products-list.type1 .item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
}

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

.products-list.type2 {
    margin: 0 -18px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 18px 35px;
}

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

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

.products-list .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

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

.products-list .box:hover .pic {
    opacity: 0.2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.products-list .txt {
    padding-top: 10px;
    border-top: 3px solid #AB1032;
}

.brands-info .products-list .name {
    font-size: 14px;
}

.prodcut-detail.price {
    font-size: 20px;
    margin: 20px 0;
    position: relative;
    color: #f57011;
    font-weight: 600;
    top: 5px;
    text-align: left;
}


.products-list .name {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #A5A5A5;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {
    color: #AB1032;
}

.products-list .offers {
    color: #b20000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.products-list .btn.wish {
    background: url('../images/products/btns_divider.png') 0 50% no-repeat;
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #9B7F64;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 16px;
}

.products-list .btn.wish:hover {
    color: #E4D9C2;
}

.products-list .btn.wish .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 6px 2px 0;
}

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

.gallery {
    max-width: 780px;
    margin: 0 auto 15px;
    width: 50%;
    float: left;
}

.gallery .slick-prev,
.gallery .slick-next {
    width: 11px;
    height: 18px;
    text-indent: -99999px;
    display: block;
    border: none;
    background: url(../images/products/gallery_arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 9;
    cursor: pointer;
}

.gallery .slick-next {
    background-position: 100% 0;
    left: inherit;
    right: 10px;
}

.products-intro .pd-name {
    color: rgba(173, 173, 173, 1.00);
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.75;
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
}

.products-intro .pd-name span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.product-detail-logo {
    border: 1px solid #DDDDDD;
    margin-right: 15px;
}

.pd-intro {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
}

.products-intro .pd-id {
    color: #444;
    font-size: 13.5px;
    margin-bottom: 10px;
}

.prodcut-detailBtn {
    display: block;
    width: 200px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #AB1032;
    border-radius: 5px;
    font-size: 15px;
    margin: 10px 0 0;
    text-align: left;
    border: 1px solid #AB1032;
}

.prodcut-detailBtn:hover {
    background: #fff;
    color: #AB1032;
}

.prodcut-detailBtn i {
    margin-right: 8px;
    margin-left: 20px;
    font-size: 21px;
    position: relative;
    top: 4px;
}

.pd-info {
    color: #444;
    font-size: 13.5px;
    margin: 15px 0;
    line-height: 1.2;
}

.pd-info.p01 {
    display: inline-block;
    border-right: dotted 1px #666;
    margin-right: 15px;
    margin-bottom: 5px;
}

.pd-info.p02 {
    display: inline-block;
    margin-bottom: 5px;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: 220px;
    max-width: 100%;
    height: 28px;
    line-height: 26px;
    color: #000;
    background: none;
    border-color: #ddd;
    border-radius: 0;
}

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

.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}

.pd-price-better {
    color: #b20000;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.pd-info-label {
    display: inline-block;
}

.pd-links {
    border-top: dotted 1px #000;
    padding: 10px 0;
}

.pd-links .pd-links-btn {
    font-size: 13.5px;
    color: #666;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 10px;
    line-height: normal;
    border-right: solid 1px #ddd;
}

.pd-links a:hover {
    color: #000;
}

.pd-links .pd-links-btn i {
    margin-right: 5px;
}

.pd-links .pd-links-btn.soldout {
    border: none;
}

.pd-intro .btn-group .btn.addcart {
    width: 100%;
    max-width: 300px;
    height: 44px;
    background: #666;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
}

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

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

.buymore-box {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #4E4032;
}

.buymore-box .shopping-title {
    background: url(../images/border.png) 0 100% repeat-x;
    padding-bottom: 6px;
}

.buymore-box .title:before {
    content: '// ';
    color: #FF722E;
}

.buymore-list .item {
    background: #222;
    margin-top: 3px;
    padding: 5px 10px;
}

.buymore-list .item:hover {
    background: #333;
}

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

.buymore-list .name {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
}

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

.buymore-list .pd-txt {
    float: left;
    padding: 3px 0;
}

.buymore-list .pd-info {
    float: right;
    width: 240px;
    padding: 0;
    margin: 0;
}

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

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

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

.related-box {
    position: relative;
    margin: 30px 0 0;
    border-top: 3px solid #AB1032;
    padding: 10px 0;
    border-bottom: 1px dashed #A5A5A5;
}

.related-box .title {
    color: #808080;
    font-size: 13px;
    border-top: dotted 1px #000;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding-top: 10px;
}

.related-box .slick-prev,
.related-box .slick-next {
    width: 20px;
    height: 31px;
    background: url(../images/products/relate_arrows.png) no-repeat;
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    cursor: pointer;
    border: none;
}

.related-box .slick-next {
    background-position: 100% 0;
    right: 0px;
    left: inherit;
}

.related-box .slick-prev:hover,
.related-box .slick-next:hover {
    opacity: 0.98
}

.related-slider {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 50px;
}

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

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

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

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

.related-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-position: 50% 55%;
}

.related-list .box:hover .pic {
    opacity: 0.7;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.related-box .brands-mtitle {
    margin-bottom: 10px;
}

.related-box .related_title {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 20px 0 5px;
}

.related-box li:hover .related_title {
    color: #AB1032;
}

.related-box li:hover .pic {
    opacity: 0.7;
}

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



.gift-box .title {
    color: #808080;
    font-size: 13px;
    border-top: dotted 1px #000;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding-top: 10px;
}

.gift-box .slick-prev,
.gift-box .slick-next {
    width: 20px;
    height: 31px;
    background: url(../images/products/relate_arrows.png) no-repeat;
    text-indent: -9999999px;
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    cursor: pointer;
    border: none;
}

.gift-box .slick-next {
    background-position: 100% 0;
    right: 0px;
    left: inherit;
}

.gift-box .slick-prev:hover,
.gift-box .slick-next:hover {
    opacity: 0.98
}

.gift-slider {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 50px;
}

.gift-list {
    margin: 0 -10px;
}

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

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

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

.gift-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-position: 50% 55%;
}

.gift-list .box:hover .pic {
    opacity: 0.7;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.gift-box .brands-mtitle {
    margin-bottom: 10px;
}

.gift-box .gift_title {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 20px 0 5px;
}

.gift-box li:hover .gift_title {
    color: #AB1032;
}

.gift-box li:hover .pic {
    opacity: 0.7;
}

.gift-box {
    position: relative;
    margin: 0px 0 40px;
    border-top: none;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

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

.thumbnails ul li {
    width: calc(100% / 4 - 8px);
    margin: 0 10px 10px 0;
}

.thumbnails ul li:nth-child(4n+4) {
    margin-right: 0;
}

.gallery .thumbnails ul li {
    width: 20%;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
}

.pd-box-2 {
    font-size: 15px;
    color: #333;
    line-height: 1.5em;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

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

    .products-list.type1 .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1400px) {
    .pd-intro .pd-info-group2 {
        width: calc(100% - 250px);
    }

    .pd-intro .btn-group {
        float: none;
        width: auto;
        clear: left;
    }

    .pd-intro .btn-group .col {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .pd-intro .btn-group .ibtn.soldout,
    .pd-intro .btn-group .ibtn.arrival {
        display: inline-block;
    }

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

    .related-list .item {
        padding: 0 10px;
    }

    .related-box .slick-prev,
    .related-box .slick-next {
        top: 55%;
    }
}

@media screen and (max-width: 1320px) {
    .products-list.type2 {
        margin: 0 -10px;
    }

    .products-list.type2 .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1180px) {
    .products-list.type1 .item {
        width: 50%;
    }

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

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

@media screen and (max-width: 1000px) {
    .products-list.type1 .item {
        width: 33.33%;
    }

    .products-list.type1 .item:nth-child(2n+1) {
        clear: none;
    }

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

    .products-list.type2 .item {
        width: 33.33%;
    }

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

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

    .gallery,
    .products-intro .pd-name,
    .pd-intro {
        width: 100%;
        float: none;
        padding: 10px 0;
        text-align: center;
    }

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

    .prodcut-detailBtn {
        display: inline-block;
    }

    .pd-box-2 {
        text-align: center;
        padding-bottom: 20px;
    }

    .prodcut-detail.price {
        position: relative;
        margin: 20px;
    }

}

@media screen and (max-width: 840px) {
    .products-list.type1 .item {
        width: 50%;
    }

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

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

    .products-list.type1 .box {
        margin-bottom: 30px;
    }

    .product-list-txt {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type2 {
        margin: 0 -7px;
    }

    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }

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

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

    .products-list.type2 .box {
        margin-bottom: 30px;
    }

    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }

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

    .related-list .item {
        padding: 0 7px;
    }

    .prodcut-detail.price {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .pd-intro .pd-info-group {
        float: none;
        width: auto;
        margin: 0;
    }

    .pd-intro .pd-info-group1 .pd-info {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 0;
        line-height: 1.2;
    }

    .pd-intro .pd-info-group1 .member-price {
        display: block;
    }
}

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

    .products-list.type2 .item {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .ibtn {
        margin: 6px 3px;
    }
}


/* 20211215 客戶追加頁籤  */

.tabs_title {
    list-style: none;
    padding-left: 0;
    margin-bottom: 38px;
    border-bottom: solid 1px #ddd
}

.tabs_title li {
    display: inline-block;
}

.tabs_title li+li {
    margin-left: 5px;
}

.tabs_title li a {
    line-height: 35px;
    border-radius: 5px 5px 0 0;
    background: #F6F6F6;
    padding: 0 15px;
    display: block;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    transition: all .3s ease;
}

.tabs_title li a:hover, .tabs_title li.ui-tabs-active a {
    background: #AB1032;
    color: #fff;
}

.tabs_content {
    display: none;
}

.tab_content {
    padding: 20px 0;
}

.mobile_title {
    display: none;
    position: relative;
    padding: 7.5px 30px 7.5px 0;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
}

.mobile_title:after {
    content: '+';
    display: block;
    width: 30px;
    line-height: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.tabs_content.active2 .mobile_title {
    color: #AB1032;
}

.tabs_content.active2 .mobile_title:after {
    content: '-'
}

@media screen and (max-width: 1000px) {
    .mobile_title{
        display: block;
    }
    .tabs_content{
        display: block!important;
    }
    .tabs_content .tab_content{
        display: none;
    }
    .tabs_title{
        display: none;
    }
}


.products-detail #tabs .editor span {
    font-family: 微軟正黑體;
    /*font-size: 16px;*/
}

.products-detail #tabs .editor p {
    font-family: 微軟正黑體;
    font-size: 16px;
    padding: 6px 1px;
}

.products-detail #tabs .editor ul {
    font-family: 微軟正黑體;
    font-size: 16px;
    list-style-type: circle;
}

.products-detail #tabs .editor table {
    margin: 5px auto;
    width: 98%;
    font-size: 14px;
    font-family: microsoft jhenghei, Arial;
    border-collapse: collapse;
    border: 0.1px solid #999 !important;
}

.products-detail #tabs .editor td {

    border: 0.1px solid #999 !important;
    text-align: left;
    padding: 5px;
    text-align: center;
}

.products-detail #tabs .editor td:first-child {
    border: 0.1px solid #999 !important;
    background-color: rgb(243, 243, 243);
    text-align: left;
    padding-left: 10px;
}

.products-detail #tabs .editor tr:first-child {
    font-weight: bold;
}
