@charset "utf-8";
/*------------ list ------------*/
.products-list {
    margin: 0 -25px;
}
.products-list .item {
    width: 25%;
    padding: 0 25px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    position: relative;
    margin: 0 auto 48px;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    display: block;
    text-align: center;
    left: 22px;
    top: 32px;
    width: 51px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background: #C0A981;
    font-family: 'EB Garamond', serif;
    z-index: 10;
}
.products-list .pic-box {
    position: relative;
    box-sizing: border-box;
}
.products-list .pic-box img{
    width: 100%;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 0 5px;
}
.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 .pic-box .ibtn.delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #193B33;
    transition: all 0.3s ease;
    z-index: 35;
}
.products-list .pic-box .ibtn.delete:before,
.products-list .pic-box .ibtn.delete:after{
    content: "";
    height: 1px;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    transition: .4s cubic-bezier(.25, .6, .36, 1);
    position: absolute;
    top: 50%;
    width: 25px;
    background: #FFF;
}
.products-list .pic-box .ibtn.delete:before{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transition-delay: 65ms;
}
.products-list .pic-box .ibtn.delete:hover:before{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(135deg);
    transform: translate3d(-50%,-50%,0) rotate(135deg);
}
.products-list .pic-box .ibtn.delete:hover:after{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(225deg);
    transform: translate3d(-50%,-50%,0) rotate(225deg);
}
.products-list .pic-box .ibtn.delete:hover {
    background: #C0A981;
}
/* .products-list .pic-box .ibtn.delete:hover {
    background: url('../../images/common/lightbox_close.png') 50% 50% no-repeat #C0A981;
} */
.products-list .pic-box .btn i{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #333;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 10px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #C0A981;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.45;
    padding: 0;
    margin: 0;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .offers {
    color: #193B33;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-family: 'EB Garamond', serif;
}
.products-list .btn-group {
    margin: 15px auto 0;
    overflow: hidden;
}
.products-list .btn {
    float: left;
    width: 50%;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
    background: #193B33;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.3s ease;
}
.products-list .btn:hover {
    color: #fff;
    background: #C0A981;
}
.products-list .btn.wish::before {
    content: "\e904";
    font-family: 'icon-font' !important;
    font-style: normal;
    position: relative;
    top: 1px;
    left: -2px;
}
.products-list .btn.detail::before {
    content: "\e920";
    font-family: 'icon-font-3' !important;
    font-style: normal;
    position: relative;
    top: 1PX;
    left: -4px;
}
/*------------ /list ------------*/
/*------------ content ------------*/
.products-intro {
    max-width: 1345px;
    margin: 0 auto 50px;
}
.gallery {
    float: left;
    width: 43%;
    max-width: 570px;
}
.related-box{
    width: 100%;
    clear: both;
}
.pd-intro{
    float: right;
    width: 54%;
    width: 54.2%;
    position: relative;
}
.pd-intro .breadcrumb {
    margin: 0;
    text-align: left;
}
.pd-id {
    display: inline-block;
    background: #193B33;
    line-height: 21px;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    margin-right: 10px;
    font-family: 'EB Garamond', serif;
}
.pd-name {
    color: #333;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 15px 0;
    font-family: 'Noto Serif TC', serif;
}
.pd-info {
    margin: 18px 0;
}
.pd-info.color,
.pd-info.size{
    display: none;
}
.pd-info b {
    color: #193B33;
    font-size: 20px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: calc(100% - 120px);
    border-radius: 0;
}
.pd-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.pd-price + .pd-price {
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
}
.pd-price + .pd-price:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #D6D6D6;
}
/*分享社群_share_box*/
.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-out-bth{
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
    z-index: 10;
}
.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;
    line-height: 28px;
}
.share_box .share-link .btn {
    width: 20px;
}
.share-buttom{
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
    background: #ccc;
    cursor: pointer;
    transition: all 0.5s ease;
}
.share-buttom:hover{
    background: #C0A981;
}
.share-buttom .share_box{
    background: #C0A981;
    padding: 0 5px;
    line-height: 2;
    position: absolute;
    margin-top: -50px;
    right: 2%;
}
.share-buttom .share_box:after{
    content: '▼';
    display: block;
    font-size: 20px;
    color: #C0A981;
    position: absolute;
    margin-top: -15px;
    right: 1%;
}
.share_box{
    display: none;
}
.share-buttom:hover .share_box{
    display: block;
}
.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;
}
/*/分享社群_share_box*/
/*選項*/
.pd-price.better {
    text-decoration: none;
}
.pd-info-label {
    margin-bottom: 0;
    float: left;
    width: 120px;
    font-size:15px;
    line-height:40px;
}
.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #ddd;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}
.pd-info .color-radio.checked {
    border-color: #C0A981;
}
.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.pd-info .size-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #D6D6D6;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
    min-width:15px;
    text-align:center;
    background:#fff
}
.pd-info .size-radio.checked {
    border-color: #C0A981;
}
.pd-info .size-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
/*/選項*/
/*按鈕*/
.pd-intro .btn-group {
    margin: 25px -6px 0;
}
.pd-intro .btn-group .col {
    float: left;
    width: 50%;
    padding: 0 6px;
}
.pd-intro .btn-group .btn {
    width: 30%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0;
    line-height: 25px;
    margin: 5px 5px;
    padding: 10px 0;
    border: 0;
    transition: all 0.3s ease;
}
.pd-intro .btn-group .btn.addcart {
    background: #193B33;
}
.pd-intro .btn-group .btn.buynow {
    background: #193B33;
}
.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.buynow:hover {
    background: #C0A981;
}
.pd-intro .btn-group .btn.arrival {
    border: 1px solid #ccc;
    color: #878787;
}
.pd-intro .btn-group .btn.arrival:hover {
    background: #C0A981;
    border-color: #C0A981;
    color: #fff;
}
.pd-intro .btn-group .btn.soldout {
    background: #ADADAD;
    cursor: not-allowed;
}
.pd-intro .btn-group .btn.wish {
    clear: both;
    background: #D96893;
}
.pd-intro .btn-group .btn.wish .ic.ic3-star:before {
    content: '\e904' !important;
    font-family: 'icon-font' !important;
    position: relative;
    top: 1px;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #C0A981;
}
/*貨到通知燈箱*/
.pd-arrival-fancybox .pd-info{
    text-align: center;
}
.pd-arrival-fancybox .pd-info-label {
    margin-bottom: 6px;
    width: 20%;
    text-align:right;
    font-size: 14px;
    display: inline-block;
}
.pd-arrival-fancybox{
    background: #f5f5f5;
    padding: 5px 0;
    margin: 10px 0;
}
.pd-arrival-fancybox .pd-info select.form-control {
    width: 40%;
}
/*/貨到通知燈箱*/
/*詳細介紹_detail*/
.products-detail {
    position: relative;
}
/*/詳細介紹_detail*/
/*產品活動_pd-activity*/
.pd-activity {
    background: rgb(228, 57, 43);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 40px;
    transition: all .3s ease;
    position: relative;
    margin-left: 15px;
}
.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: calc(50% - 5px);
}
.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;
}
/*/產品活動_pd-activity*/
/*拆單_hot+general+freezing*/
.shopping_way.hot{
    text-align: left;
    margin: 5px 0;
}
.shopping_way.hot span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    bottom: 0;
}
.shopping_way .general{
    border: 1px solid #333;
    color:#333;
}
.shopping_way .cold{
    border: 1px solid #42b354;
    color:#42b354;
}
.shopping_way .freezing{
    border: 1px solid #68a0da;
    color:#68a0da;
}
.shopping_way span+span{
    margin-left: 10px;
}
.pd-intro .btn-group .btn.general {
    border: 1px solid #4e4e4e;
    color:#4e4e4e;
    background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
    color:#fff;
    background:#4e4e4e;
}
.pd-intro .btn-group .btn.cold {
    border: 1px solid #42b354;
    color:#42b354;
    background:#fff;
}
.pd-intro .btn-group .btn.cold:hover {
    color:#fff;
    background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
    border: 1px solid #68a0da;
    color:#68a0da;
    background:#fff;
}
.pd-intro .btn-group .btn.freezing:hover {
    color:#fff;
    background:#68a0da;  
}
/*/拆單_hot+general+freezing*/
/*------------ /content ------------*/
/*------------ content_bottom ------------*/
/*common*/
.related-box .title,
.products-detail .title,
.buymore-box .buymore-title {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #D6D6D6;
    margin: 0 0 30px;
    padding: 0 0 10px;
}
.related-box .title::before,
.products-detail .title::before,
.buymore-box .buymore-title::before  {
    content: '- ';
}
.related-box .title::after,
.products-detail .title::after,
.buymore-box .buymore-title::after {
    content: ' -';
}
.products-detail,
.buymore-box{
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}
/*/common*/
/*相關商品_related*/
.related-box {
    position: relative;
    box-sizing: border-box;
    padding: 50px 0 0;
}
.related-slider {
    position: relative;
}
.related-slider .slick-prev,
.related-slider .slick-next {
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    color: #aaa;
    background: transparent;
    border-radius: 0;
    top: -65px;
    transition: all 0.3s ease;
}
.related-slider .slick-prev i::before,
.related-slider .slick-next i::before {
    content: '';
    position: absolute;
    border: 1px solid #aaa;
    border-width: 1px 1px 0 0;
    width: 12.5px;
    height: 12.5px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px;
    left: 10px;
    transition: all 0.3s ease;
}
.related-slider .slick-next i::before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: unset;
    right: 10px;
}
.related-slider .slick-prev:hover,
.related-slider .slick-next:hover {
    background: #C0A981;
}
.related-slider .slick-prev:hover i::before,
.related-slider .slick-next:hover i::before{
    border-color: #fff;
}
.related-slider .slick-prev {
    right: 30px;
}
.related-slider,
.related-slider .shopping_way.hot{
    text-align: center;
}
.related-slider .slick-next {
    right: 0;
}
.related-slider {
    margin: 0 -10px;
}
.related-slider .item {
    padding: 0 10px;
}
.related-slider .box {
    display: block;
    margin: 0 auto;
}
.related-slider .pic {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0 0 10px;
}
.related-slider .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.related-slider .box:hover .name {
    color: #C0A981;
}
/*/相關商品_related*/
/*我要加購_buymore*/
.buymore-list .form-checkbox{
    display: block;
}
.form-group select.form-control,
.buymore-list .form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
.buymore-box {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 50px;
}
.buymore-list{
    margin: 0 -0.5%;
}
.buymore-list .item {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    width: 49%;
    margin: 5px 0.5%;
    background: url(../../images/common/main-top-bg.jpg);
    transition: all 0.3s ease;
}
.buymore-list .item:hover {
    background: #f5f5f5;
}
.buymore-list .price {
    display: inline-block;
    color: #193B33;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    font-family: 'EB Garamond', serif;
}
.buymore-list .name {
    color: #333;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 1;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.buymore-list .item:hover .name,
.buymore-list .item .name:hover {
    color: #C0A981;
}
.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;
}
.buymore-box img{
    width: 40px;
}
.left-buymore{
    display: inline-block;
}
.right-buymore{
    width: calc(100% - 70px);
    float: right;
}
.buymore-bth{
    position: relative;
    text-align: center;
    background: #C0A981;
    max-width: 85px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    margin: -64px 0;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease;
}
.buymore-bth i{
    font-size: 10px;
    margin-right: 5px;
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.buymore-bth .up{
    display: none;
}
.buymore-bth.active .up{
    display: block;
}
.buymore-bth.active .down{
    display: none;
}
.buymore-bth.active .up i{
    transform:scaleY(1);
}
.buymore-bth.active {
    color: #fff;
    background: #193B33;
}
.btn.buymore-add{
    max-width: 30px;
    width: auto;
    display: inline-block;
    color: #fff;
    background: #193B33;
    padding: 1px 5px;
    transition: all 0.3s ease;
}
.btn.buymore-add:hover{
    color: #fff;
    background: #C0A981;
}
.btn.buymore-add i {
    color: #fff;
    font-size: 16px;
}
.fancybox-title-over-wrap {
    background: #C0A981;
    font-size: 15px;
}
/*/我要加購_buymore*/
/*常見問題*/
.pd-messages-box{
    max-width: 1345px;
    margin: 50px auto 0;
    position: relative;
}
.go-msg-box {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.btn.go-msg {
    display: block;
    width: 248px;
    background: #193B33;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    margin: 20px auto 0;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.go-msg:hover {
    background: #C0A981;
    color: #fff;
}
.btn.go-msg:after {
    content: "\f107";
    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;
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
#message-sect {
    padding: 70px 0 0;
    margin: 0;
}
#message-sect .control-label {
    color: #333;
}
#message-sect .form-control {
    background: #fff;
    border-color: #ddd;
}
#message-sect .form-control:focus {
    border-color: #C0A981;
}
#message-sect .btn-box{
    padding-top: 5px;
}
#message-sect .captcha .form-control {
    width: 100%;
    max-width: none;
    padding-right: 200px;
}
#message-sect .captcha a {
    position: absolute;
    right: 5px;
    top: -1px;
}
#message-sect .captcha a > * {
    vertical-align: middle;
}
.message-list {
    margin: 0 auto;
}
.message-item {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.message-from {
    position: relative;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 22px;
}
.message-from .date {
    color: #193B33;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'EB Garamond', serif;
}
.message-question {
    position: relative;
    cursor: pointer;
    padding: 15px 0;
}
.message-question .title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.3s ease;
}
/*狀態*/
.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.pd-reply .status {
    background: #C0C0C0;
    padding: 2px 8px;
    color: #fff;
    border-radius: 30px;
}
.pd-reply .status.replied {
    background: #C0A981;
}
/*/狀態*/
.message-question:hover .title {
    color: #C0A981;
}
.message-question .txt {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.message-item.active .message-question .txt {
    max-height: 9999px;
    visibility: visible;
    margin-top: 10px;
}
.message-answer {
    display: none;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding: 20px 40px;
    background: url(../../images/common/main-top-bg.jpg) #F5F5F5;
}
/*/常見問題*/
/*------------ /content_bottom ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .products-list {
        margin: 0 -15px;
    }
    .products-list .item {
        padding: 0 15px;
    }
    .products-list .name {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
    }
    .pd-intro,
    .thumbnails {
        width: 48%;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .box.new:before {
        left: 11px;
        top: 16px;
    }
    .products-list .box {
        margin-bottom: 40px;
    }
    .products-list .txt {
        margin: 10px 0 0;
        padding: 0;
    }
    .products-list .name {
        font-size: 16px;
        margin: 0; 
    }
    .products-list .offers{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .products-list .btn{
        line-height: 29px;
        height: 33px;
    }
    .products-list .pic-box .ibtn.delete {
        width: 30px;
        height: 30px;
    }
    .products-list .pic-box .ibtn.delete:before,
    .products-list .pic-box .ibtn.delete:after{
        width: 20px;
    }
    .products-intro {
        margin: 0 auto 30px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    } 
    .gallery {
        margin: 0 auto 15px;
    }
    .pd-id {
        margin: 0;
    }
    .pd-info {
        margin: 10px 0;
    }
    .pd-intro .pd-name{
        font-size: 18px;
        margin: 15px 0 10px;
    }
    .pd-intro .btn-group {
        margin: 15px 0 0;
    }
    .pd-intro .btn-group .btn {
        float: none;
        padding: 5.5px 0;
        margin: 3px 0;
        width: 48%;
    }
    .pd-intro .btn-group .btn.arrival{
        padding: 5px 0;
    }
    .pd-intro .btn-group .btn.wish {
        clear: none;
    }
    .share-out-bth{
        margin: 0;
    }
    .pd-arrival-fancybox {
        padding: 0;
        margin: 0;
    }
    .pd-arrival-fancybox .pd-info-label{
        width: 40%;
        font-size: 14px;
        width: 50%;
        text-align: center;
    }
    .pd-arrival-fancybox .pd-info {
        margin: 0;
    }
    .pd-arrival-fancybox .pd-info select.form-control{
        width: 50%;
    }
    .activity-banner {
        margin-bottom: 20px;
    }
    .pd-activity{
        margin-left: 0;
    }
    .shopping_way{
        font-size: 12px;
    }
    .products-detail .title,
    .related-box .title,
    .buymore-box .buymore-title {
        font-size: 17px;
        margin: 0 0 15px;
        padding: 0;
    }
    .related-box,
    .buymore-box {
        float: none;
        width: auto;
        clear: both;
    }   
    .related-box {
        padding: 30px 0 0;
    }
    .related-slider .slick-prev,
    .related-slider .slick-next {
        top: -45px;
    }
    .related-slider .name {
        font-size: 15px;
        line-height: 20px;
    }
    .buymore-box {
        margin: 0 auto 30px;
    }
    .buymore-list .item {
        width: 100%;
        margin: 0;
    }
    .buymore-list .item+.item {
        margin: 10px 0 0;
    }
    .buymore-list .price{
        font-size: 15px;
    }
    .buymore-bth {
        padding: 2px 5px;
        font-size: 13px;
        margin: -41px 0;
    }
    .btn.buymore-add{
        line-height: 2.2;
        height: 24px;
    }
    .pd-messages-box{
        margin: 30px auto 0;
    }
    .btn.go-msg{
        font-size: 16px;
    }
    #message-sect{
        padding: 40px 0 0; 
    }
    .message-item {
        position: relative;
        z-index: 10;
    }
    .pd-reply .status {
        font-size: 13px;
    }
    .message-answer {
        display: none;
        padding: 10px 20px;
    }
    .message-question .title {
        font-size: 15px;
    }
    .message-question{
        padding: 15px 5px;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 10px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .btn{
        float: none;
    }
    .products-list .btn.detail {
        display: none;
    }
    .products-list .btn.wish {
        display: block;
        width: 100%;
        border: 0;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .pd-intro .btn-group .btn {
        font-size: 14px;
    }
    .pd-intro .btn-group .btn.wish .ic {
        display: none;
    }
}
/*------------ product_column欄位 ------------*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*------------ /product_column欄位 ------------*/