.products-list {
    margin: 0 -30px;
}
.products-list .item {
    width: 25%;
    padding: 0 30px;
    border-left: 1px solid #E0E0E0;
    margin-bottom: 60px;
}
.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .item .box {
    margin: 0 auto;
    position: relative;
}
.products-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.products-list .pic {
    position: relative;
    overflow: hidden;
}
.products-list .pic img{
    width:100%;
}
.products-list .item > div:hover .pic:before {
    content: " ";
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #9BA210;
    opacity: 0.65;
}
.products-list .more {
    background: #B2A5DC;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 3px solid #FBFBFB;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 20px;
    position: relative;
    margin: -18px auto 10px;
}
.products-list .box:hover .more {
    background: #9BA210;
}
.products-list .name {
    color: #84752E;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.products-list .item > div:hover .name {
    color: #663366;
}
.products-list .offers{
    color:#663366;
    font-size: 18px;
    font-family: 'Nova Slim', cursive;
}
.products-list .description {
    font-size: 13px;
    color: #666659;
    letter-spacing: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.products-list .box:hover .description {
    color: #000;
}
.products-list .wishlist{
    background: url(../../images/common/products/product_line.png) no-repeat left center,url(../../images/common/products/product_line.png) no-repeat right center;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}
.products-list .wishlist span{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    color:#999999;
    font-size: 15px;
}
.products-list .wishlist span::before{
    content: url(../../images/common/products/product_icon.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.products-list .item > div:hover .wishlist span{
    color:#9BA210;
}
.products-list .item > div:hover .wishlist span::before{
    content: url(../../images/common/products/product_icon_hover.png);
}
.products-list + .btn-box {
    padding-top: 20px;
}
.activity-banner{
    margin: 50px 0;
}
.products-intro {
    margin-bottom: 50px;
}
.gallery{
    float: left;
    width: 41%;
    max-width: 400px;
}
.related-box {
    float: left;
    width: 100%;
}
.related-box{
    clear: left;
}
.pd-intro{
    float: right;
    width: 58%;
    padding: 0 3.2%;
    box-sizing: border-box;
    position:  relative;
}

.pd-intro .pd-id {
    color: #aaa;
}
.pd-intro .title:before {
    content: "+";
    display: block;
    background: #B2A5DC;
    color: #fff;
    letter-spacing: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 auto 10px;
}
.pd-intro .title {
    color: #333;
    font-size: 21px;
    text-align: center;
    line-height: 1.75;
    min-height: 70px;
    font-weight: normal;
    margin: 0 0 20px;
    text-align:  left;
}
.pd-info-box {
    border: dotted #AAAAAA;
    border-width: 1px 0;
}
.pd-intro .pd-info, .pd-info2{
    font-size: 13px;
    color: #AAAAAA;
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.pd-intro .pd-info{
    width: calc(100% / 3 - 3px);
    text-align: center;
}
.pd-intro .pd-info:first-child{
    text-align: left;
}
.pd-intro .pd-info:nth-child(2){
    border: dotted #AAAAAA;
    border-width:0 1px;
    color: #6E3F6E;
}
.pd-intro .pd-info:nth-child(2) .offers {
    color: #663366;
    font-size: 18px;
    font-family: 'Nova Slim', cursive;
    font-weight: bold;
}
.pd-intro .wish{
    color: #c833cc;
    font-size: 15px;
}
.pd-intro .wish::before {
    content: url(../../images/common/products/product_icon.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.pd-intro .wish:hover{
    color:#680a84;
}
.pd-info2.select{
    width: 100%;
    margin: 15px 0 0;
}
.pd-info2.select .spec{
     width: 65%;
    display: inline-block;
    height: 35px;
    line-height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
    color: #868686;
}
.pd-info2.quantity{
    width: 39%;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
}
.pd-info select.form-control:focus {
    border-color: #7FCAA5;
}
.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}
.pd-info-label {
    margin-bottom: 6px;
}
.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}
.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}
.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.pd-intro .btn-group .btn {
    float: left;
    width: calc(50% - 3px);
    color: #fff;
    font-size: 15px;
    padding: 8px 0;
    margin: 3px 0;
}

.pd-intro .btn-group .btn.addcart {
    background: #663366;
    margin-right: 3px;
}
.pd-intro .btn-group .btn.addcart:hover {
    background:#815881;
}
.pd-intro .btn-group .btn.buynow {
    background: #AABD00;
    margin-left: 3px;
}
.pd-intro .btn-group .btn.buynow:hover {
    background: #B8C730;
}
.pd-intro .btn-group .btn.arrival {
    background: #D2CBEB;
    margin-right: 3px;
}
.pd-intro .btn-group .btn.soldout{
    background: #cecece;
    margin-left: 3px;
    cursor: not-allowed;
}
.pd-intro .btn-group .btn.soldout:hover, .pd-intro .btn-group .btn.arrival:hover {
    background: #B5A9DE;
}
.pd-intro .btn-group .btn.general{
     background: #bdbdbd;
    margin-right: 3px;
}
.pd-intro .btn-group .btn.general:hover{
     background: #6f6f6f;
}
.pd-intro .btn-group .btn.cold{
     background: #75cd34;
    margin-right: 3px;
}
.pd-intro .btn-group .btn.cold:hover{
     background: #539f1b;
}
.pd-intro .btn-group .btn.freezing{
     background: #52b9e2;
    margin-right: 3px;
}
.pd-intro .btn-group .btn.freezing:hover{
     background: #1e86af;
}
.pd-intro .btn-group .btn.wish {
    float: none;
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    margin-top: 12px;
}
.pd-intro .btn-group .btn.wish:hover {
    color: #000;
    background: #51B784;
    border-color: #51B784;
}
.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}
.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}

.buymore-box {
    padding-top: 15px;
}
.buymore-box .title {
    color: #9685CF;
    font-size: 15px;
}
.buymore-list .item {
    background: #f4f1ff;
    margin-top: 3px;
    padding: 8px 12px;
}
.buymore-list .item:hover {
    background: #f8f7ff;
}
.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}
.buymore-list .name {
    display: inline-block;
    color: #555;
    font-size: 14px;
}
.buymore-list .name:hover {
    text-decoration: underline;
}
.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}
.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}
.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}

