.pd-info-text{
    color:red;
    /*給客戶的備註欄位*/
}
.activity-banner {
    margin-bottom: 0px;
}

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

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

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

.products-list.type1 .item {
    /*  width: 33.33%; */
    padding: 0 26px;
}

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


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

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

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

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

.products-list .box {
    margin: 0 auto 50px;
    position: relative;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 57px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 0px;
}


.products-list .box .pic-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}


.products-list .box:hover .pic-box:after {
    opacity: 1;
    z-index: 2;
}

.products-list .btn.wish {
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 16px;
    float: right;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-list .btn.wish:hover {
    text-decoration: underline;
}

.products-list .btn.wish i:before {
    content: '';
    background: url(../../images/common/plus.svg) no-repeat 50% 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 3px;
}

.products-list .btn.wish:hover i:before {
    opacity: 0.6;
}

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

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
}

.products-list .pic:before {
    content: 'VIEW MORE';
    position: absolute;
    z-index: 6;
    font-family: 'Muli', sans-serif;
    width: 95px;
    height: 95px;
    line-height: 50px;
    background: #4ac5cc;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    border-radius: 50%;
    line-height: 1.5;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.11, .63, .7, .36);
    transition: all .4s cubic-bezier(.11, .63, .7, .36);
}

.products-list .box:hover .pic:before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    bottom: 0;
}

.products-list .pic:after {
    content: '';
    position: absolute;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 0px;
    height: 1px;
    background: #4ac5cc;
    top: 50%;
    right: 0;
    margin: auto;
    
}

