@charset "utf-8";
.activity-banner {
    margin-bottom: 25px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
}

.products-list .item:nth-child(4n+1) {
    clear: left;
}

.products-list .box img {
    width: 100%;
}

.products-list .box {
    /* max-width: 330px; */
    margin: 40px auto 40px;
    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.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}

.products-list .pic-box {
    position: relative;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #DDDDDD;
}

.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    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 {
    background-position: 50% 50%;
    opacity: 1;
}

.products-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 4;
    right: 0;
    top: -41px;
}

.products-list .pic-box .ibtn.wish {
    background-position: 0 0;
    width: 32px;
    height: 41px;
    background: url(../../images/common/products/wishlist.png) no-repeat 0% 0%;
}

.products-list .pic-box .ibtn.wish:hover {
    background-position: 100% 0;
}

.products-list .pic-box .ibtn.delete {
    background-position: 100% 0;
}

.products-list .pic-box .ibtn.delete:hover {
    background-position: 100% 100%;
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #555555;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}

/* .products-list .box:hover .name {
    color: #444;
} */

.products-list .offers {
    color: #009189;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    margin-top: 5px;
}

/* .products-list .box:hover .offers {
    color: #5ABA8A;
} */

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 50px;
}

.gallery {
    float: left;
    width: 62%;
    max-width: 675px;
}

.pd-intro, .related-box {
    float: right;
    width: 35%;
}

.related-box .pic img {
    width: 100%;
}

.pd-intro .pd-id {
    color: #aaa;
    font-size: 14px;
}

.pd-intro .pd-name {
    color: #009189;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
}

.pd-info-box {
    border: 1px solid #ccc;
    padding: 10px 16px;
}

.pd-info {
    margin: 12px 0;
}

.pd-info b {
    color: #444;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    line-height: 28px;
    height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
}

.pd-info select.form-control:focus {
    border-color: #7FCAA5;
}

.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}

.pd-price-better {
    color: #444;
    font-size: 20px;
    font-weight: bold;
}

/*radio*/

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: calc(100% - 90px);
    border-color: #ccc;
    border-radius: 0;
}

.pd-price.better {
    text-decoration: none;
}

.pd-info-label {
    margin-bottom: 6px;
    float: left;
    width: 90px;
}

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}

.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.pd-info .size-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    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: #7FCAA5;
}

.pd-info .size-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

/*!radio*/

.pd-info-label {
    margin-bottom: 6px;
}

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}

.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

.pd-intro .btn-group .btn {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
}

.pd-intro .btn-group .btn.addcart, .pd-intro .btn-group .btn.buynow {
    font-size: 14px;
    padding-top: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.pd-intro .btn-group .btn.addcart {
    background: #54BA75;
}

.pd-intro .btn-group .btn.addcart:hover {
    background: #009189;
}

.pd-intro .btn-group .btn.buynow {
    background: #39B0E3;
}

.pd-intro .btn-group .btn.buynow:hover {
    background: #009189;
}

.pd-intro .btn-group .btn.soldout, .pd-intro .btn-group .btn.arrival {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 80px;
}

.pd-intro .btn-group .btn.soldout {
    background: #aaa;
    cursor: not-allowed;
}

.pd-intro .btn-group .btn.arrival {
    background: #777;
}

.pd-intro .btn-group .btn.arrival:hover {
    background: #5F5F5F;
}

.pd-intro .btn-group .btn.wish {
    float: none;
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    margin-top: 12px;
}

.pd-intro .btn-group .btn.wish:hover {
    color: #000;
    background: #51B784;
    border-color: #51B784;
}

.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}

.pd-intro .btn-group .btn.cart:before {
    display: block;
    font-size: 22px;
}

.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 8px 0px 0;
}

.pd-intro .btn-group .btn.cart2:before {
    display: block;
    font-size: 22px;
}

.buymore-box {
    padding-top: 15px;
}

.buymore-box .title {
    color: #80CAA5;
    font-size: 15px;
}

/* .buymore-list .form-checkbox {
    display: block;
} */

.buymore-list .item {
    background: #f2faf6;
    margin-top: 3px;
    padding: 8px 12px;
}

.buymore-list .item:hover {
    background: #f8f7ff;
}

.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    display: inline-block;
    color: #555;
    font-size: 14px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

/*------------ 新加購--------------*/

.form-group select.form-control, .buymore-list .form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}

.buymore-box {
    padding-top: 15px;
    clear: both;
    margin-top: 15px;
}

.buymore-box .buymore-title {
    color: #505050;
    font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
    font-size: 22px;
    margin: 10px 0;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 5px 0;
}

.buymore-box .buymore-title i {
    font-size: 15px;
    color: #72B1AA;
    margin-right: 10px;
}

.buymore-list .item {
    background: #f2faf6;
    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;
}

