/*------------ product-list ------------*/

.pd-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 10px 0;
}

.pd-txt-area {
    width: 100%;
}

.product-list {
    margin: 0 -20px;
}

.product-list li {
    width: 25%;
    padding: 0 10px 60px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list .item{
    overflow:hidden;
    position:relative;
}
.product-list>li> .box{
    /*max-width: 280px;*/
    margin: 0 auto;
    position: relative;
    padding: 10px 10px 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s;
}
.product-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:9;
}
.product-list>li>.box:hover {
    transition: all .2s;
    background: #FAD038;
}

.product-list .pic {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .pic img {
    width: 100%;
}

.product-list .name {
    text-align: center;
    line-height: 1.2;
    color: #444444;
    font-size: 18px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.product-list .offers {
    color: #FF2626;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.product-list .text {
    width: auto;
    margin: 0 auto;
}

.product-list .btn {
    float: left;
    width: 50%;
    line-height: 1;
    height: 45px;
    box-sizing: border-box;
    z-index: 10;
}

.product-list .btn+.btn {
    border-left: 1px solid #777777;
}

.product-list .btn.del i {
    font-size: 12px;
    padding: 3px;
    border: 2px solid #FFFFFF;
    margin: -1px 5px 3px 0;
}

.product-list .box {
    margin: 0 auto;
    padding: 10px 10px 5px;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
}

.product-list .box:hover {
    transition: all .2s;
    background: #FAD038;
}

.pd-flex .shopping_way.hot {
    margin: 15px auto 0;
    text-align: center;
}

.product-list .btn:hover {
    background: #000;
    color: #fff;
    transition: all .2s;
}


.product-list .box.new:before {
    width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/top.png);
    position: absolute;
    display: block;
    z-index: 50;
    left:10px;
}

.product-list .box.hot:after{
    width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/hot.png);
    position:absolute;
    display:block;
    right:10px;
    z-index:50;
    top:0px;
}


/*------------ search ------------*/

.search-title {
    font-size: 15px;
}

.search-title b {
    font-size: 20px;
    color: #444444;
}




/*------------ detail ------------*/

.products-info {
    background: #FFFFFF;
    padding: 10px;
    line-height: 1.2;
    position: relative;
    margin: 0 0 40px;
}

.products-info .txt {
    float: right;
    width: 48.5%;
}

.products-info .gallery {
    float: left;
    width: 49%;
}

