.activity-banner {
    margin: 45px 0 15px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 55px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    margin: 0 auto 45px;
    position: relative;
    text-align: center;
}
.btn-box {
    padding-top: 0px;
}
.btn-box.back{
    padding-top: 30px;
}
.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic img {
    width: 100%;
}
.products-list .pic:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 0.5;
}
.products-list .box .txt {
    color: #888;
    line-height: 30px;
    padding: 10px 0 0;
    position: relative;
    font-family: 'Lato', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.products-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box:hover .txt {
    color: #C5A36E;
}
.products-list .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}
.products-list .offers {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list .btn-group {
    position: relative;
    margin-top:5px;
}
.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 0;
}
.products-list .btn-group .btn+.btn:before {
    content: '';
    display: inline-block;
    border-left: 1px dashed #666;
    height: 12px;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -6px;
}
.products-list .btn-group .btn:hover {
    color: #855F26;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    margin-right: 6px;
    font-size: 16px;
}
.products-intro {
    margin: 0 0 60px;
}
.gallery {
    float: left;
    width: 50%;
    max-width: 600px;
}
.pd-intro {
    float: right;
    width: 46%;
    position:relative;
}
.pd-intro .topBtn{
    position: absolute;
    top: 4px;
    right: 35px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    background: #4e3b26;
    z-index: 9;
}
@media screen and (max-width: 500px) {
    .pd-intro .topBtn{
        top:-40px;
        right:0px;
    }
}
.related-box,
.buymore-box {
    width: 100%;
}
.pd-intro {
    color: #111;
    font-size: 14px;
}
.pd-intro .pd-name {
    position: relative;
    box-sizing: border-box;
    color: #C5A36E;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 8px 94px 8px 30px;
    margin: 0 0 20px;
    width: calc(100% - 25px);
    display: inline-block;
}
.pd-intro .pd-name:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 17px;
    display: block;
    width: 7px;
    height: 7px;
    background: #C5A36E;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pd-info {
    margin: 15px 0;
    font-size: 14px;
    line-height: 28px;
}
.pd-info.one {
    display: inline-block;
    margin: 5px 0;
}
.pd-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.pd-price+.pd-price {
    margin-left: 20px;
}
.pd-price+.pd-price:before {
    content: '';
    display: inline-block;
    border-left: 1px dashed #666;
    height: 12px;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -6px;
}
.pd-price-better b {
    font-family: 'Lato', sans-serif;
    color: #C5A36D;
    font-size: 18px;
}
.pd-info-label {
    display: inline-block;
    margin-right: 5px;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: 188px;
    max-width: 100%;
    height: 28px;
    line-height: 26px;
    transition: all 0.3s ease;
}
.pd-info select.form-control:focus {
    border-color: #C5A36D;
}
.pd-intro .btn-group {
    padding-top: 15px;
    display: none;
    /*暫時隱藏加入購物車*/
}
.pd-intro .btn-group .row {
    margin: 0 -5px;
}
.pd-intro .btn-group .col {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.pd-intro .btn-group .btn {
    width: 100%;
    border: 1px solid;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 42px;
    margin: 10px 0 0;
    border-radius: 0px;
}
.pd-intro .btn-group .btn.addcart,
.pd-intro .btn-group .btn.wish {
    color: #C6A36F;
    border-color: #C6A36F;
}
.pd-intro .btn-group .btn.addcart {
    background: #fff;
}
.pd-intro .shopping_way.hot {
    display: inline-block;
    top:5px;
    position:relative;
    margin:10px 0 0;
    display:none;
}
.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.wish:hover {
    color: #fff;
    background: #C6A36F;
}
.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    color: #C6A36F;
    border-color: #C6A36F;
}
.pd-intro .btn-group .btn.soldout:hover,
.pd-intro .btn-group .btn.arrival:hover {
    color: #fff;
    background: #C6A36F;
}
.pd-intro .btn-group .btn.soldout {
    cursor: not-allowed;
}
.pd-intro .btn-group .btn .ic {
    font-size: 1.2em;
    vertical-align: text-bottom;
}
.pd-intro .btn-group .btn.wish .ic {
    color: #C6A36F;
}
.pd-intro .btn-group .btn.arrival .ic {
    color: #C6A36F;
}
.pd-intro .btn-group .btn.wish:hover .ic,
.pd-intro .btn-group .btn.arrival:hover .ic {
    color: #fff;
}
.pd-intro .btn-group .btn.addcart.general {
    background: #fff;
    border-color: #C5A36E;
}
.pd-intro .btn-group .btn.addcart.general:hover {
    background: #b5822a;
    color: #fff;
}
.pd-intro .btn-group .btn.addcart.cold {
    background: #548837;
    border-color: #8de85a;
}
.pd-intro .btn-group .btn.addcart.cold:hover {
    background: #4d6540;
    color: #fff;
}
.pd-intro .btn-group .btn.addcart.freezing {
    background: #37887f;
    border-color: #3cd4c3;
}
.pd-intro .btn-group .btn.addcart.freezing:hover {
    background: #00675b;
    color: #fff;
}
/*---- 加購 ---*/
/* 舊加購先隱藏
.buymore-box {
    margin-top: 25px;
    clear: right;
}
.buymore-box .title,
.related-box .title {
    margin-bottom: 4px;
    color: #808080;
    font-size: 13px;
}
.buymore-list .item {
    background: #222;
    margin-top: 3px;
    padding: 5px 10px;
}
.buymore-list .item:hover {
    background: #2d2d2d;
}
.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;
}
.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}  */
.buymore-box {
    margin-top: 25px;
    clear: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.buymore-box .title {
    position: relative;
    border-left: 1px solid #C6A36F;
    color: #C5A36E;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding-left: 12px;
    margin-left: 22px;
    max-width: 100px;
}
.buymore-list .item {
    margin-top: 3px;
    padding: 8px 12px;
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
}
.buymore-box .title i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    font-size: 15px;
}
.buymore-list .item {
    padding: 3px 5px 10px 0;
    border-bottom: 1px dashed rgba(119, 97, 84, .2);
}
.buymore-list .form-checkbox {
    margin: 0;
}
.buymore-list .item:hover,
.buymore-list .item.checked {
    background: #ddd;
}
.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 18px;
    padding: 0;
    border: 0;
    font-weight: bold;
    margin: 0 10px 0 0;
    line-height: 1;
}
.buymore-list .name {
    color: #333;
    font-size: 16px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 23px;
}
.buymore-list .name:hover {
    text-decoration: underline;
}
.buymore-list .pd-info {
    margin: 0 10px;
    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 .item:nth-child(2n+1) {
    clear: left;
}
.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}
.buymore-box img {
    width: 50px;
}
.left-buymore {
    display: inline-block;
}
.right-buymore {
    width: calc(100% - 90px);
    float: right;
}
.buymore-bth {
    text-align: center;
    background: #C6A36F;
    max-width: 85px;
    padding: 2px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 0px;
    float: right;
    margin: -30px 0;
    cursor: pointer;
}
.buymore-bth .up {
    display: none;
}
.buymore-bth.active {
    background: #855F26;
}
.buymore-bth.active .up {
    display: block;
}
.buymore-bth.active .down {
    display: none;
}
.btn.buymore-add {
    max-width: 30px;
    width: auto;
    display: inline-block;
    background: #b8b9aa;
    padding: 1px 5px;
}
.btn.buymore-add.active {
    background: #72b1aa;
}
/*---- 加購 end ---*/
/*-- 相關產品 ---*/
.related-box .title {
    position: relative;
    border-left: 1px solid #C6A36F;
    color: #C5A36E;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding-left: 12px;
    margin-left: 22px;
}
.related-box {
    position: relative;
    /* margin-top: 15px; */
    max-width: none;
    clear: left;
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
}
.related-box .slick-prev,
.related-box .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    border: 0;
    padding: 0;
    background: url('../../images/common/products/releated_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 50;
}
.related-box .slick-prev {
    background-position: 0 0;
    left: 15px;
}
.related-box .slick-next {
    background-position: 100% 0;
    right: 15px;
}
.related-box .slick-prev:hover {
    background-position: 0 100%;
}
.related-box .slick-next:hover {
    background-position: 100% 100%;
}
.related-slider {
    position: relative;
    padding: 15px 50px;
}
.related-list {
    margin: 0 -10px;
}
.related-list .item {
    padding: 0 10px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .box {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .pic:before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.related-list .box:hover .pic:before {
    opacity: 0.5;
}
/*-- 相關end --*/
/*----  活動連結 ----*/
.pd-activity {
    background: rgb(228, 57, 43);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 40px;
    transition: all .2s;
    position: relative;
    margin-left: 0px;
}
.pd-activity:hover {
    background: #F76171;
}
.pd-activity:before,
.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: 8px;
}
.pd-activity:before {
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}
.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;
    }
}
.pd-activity a {
    display: block;
}
/*----  活動結束 ----*/
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    padding: 0 5px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}
.sort_box .form-control:focus {
    color: #C6A36F;
    border-color: #C6A36F;
}
.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: 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%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
/*************************************/
.products-detail {
    position: relative;
    /* margin: 40px 0 30px; */
    /* margin: 0; */
    padding: 40px 0 0;
}
.products-detail .title {
    position: relative;
    border-left: 1px solid #C6A36F;
    color: #C5A36E;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding-left: 12px;
    margin-left: 22px;
}
.products-detail .editor {
    /* padding: 4% 5%; */
    padding: 0;
}
/*--- 貨到通知燈箱 ----*/
.pd-arrival-fancybox .control-box {
    color: #666666;
    display: inline-block;
}
.pd-arrival-fancybox .form-group {
    margin: auto;
    padding-top: 5px;
    text-align: center;
}
.pd-arrival-fancybox {
    margin-bottom: 20px;
}
.pd-arrival-fancybox .form-box .form-group {
    padding: 5px 0;
}
.lightbox-wrapper.arrival-box .form-box .captcha .form-control {
    max-width: 200px;
}
.lightbox-wrapper.arrival-box .pd-name {
    text-align: center;
}
.lightbox-wrapper.arrival-box .form-box {
    max-width: 350px;
    margin: auto;
}
.lightbox-wrapper.arrival-box .form-box .captcha a {
    margin-top: 8px;
}
/*---- 分享icon -----*/
.share-link.list-inline {
    text-align: left;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    width:25px;
}
.share_box {
    margin: 2px 2px;
    text-align: center;
}
.share_box .share-link .btn {
    margin: 0px 2px;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 24px;
    height: 30px;
    border-radius: 15px;
    margin: 1px 2px;
    padding: 1.4px 0;
}
.share_box .share-link .btn {
    width: 20px;
}
.share-out-bth {
    display: inline-block;
    float: right;
    margin: 7px 0 0 0;
    z-index: 9;
}
.share-buttom {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
    background: #c1ad75;
    cursor: pointer;
}
.share-buttom:hover {
    background: #83705e;
}
.share-buttom .share_box {
    background: #4e3b26;
    padding: 0px 5px;
    line-height: 2;
    position: absolute;
    margin-top: -50px;
    right: 0;
}
.share-buttom .share_box:after {
    content: '▼';
    display: block;
    font-size: 20px;
    color: #4e3b26;
    position: absolute;
    margin-top: -15px;
    right: 1%;
}
.share_box {
    display: none;
    z-index: 10;
}
.share-buttom:hover .share_box {
    display: block;
}
.share .btn {
    color: #B29066;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 2px;
}
.share .btn:hover {
    color: #855F26;
}
.share_box {
    margin: -15px 0 35px 0;
}
.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #CCC;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}
.share_box .share-link .facebook:hover {
    color: #405D9A;
}
.share_box .share-link .google:hover {
    color: #F34537;
}
.share_box .share-link .twitter:hover {
    color: #39A0CE;
}
.share_box .share-link .plurk:hover {
    color: #E9443D;
}
.share_box .share-link .line:hover {
    color: #00C300;
}
.share_box .share-link .mail:hover {
    color: #00C300;
}
.share_box .share-link .linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .share-link:hover {
    color: #00C300;
}
.share_box .share-link .blogger:hover {
    color: #F26C38;
}
.share_box .share-link .linkedin:hover {
    color: #F6C13D;
}
.share_box .share-link .a2a_button_whatsapp:hover {
    color: #F34537;
}
.share_box .share-link .a2a_button_sina_weibo:hover {
    color: #F34537;
}
/*-- 分享 --*/
/*-- 產品Q&A --*/
.go-msg-box {
    color: #95876A;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ibtn.go-msg {
    display: block;
    background-image: url('../../images/common/products/btn_gomsg.png');
    width: 264px;
    height: 76px;
    margin: 0 auto 10px;
}
.message-item {
    margin-bottom: 15px;
    border-bottom: 1px dotted #b899666b;
}
.message-list {
    padding: 0 5%;
}
#message-sect {
    margin-top: 40px;
    padding-top: 5px;
}
.message-item .message-from {
    display: inline-block;
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
    border-radius: 24px;
    letter-spacing: 1px;
    padding: 0 10px;
    position: relative;
}
.message-answer .message-from {
    margin:0px 10px 10px;
}
.message-item .message-from:after {}
.message-item .date {
    display: inline-block;
    color: #545454;
}
.message-question,
.message-answer {
    padding: 5px;
    position: relative;
}
.message-question {
    cursor: pointer;
}
.message-question .title {
    top: 0px;
    float: right;
    width: calc(100% - 290px);
    padding: 2px 0 0 10px;
    font-size:15px;
    letter-spacing:1.5px;
    color: #C5A36D;
    line-height:1.6;
}
#message-sect .form-wrap {
    width: 100%;
    background: #292929a3;
    padding: 0px 0px 20px;
    max-width: 100%;
    border: none;
}
#message-sect .form-wrap.type3 .form-title {
    background: #B89966;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    max-width: 300px;
    padding: 5px 20px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    border-radius: 0px;
    box-sizing: border-box;
}
.message-question:hover .title {
    color: #e2e2e2;
    font-weight: bold;
}
.message-item.active .message-question {
    color: #e2e2e2;
    font-weight: bold;
}
.message-question .txt {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.message-item.active .message-question .txt {
    height: auto;
    visibility: visible;
    padding: 10px 0px;
}
.message-answer {
    display: none;
    background: #46464661;
    padding: 5px 10px;
    text-align: left;
    color: #d0d0d0;
    position: relative;
}
.message-answer .editor {
    padding: 10px 20px;
    min-height: 20px;
}
#message-sect .form-box {
    padding: 0;
}
#message-sect .reminder {
    margin-bottom: 5px;
}
#message-sect .reminder span {}
#message-sect .btn-box {
    margin: 0px;
    padding: 30px 0 0 0;
    border: none;
}
.pd-content {
    margin-top: 70px;
    padding: 25px 0px 0;
    border: 1px solid #333333
}
.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.pd-reply .status {
    background: #2b2b2b;
    padding: 2px 8px;
    color: #a7a7a7;
    border-radius: 0px;
}
.pd-reply .status.replied {
    background: #bd8024;
    color: #000;
}
/* 20240701增加食在安心區塊 */
.food_sect {
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
}
.food_sect .title {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding-right: 12px;
    margin: 0 22px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #C5A36E;
    font-size: 16px;
    letter-spacing: 3px;
    width: 44px;
}
.food_sect .title::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 28px;
    background-color: #C6A36F;
}
.food_sect .food-slider {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 62px);
}
.food_sect .food-list {
    position: relative;
    padding: 0 100px;
}
.food-list .item {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
}
.food-list .box {
    position: relative;
    display: block;
    margin: 0;
}
.food-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 100px;
}
.food-list .txt {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    width: calc(100% - 100px);
}
.food-list .txt .name {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 1px;
    color: #C5A36E;
    font-weight: bold;
}
.food-list .txt .description {
    color: #656565;
    font-size: 14px;
    line-height: 1.5;
}
.food_sect .slick-prev,
.food_sect .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    border: 0;
    padding: 0;
    background: url('../../images/common/products/releated_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 50;
}
.food_sect .slick-prev {
    background-position: 0 0;
    left: 50px;
}
.food_sect .slick-next {
    background-position: 100% 0;
    right: 50px;
}
.food_sect .slick-prev:hover {
    background-position: 0 100%;
}
.food_sect .slick-next:hover {
    background-position: 100% 100%;
}
/* end20240701增加食在安心區塊 */
/* 20241205增加規格圖片 */
.gallery .thumbnails ul {
    margin: 0 -2.5px;
}
.gallery .thumbnails li {
    width: calc(100% / 6);
    padding: 5px 2.5px 0;
}
.gallery .thumbnails li a {
    position: relative;
}
.gallery .thumbnails li a:before {
    content: "\e1022";
    font-family: 'icon-font' !important;
    speak: none;
    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: 23px;
    color: #CAD2DA;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -11px 0 0 -11px;
    opacity: 0;
    transition: all .3s ease;
}
.gallery .thumbnails li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(197, 163, 110, 0.5);
    opacity: 0;
    transition: all .3s ease;
}
.gallery .thumbnails li.active a:before, 
.gallery .thumbnails li a:hover:before {
    opacity: 1;
}
.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:after {
    opacity: 1;
    border-radius: 0;
    transform: scale(1);
}
.slide-count-wrap {
    color: #fff;
    width: 57px;
    background: #AAACAD;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 15px;
    letter-spacing: 1pt;
    text-align: center;
    box-sizing: border-box;
}
/* !20241205增加規格圖片 */
@media screen and (max-width: 1120px) {
    .gallery {
        width: 52%;
        margin-bottom: 15px;
    }
    .pd-intro {
        width: 44%;
        margin-bottom: 15px;
    }
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .related-list {
        margin: 0 -5px;
    }
    .related-list .item {
        width: 16.66%;
        padding: 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    /*-- 優化 --*/
    .products-list .offers {
        font-size: 16px;
        height: auto;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 25px;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
    .content-top .pd-name {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .gallery {
        margin: 0 auto 10px;
    }
    .pd-info {
        margin: 10px 0;
    }
    .pd-info select.form-control {
        margin-bottom: 10px;
        background: #fff;
    }
    .pd-intro .btn-group .col {
        width: 50%;
    }
    .pd-intro .btn-group .btn {
        font-size: 14px;
        margin: 0px 0 10px;
    }
    .products-intro {
        margin: 0 0 10px;
    }
    .products-detail .editor {
        /* padding: 10px 5%; */
        padding: 0;
    }
    .products-detail,
    .buymore-box,
    .related-box,
    .pd-content{
        padding: 30px 0 0;
    }
    .pd-content {
        padding: 5px 0px 0;
    }
    .go-msg-box {
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .ibtn.go-msg {
        margin: 0 auto 0px;
        background-image: url('../../images/common/products/btn_gomsg_small.png');
        width: 200px;
        height: 115px;
    }
    .message-answer .editor {
        padding: 5px 0px;
    }
    .pd-activity:before,
    .pd-activity:after {
        top: 10px;
    }
    /* 20240701增加食在安心區塊 */
    .food_sect {
        padding: 30px 0;
    }
    .food_sect .food-list {
        padding: 0 30px;
    }
    .food_sect .slick-prev {
        left: 0;
    }
    .food_sect .slick-next {
        right: 0;
    }
    .food-list .txt .name {
        font-size: 16px;
    }
    /* end20240701增加食在安心區塊 */
    .related-slider {
        padding: 15px 30px;
    }
    .related-box .slick-prev {
        left: 0;
    }
    .related-box .slick-next {
        right: 0;
    }
}
@media screen and (max-width: 900px) {
    .related-list .item {
        width: 20%;
    }
    .btn-box,
    #message-sect .btn-box {
        padding: 10px 20px;
    }
    .btn-box.back{
        padding:15px 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .activity-banner {
        margin: 10px 0 0;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .related-list .item {
        width: 25%;
    }
    .share-buttom .share_box {
        right: 0;
    }
    .buymore-bth {
        margin: -25px 0;
    }
    .message-question .title {
        width: 100%;
    }
    .buymore-box .title,
    .products-detail .title,
    .related-box .title {
        margin-left: 0px;
    }
    .message-list,
    #message-sect .form-box,
    #message-sect .reminder  {
        padding: 0px 20px;
    }
    #message-sect {
        margin-top: 25px;
    }
    #message-sect .btn-box{
        padding: 10px;
    }
    .message-item .message-from {
        padding: 0px;
    }
    /* 20240701增加食在安心區塊 */
    .food_sect {
        flex-direction: column;
    }
    .food_sect .food-slider {
        width: 100%;
    }
    .food_sect .title {
        -webkit-writing-mode: lr;
        writing-mode: lr;
        width: 100%;
        border-left: 1px solid #C6A36F;
        letter-spacing: 0.1em;
        line-height: 28px;
        padding: 0 0 0 12px;
        margin: 0 0 20px;
    }
    .food_sect .title::before {
        display: none;
    }
    .pd-intro .pd-name{
        padding: 8px 15px 8px 30px;
    }
}
@media screen and (max-width: 600px) {
    .related-list .item {
        width: 33.33%;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
        height: 30px;
    }
    .sort_icon {
        padding:4px 0;
    }
    .sort_box {
        margin-bottom: 5px;
    }
    .buymore-list .name {
        font-size: 14px;
        height: 16px;
    }
    .buymore-list .price {
        font-size: 14px;
    }
    .buymore-box img {
        width: 35px;
    }
    .buymore-list .item {
        padding: 10px 0px;
        width: 100%;
        margin: 15px 0.2% 0px;
    }
    .buymore-list .item:nth-child(2n+1) {
        clear: none;
    }
    .buymore-list .item:nth-child(n+1) {
        clear: left;
    }
    .right-buymore {
        width: calc(100% - 70px);
        line-height: 1.1;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 440px) {
    .products-list .btn-group .btn {
        padding: 0 5px;
    }
    .pd-content {
        border: none;
    }
    #message-sect {
        margin-top: 10px;
    }
    #message-sect .form-wrap.type3 .form-title {
        font-size: 14px;
        padding: 4px 0;
    }
    #message-sect .form-box .form-group {
        padding: 1px 10px;
    }
    .arrival-box .pd-name {
        font-size: 14px;
        line-height: 1.2;
        margin: 0px 0 0;
    }
    .lightbox-wrapper.arrival-box .form-box {
        padding: 0;
    }
    .arrival-notice {
        font-size: 14px;
    }
    .message-answer .message-from {
        margin:0px 0px 5px;
    }
}
@media screen and (max-width: 460px) {
    .related-list .item {
        width: 50%;
    }
    .pd-intro .btn-group .btn {
        font-size: 14px;
    }
    .products-list .btn-group .btn .ic {
        margin-right: 2px;
        font-size: 12px;
        display: none;
    }
    .products-list .btn-group .btn {
        width: 47%;
        padding:0;
    }
    .products-list .btn-group {
    margin-top: 5px;
    }
}
/*product_column欄位*/
.product_column_one .item {
    width: 100%;
}
.product_column_two .item {
    width: 50%;
}
.product_column_two .item:nth-child(n) {
    clear: inherit;
}
.product_column_two .item:nth-child(2n+1) {
    clear: left;
}
/*!product_column欄位*/
/* 20221219 增加 */
.pd-text{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 15px;
}
/* end 20221219 增加 */