.activity-banner {
    margin: 0 0 50px;
}

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

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

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

.products-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}

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

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

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

.products-list .pic:before {
    content: '';
    display: block;
	border: 6px solid #fff;
    background: url('../../images/common/products/hover.png') 50% 50% no-repeat ;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .txt {
    position: relative;
    padding-top: 6px;
}

.products-list .offers {
    color: #BD1300;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.products-list .name {
    color: #4c3629;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}

.products-list .description {
    color: #666;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}

.products-list .btn-group {
    letter-spacing: 5px;
    padding-top: 13px;
}

.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Inder', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 100px;
    line-height: 13px;
    border-radius: 3px;
    margin-top: 5px;
}

.products-list .btn .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
}

.products-list .btn.detail {
    background: #b1bd51;
    transition: all .3s;
}

.products-list .btn.detail:hover {
    background: #1d7b20;
}

.products-list .btn.wish,
.products-list .btn.delete {
    background: #6a7130;
    transition: all .3s;
}

.products-list .btn.wish:hover,
.products-list .btn.delete:hover {
    background: #624535;
}

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

.gallery,
.related-box {
    float: left;
    width: 530px;
    max-width: 530px;
    margin: 0 auto 15px;
}

.pd-intro,
.buymore-box {
    float: right;
    width: calc(100% - 565px);
}

.products-intro .pd-name {
    color: #6b2b01;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}

.products-intro .share_box {
    text-align: left;
    margin: -10px 0 10px;
}

.products-intro .breadcrumb {
    margin-bottom: 8px;
}

.member-price {
    margin: 20px 0;
}

.member-price * {
    display: inline-block;
    vertical-align: middle;
}

.member-price .ic {
    color: #931815;
    font-size: 36px;
    margin-right: 10px;
}

.member-price .txt {
    background: #A41B17;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 24px;
}

.member-price .txt b {
    font-size: 20px;
    margin-left: 8px;
}

.pd-info-wrap {
    border: 1px solid #d8d2c8;
    padding: 8px 16px;
    background:rgba(236, 233, 229, 0.61);
}

.pd-price-wrap {
    border: 1px solid #d8d2c8;
    background:rgba(230, 228, 224, 0.9);
    padding: 0 16px;
    margin-top: -1px;
    font-size: 13px;
    font-weight: bold;
}

.pd-price-better-wrap {
    color: #931815;
}

.pd-price-better-wrap .pd-price-better {
    font-size: 22px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.pd-price-better-wrap .pd-price span {
    font-size: 23px;
    letter-spacing: -0.02em;
    color: #bf5813;
}

.pd-activity {
     background: rgb(228, 57, 43);
     color: #fff;
     width: auto;
     vertical-align: middle;
     padding: 0px 15px 0px 40px;
     border-radius:10px;
     transition: all .2s;
     position: relative;
     margin:-5px 25px 0px 0px;
     display: inline-block;
}

.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: 11px;
}

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

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

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

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

.pd-activity a {
    display: block;
}

.pd-info {
    padding: 4px 0;
    line-height: 32px;

}

.pd-info:after {
    content: '';
    display: block;
    clear: both;
}

.pd-info-label {
    float: left;
    width: 145px;
    line-height:35px;
    position: relative;
    display: inline-block;
}

.pd-info-label:after {
    content: '|';
    color: #444;
    position: absolute;
    right: 0;
    top: 0;
}

.pd-info-box {
    margin-left: 40px; 
       margin-right:20px;
    display: inline-block;
}

.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: 228px;
    max-width: 100%;
    height: 26px;
    line-height: 24px;
}

.pd-intro .btn-group {
    padding: 20px 0;
}

.pd-intro .btn-group .btn {
    margin-top: 5px;
}

.pd-intro .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
    margin-bottom: 1px;
}

.pd-intro .btn-group .btn.soldout {
    cursor: not-allowed;
}

.btn.simple.bg1.arrival{
    display:none;
}

.buymore-box {
    clear: right;
}

.buymore-list .item {
    border:2px solid #e8be78;
    margin-top: 3px;
    padding: 5px 10px;
    transition:all .0s;
}