.products-info .gallery .stage {
    display: inline-block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.products-info .product-name {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #888888;
    padding: 25px 0 35px;
    margin: 0 0 20px;
}

.products-info .product-name .icon01 {
    display: inline-block;
    transform-origin: 100% 50%;
    margin: 0 20px 4px 0;
    border: 0;
}

.products-info .product-id {
    background: #898989;
    line-height: 21px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.products-info .price .control-label {
    border: 0;
    padding: 0;
    margin: 0;
}

.products-info .price .form-group {
    display: inline-block;
    margin: 0;
}

.products-info .price .form-group+.form-group {
    margin: 0 0 0 10px;
}

.products-info .price .form-group+.form-group:before {
    content: "...";
    display: inline-block;
    color: #666666;
    transform: rotate(90deg);
}

.products-info .form-group {
    margin: 0 0 15px;
}

.products-info .control-box {
    display: inline-block;
}

.products-info .control-label {}

.products-info .txt-box {}

.form-group select.form-control,
.buymore-list select.form-control,
.plus-list select.form-control {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    min-width: 185px;
    background: #FFFFFF;
}
.sort_box select.form-control {
    min-width: 150px;
}



/*--- member-price ----*/

.products-info .member-price {
    padding: 20px 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #888888;
}

.products-info .member-price .control-box {
    font-size: 20px;
    font-weight: bold;
    color: #FF2626;
    vertical-align: middle;
}




/*--- btn-box ----*/

.products-info .btn-box {
    padding: 20px 0 0 0;
}

.products-info .btn-box .row {
    margin: 0 -6px;
}

.products-info .btn-box .col {
    width: 50%;
    padding: 0 6px 10px;
    float: left;
}

.products-info .btn-box .nobuy {
    cursor: not-allowed;
}




/*------------ products-title ------------*/

.products-detail {}

.products-detail .title,
.buymore-box .title,
.related-box .title {
    background: #777777;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    margin: 0 0 20px;
}
.pd-content .btn.title {
    background: #777777;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    margin: 0px;
}
.products-detail .title {
    margin: 0 0 5px;
}

.buymore-box .title {
    margin: 0px 0 15px;
}

.products-editor p {
    margin: 5px 0;
}




/*------ related-box ------*/

.related-box {
    position: relative;
    width: 100%;
    margin: 40px 0 60px;
}

.related-box * {
    outline: 0;
}

.related-box .related-list {
    margin: 0 -8px;
}

.related-box .related-list li {
    padding: 0 8px;
    text-align: center;
}

.related-list a .pic {
    position: relative;
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    margin: 0 auto;
}

.related-list a .pic:before,
.related-list a .pic:after {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.related-list a .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
}

.related-list a .pic:after {
    content: "\e1013";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-size: 23px;
    top: 50%;
    left: 0;
    margin: -11px 0 0 -11px;
}

.related-list a:hover .pic:before,
.related-list a:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.related-list a:hover .pic:after {
    left: 50%;
}




/*------ buymore-box ------*/


/* ?��?�?
.buymore-box {
    float: right;
    width: 48.5%;
    margin: 50px 0 0 0;
}

.buymore-box .title {
    font-weight: bold;
    margin: 0 0 10px;
}

.buymore-box .title i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    font-size: 15px;
}

.buymore-list .item {
    padding: 9px 5px 9px 0;
    border-bottom: 1px dashed rgba(119, 97, 84, .2);
}

.buymore-list .item:hover {
    background: rgba(0, 0, 0, .02);
}

.buymore-list .price {
    display: inline-block;
    color: #000;
    font-size: 20px;
    padding: 0;
    border: 0;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.buymore-list .name {
    display: inline-block;
    color: #999;
    font-size: 16px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-txt {
    float: left;
}

.buymore-list .pd-txt .form-checkbox {
    display: inline-block;
    margin: 0;
}

.buymore-list .pd-info {
    padding: 0;
    float: right;
    width: 250px;
}

.buymore-list .pd-info .form-control {
    margin: 0;
    padding: 0 5px;
    max-width: none;
    min-width: auto;
}

.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 70px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 60px;
}
*/

.buymore-box {
    margin: 30px auto 46px;
}

.buymore-list .item {
    margin-top: 3px;
    padding: 8px 12px;
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buymore-box .title i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    font-size: 15px;
}

.buymore-list .item {
    padding: 3px 5px 10px 0;
    border-bottom: 1px dashed rgba(119, 97, 84, .2);
}

.buymore-list .form-checkbox {
    margin: 0;
}

.buymore-list .item:hover,
.buymore-list .item.checked {
    background: rgba(0, 0, 0, .02);
}

.buymore-list .price {
    display: inline-block;
    color: rgba(188, 124, 88, 8);
    font-size: 18px;
    padding: 0;
    border: 0;
    font-weight: bold;
    margin: 0 10px 0 0;
    line-height: 1;
}

.buymore-list .name {
    display: inline-block;
    color: #33611D;
    font-size: 16px;
    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% - 90px);
}
.buymore-list .pd-info .qty {
    float: right;
   width: 80px;
   min-width:auto;
}
.buymore-box img {
    width: 50px;
}

.left-buymore {
    display: inline-block;
}

.right-buymore {
    width: calc(100% - 90px);
    float: right;
}

.buymore-bth {
    text-align: center;
    background: #d2a400;
    max-width: 85px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    float: right;
    margin: -50px 0;
    cursor: pointer;
}

.buymore-bth .up {
    display: none;
}

.buymore-bth.active {
    background: #fad038;
    color: #000;
}

.buymore-bth.active .up {
    display: block;
}

.buymore-bth.active .down {
    display: none;
}

.btn.buymore-add {
    max-width: 30px;
    width: auto;
    display: inline-block;
    background: #b8b9aa;
    padding: 1px 5px;
}

.btn.buymore-add.active {
    background: #72b1aa;
}






/*------ plus-box ------*/

.plus-list {
    background: #C9C9C9;
    margin: 0;
    padding: 15px 10px 0;
}

.plus-list li {
    padding: 0px 8px 30px;
}

.product-list>li>a {
    padding: 10px;
}

.plus-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.2;
    height: 43px;
    margin: 15px 0 5px;
}