.buymore-list .item:hover {
    background: #f8f7ff;
}

.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    color: #555;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.buymore-box img {
    width: 40px;
}

.left-buymore {
    display: inline-block;
}

.right-buymore {
    width: calc(100% - 70px);
    float: right;
}

/*----  加購結數 ----*/

/*----- 貨到通知燈箱 -----*/

.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 {
    padding: 5px 0;
    margin: 10px 0;
}

.pd-arrival-fancybox .pd-info select.form-control {
    width: 40%;
}

/*----- !貨到通知燈箱 -----*/

.related-box {
    margin-top: 15px;
}

.related-box .title {}

.related-slider {
    position: relative;
}

.related-slider .slick-dots {
    position: absolute;
    right: 0;
    top: -28px;
}

.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
}

.related-slider .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.related-list {
    margin: 0 -2px;
}

.related-list .box {
    position: relative;
}

.related-list .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.related-list .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-list, .related-list .shopping_way.hot {
    text-align: center;
}

.related-list .shopping_way span {
    padding: 3px;
    margin-top: 15px;
}

.related-list .box {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}

.related-list .box .name {
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    height: auto;
}

.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 0.3s;
}

.related-list .box:hover .pic:before {
    opacity: 1;
}

.products-detail {
    position: relative;
}

.products-detail .title {
    position: relative;
    line-height: 40px;
    color: #009189;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.products-detail .title:before {
    content: '◆';
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 10px 3px 0;
}

.products-detail .title:after {
    content: '';
    border-top: 1px solid #80CAA5;
    position: absolute;
    top: 50%;
    right: 0;
    left: 230px;
}

/*---------------------------*/

.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;
}

.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;
}

/*------------ 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;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}

.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}

.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: 2px 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: 1000px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(n) {
        clear: inherit;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(n) {
        clear: inherit;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}

/********** 拆單結束 *********/

.shopping_way.hot {
    text-align: left;
    margin-top: 8px;
}

.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #333;
}

.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}

.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    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;
}

/*------------ 拆單結束'' ------------*/

.share-link.list-inline {
    text-align: left;
}

.share-out-bth {
    display: inline-block;
    float: right;
}

.share-buttom {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #b3b3b3;
    cursor: pointer;
}

.share-buttom:hover {
    background: #d2d2d2;
}

.share-buttom .share_box {
    background: #585858;
    padding: 5px 5px 0;
    position: absolute;
    margin-top: -40px;
    right: 0;
}

.share-buttom .share_box:after {
    content: '▼';
    display: block;
    font-size: 20px;
    color: #585858;
    position: absolute;
    margin-top: -10px;
    right: 1%;
}

.share_box {
    display: none;
}

.share-buttom:hover .share_box {
    display: block;
}

.a2a_svg {
    display: none!important;
}

/*------------ 加購產品效果 ------------*/

.buymore-list .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.buymore-bth {
    position: relative;
    text-align: center;
    background: #7fcaa5;
    max-width: 85px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin: -65px 0;
    float: right;
    cursor: pointer;
}

.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);
}

.btn.buymore-add {
    max-width: 30px;
    width: auto;
    display: inline-block;
    background: #b8b9aa;
    padding: 1px 5px;
    border-radius: 0;
}

.btn.buymore-add:hover {
    background: #72b1aa;
}