.buymore-list .item:hover,
.buymore-list .item.checked {
    background: rgba(232, 190, 120, 0.47);
    border:0px solid #e8be78;
    border:2px solid rgba(232, 190, 120, 0);
}

.buymore-list .price {
    display: inline-block;
    color: #e22029;
    font-size: 15px;
    font-weight: bold;
    margin: 0 3px;
}

.buymore-list .name {
    display: inline-block;
    font-size: 14px;
}

.buymore-list .name:hover {
    text-decoration: underline;
}

.buymore-list .pd-txt {
    float: left;
    padding: 3px 0;
}

.buymore-list .pd-info {
    float: right;
    width: 240px;
    padding: 0;
    margin: 0;
}

.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 {
    position: relative;
    clear: left;
    max-width: none;
}

.related-box .slick-prev,
.related-box .slick-next {
    padding: 0;
    border: 0;
    background: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #b4b5a8;
    position: absolute;
    top: -3px;
    border-radius: 20px;
    cursor: pointer;
}

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

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

.related-box .slick-prev:hover,
.related-box .slick-next:hover {
    color: #904e2f;
}

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

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

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

.related-slider {
    position: relative;
}

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

.related-list .item {
    width: 33.33%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.related-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border:6px solid #efede8;
    /*background: rgba(194, 164, 69, 0.6);*/
    opacity: 0;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.5s;
}

.related-list .box:hover .pic:before {
    opacity: 1;
}

.products-detail {
    padding-top: 6px;
}

.buymore-box .title,
.related-box .title,
.products-detail .title {
    color: #444;
    font-weight: bold;
    /* font-family: 'Inder', sans-serif; */
    font-size: 15px;
    margin: 0 0 10px;
}

.buymore-box .title .ic,
.related-box .title .ic,
.products-detail .title .ic {
    vertical-align: text-bottom;
    margin-bottom: 2px;
}

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


/*------------ 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: #ebe8e4;
    color: #666;
    padding: 0 5px;
    border: 1px solid #624535;
    border-radius:3px;
}

.sort_box .form-control:focus {
    outline: none;
    background: #ebe8e4;
    color: #666;
    border: 1px solid #bf5813;
}

.sort_box .form-group {
    float: left;
    padding: 5px 0;
}

.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}

.sort_icon {
    float: left;
    line-height: 30px;
    padding: 5px 0;
}

.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}

.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}


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


/***products_view_two***/

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

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

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

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

@media screen and (max-width: 400px) {
    .products-list li.item_two .btn-group .btn {
        width: 100%;
    }
}


/***products_view_one***/

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

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

@media screen and (max-width: 1560px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .related-box {
        margin: 15px 0 0;
    }
    .related-box .item {
        width: 16.66%;
    }
}

@media screen and (max-width: 1290px) {
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .products-list .btn-group .btn {
        width: 100px;
    }
}

@media screen and (max-width: 900px) {
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .activity-banner {
        margin: 0 0 20px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .box {
        margin-bottom: 40px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .related-box .item {
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .products-list .offers {
        font-size: 20px;
        height: 34px;
        letter-spacing: 0.05em;
    }
    .products-list .name {
        font-size: 16px;
        height: 27px;
        letter-spacing: 0.05em;
    }
    .products-list .btn-group {
        padding-top: 10px;
    }
    .products-list .btn-group .btn {
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 420px) {
    .pd-info-label {
        float: none;
        width: auto;
    }
    .pd-info-box {
        margin-left: 0;
    }
    .related-box .item {
        width: 33.33%;
    }
    .pd-intro .btn-group .btn {
        width: 100%;
    }
	.pd-info-label:after {
   display: none;
}
}

@media screen and (max-width: 400px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .offers {
        height: auto;
        max-height: 34px;
    }
    .products-list .name {
        height: auto;
        max-height: 27px;
    }
    .products-list .description {
        height: auto;
        max-height: 54px;
    }
    .products-list .btn-group .btn {
       /* width: 130px;*/
	  
    }
    .products-intro .pd-name {
        padding-bottom: 10px;
    }
}
