@charset "utf-8";
.activity-banner {
    margin-bottom: 50px;
    margin-top: 10px;
}

.products-list {
    margin: 0;
}
.products-list .item {
    width: 25%;
    padding:0px 17px;
    margin-bottom: 40px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    /*max-width: 360px;*/
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box img{
    width: 100%;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .new.box::after {
    width: auto;
    height: auto;
    line-height: normal;
    content: 'New';
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    text-align: center;
    display: block;
    z-index: 15;
    left: -18px;
    top: 0px;
    color: #a4873a;
    position: absolute;
    background:transparent;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.products-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.products-list .txt .ibtn.wish {
    position: absolute;
    background: url('../../images/common/products/wish.png') no-repeat;
    text-indent:0;
    color:transparent;
    font-size:15px;
    width: 18px;
    height: 16px;
    display: inline-block;
    margin: 0;
    transition: all .3s ;
    z-index: 30;
    left: 223px;
    top: 12px;
}
/* .products-list .item:hover .txt .ibtn.wish {
    background: url('../../images/common/products/wish_.png') no-repeat;
}
 */
.products-list .txt .ibtn.wish:hover{
    opacity: 0.5;
}

.products-list .pic-box .ibtn.delete {
    background-image: url('../../images/common/products/del.png');
    width:46px;
    height:46px;
    top:-20px;
    display:block;
    position:absolute;
}
.products-list .pic-box .ibtn.delete:hover {
    background-position: 100% 100%;
}
.products-list .txt {
     padding-top: 14px;
     margin: auto;
     position: relative;
     z-index: 18;
     padding-left: 9px;
     padding-bottom: 40px;
     pointer-events: all;
}
.products-list.wish .item{
    position: relative;
}
.products-list.wish .item .del{
    content: '';
    display: block;
    background:url('../../images/common/products/del.png');
    width: 46px;
    height: 45px;
    position: absolute;
    right: 17px;
    top:0px;
    margin: 0 auto;
    cursor: pointer;
}
.products-list.wish .item:hover .del {
   background-position: 0px 100%;
}
.product-name .name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-name .name:before {
    position: absolute;
    content: " ";
    background: rgb(255 255 255 / 30%);
    width: 15px;
    height: 1px;
    top:22px;
    left: 0px;
    display: inline-block;
}
.product-name {
    display: block;
    width: 280px;
    box-sizing: border-box;
    color: #FFFFFF;
    white-space: nowrap; /* 強制單行顯示，超出部分不換行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 用省略號代替被截斷的文字 */
    font-size: 17px;
    letter-spacing: 0.15em;
    font-weight: normal;
    padding: 9px 25px 45px;
    position: absolute;
    margin-top: -29px;
    margin-left: -17px;
    background: #202020;
    z-index: 15;
    transition: all .4s;
}
.products-list .item:hover .product-name {
    background: #a4873a;
    color: #fff;
}

.products-intro {
       margin: 0px 0 50px;
    text-align: center;
}
.products-list .offers {
    color: #a4873a;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Libre Baskerville", serif;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .4s;
}
.products-list .item:hover .txt .offers{
    color: #fff;
}

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 20px;
}
.gallery,
.related-box {
    float: left;
    width: 70%;
    max-width:1080px;
}
.pd-intro,
.related-box{
    float: right;
    width: 28%;
}
.pd-intro .pd-id,
.pd-info-2 {
      color: #aaa;
      font-size: 15px;
      border-bottom: 1px solid #333;
      padding-bottom: 15px;
}
.pd-name {
   color: #fff;
   font-size: 27px;
   font-weight: bold;
   line-height: 1.2;
   margin-bottom: 25px;
   letter-spacing: 2px;
}
.pd-info-box {
   background: #222;
   padding: 10px 30px;
   text-align: left;
}
.pd-info {
    margin: 12px 0;
}
.pd-info.price{
    /*width:45%;*/
    display:inline-block;
        margin: -2px 0;
    vertical-align: top;
}
.pd-price-better{
    margin-top: -5px;
}
.pd-info b {
    color: #a4873a;
    font-size: 25px;
    font-family: "Libre Baskerville", serif;
    line-height: 35.5px;
}
.pd-info b2 {
    color: #666;
    font-size: 13px;
    display: block;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    height: 30px;
    line-height: 39px;
    background: #333;
    border-color: #333;
    border-radius: 0;
    color:#888;
    padding: 0 8px;
}
.pd-info select.form-control:focus {
    border-color: #303030;
}
.pd-price {
     display:block;
     vertical-align: middle;
     margin-right: 20px;
     line-height: 2.5em;
     color: #aaa;
}
.pd-info-label {
    margin-bottom: 6px;
        display: inline-block;
}
.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: #303030;
}
.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.pd-intro .btn-group .btn {
    float: left;
    width: 32%;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin:10px 0.5% 0;
    border-radius: 0;
}

.pd-intro .btn-group .btn.addcart,
.pd-intro .btn-group .btn.buynow,
.pd-intro .btn-group .btn.soldout,
.pd-intro .btn-group .btn.arrival {
    font-size: 15px;
}
.pd-intro .btn-group .btn.addcart {
    background: #303030;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #a4873a;
}
.pd-intro .btn-group .btn.buynow {
    background: #303030;
}
.pd-intro .btn-group .btn.buynow:hover {
    background: #a4873a;
}
.pd-intro .btn-group .btn.soldout {
    background: #333;
    cursor: not-allowed;
    color: #fff;
    font-size:16px;
}
.pd-intro .btn-group .btn.arrival {
    background: #333;
    color: #fff;
    font-size:16px;
}
.pd-intro .btn-group .btn.arrival:hover {
    background: #a4873a;
    color:#fff;
}
.pd-intro .btn-group .btn.wish {
    background:#303030;
}
.pd-intro .btn-group .btn.wish:hover {
  background:#a4873a;
}
.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}
.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}