.plus-list .control-box {
    margin: 15px auto 0;
    max-width: 185px;
}

.qty-a {
    float: left;
    background: #F0F0E1;
    width: 50%;
    padding: 9px 18px 8px;
}

.plus-list .qty-a .btn {
    width: 24px;
    height: 24px;
}

.plus-list .btn.style01 {
    width: 50%;
    background: #F0F0E1;
    color: #444444;
    padding: 11px 14px;
    border-left: 1px solid #ACAC9D;
}

.plus-list .btn.style01 i {
    font-size: 26px;
    color: #666666;
    margin: 0 10px 0 0;
}

.plus-list .btn.style01:hover {
    background: #000;
    color: #fff;
}




/*------------ activity ------------*/

.activity-banner {
    margin: 35px 0 0 0;
}

.activity-list {}

.activity-list li {
    width: 20%;
}

.activity-list li:nth-child(4n+1) {
    clear: none;
}

.activity-list li:nth-child(5n+1) {
    clear: left;
}




/*------------ wish ------------*/

.wish-list {}

.wish-list .box {}

.wish-list li {}

.wish-list li:nth-child(4n+1) {}

.wish-list li:nth-child(3n+1) {}

.wish-list .del {}

.wish-list .del:hover {}



/*------------ Q&A ------------*/


/*-- ?��?Q&A --*/

.btn.go-msg {
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    background: #b89966;
    line-height: 28px;
    width: 100%;
    border-radius: 0px;
}

.btn.go-msg:hover {
    transition: all .2s;
    background: #fad038;
    color: #000;
}

.message-item {
    margin-bottom: 5px;
    border-bottom: 1px dotted #BBBBBB;
}

.message-list {
    padding: 20px 5% ;
}

.message-item .message-from {
    background: #333333;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 24px;
    letter-spacing: 1px;
    padding: 0 10px;
    position: relative;
}
.message-item .message-from.ans-area {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 24px;
    border-radius: 24px;
    letter-spacing: 1px;
    padding: 0px;
    position: relative;
    width: auto;
    font-weight:bold;
    background:none;
}
.message-item .date {
    display: inline-block;
}

.message-question,
.message-answer {
    padding: 5px;
    position: relative;
}

.message-question {
    cursor: pointer;
}

.message-question .title {
    top: 0px;
    float: right;
    width: calc(100% - 250px);
    padding: 0 0 0 10px;
    font-size: 16px;
}

#message-sect .form-wrap {
    width: 100%;
    max-width: 1300px;
    background: #c7c7c7;
    padding: 0px 6% 20px;
}

#message-sect .form-wrap.type3 .form-title {
    background: #B89966;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    max-width: 220px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    text-align: center;
    border-radius: 42px;
    box-sizing: border-box;
}

.message-question:hover .title,
.message-item.active .message-question {
    color: #a98300;
    font-weight: bold;
}

.message-question .txt {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.message-item.active .message-question .txt {
    height: auto;
    visibility: visible;
    padding: 10px 0px;
}

.message-answer {
    display: none;
    background: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    padding: 2px 10px;
    text-align: left;
    color: #808080;
    position: relative;
}

.message-answer .editor {
    padding: 10px 20px;
    min-height: 20px;
}

#message-sect .form-box {
    padding: 0;
}