.related-box {
    margin-top: 15px;
}
.related-box .title {
    margin-bottom: 8px;
    color: #9685CF;
    font-size: 15px;
}
.related-slider {
    position: relative;
}
.related-slider .slick-arrow{
    border: none;
    text-indent: -9999px;
    position: absolute;
    width: 13px;
    height: 23px;
    top: calc(44% - 7px);
    cursor: pointer;
}
.related-slider .slick-prev{
    left: -22px;
    background: url(../../images/common/products/related-list_pre.png) no-repeat left center;
}
.related-slider .slick-next{
    right: -22px;
    background: url(../../images/common/products/related-list_next.png) no-repeat left center;
}
.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: 145px;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: all 0.3s;
}
.related-list .box:hover .pic:before {
    opacity: 1;
}
.products-detail {
    position: relative;
}
.detail-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 12px;
    top: 13px;
}
.detail-title {
    background: #CCC399;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 10px 5px 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.products-detail .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 10px 3px 0;
}
.products-detail .editor {
    padding: 30px;
}


/*----  Ã¦Â´Â»Ã¥â€¹â€¢Ã©â‚¬Â£Ã§ÂµÂ ----*/

.arr-and-share{
    margin-bottom:20px;
}
.pd-activity {
    background: rgb(220, 146, 45);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px 5px 35px;
    transition: all .2s;
    position: relative;
    margin-left: 0px;
    border-radius:0px;
}

.pd-activity:hover {
    background: #422042;
}

.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: 12px;
}

.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;
    padding: 0 20px 0 5px;
    border: 1px solid #ddd;
    border-radius: 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:#754775;
}
.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;
    }
}