.related-box {
    margin-top: 15px;
}
.related-box .title {
    margin-bottom: 8px;
    color: #999;
    text-align:left;
    font-size: 15px;
}
.related-slider {
    position: relative;
}
.related-slider .slick-dots {
    position: absolute;
    right: 0;
    top: -38px;
}
.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 .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .box {
    display: block;
    max-width: 160px;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}

.detail-title {
    background: url(../../images/common/products/product-title.png)left center no-repeat;
    height: 30px;
    text-indent: -99999px;
    position: relative;
}
.detail-title span{
    background: url(../../images/common/products/product-title2.png)left center no-repeat;
    width: 105px;
    height: 10px;
    text-indent: -99999px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.products-detail {
    position: relative;
    padding: 0px 0 15px;
    border-bottom: 1px solid #333;
}
.products-detail-1{
     max-width: 1110px;
    margin: auto;
}

@media screen and (max-width: 1260px) {
    .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;
    }
    .buymore-list .pd-info {
        float: right;
        width: 240px;
        padding: 0;
    }
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    
     .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .products-list.wish .item {
      margin-bottom:5px;
    }
}


@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}
/*----- 貨到通知燈箱 -----*/
.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;
    max-width: none;
}

.related-slider {
    position: relative;
}
.related-slider .slick-prev,
.related-slider .slick-next {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    color: #aaa;
    position: absolute;
    top: -50px;
}
.related-slider .slick-prev:hover,
.related-slider .slick-next:hover {
    color: #ff732f;
}
.related-slider .slick-prev {
    right: 30px;
}
.related-slider .slick-next {
    right: 0;
}
.related-slider .item {
    padding: 0 6px;
}
.related-slider .box {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}
.related-slider .pic {
    position: relative;
    overflow: hidden;
}
.related-slider .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border: 1px solid #a4873a;
    transition: all 0.3s;
}
.related-slider .box:hover .pic:before {
    opacity: 1;
}