.products-list .box:hover .pic:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.products-list .pic img {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products-list .box:hover .pic img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.products-list .txt {
    padding-top: 10px;
}


.products-list .name {
    color: #c9a283;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 5px;
}

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

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

.products-list .offers {
    color: #f8b600;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
}

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

.gallery {
    max-width: 500px;
    margin: 0 auto 15px;
}

.products-intro .pd-name {
    background: #f9f2ea;
    color: #694f3b;
    letter-spacing: 0.08em;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    padding: 8px 16px;
    margin: 0 auto 20px;
    line-height: 1.2;
}

.products-intro .pd-id-cart {
    text-align: center;
}

.products-intro .pd-id {
    color:#c9a283;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 200px;
    display: inline-block;
}

.pd-intro {
    padding: 25px 0 20px;
    border: 1px dashed #f9f2ea;
    border-width: 1px 0;
}

.pd-intro .pd-info-group {
    float: left;
    margin-right: 20px;
}

.pd-intro .pd-info-group1 {
    width: 210px;
}

.pd-intro .pd-info-group2 {
    width: 300px;
}

.pd-info {
    color: #666;
    font-size: 13px;
    margin: 15px 0;
    line-height: 30px;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: 188px;
    max-width: 100%;
    height: 30px;
    line-height: 28px;
    border-radius: 0;
}

.pd-info select.form-control:focus {}

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

.pd-price-better {
    color: #f8b600;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
}

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

.pd-intro .btn.wish {
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pd-intro .btn.wish:hover {
    color: #444;
}

.pd-intro .btn.wish .ic:before {
    content: '';
    background: url(../../images/common/plus.svg) no-repeat 50% 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    margin-right: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0px;
}

.pd-intro .btn.wish:hover .ic:before {
    opacity: 0.6;
}

.pd-intro .btn.wish .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 2px 3px 0;
}

.pd-info.wish-qty {
    display: inline-block;
    margin: 0;
}

.pd-info.dis-wish {
    display: inline-block;
    margin: 10px;
}

.pd-info.pd-dis-dty {
    float: left;
    margin: 10px 0;
}

.pd-intro .btn-group {
    float: right;
    width: 45%;
}

.pd-intro .btn-group .col {
    float: left;
}

.pd-intro .btn-group .ibtn {
    margin: 6px 8px;
}

.pd-intro .btn-group .ibtn.addcart,
.pd-intro .btn-group .ibtn.buynow,
.pd-intro .btn-group .ibtn.soldout,
.pd-intro .btn-group .ibtn.arrival{
    width: 130px;
    height: 130px;
}

.pd-intro .btn-group .ibtn.addcart {
    background-image: url('../../images/common/products/btn_addcart.png');
}

.pd-intro .btn-group .ibtn.buynow {
    background-image: url('../../images/common/products/btn_buynow.png');
}

.pd-intro .btn-group .ibtn.buynow.general {
    background-image: url('../../images/common/products/btn_addcart _normal.png');
}

.pd-intro .btn-group .ibtn.buynow.cold {
    background-image: url('../../images/common/products/btn_addcart _cold.png');
}

.pd-intro .btn-group .ibtn.buynow.freezing {
    background-image: url('../../images/common/products/btn_addcart _freezing.png');
}
/*
.pd-intro .btn-group .ibtn.soldout,
.pd-intro .btn-group .ibtn.arrival {
    display: block;
    width: 130px;
    height: 65px;
}*/

.pd-intro .btn-group .ibtn.soldout {
    background-image: url('../../images/common/products/btn_soldout.png');
	 cursor: auto; 
}

.pd-intro .btn-group .ibtn.arrival {
    background-image: url('../../images/common/products/btn_arrival.png');
}


/* 燈箱　雙規格*/

.pd-arrival-fancybox .pd-info {
    display: inline-block;
    margin-left: 10px;
}

.pd-arrival-fancybox .pd-info select.form-control {
    background-color: #fff;
    border-color: #fff;
}
.pd-arrival-fancybox .pd-info select.form-control:focus {
	 border-color: #4ac5cc;
}
.pd-arrival-fancybox {
    margin-top: 20px;
}

.products-detail {
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 25px;
}


/* 燈箱雙規格end */

.products-detail .title {
    color:#c9a283;
    font-size: 19px;
    margin: 10px 0 0;
    padding: 0 0px 5px 35px;
    font-family: 'Muli', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

.products-detail .title .ic {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 23px;
    color:#ebd3bb;
}

.products-detail .title .ic:before {
    content: "\e90a";
}

.products-detail .editor {
    padding: 25px 0 40px;
}


/*------------ 新加購--------------*/

.buymore-box {
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.buymore-box .buymore-title {
    color:#c9a283;
    font-size: 19px;
    margin: 10px 0 0;
    padding: 0 0px 5px 35px;
    font-family: 'Muli', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

.buymore-box .buymore-title i {
    font-size: 23px;
    color:#ebd3bb;
    position: absolute;
    margin-top: 5px;
    margin-left: -35px;
}

.buymore-box .buymore-title i::before {
    content: "\e90a";
}

.buymore-list .item {
    background: #f9f2ea;
    margin-top: 3px;
    padding: 8px 12px;
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.buymore-list .item:hover {
    opacity: .6;
}

.buymore-list .price {
    display: inline-block;
    color: #f8b600;
    font-size: 14px;
    letter-spacing: 0;
}

.pd-txt .form-checkbox {
    width: 100%;
}

.buymore-list .name {
    display: inline-block;
    color: #bc9270;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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;
}

.buymore-box .pd-info select.form-control {}


/*----  加購結束 ----*/

.related-box {
    position: relative;
    margin: 40px 0 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #f9f2ea;
}

.related-box .title {
    color:#c9a283;;
    font-size: 19px;
    font-family: 'Muli', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    letter-spacing: 0.05em;
    padding-left: 30px;
    margin-bottom: 20px;
}

.related-box .title .ic {
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ebd3bb;
}

.related-box .slick-prev,
.related-box .slick-next {
    padding: 0;
    border: 0;
    color: #989898;
    background-color: #e6e6e6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    border-radius: 20px;
}

.related-box .slick-prev {
    background-position: 0 0;
    right: 35px;
}

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

.related-box .slick-prev:hover,
.related-box .slick-next:hover {
    color: #000;
    background-color: #c3c3c3;
}

.related-box .slick-prev:hover {
    background-position: 0 100%;
}

.related-box .slick-next:hover {
    background-position: 100% 100%;
}

.related-box .slick-prev .ic,
.related-box .slick-next .ic {
    vertical-align: middle;
}

.related-slider {
    position: relative;
}

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

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

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

.related-list .pic {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
}

.related-list .pic:before {
    content: 'VIEW MORE';
    position: absolute;
    z-index: 6;
    font-family: 'Muli', sans-serif;
    width: 95px;
    height: 95px;
    line-height: 50px;
    background: #4ac5cc;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    border-radius: 50%;
    line-height: 1.5;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    box-shadow: 0 0 5px rgba(60, 60, 60, 0.2);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.11, .63, .7, .36);
    transition: all .4s cubic-bezier(.11, .63, .7, .36);
}

.related-list .box:hover .pic:before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    bottom: 0;
}

.related-list .pic:after {
    content: '';
    position: absolute;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 0px;
    height: 1px;
    background: #4ac5cc;
    top: 50%;
    right: 0;
    margin: auto;
}

.related-list .box:hover .pic:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.related-list .pic img {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.related-list .box:hover .pic img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}


/*-----------æ´»å‹•icon-------*/

.pd-activity {
    background: #b0d240;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.pd-activity:hover {
    background: #f8b600;
}

.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;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    top: 10px;
}

.pd-activity:before {
    -webkit-animation-name: activity-ani;
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}

.pd-activity:after {
    -webkit-animation-name: activity-ani2;
    animation-name: activity-ani2;
    opacity: 1;
    left: 20px;
}

@-webkit-keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes activity-ani2 {
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}

@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-color: #e6e6e6;
    color: #666;
    padding: 0 5px;
    border: 1px solid #c6c6c6;
    height: 28px;
}

.sort_box .form-control:focus {
    outline: none;
    border-color: #989898;
    color: #222;
}

.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_view_two***/

.products-list.type1 li.item_two {
    width: 50%;
    padding: 0 10px;
}

.products-list.type1 li.item_two:nth-child(4n+1) {
    clear: none;
}

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

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

.products-list.type1 li.item_two .box {
    max-width: 100%;
}

@media screen and (max-width: 480px) {
    .products-list.type1 li.item_two {
        padding: 0 5px;
    }
}


/***products_view_one***/

.products-list.type1 li.item_one:nth-child(n) {
    clear: none;
    width: 100%;
}


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


/**********拆單 *********/

.shopping_way.hot {
    text-align: left;
    margin-top: 8px;
    display: inline-block;
    padding: 5px;
}

.shopping_way .general {
    border: 1px solid #b5b5b5;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #b5b5b5;
}

.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;
}


