/*------------ product-list ------------*/

.product-list {
    margin: 0 -20px;
}

.product-list li {
    width: 25%;
    padding: 0 20px 60px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list>li>.box {
    margin: 0 auto;
    max-width: 250px;
    box-sizing: border-box;
    position: relative;
}
.product-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid #CCCCCC;
    z-index: 1;
}

.product-list .pic img {
    width: 100%;
}

.product-list li.has-top .cover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #9C3044 transparent transparent transparent;
}

.product-list li.has-top .cover b {
    position: absolute;
    bottom: 100%;
    right: -16px;
    z-index: 50;
    margin: 0px 0 14px 0px;
    color: #fff;
}

.product-list a:hover .pic {
    border-color: #9C3044;
}

.product-list .text {
    margin: 15px auto 0;
    text-align: center;
      line-height: 1.6;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #817059;
    font-size: 14px;
}
.shopping_way.hot{
      margin:15px 0 5px;
    width:  calc(100% - 70px);
    display:  inline-block;
}
.product-list li:hover .name {
    color: #9C3044;
}

.product-list li .offers {
    color: #AE9C93;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin: 0px 0px 5px
}

.product-list li .offers .price {
    font-weight: bold;
    font-size: 16px;
    color: #9C3044;
}

.product-list li .wish {
    font-size: 14px;
    color: #807059;
    background: #EDEADB;
    border: 1px solid #CECEBF;
    line-height: 27px;
    border-radius: 27px;
    transition: all .2s;
    z-index: 31;
}

.product-list li .wish i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 5px;
    transition: all .2s;
}

.product-list li .wish:hover {
    border-color: #9C3044;
    color: #9C3044;
    transition: all .2s;
}

.product-list li .del {
    transition: all .2s;
    border: 2px solid #867761;
    line-height: 21px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    color: #867761;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
}

.product-list li .del:hover {
    border-color: #000;
    color: #000;
    transition: all .2s;
}

.product-list .box.new:before {
    content: '';
    width: 40px;
    height: 40px;
    z-index: 5;
    background: url('../../images/common/products/new.png');
    display: block;
    position: absolute;
}




/*------------ detail ------------*/

.products-info {
    max-width: 1100px;
    margin: 0 auto 30px;
    display:flex;
}

.products-info .txt {
   width: calc(100% - 35%);
   display:inline-block;
   margin: 0 0px 0 40px;
}

.products-info .col {
    /* float: left; */
    width: 100%;
    position: relative;
}

.products-info .txt>.col+.col {
    padding-top: 10px;
}

.products-info .txt>.col+.col:before {
    content: "";
    width: 100%;
    height: 1px;
    position: relative;
    display:block;
    margin:10px 0 20px;
    border-bottom: 1px dotted #666666;
}

.products-info .gallery {
    margin: 0;
    text-align: left;
    position: relative;
    display:  inline-block;
    /* width: 70%; */
}

.products-info .product-id {
    color: #666666;
    background-color: #F1EDE2;
    border: 1px solid #D4D1C7;
    line-height: 19px;
    display: block;
    padding: 0 20px;
    position: relative;
    margin: 10px 0;
    width: auto;
    max-width: 90px;
}

.form-group select.form-control,
.buymore-list select.form-control,
.plus-list select.form-control {
    border: 1px solid #D4D1C7;
    border-radius: 0;
    background-color: #F1EDE2;
    height: 24px;
    line-height: 24px;
    color: #7F7059;
    margin: 0;
}

.products-info .price {}

.products-info .form-group+.form-group {
    margin: 15px 0 0 0;
}

.products-info .price .form-group {
    display: inline-block;
}

.products-info .price .form-group+.form-group {
    margin: 0 0 0 15px;
}

.products-info .control-box {
    color: #666666;
    display: inline-block;
    width: calc(100% - 30%);
}

.products-info .control-label {
    color: #9B3044;
    font-size: 15px;
}




/*--- member-price ----*/

.products-info .member-price {
    margin: 5px 0;
}

.products-info .member-price .control-box {
    font-size: 14px;
    color: #AE9C93;
}

.products-info .member-price .price {
    font-weight: bold;
    color: #9B3044;
    font-size: 20px;
}




/*--- btn-box ----*/

.products-info .btn-box {
    margin: 0 -5px;
}

.products-info .btn-box .row {
    float: left;
    width: 100%;
    display: block;
}

.products-info .btn-box .row2 {
    /* width: 40%; */
}

.products-info .btn-box .row3 {
    /* margin-top: 5px; */
}

.products-info .btn-box .row3 .col {
    /* padding: 3px; */
}