.products-detail ,.buymore-box{
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }

}
@media screen and (max-width: 1200px) {
    .gallery,
    .pd-intro,
    .related-box,
    .buymore-box {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 1000px) {/*手機板*/
    .products-list {
        margin: 0;
    }
    .products-list .item {
        width: 50%;
        padding: 0 17px;
        box-sizing: border-box;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 10px;
    }


}
@media screen and (max-width: 767px) {
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .products-list .btn.detail{
        font-size: 10px;
        letter-spacing: 0;
    }
    .products-list .btn.detail .icon{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }

}
/*------------ a??a?1e3? --------------*/

/*------------ 新加購--------------*/
.form-group select.form-control,
.buymore-list .form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
.buymore-box .title,.related-box .title,.products-detail .title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    border-bottom: 1px solid #333;
    padding: 5px 0 15px;
    margin: 15px 0 12px;
}
.buymore-box {
    padding-top: 15px;
    clear: both;
}
.buymore-box .buymore-title {
    color: #303030;
    font-size: 22px;
    margin: 10px 0 ;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 0;
}
.buymore-box .buymore-title i{
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}
.buymore-list .item {
    background: #222;
    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;
    text-align: left;
}
.buymore-list .item:hover {
    background: #222;
}
.buymore-list .price {
    display: inline-block;
    color: #a4873a;
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    font-weight: bold;
}
.buymore-list .form-checkbox{
    display: block;
}
.buymore-list .name {
    color: #888;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}
.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-list .ic{
    color:#666;
    font-size:13px;
    position:absolute;
    top:10px;
    left:15px;
}
.buymore-bth{
    position: relative;
    text-align: center;
    background: #303030;
    max-width: 85px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin: -40px 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: #666;
   padding:1px 5px;
}
.btn.buymore-add:hover{
    background:#303030;
}
.btn.buymore-add i {
    color: #fbfbfb;
    font-size: 16px;
}
/*-----*/
.slick-list{
    z-index: 2;
}
.related-box {
    margin-top: 15px;
}
.related-slider {
    position: relative;
}
.related-slider .slick-dots {
    position: absolute;
    text-align: right;
    bottom: 0px;
    width: 100%;
}
.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 .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.related-list .shopping_way.hot{
    text-align: center;
}
.related-list .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-list .box {
    display: block;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .pic img{
    width: 100%;
}
.products-detail {
    position: relative;
}

.related-box .title i,
.products-detail .title i{
    font-size: 15px;
    color: #a4873a;
    margin-right: 10px;
}
/*------------ a’?a?‧icon ------------*/
/*---------------------------*/

.pd-activity{
    background: #a4873a;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 40px;
    transition: all .2s;
    position: relative;
    margin-left: 0px;
}

.pd-activity:hover {
    background: #a4873a;
}

.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: #181818;
    color: #888;
    padding: 0 5px;
    border: 1px solid #333;
}

.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: 28px;
    padding: 3px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#555;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background: #a4873a;
}
.sort_icon .ibtn.one{
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two{
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four{
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.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;
    }
}


/*************************************/



/********** 拆單結束 *********/
.shopping_way.hot{
    text-align: left;
     margin-top:10px;
}
.shopping_way .general{
    border:1px solid #aaa;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#aaa;
}
.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-link.list-inline > li, .share-link.list-inline .item{
    vertical-align: middle;
}
.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: #cccccc;
    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 0px;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 26px;
    line-height: 31px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}
.share-out-bth{
    display:inline-block;
    float:right;
    margin-top:5px;
}

.share-buttom{
    border-radius:100%;
    width:25px;
    height:25px;
    text-align:center;
    line-height:28px;
    font-size:16px;
    color:#fff;
    background: #555;
    cursor: pointer;
}

.share-buttom:hover {
    background: #585858;
}

.share-buttom .share_box {
    background: #585858;
    padding: 2px 5px;
    position: absolute;
    margin-top: -50px;
    right: 3%;
}