#message-sect .reminder {
    margin: 0;
    padding: 10px 0;
}

#message-sect .btn-box {
    margin: 0px;
    padding: 10px 0 0 0;
}

#message-sect .form-control {
    border: #888 1px solid;
}

#message-sect .form-control:focus {
    border-color: #ffab00;
}

.pd-content {
    padding: 0px;
    border: 7px solid #777777;
}

.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.pd-reply .status {
    border-radius: 0px;
    color: #b1b1b1;
    border-radius: 7px;
}

.pd-reply .status+.status {
    padding: 2px 3px;
    border-radius: 0px;
    border-left: 1px dashed #cccccc
}

.pd-reply .status.replied {
    color: #ffc500;
}

.pd-content .btn-box {
    clear: both;
    padding: 20px 0;
    position: relative;
    text-align: center;
}


/*----  活�???? ----*/

.pd-activity {
    background: rgb(228, 57, 43);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px 5px 40px;
    transition: all .2s;
    position: relative;
    margin-left: 0px;
}

.pd-activity:hover {
    background: #F76171;
}

.pd-activity:before,
.pd-activity:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    position: absolute;
    animation-direction: alternate;
    top: 8px;
}

.pd-activity:before {
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}

.pd-activity:after {
    animation-name: activity-ani2;
    opacity: 1;
    left: 20px;
}

@keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}

@keyframes activity-ani2 {
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}

.pd-activity a {
    display: block;
}






/*----  活�?結�? ----*/


/*---- ?�單 ----*/

.btn.style02.general {
    background: #000;
}

.btn.style02.cold {
    background: #4ed005;
}

.btn.style02.freezing {
    background: #3abce8;
}

.btn.style02.general:hover {
    background: #828282;
}

.btn.style02.cold:hover {
    background: #73ec2f;
}

.btn.style02.freezing:hover {
    background: #78d7f7;
}



/*------------ 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: #ddd;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 5px;
}

.sort_box .form-control:focus {
    outline: none;
    background-color: #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:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#FF410C;
}
.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;
    }
}



/*------------ sort_box 結�?------------*/


/*--- 貨到?�知?�箱 ----*/

.pd-arrival-fancybox .control-box {
    color: #666666;
    display: inline-block;
}

.pd-arrival-fancybox .form-group {
    margin: auto;
    padding-top: 5px;
    text-align: center;
}

.pd-arrival-fancybox {
    margin-bottom: 20px;
}

.pd-arrival-fancybox .form-box .form-group {
    padding: 5px 0;
}

.lightbox-wrapper.arrival-box .form-box .captcha .form-control {
    max-width: 200px;
}

.lightbox-wrapper.arrival-box .pd-name {
    text-align: center;
}

.lightbox-wrapper.arrival-box .form-box {
    max-width: 400px;
    margin:20px auto;
}

.lightbox-wrapper.arrival-box .form-control {
    line-height: 30px;
    height: 35px;
    display: inline-block;
    width: 80%;
}
.lightbox-wrapper.arrival-box .pd-info{
    font-size: 17px;
    text-align: center;    
    margin-bottom: 15px;
}
.lightbox-wrapper.arrival-box .pd-info-label {
    display: inline-block;

}

.lightbox-wrapper.arrival-box .pd-info {
    margin-bottom: 7px;
}



/*--- 貨到?�知?�箱 結�? ----*/


/*---- ?�享icon -----*/

.share-and-cart {
    position: relative;
    margin-bottom: 10px;
}

.shopping_way.hot {
    display: inline-block;
    margin: 5px 0 10px;
}

.share-link.list-inline {
    text-align: left;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
}

.share_box {
    margin: 2px 2px;
    text-align: center;
}

.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 26px;
    height: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