.products-info .btn-box .col {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.products-info .btn-box .nobuy {
    cursor: not-allowed;
}

.products-info .btn-box .nobuy:hover {
    border: 1px solid #CECEBF;
    background: #fff;
    color: #7F7059;
}

.btn.style01.freezing {
    background: #a4ca7a;
}

.btn.style01.freezing:hover {
    background: #a4e061;
}

.btn.style01.cold {
    background: #80c7e2;
}

.btn.style01.cold:hover {
    background: #56b9de;
}

.btn.style01.general {
    background: #af947b;
}

.btn.style01.general:hover {
    background: #d09966;
}

.product-list li .cart {}

.product-list li .cart i {}

.product-list li .cart:hover {}




/*------------ products-title ------------*/

.products-detail {
    border-top: 1px solid #D4D1C6;
    border-bottom: 1px solid #D4D1C6;
    margin: 0 -15px;
    padding: 25px 35px;
}

.products-detail .title {
    font-size: 14px;
    color: #9F856C;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
}

.products-detail .title i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    font-weight: normal;
    font-size: 17px;
}




/*------ related-box ------*/

.related-box {
    position: relative;
    border: 7px solid #D7D3C7;
    margin: 35px 0 0 0;
}

.related-box * {
    outline: 0;
}

.related-box .title {
    font-size: 15px;
    color: #A04B3B;
    background: #D7D3C7;
    padding: 0 0 3px;
}

.related-box .title i {
    width: 12px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 10px;
    background: url('../../images/common/products/ic.png');
}

.related-box .title span {
    color: #594D3F;
}

.related-box .related-list {
    padding: 30px 0 15px;
}

.related-box .related-list li {
    padding: 0 15px;
    text-align: center;
    border-left: 2px dotted rgba(130, 112, 92, .3);
}

.related-list a .pic {
    position: relative;
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
    max-width: 200px;
    border: 1px solid transparent;
    margin: 0 auto;
}

.related-list a:hover .pic {
    border: 1px solid #9C3044;
}

.related-list .name {
    color: #98897C;
    text-align: center;
    margin: 5px 0 20px;
    line-height:22px;
}




/*------ buymore-box ------*/


/* èˆŠåŠ è³¼ è—èµ·ä¾†
.buymore-box {
    max-width: 900px;
    margin: 30px auto 40px;
}

.buymore-box .title {
    color: #9F856C;
    font-size: 14px;
    font-weight: bold;
}

.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 .item:hover {
    background: rgba(0, 0, 0, .02);
}

.buymore-list .price {
    display: inline-block;
    color: rgba(188, 124, 88, 8);
    font-size: 20px;
    padding: 0;
    border: 0;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.buymore-list .name {
    display: inline-block;
    color: #33611D;
    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;
    margin: 4px 0 0 0;
    float: right;
    width: 250px;
}

.buymore-list .pd-info .form-control {
    margin: 2px 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 {
    max-width: 900px;
    margin: 30px auto 10px;
}

.buymore-box .title {
    color: #9F856C;
    font-size: 14px;
    font-weight: bold;
}

.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% - 75px);
}

.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.buymore-box img {
    width: 50px;
}

.left-buymore {
    display: inline-block;
}

.right-buymore {
    width: calc(100% - 90px);
    float: right;
}

.buymore-bth {
    text-align: center;
    background: #c1b79b;
    max-width: 85px;
    padding: 2px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 0px;
    float: right;
    margin: -30px 0;
    cursor: pointer;
}

.buymore-bth .up {
    display: none;
}

.buymore-bth.active {
    background: #503f30;
}

.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 select.form-control {
    max-width: 250px;
    margin: -1px auto;
}

.plus-list li .name {
    margin: 5px 5px;
}

.plus-list .text {
    text-align: left;
    margin: 5px auto 0;
}

.plus-list .text .col {
    width: calc(100% - 120px);
    float: left;
}

.plus-list .text .offers {
    text-align: left;
     margin: 0 0 5px;
}

.plus-list .text .cart {
    border-radius: 5px;
    background: #9C3044;
    color: #fff;
    text-align: center;
    width: 100px;
    line-height: 1.7;
    float: right;
    font-size: 15px;
    transition: all .2s;
}

.plus-list .text .cart i {
    font-size: 14px;
    margin: 0 5px 7px;
}

.plus-list .text .cart:hover {
    background: #807059;
    transition: all .2s;
}

.plus-list .text .cart {
    width:60%;
}



/*------------ activity ------------*/

.activity-banner {
    margin: 0 0 35px;
}