.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;
}
@media screen and (max-width: 1440px){
    .product-name{
        width: 90%;
    }
    .products-list .txt .ibtn.wish{
        left: 62%;
    }
    .products-list {
        margin: 0px 0px;
    }
}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1000px) {/*手機板*/
    
    .products-list .offers{
        padding-top: 8px;
        font-size: 14px;
    }
    .products-list .txt .ibtn.wish {
        left: 76%;
        top: 9px;
    }

    .shopping_way .general,.shopping_way .cold,.shopping_way .freezing{
        padding: 3px;
    }
    .shopping_way span+span{
        margin-left: 3px;
    }
    .products-list .item {
        width: 50%;
        float: left;
        margin-bottom: 60px;
        padding: 0 0 0 25px;
    }
    .products-list .box{
        margin-bottom: 0px;
    }
    .products-list .txt{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    /*detail*/
    .pd-name{
        font-size: 16px;
        margin:3px 0 10px;
    }
    .pd-info-box{
        padding: 5px;
    }
    .products-intro{
        margin:0;
    }
    .pd-info{
        margin: 3px 0;
        width: 100%;
        float: none;
    }
    .share-buttom{
        position: relative;
    }
    .share-buttom:hover .share_box{
        right: 0;
        top: -50px;
        padding: 0 3px;
        margin: 0 -5px;
        width:300px;
    }
    .pd-intro .pd-id, .pd-info-2{
        padding-bottom: 5px;
    }
    .pd-price{
        line-height: 1.45;
        padding: 5px 0;
    }
    .pd-info{
        padding: 5px 0;
    }
    .pd-info b{
        font-size: 16px;
        line-height: 1.45;
    }
    .pd-info b2{
        display: inline-block;
    }
    .pd-info select.form-control{
        line-height: 26px;
        height: 26px;
        margin-bottom: 3px;
         width: 60%;
    }
    .qty-box .form-control{
        line-height: 26px;
        height: 26px;
        margin-bottom: 0px;
    }

    .qty-box {
        padding:0 26px;
    }
    .qty-box .btn{
        width: 26px;
        height: 26px;
        line-height: 24px;
    }
    .pd-intro .btn-group .btn{
        font-size: 10px;
        line-height: 28px;
        height: 28px;
        margin-top: 12px;
        font-size: 10px;
    }
    .pd-intro .btn-group .btn.addcart, .pd-intro .btn-group .btn.buynow, .pd-intro .btn-group .btn.soldout, .pd-intro .btn-group .btn.arrival{
        font-size: 15px;
    }
    .buymore-bth{
        padding:2px 10px;
        font-size: 10px;
        margin: -36px 0;
    }
    .pd-arrival-fancybox{
        margin-top: 5px;
        padding:3px 0;
    }
   .pd-arrival-fancybox .pd-info-label{
        width: 80px;
        font-size: 14px;
    }
    .pd-arrival-fancybox .pd-info select.form-control{
        width: calc(100% - 90px );
    }
    .related-box{
        margin-top: 5px;
        padding: 5px 0;
    }
    .buymore-list .item{
        width: 100%;
        padding: 5px;
    }
    .buymore-list .price{
        font-size: 14px;
    }
    .products-detail{
        padding: 5px 0;
    }
    .detail-title{
        font-size: 16px;
        text-indent: 0;
        background: none;
    }
    .detail-title span{
        display: block;
        position: static;
        margin: 0;
    }
    /*追蹤清單*/
    .products-list.wish .box:after{
        width: 25px;
        height: 24px;
        top: 0;
        background-size: cover;
    }
    .sort_box{
        margin-bottom: 0;
    }
    .activity-banner{
        margin:5px;
    }
    .activity-banner .container{
        padding:0;
    }
}

@media screen and (max-width: 767px) {
    .products-list .txt .ibtn.wish {
        left: 74%;
    }
    .product-name{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .products-list .txt .ibtn.wish {
        left: 65%;
        top: 12px;
    }
}

@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;
    }
}

/*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欄位*/