.share_box .share-link .btn {
    width: 26px;
    margin: 0;
    border: 0;
    line-height: 1;
}

.share-out-bth {
    display: inline-block;
    margin: -5px 10px 0 0;
    margin: 0;
    z-index: 9;
}

.share-buttom {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
    background: #c1ad75;
    cursor: pointer;
}

.share-buttom:hover {
    background: #83705e;
}

.share-buttom .share_box {
    background: #dccc9f;
    padding: 3px 5px;
    line-height: 1;
    position: absolute;
    margin-top: -53px;
    left: 0%;
}

.share-buttom .share_box:after{
    content: '▼';
    display: block;
    font-size: 20px;
    color: #dccc9f;
    position: absolute;
    margin-top: -1px;
    left:1%;
}

.share_box {
    display: none;
}

.share-buttom:hover .share_box {
    display: block;
}

.share .btn {
    background: #222222;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 2px;
}

.share .btn:hover {
    background: #B29066;
    color: #fff;
}

.share_box {
    margin: -15px 0 35px 0;
}

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #CCC;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}

.share_box .share-link .facebook:hover {
    color: #405D9A;
}

.share_box .share-link .google:hover {
    color: #F34537;
}

.share_box .share-link .twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .plurk:hover {
    color: #E9443D;
}

.share_box .share-link .line:hover {
    color: #00C300;
}

.share_box .share-link .mail:hover {
    color: #00C300;
}

.share_box .share-link .linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .share-link:hover {
    color: #00C300;
}

.share_box .share-link .blogger:hover {
    color: #F26C38;
}

.share_box .share-link .linkedin:hover {
    color: #F6C13D;
}

.share_box .share-link .a2a_button_whatsapp:hover {
    color: #F34537;
}

.share_box .share-link .a2a_button_sina_weibo:hover {
    color: #F34537;
}

.share-and-cart .shopping_way .general,
.share-and-cart .shopping_way .cold,
.share-and-cart .shopping_way .freezing {
    bottom: 0px;
}




/*-- ?�享 --*/


/*------------ rwd ------------*/

@media screen and (max-width: 1400px) {
    .products-info .gallery {
        margin: 0 0 25px;
    }
    .buymore-box,
    .related-box {
        float: none;
        width: 100%;
        clear: both;
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    .product-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .product-list li:nth-child(3n+1) {
        clear: left;
    }
    .product-list li:nth-child(4n+1),
    .activity-list li:nth-child(5n+1) {
        clear: none;
    }
}

@media screen and (max-width: 1000px) {
    .products-breadcrumb {
        font-size: 13px;
        margin: 0 0 2px;
    }
    .products-breadcrumb .active {
        font-size: 13px;
    }
    .search-title,
    .search-title b {
        font-size: 13px;
    }
    .main-content {
        padding: 5px 0;
    }
    .products-info {
        text-align: center;
        text-align: center;
        padding: 5px 10px;
        margin: 0 0 10px;
    }

    .products-info .gallery,
    .products-info .txt {
        float: none;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }
    .products-info .product-id {
        position: static;
        margin: 0 auto 5px;
    }
    .products-info .product-name {

        font-size: 15px;
        padding: 5px 0 10px;
        margin: 0 0 10px;
    }
    .products-info .member-price {
        padding: 8px 0;
        margin: 0 0 10px;
    }
    .share-and-cart {
        margin-bottom: 5px;
    }
    .products-info .form-group {
        margin: 0 0 5px;
    }
    .buymore-bth {
        margin: -37px 0 0;
        padding: 3px 10px;
    }
    .related-box,
    .buymore-box {
        margin: 20px 0;
    }
    .buymore-box .title,
    .related-box .title,
    .pd-content .btn.title {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .products-detail .title{
        margin:0px;
    }
    .buymore-list .pd-info .spec {
        float: left;
        width: calc(100% - 105px);
    }
    .buymore-list .pd-info .qty {
        float: right;
        width: 100px;
        min-width: auto;
    }
    .product-list .name {
        font-size: 14px;
    }
    .product-list .offers {
        font-size: 14px;
    }
    .pd-flex {
        padding: 1px 0;
    }
    .product-list .btn {
        height: 40px;
        padding: 10px;
    }
    .product-list li {
        padding: 0 10px 40px;
    }
    .share-buttom .share_box:after {
    left:85%;
}
.message-list {
    padding: 0px 5% ;
}
}

@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
        padding: 0 5px 15px;
    }
    .product-list {
        margin: 0;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: 100%;
    }
    .message-question .title {
        width: 100%;
        padding: 0 0 0 5px;
        font-size: 13px;
    }
    .message-answer .editor {
        padding: 3px;
        min-height: 20px;
        font-size: 12px;
    }
    #message-sect {
        margin-top: 5px;
        padding-top: 5px;
    }
    #message-sect .reminder {
        padding: 5px 0;
    }
    #message-sect .form-wrap {
        padding: 0px 4% 0px;
    }
    .pd-activity:before,
    .pd-activity:after {
        top: 6px;
    }
    .lightbox-wrapper.arrival-box .pd-name {
        text-align: left;
        margin: 5px 0;
        font-size: 14px;
    }
    .lightbox-wrapper.arrival-box .pd-name .icon01 {
        display: none;
    }
    .lightbox-wrapper.arrival-box .pd-id {
        margin: 15px 0 0 0;
    }
    .share-buttom .share_box {
    left:none;
    }
    .product-list .box.new:before {
    left:0px;
    }

