.products-list {
    margin: 0 -13px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 13px 50px;
}
.products-list .item .box,
.products-list .btn-group {
    max-width: 346px;
    margin: 0 auto;
}
.products-list .pic {
    margin-bottom: 12px;
    border: 1px solid #BAEB67;
}
.products-list .pic,
.products-list .pic a {
    position: relative;
    overflow: hidden;
}
.products-list .pic a:hover:before,
.products-list a:hover .pic:before {
    content: " ";
    background: rgba(255,255,255,0.50);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.products-list .name {
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    padding: 0 5px;
    height: 30px;
    line-height: 1.5;
}
.products-list .description {
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .offers {
    color: #71C436;
    font-size: 23px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 5px;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    float: left;
    width: calc(50% - 6px);
    border: 1px solid #71C436;
    background: #fff;
    line-height: 40px;
    color: #71C436;
    font-size: 14px;
    margin: 0 3px;
}
.products-list .btn:hover {
    background: #71C436;
    color: #fff;
}
.products-list .btn .icon {
    margin: 0 6px 3px 0;
}
.products-list .btn.addcart .icon {background-position: 0 100%;}
.products-list .btn.detail  .icon {background-position: -25px 100%;}
.products-list .btn.addcart:hover .icon { background-position: 0 0; }
.products-list .btn.detail:hover  .icon { background-position: -25px 0; }
.products-list + .btn-box {
    padding-top: 20px;
}

.products-detail .title {
    text-align: center;
    color: #000;
    font-size: 32px;
    line-height: 1.3;
}
.products-detail .pd-id {
    text-align: center;
    color: #8A8A8A;
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
.gallery {
    max-width: 690px;
    margin: 0 auto 35px;
}
.gallery .stage {
    margin-bottom: 15px;
}
.products-intro {
    background: #F5F5F5;
    padding: 20px 170px 20px 0;
    color: #878787;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.products-intro .pd-price,
.products-intro .pd-specification {
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 74px;
}
.products-intro .pd-price {
    padding: 5px 20px;
}
.products-intro .pd-price strong {
    color: #71C436;
    font-size: 18px;
}
.products-intro .pd-specification {
    padding: 0 20px;
    border: 1px solid #ddd;
    border-width: 0 1px;
}
.products-intro .pd-specification .form-group {
    padding: 5px 0;
}
.products-intro .pd-specification .control-label {
    float: left;
    width: 60px;
    text-align: right;
}
.products-intro .pd-specification .control-box {
    margin-left: 75px;
}
.products-intro .pd-specification .form-control {
    background: #fff;
    border-color: #D7D7D7;
    margin-bottom: 0;
    line-height: 25px;
    height: 27px;
    padding: 0 4px;
}
.products-intro .btn-box {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 0 20px;
    width: 130px;
}
.products-intro .btn.soldout {
    background: #B3B3B3;
}
.products-intro .btn.addcart .icon {
    background-position: 0 0;
}
.products-intro .btn.soldout .icon {
    background-position: -50px 0;
}
.products-detail .editor {
    border-top: 1px solid #ddd;
    padding: 30px 25px;
}
.products-detail + .btn-box {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 1200px) {
    .products-list {
        margin: 0 auto;
        max-width: 760px;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .products-detail .editor {
        padding: 30px 0;
    }
    .products-detail + .btn-box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .products-intro {
        padding: 15px 0;
    }
    .products-intro .pd-price,
    .products-intro .pd-specification {
        float: none;
        width: auto;
        border: 0;
        min-height: 0;
    }
    .products-intro .btn-box {
        position: static;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px 30px;
    }
    .products-list .btn {
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 520px) {
}
@media screen and (max-width: 479px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .description {
        height: auto;
        max-height: 52px;
    }
}