.container-table {
    border: 3px solid #D4D1C7;
    padding: 30px 0 30px;
}

.breadcrumb.act {
    margin: 0 20px 5px 0;
}

.container-table .content-title {
    margin-bottom: 30px;
}




/*------------ rwd ------------*/


/*----  æ´»å‹•é€£çµ ----*/

.pd-activity {
    background: rgb(228, 57, 43);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 40px;
    transition: all .2s;
    position: relative;
    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: 7px;
}

.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-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: 30px;
    padding: 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;
    }
}




/*************************************/


/*-- ç”¢å“Q&A --*/

.go-msg-box {
    text-align: center;
    margin-bottom: 010px;
}

.btn.go-msg {
    width: 220px;
    color: #ffffff;
    font-size: 18px;
    background: #b89966;
    line-height: 35px;
    border-radius: 20px;
    font-weight: bold;
}

.btn.go-msg:hover {
    transition: all .2s;
    background: #9B3044;
}

.message-item {
    margin-bottom: 5px;
    border-bottom: 1px dotted #BBBBBB;
}

.message-list {
    padding: 0 5%;
}

#message-sect {
    margin-top: 40px;
    padding-top: 5px;
}

.message-item .message-from {
    color: #fff;
    background: #888888;
    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:after {}

.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;
}

#message-sect .form-wrap {
    width: 100%;
    max-width: 1300px;
    background: #D4D1C7;
    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 {
    color: #9B3044;
    font-weight: bold;
}

.message-item.active .message-question {
    color: #9B3044;
    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: #F0ECE1;
       line-height: 25px;
    padding: 2px 10px;
    text-align: left;
    color: #9B3044;
    position: relative;
}

.message-answer .editor {
    padding: 10px 20px;
    min-height: 20px;
}

#message-sect .form-box {
    padding: 0;
}

#message-sect .reminder {
    margin-bottom: 5px;
    padding: 0;
}

#message-sect .reminder span {}

#message-sect .btn-box {
    margin: 0px;
    padding: 10px 0 0 0;
}

.pd-content {
    margin-top: 35px;
    padding: 25px 0px 0;
    border: 7px solid #d0bcaa
}

.pd-reply {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.pd-reply .status {
    border-radius: 0px;
    color: #000;
    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-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: 180px;
}

.lightbox-wrapper.arrival-box .pd-name {
    text-align: center;
}

.lightbox-wrapper.arrival-box .form-box {
    max-width: 350px;
    margin: auto;
}




/*---- åˆ†äº«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: #ffffff;
    cursor: pointer;
    font-size: 25px;
    width:28px;
    margin:0px;
}

.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: 24px;
    height: 25px;
    border-radius: 15px;
    margin: 1px 2px;
    padding: 0px;
}

.share_box .share-link .btn {
    width: 20px;
}

.share-out-bth {
        display: inline-block;
    /* float: left; */
    margin: -5px 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: #ffffff;
    background: #c1ad75;
    cursor: pointer;
}

.share-buttom:hover {
    background: #83705e;
}

.share-buttom .share_box {
    background: #dccc9f;
    padding: 0px 5px;
    line-height: 2;
    position: absolute;
    margin-top: -50px;
    left: 0%;
}

.share-buttom .share_box:after {
    content: '▼';
    display: block;
    font-size: 20px;
    color: #dccc9f;
    position: absolute;
    margin-top: -15px;
    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;
}




/*-- åˆ†äº« --*/

@media screen and (max-width: 1440px) {
    .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) {
        clear: none;
    }
}

@media screen and (max-width: 1120px) {
.products-info .price .form-group+.form-group {
    margin: 0px;
}
}