.product-list .box.hot:after{
    right:5px;
}

}

@media screen and (max-width: 600px) {
    .sort_box .form-control.sort-mobile {
        display: block;
        min-width: auto;
        width: 60px;
    }
    .sort_icon {
        padding: 2px 0;
    }
    .sort_box {
        margin-bottom: 0px;
    }
    .products-info .product-name .icon01 {
        display: none;
    }

    .buymore-list .name {
        font-size: 12px;
    }
    .buymore-list .price {
        font-size: 14px;
    }
    .buymore-box img {
        width: 35px;
    }
    .buymore-list .item {
        padding: 5px 0px 0;
        width: 100%;
        margin: 5px 0.2% 0;
    }
    .right-buymore {
        width: calc(100% - 70px);
    }
    .products-list .box {
        margin-bottom: 3px;
    }
    .pd-intro .pd-name {
        width: 75%;
    }

}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 50%;
        padding: 0 5px 10px;
    }
    .product-list .btn i {
        display: none;
    }
    .product-list .btn {
        padding: 10px 0px;
        height: auto;
        font-size: 12px;
    }
    .pd-flex .shopping_way.hot {
        margin: 5px auto 0;
        text-align: center;
    }
    .product-list .box>a {

        padding: 5px;
    }
    .product-list .name {

        font-size: 14px;

        margin: 2px 0px;
    }

    .product-list .offers {

        font-size: 14px;
    }
    .pd-flex {

        padding: 2px 0;
    }
    .pd-flex .shopping_way.hot {
        margin: 8px auto -2px;
    }
    .products-info .btn-box .row {
        margin: 0;
    }
    .products-info .btn-box .col {
        width: 50%;
        padding: 0 0 10px;
        margin: auto;
        display: inline-block;
    }
    .buymore-list .name {
        display: block;
        margin: 0px;
    }
    .btn.style02 i {
        font-size: 16px;
        margin: 0 0px 4px 0;
    }
    .products-info .btn-box {
        padding: 5px 0 0 0;
    }
    .lightbox-wrapper.arrival-box .form-control {
        width: 70%;
    }
    .lightbox-wrapper.arrival-box .form-control.mail {
        width: 100%;
    }
    .share-buttom .share_box:after {
    left:0;
    right: 2%;
}
}




/*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欄�?*/