.btn.buymore-add i {
    color: #fbfbfb;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .gallery {
        width: 50%;
    }
    .pd-intro {
        width: 49%;
    }
    .related-box {
        width: 100%;
    }
    .pd-intro .pd-name {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1000px) {
    /*手機板*/
    .activity-banner .container {
        padding: 0;
    }
    .sort_box {
        margin-bottom: 0;
    }
    .buymore-box img {
        width: 30px;
    }
    .gallery, .related-box {
        float: left;
        width: 62%;
        max-width: 675px;
    }
    .pd-intro, .buymore-box {
        float: right;
        width: 35%;
    }
    .pd-arrival-fancybox .pd-info-label {
        width: 30%;
    }
    .pd-arrival-fancybox .pd-info select.form-control {
        width: 60%;
    }
    .pd-arrival-fancybox {
        margin: 5px 0;
        padding: 3px 0;
    }
    .shopping_way .freezing, .shopping_way .cold, .shopping_way .general {
        padding: 3px;
    }
    .buymore-box, .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .buymore-list .item {
        padding: 5px 10px;
    }
    .buymore-list .pd-txt {
        float: left;
        padding: 3px 0;
    }
    .related-box {
        margin: 0;
        max-width: none;
    }
    .activity-banner {
        margin-bottom: 5px;
    }
    .share-out-bth {
        margin: 3px 0 0;
    }
    .buymore-bth {
        margin: -35px 0 0 0;
        padding: 0 3px;
        float: right;
    }
    .buymore-box, .related-box {
        margin-top: 5px;
        padding-top: 0;
    }
    .products-list .name, .products-list .offers {
        font-size: 16px;
        line-height: 1.4;
        height: auto;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-list.type2 .item {
        width: 50%;
        padding: 0 5px;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .pd-intro .pd-name {
        margin-bottom: 10px;
    }
    .pd-info-box {
        padding: 10px 16px;
    }
    .pd-info {
        margin: 5px 0 10px;
    }
    .pd-price-better {
        padding: 5px 0;
    }
    .pd-info b {
        font-size: 16px;
    }
    .pd-intro .btn-group .btn .ic {
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin: 0 2px 2px;
    }
    .pd-intro .btn-group .btn.soldout, .pd-intro .btn-group .btn.arrival, .pd-intro .btn-group .btn.general, .pd-intro .btn-group .btn.cold, .pd-intro .btn-group .btn.freezing {
        height: 35px;
        line-height: 35px;
        width: 50%;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    .pd-intro .btn-group .btn.addcart, .pd-intro .btn-group .btn.buynow {
    }
    .buymore-list .item {
        width: 100%;
        margin: 5px 0;
    }
    .products-intro {
        margin-bottom: 5px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.2;
        margin-top: 30px;
    }
    .title:before {
        line-height: 30px;
        font-size: 30px;
    }
    .title:after {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .sort_box .control-box span {
        display: none;
    }
    .pd-intro .btn-group .btn.wish .ic {
        display: none;
    }
    .pd-intro .btn-group .btn {
        font-size: 12px;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
    .products-list .btn {
        width: 100%;
    }
    .products-list .btn.detail {
        display: none;
    }
    .related-list .shopping_way span+span {
        margin-left: 3px;
    }
}

/*QA*/

.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.pd-reply .status {
    background: #d0d0d0;
    padding: 2px 8px;
    color: #fff;
    border-radius: 7px;
}

.pd-reply .status.replied {
    background: #80CAA5;
}

.author-box {
    display: inline-block;
}

.go-msg-box {
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    height: auto;
    overflow: hidden;
}

.go-msg-box .btn-box {
    padding-top: 0px;
}

.btn.go-msg {
    background: #80CAA5;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.btn.go-msg:hover {
    background: #aaa;
}

.btn.go-msg:hover:after {
    background-position: 0 100%;
}

.message-item {
    margin-bottom: 10px;
}

.message-item .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 16px;
}

.message-item .message-from {
    color: #444;
    font-size: 14px;
    margin-top: 6px;
}

#message-sect textarea.form-control {
    height: auto;
}

.message-item .message-from .date {
    display: inline-block;
    color: #FFBF00;
}

.message-question, .message-answer {
    padding: 10px 60px 10px 70px;
    position: relative;
}

.message-question {
    cursor: pointer;
    border-bottom: 1px solid #80CAA5;
}

.message-question:after {
    content: "";
    display: block;
    background: url('../../images/common/message/accordion.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-position: 0 100%;
    transition: all .3s ease;
}

.message-item.active .message-question:after {
    background-position: 0 100%;
    transform: rotate(180deg);
}

.message-question .icon {
    background-image: url('../../images/common/message/icon_q.png');
}

.message-question .titlem {
    color: #aaa;
    font-weight: bold;
}

.message-question:hover .titlem {
    text-decoration: underline;
}

.message-item.active .message-question .titlem {
    color: #7FCAA5;
}

.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 0;
}

.message-answer {
    display: none;
    background: #F1F9FB;
}

.message-answer .icon {
    background-image: url('../../images/common/message/icon_a.png');
}

.message-answer .editor {
    padding: 10px 0;
    min-height: 20px;
}

#message-sect .form-wrap {
    border: 2px solid #C0E4D2;
    padding: 30px;
    margin-top: 5px;
}

#message-sect .form-wrap .btn-box {
    max-width: none;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}

#message-sect .form-wrap .btn-box .btn.simple {
    float: none;
}

.btn-box.mess {
    clear: both;
    padding: 15px 0 50px;
    position: relative;
    text-align: center;
}

.message-list {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    /*手機板*/
    #message-sect {
        margin-top: -5px;
        padding-top: 5px;
    }
    #message-sect .form-wrap {
        padding: 5px 4%;
    }
    .message-item .message-from {
        float: none;
        display: block;
        text-align: left;
    }
    .go-msg-box {
        background-position: 80% 0;
        margin: 0 0 5px;
    }
    .message-list {
        margin: 0 -15px;
    }
    .message-item .icon {
        width: 30px;
        height: 30px;
        top: 5px;
        background-size: 100% auto;
    }
    .message-question:after {
        display: none;
    }
    .message-question, .message-answer {
        padding: 5px 5px 5px 50px;
    }
    .btn-box.mess {
        padding: 10px 0 25px;
    }
}

/*!QA*/

/*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欄位*/