.buymore-box {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom:40px
}
.buymore-box {
     padding-top: 25px;
}

.buymore-list .item {
    background: #fef9e9;
    margin-top: 3px;
    padding: 8px 12px;
    width: 49%;
    margin: 5px 0.5%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buymore-list .item:hover {
    background: #f7ecd7;
}

.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}

.buymore-list .name {
    display: inline-block;
    color: #555;
    font-size: 14px;
    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;
}
.form-radio,
.form-checkbox {
    display:block;
    position: relative;
}

.left-buymore {
    display: inline-block;
}

.right-buymore {
   width: calc(100% - 70px);
    float: right;
}

.buymore-list .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.buymore-bth {
    text-align: center;
    background: #8f6a8f;
    max-width: 85px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
    float: right;
    margin-top: -45px;
    cursor: pointer;
}

.buymore-bth .up {
    display: none;
}

.buymore-bth.active {
    background: #ef4f0a;
}

.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;
}

.btn.buymore-add i {
    color: #fbfbfb;
    font-size: 16px;
}



/*-- Ã¥Å Â Ã¨Â³Â¼Ã¥Ââ‚¬ end--*/


/***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%;
}



/********************************/


/*---- Ã¥Ë†â€ Ã¤ÂºÂ«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: #cccccc;
    cursor: pointer;
    font-size: 25px;
}

.share_box {
    margin: 2px 0 2px;
    text-align: center;
}

.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 33px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

.share_box .share-link .btn {
    width: 25px;
}

.share-out-bth {
    display: inline-block;
    float: right;
}

.share-buttom {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #b3b3b3;
    cursor: pointer;
}

.share-buttom:hover {
    background: #d2d2d2;
}

.share-buttom .share_box {
    background: #585858;
    padding: 0 5px;
    position: absolute;
    margin-top: -50px;
    right: 30px;
}

.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;
}


/*-- Ã¥Ë†â€ Ã¤ÂºÂ« --*/


/*-- Ã¦Ë†â€“Ã¥Ë†Â°Ã©â‚¬Å¡Ã§Å¸Â¥Ã§â€¡Ë†Ã§Â®Â± ---*/

.pd-arrival-fancybox .pd-info-label {
    width: 20%;
}

.pd-arrival-fancybox .form-control {
    width: 65%;
}

.arrival-box .form-control {
    margin: auto;
    width: 75%;
}

.pd-arrival-fancybox .form-control {
    display:  inline-block;
    width:70%;
    margin-bottom:10px;
}
.pd-info2.select .pd-info-label{
      display:  inline-block;
     
}
.pd-arrival-fancybox{
    max-width: 600px;
    margin: auto;
}
.lightbox-wrapper.arrival-box .form-box{
    margin-top:30px;
    
}

/*-- Ã¨Â²Â¨Ã¥Ë†Â°Ã©â‚¬Å¡Ã§Å¸Â¥Ã§â€¡Ë†Ã§Â®Â±end ---*/