/*------------ æ‹†å–®çµæŸ'' ------------*/


/*--------- é›™è¦æ ¼  ------------*/

.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #565656;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}

.pd-info .color-radio.checked {
    border-color: #c3a07d;
}

.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;
}

.pd-info .size-radio.checked {
    border-color: #c3a07d;
}

.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;
}

.pd-info .size-radio.checked {
    border-color: #c3a07d;
}

.pd-info .size-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}


/*---*/


/*---- 分享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:#f0b000;
    cursor: pointer;
    font-size: 25px;
}

.share_box .share-link .btn:hover,
.share_box .share-link .icon-ic-share-linecall:hover,
.share_box .share-link .icon-ic-share-w:hover {
    color: #deb48a;
}

.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: 22px;
    height: 30px;
    line-height: 27px;
    border-radius: 15px;
    margin: 0px 2.5px;
    padding: 1.4px 0;
}


/*
.share_box .share-link .btn {
    width: 20px;
}*/

.share_box .share-link .btn {
    width: 26px;
    margin: 0 -2px;
}

.share-out-bth {
    display: inline-block;
    float: right;
    margin: -54px 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: #fff;
    background: #f8b600;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.share-buttom:hover {
    background: #f0b000;
}

.share-buttom .share_box {
    background: #f9f2ea;
    padding: 2px 5px;
    position: absolute;
    margin-top: -45px;
    right: 1.6%;
}

.share-buttom .share_box:after {
    content: '▼';
    display: block;
    font-size: 20px;
    color: #f9f2ea;
    position: absolute;
    margin-top: -10px;
    right: 1%;
}

.share_box {
    display: none;
}

.share-buttom:hover .share_box {
    display: block;
}


/*-- 分享 --*/


/*-- Q&A --*/

.go-msg-box {
    color: #787878;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.ibtn.go-msg {
    background-image: url('../../images/common/products/btn_msg.png');
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
}

.message-list {
    max-width: 1150px;
    margin: 0 auto;
}

.message-item {
    margin-bottom: 35px;
}

.message-item .message-from {
    display: block;
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

.message-item .message-from .author {
    color: #9A7F64;
    font-weight: bold;
}

.message-question,
.message-answer {
    position: relative;
}

.message-question {
    cursor: pointer;
}

.message-question .title {
    color: #997F64;
    font-size: 17px;
    line-height: 1.4;
    border: 1px solid #9C8064;
    padding: 8px 20px;
}

.message-question:hover .title,
.message-item.active .message-question .title {
    background: #9C8064;
    color: #000;
}

.message-answer {
    display: none;
}

.message-answer .editor {
    padding: 15px 25px;
    margin-top: 10px;
    border: 1px solid #9C8064;
    color: #9B9B8C;
    font-size: 14px;
    line-height: 22px;
}

#message-sect {
    background: url('../../images/common/products/form_bg.png');
    padding: 10px 0;
    color: #bbb;
    margin-top: 30px;
}