@media screen and (max-width: 1000px) {
    .product-list li {
        padding: 0 20px 10px;
         margin-bottom:25px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px 5px;
        font-size: 12px;
        bottom: 0px;
    }
    .plus-list li .name {
        font-size: 14px;
    }
    .plus-list .text {
        margin: 0px auto 0;
    }
    .plus-list .text .offers {
        margin: 0 0 5px;
    }
    .plus-list .text .cart {
        font-size: 14px;
    }
    .plus-list .text .cart i {
        font-size: 10px;
        display: inline-block;
        margin: 0 2px 0px;
    }
    .product-list li .offers {
        font-size: 12px;
        margin: 0px 0px 5px
    }
    .product-list li .offers .price {
        font-size: 14px;
    }
    .sort_box {
        margin-bottom: 0px;
    }
    .products-info .product-id {
        font-size: 13px;
    }
    .products-info .gallery {
        margin: 0 0 5px;
    }
    .products-info .control-label {
       font-size: 14px;
        line-height:28px;
    }
    .products-info .member-price {
        margin: 5px 0 0 0;
    }
    .products-info .member-price .control-box {
        font-size: 12px;
    }
    .pd-activity {
        padding: 3px 15px 3px 40px;
        font-size: 12px;
    }
    .products-detail .title {
        margin: 0;
         text-align:left;
    }
    .products-detail {
    padding: 25px 17px;
    }
    .pd-content {
       margin-top: 35px;
        padding: 10px 0px 0;
    }
    .related-box .title {
        font-size: 14px;
    }
    .related-box .related-list {
        padding: 5px 0;
    }
    .related-list .name {
        margin: 5px 0;
    }
    .products-breadcrumb {
         margin: 0 0px 5px 0;
    }
    .has-side .table-content {
        padding: 0 0 10px;
    }
    .btn.go-msg,
    #message-sect .form-wrap.type3 .form-title {
        width: 150px;
        font-size: 14px;
        line-height: 25px;
    }
    .form-box .required:after {
        top: 2px;
    }
    .pd-in-no {
        display: none;
    }
    .content-title {
        margin: 0px 0 7px;
    }
    .main-top {
         margin: 0 0 20px;
    }
    .product-list .text {
        margin: 5px auto 0;
    }
    .container-table {
        padding: 0px 0;
    }
    .breadcrumb.act {
        margin: 0 0px 5px 0;
    }
    .container-table .content-title {
       margin: 25px 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .products-detail {
        padding: 10px;
          margin-top:30px;
    }
    .products-info .form-group+.form-group {
       margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
        margin-bottom:20px;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .product-list.type1 li.item_one {
        width: 100%;
    }
    /*-- å„ªåŒ– --*/
    .product-list li .wish {
        font-size: 12px;
        line-height: 20px;
    }
    .product-list li .wish i {
        font-size: 10px;
    }
    .share-buttom .share_box {
    margin-top: -50px;
}
.products-info {
    display:inherit;
}

.products-info .txt {
   width: 100%;
   display:block;
   margin: 0px;
}
.products-info .btn-box .col {
    margin-bottom: 5px;
}
}

@media screen and (max-width: 600px) {
    .plus-list .text,
    .plus-list .text .offers,
    .plus-list li .name {
        text-align: center;
    }
    .plus-list .text .col {
        float: none;
        width: 100%;
        text-align: center;
    }
    .plus-list .text .cart {
        text-align: center;
        margin: 0px auto 0;
    }
    .buymore-list .item {
        padding: 5px 0px 0;
        width: 100%;
        margin: 5px 0.2% 0;
    }
    .right-buymore {
        width: calc(100% - 70px);
    }
    .buymore-list .name {
        font-size: 14px;
    }
    .buymore-list .price {
        font-size: 14px;
    }
    .buymore-box img {
        width: 35px;
    }
    .buymore-bth {
        padding: 3px 10px;
        font-size: 12px;
        margin: -25px 0;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
    .message-question .title {
        width: 100%;
        padding: 5px 0 0 10px;
    }
     .plus-list .text .cart {
         width: 50%;
    }
    .plus-list .qty-box {
    width: 60px;
    padding: 0 20px;
}
}

@media screen and (max-width: 530px) {
    .products-info .price .form-group {
        display: block;
    }
    .products-info .price .form-group+.form-group {
        margin: 10px 0 0 0px;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .related-box .title {
        text-align: center;
    }
    .related-box .title span {
        display: block;
    }
    .related-box .title i {
        margin: 0 10px 3px 0;
    }
    .plus-list .text .cart i {
        display: none;
    }
    .product-list li {
        padding: 0 3px 10px;
    }
   
    .products-info .col {
        float: none;
        width: 100%;
    }
    .products-info .txt>.col+.col {
        padding: 10px 0 0 0;
    }
    .products-info .txt>.col+.col:before {
        display: none;
    }
    .products-info .btn-box .row,
    .products-info .btn-box .row2 {
        width: 100%;
        float: none;
        margin: 0 0 5px;
    }
    .products-info .btn-box .row:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .products-info .price {
        margin-top: 10px;
        clear: both;
    }
    .products-info .price .form-group+.form-group,
    .products-info .member-price {
        margin: 0px;
    }

    .message-answer .editor {
        padding: 5px 10px;
        min-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .related-box .related-list li {
        padding: 0 15px;
        border: 0;
    }
    .plus-list .qty-box {
    /* width: 60px; */
    /* padding: 0 20px; */
}
}




/*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æ¬„ä½*/