/*-- ç•™è¨€è©¢å• --*/
.ibtn.msg {
    background: url(../../images/common/products/btn_msg.png);
    width: 156px;
    height: 110px;
    position: relative;
    margin:0 auto 25px;
    text-align:center;
    display:  block;
}
.message-item {
    margin-bottom: 10px;
}
.message-question,
.message-answer {
    position: relative;
}
.message-question {
    cursor: pointer;
    padding: 5px 20px 8px;
    background: #E7E7E7;
    line-height: 1.7;
font-size:15px;
}
.message-question:hover,
.message-item.active .message-question {
}
.message-question .message-from {
    margin: 0 -15px;
    background: #fff;
    position: relative;
    line-height: 45px;
    color: #663366;
    font-size: 16px;
    margin-bottom: 10px;
}
.message-question .message-from:after {
    content: " ";
    background: url(../../images/common/products/accordion.png) no-repeat;
    display: block;
    width:  28px;
    height: 21px;
    position: absolute;
    top: 14px;
    right: 16px;
}
.message-question .message-from .date {
    display: inline-block;
    background: #CCC399;
    color: #fff;
    padding: 0 15px;
    margin-right: 12px;
    font-size:13px;
}
.message-question .message-from .date span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-family: "Times New Roman", Times, serif;
    margin: -3px 0 0 5px;
}
.message-question .title {
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
}
.message-answer {
    display: none;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #ddd;
}
.message-answer .icon {
    background-image: url(../../images/common/products/icon_a.png);
    width: 27px;
    height: 27px;
    margin: 0 8px 4px 0;
    position:absolute;
}
.message-answer .editor{
    padding:0 0 0 40px;
    
}
.message-answer .message-from {
    color: #B2B2B2;
    font-size: 15px;
    margin-bottom: 5px;
}
.message-answer .message-from .author {
    color: #84742D;
    font-size: 16px;
}
.message-list{
    list-style: none;
    padding: 0;
}
.message-list + .btn-box {
    padding-top: 5px;
}

#message-form {
    margin-top: 60px;
}
#message-form .form-title {
    background: #9BA210;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 16px;
    margin-bottom: 5px;
}
#message-form .form-box {
    border: 1px solid #ddd;
    background: #F2F2F4;
    padding: 30px;
    margin-bottom: 35px;
}
#message-form .form-control {
    background: #fff;
}
#message-form .form-box .form-group.captcha{
    max-width:50%;
}
#message-form .form-box .row {
    margin: 0 0%;
    position: relative;
}
.pd-reply{
    display: inline-block;
    position: relative;
    font-size:13px;
}

.pd-reply .status{
    background: #C0C0C0;
    padding:2px 5px;
    color:#fff;
    border-radius:10px;

}
.pd-reply .status.replied{
    background:#9685CF;
}

.in-pd-three{
    position: absolute;
}

/*************************************/

@media screen and (max-width: 1260px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
}
@media screen and (max-width: 1160px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        border-left-width: 1px;
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        border-left-width: 0;
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .related-slider{
        padding: 0 20px;
    }
    .related-slider .slick-next {
        right: -10px;
    }
    .related-slider .slick-prev{
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .buymore-bth {
        font-size: 12px;
         margin-top: -35px;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
        width: 100%;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
    .products-detail .editor {
        padding: 0;
    }
    .activity-banner {
        margin: 20px 0 50px 0;
    }
    .message-question {
        font-size:14px;
    }
    .detail-title {
    margin-bottom: 10px;
    }
    .share-buttom .share_box {
    right: 20px;
}

}
@media screen and (max-width: 630px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        border-left-width: 1px;
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        border-left-width: 0;
        clear: left;
    }
}
@media screen and (max-width: 450px) {
   
    .pd-intro .pd-info:first-child {
        width: 50%;
    }
    .pd-intro .pd-info:nth-child(2) {
        border-width: 0 0 0 1px;
        width: 48%;
    }
    .pd-intro .pd-info:nth-child(3){
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border: dotted #AAAAAA;
        border-width:1px 0 0 0;
    } 
    .pd-info2.select, .pd-info2.quantity {
        width: 100%;
    }
    .pd-intro .btn-group .btn.buynow, .pd-intro .btn-group .btn.soldout{
        margin-left: 0;
    }
    .products-list .item {
       
        margin-bottom: 40px;
    }
    
    .products-list .name,
    .products-list .description {
        height: auto;
    }
    .products-list .description {
        max-height: 55px;
    }
    .pd-intro .btn-group .col {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span{
        display: none;
    }
    .sort_box .form-control.sort-pc{
        display:none;
    }
    .sort_box .form-control.sort-mobile{
        display: block;
        width:60px;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*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ÃƒÂ¦Ã‚Â¬Ã¢â‚¬Å¾ÃƒÂ¤Ã‚Â½Ã‚Â*/