#message-sect .form-title,
#message-sect .reminder {
    color: #E4D9C2;
}

#message-sect .form-title {
    margin-bottom: 10px;
}

#message-sect .reminder {
    line-height: 1.5;
}

.pd-content .btn-box {
    padding: 0px 0 20px;
}

#message-sect .reminder b {
    color: #bbb;
}

#message-sect .control-label {
    color: #000;
}

.pd-content {
    margin: 40px 0 10px;
    background: url(../../images/common/border.png)bottom repeat-x;
    padding: 20px 0 40px;
}

#message-sect .btn-box {
    padding-top: 10px;
}

.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.pd-reply .status {
    border: 1px solid #929292;
    padding: 2px 5px;
    color: #fff;
    margin-left: 9px;
    border-radius: 0px;
}

.pd-reply .status.replied {
    border-color: #9c8064;
    color: #9c8064;
}


/*---  */


/*-- e?Â±eâ€”?icon --*/

.buymore-list .form-radio:before,
.buymore-list .form-checkbox:before {
    display: none;
}

.buymore-list .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.buymore-bth {
    position: absolute;
    text-align: center;
    right: 1%;
    margin-top: -35px;
    background: #4ac5cc;
    max-width: 85px;
    padding: 1px 6px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #4ac5cc;
    border-radius: 0px;
    float: right;
    cursor: pointer;
}

