.activity-banner {
    margin: 45px 0 15px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
    border-bottom: 1px solid #222;
    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: #000;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    transition: all 0.3s;
    opacity: 0;
}

.products-list .box:hover .pic:before {
    opacity: 0;
    opacity: 0.5;
}

.products-list .box .txt {
    color: #888;
    font-family: 'Lato', Arial, '文泉驛正黑', sans-serif;
    line-height: 30px;
    padding: 10px 0 0;
    position: relative;
}
.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: #fff;
}

.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%;
}

.related-box,
.buymore-box {
    width: 100%;
}

.pd-intro {
    color: #aaa;
    font-size: 13px;
}

.pd-intro .pd-name {
    border: 1px solid #C6A36F;
    color: #C5A36E;
    font-family: 'Lato', Arial, '文泉驛正黑', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 8px 15px 8px 30px;
    margin: 0 0 20px;
    position: relative;
    width: 80%;
    display: inline-block;
}

.pd-intro .pd-name:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 16px;
    display: block;
    width: 7px;
    height: 7px;
    background: #7C6B3F;
    -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: 13px;
    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 {
    color: #C5A36D;
    font-family: 'Lato', sans-serif;
    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;
}

.pd-info select.form-control:focus {
    border-color: #33E2F6;
}

.pd-intro .btn-group {
    padding-top: 15px;
}

.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: #fff;
    border-color: #C6A36F;
}

.pd-intro .btn-group .btn.addcart {
    background: #31291C;
}

.pd-intro .shopping_way.hot {
    display: inline-block;
   top:5px;
   position:relative;
   margin:10px 0 0;
}

.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.wish:hover {
    color: #000;
    background: #C6A36F;
}

.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    color: #666;
    border-color: #555;
}

.pd-intro .btn-group .btn.soldout:hover,
.pd-intro .btn-group .btn.arrival:hover {
    color: #999;
    background: #333;
}

.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: #666;
}

.pd-intro .btn-group .btn.arrival .ic {
    color: #333;
}

.pd-intro .btn-group .btn.wish:hover .ic,
.pd-intro .btn-group .btn.arrival:hover .ic {
    color: inherit;
}

.pd-intro .btn-group .btn.addcart.general {
    background: #5f4e34;
    border-color: #d2932c;
}

.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: #222;
}

.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: #2d2d2d;
}

.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: #aaa;
    font-size: 16px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 22px;
}

.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: #90835f;
    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: #503f30;
}

.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;
}

.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: 0;
}

.related-box .slick-next {
    background-position: 100% 0;
    right: 0;
}

.related-box .slick-prev:hover {
    background-position: 0 100%;
}

.related-box .slick-next:hover {
    background-position: 100% 100%;
}

.related-slider {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    position: relative;
    padding: 15px 0;
}

.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: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
    border: 1px solid transparent;
    transition: all 0.3s;
}

.related-list .box:hover .pic:before {
    background-color: transparent;
    border-color: #C5A36F;
}

/*-- 相關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;
    border: 1px solid #464646;
    background-color: #464646;
    padding: 0 5px;
    border-radius: 0px;
}

.sort_box .form-control:focus {
    outline: none;
    background: #151515;
}

.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;
}

.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%;
    border: 1px solid #333;
}





/*--- 貨到通知燈箱 ----*/

.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: 0px 10px 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: 2%;
}

.share-buttom .share_box:after {
    content: '▼';
    display: block;
    font-size: 20px;
    color: #4e3b26;
    position: absolute;
    margin-top: -15px;
    right: 1%;
}

.share_box {
    display: none;
}

.share-buttom:hover .share_box {
    display: block;
}

.share .btn {
    background: #222222;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 2px;
}

.share .btn:hover {
    background: #B29066;
    color: #fff;
}

.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;
}

@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-intro .pd-name {
        font-size: 16px;
        padding: 5px 0px 5px 30px;
        margin: 0px;
    }
    .pd-intro .pd-name:before {
        top: 12px;
        width: 6px;
        height: 6px;
    }
    .pd-info {
        margin: 8px 0;
        font-size: 14px;
        line-height: 30px;
    }
    .pd-info select.form-control {
        margin-bottom:10px;
    }
    .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%;
    }
    .products-detail,
    .buymore-box,
    .related-box,
    .pd-content{
         margin: 30px 0 0px;
    }
    .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;
    }
}

@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: 6%;
    }
    .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;
    }
}

@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 .form-control {
    background-color: #8a8a8a;
}

.sort_box .form-control:focus {
    background: #b1b1b1;
}
    .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;
    }
    .pd-intro .pd-name {
        width: 75%;
    }

}

/*
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}*/

@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欄位*/