.buymore-bth i {
    font-size: 10px;
    margin-right: 5px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.buymore-bth .up {
    display: none;
}

.buymore-bth.active {
    border-color: #b0d240;
    color:#b0d240;
    background: #fff;
}

.buymore-bth.active .up {
    display: block;
}

.buymore-bth.active .down {
    display: none;
}

.buymore-bth.active .up i {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn.buymore-add {
    border-radius: 100%;
    width: auto;
    display: inline-block;
    background: #171717;
    padding: 5px 6px;
}

.btn.buymore-add.active {
    background: #9c8064;
}

.btn.buymore-add i {
    color: #fbfbfb;
}


/*------------ 加購 ------------*/

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
    .products-list .item {
        width: 33.3%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1400px) {
    .pd-intro .pd-info-group2 {
        width: 30%;
    }
    .pd-intro .btn-group {
        width: 40%;
        margin: 15px auto;
    }
    .pd-intro .pd-info-group1 {
        width: 24%;
    }
    .pd-intro .btn-group .col {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .pd-intro .btn-group .ibtn.soldout,
    .pd-intro .btn-group .ibtn.arrival {
        display: inline-block;
    }
    .related-list {
        margin: 0 -10px;
    }
    .related-list .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1440px) {
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
        width: 33.3%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1180px) {
    /*   .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
 */
}

@media screen and (max-width: 1000px) {
    /*  .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
  */
    .sort_box {
        margin-bottom: 0px;
    }
    .products-list .name {
        height: auto;
        font-size: 18px;
    }
    .products-list .offers {
        font-size: 14px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 2px 5px;
    }
    .shopping_way.hot {
        padding: 0;
    }
    .products-list .btn.wish {
        font-size: 14px;
        margin-top: 3px;
    }
    .products-list .box {
        margin: 0 auto 10px;
    }
    .products-intro .pd-name {
        font-size: 16px;
    }
    .main-title.detail,
    .main-top.detail {
        display: none;
    }
    .share-out-bth {
        margin: -7px 10px 10px 0;
    }
    .gallery {
        margin: 0 auto 10px;
    }
    .products-intro .pd-id {
        margin-bottom: 5px;
    }
    .pd-info {
        font-size: 14px;
        margin: 5px 0;
        line-height: 33px;
    }
    .pd-info.pd-dis-dty {
        margin: 5px 0;
    }
    .pd-info.dis-wish {
        margin: 5px 10px;
    }
    .pd-intro .btn.wish {
        font-size: 12px;
    }
    .pd-intro .btn-group .ibtn {
        margin: 6px 2px;
    }
    .pd-price-better {
        font-size: 14px;
        display: inline-block;
    }
    /* .pd-activity {
        padding: 5px 15px 5px 40px;
    }*/
    .pd-info select.form-control {
        height: 26px;
        line-height: 26px;
    }
    .buymore-box {
        padding: 0px 0px 5px;
        margin-bottom: 25px;
    }
    .products-detail .title {
        font-size: 14px;
        padding-left: 30px;
        margin-top: 0px;
    }
    .products-detail .editor {
        padding: 5px 0;
    }
    .related-box {
        margin: 30px 0 25px;
        padding-bottom: 20px;
    }
    .related-box .title {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .related-box .title .ic {
        font-size: 26px;
        top: 0px;
    }
    .products-detail .title .ic {
        top: 0;
        font-size: 26px;
    }
    .buymore-box .buymore-title i {
        font-size: 26px;
        margin-top: 0px;
        margin-left: -30px;
    }
    .buymore-box .buymore-title {
        padding: 0 0px 5px 30px;
    }
    .go-msg-box {
        margin-bottom: 10px;
    }
    .message-item .message-from {}
    .message-question .title {
        font-size: 15px;
    }
    .message-answer .editor {
        padding: 5px 10px;
        margin-top: 4px;
    }
    .message-item {
        margin: 15px 0 25px;
    }
    .pd-content .btn-box {
        padding: 0px 0 15px;
    }
    .message-item .message-from {
        margin-bottom: 2px;
    }
    .buymore-list .price {
        font-size: 12px;
    }
    .pd-content {
        margin: 10px 0;
        padding: 10px 0 0;
    }
    .buymore-box .buymore-title {
        font-size: 15px;
    }
    .search-keyword {
        font-size: 14px;
        margin-bottom: 18px;
    }
}


/*
@media screen and (max-width: 870px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
}*/

@media screen and (max-width: 767px) {
    .products-list.type2 {
        margin: 0 -7px;
    }
    .buymore-list .buymore-item {
        width: 24%;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
        margin-bottom: 15px;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 .box {
        margin-bottom: 10px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .related-list {
        margin: 0 -7px;
    }
    .related-list .item {
        padding: 0 7px;
    }
    .buymore-box .buymore-title span,
    .related-box .title span,
    .products-detail .title span {
        display: none;
    }
    .buymore-bth {
        margin: -32px 0 0;
    }
    .related-box .slick-prev,
    .related-box .slick-next {
        top: -5px;
    }
    #message-sect {
        padding: 10px;
        margin: 0px 0 25px;
    }
    /* .share_box {
        margin: 2px 0px;
    }
    .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,
    .share_box .share-link .icon-ic-share-linecall,
    .share_box .share-link .icon-ic-share-w {
        font-size: 22px;
    }
    .share_box .share-link .btn,
    .share_box .share-link .icon-ic-share-linecall,
    .share_box .share-link .icon-ic-share-w {
        margin: 0px 0.5px;
    }
    .share_box .share-link .icon-ic-share-linecall,
    .share_box .share-link .icon-ic-share-w {
        line-height: 1.2;
    }
    .share-buttom .share_box {
        padding: 0px 2px;
    }*/
    .activity-banner {
        margin-bottom: 10px;
    }
    .pd-intro .btn-group {
        float: none;
        width: auto;
        clear: left;
    }
    .pd-intro .pd-info-group2 {
        width: 45%;
        margin: 0;
    }
    .pd-intro .pd-info-group1 {
        width: 45%;
        margin: 0;
    }
    .products-list .item {
        width: 50%;
        margin-bottom: 15px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .pd-activity:before,
    .pd-activity:after {
        top: 7px;
    }
}

@media screen and (max-width: 600px) {
    .pd-intro .pd-info-group {
        float: none;
        width: auto;
        margin: 0;
    }
    .buymore-list .item {
        width: 100%;
        padding: 5px
    }
    .pd-intro .pd-info-group1 .pd-info {
        display: inline-block;
        vertical-align: middle;
        margin: 3px 0;
        line-height: 25px;
    }
    .pd-intro .pd-info-group1 .member-price {
        display: block;
    }
}

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

@media screen and (max-width: 400px) {
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
    .pd-intro .btn-group .ibtn {
        margin: 6px 3px;
    }
    .products-list .btn.wish .ic {
        display: none;
    }
    .products-list .btn.wish {
        margin-left: 0px;
        padding-left: 5px;
    }
    .pd-arrival-fancybox .pd-info,
    .pd-arrival-fancybox {
        margin: 5px 0px 0;
    }
    .arrival-box .form-box {
        padding: 10px 0 25px;
    }
}


/*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欄位*/
