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

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

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

.products-list .box {
    max-width: 320px;
    margin: 0 auto 40px;
}

.products-list .pic {
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.products-list .box:hover .pic {
    opacity: 0.7;
    transition: all .2s;
}

.products-list .txt {
    padding: 10px 0px;
}

.products-list .name {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;*/
}

.products-list .box:hover .name {
    color: #0052B8;
}


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

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

.gallery {
    float: left;
    width: 55%;
}

.products-name,
.products-info {
    float: right;
    width: 42%;
}

.products-name {
    color: #2D2D2D;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.products-info .specification-box {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 0 0 15px;
}

.products-info .pd-id {
    color: #aaa;
    font-size: 14px;
}

.format-pic {
    border: 1px solid #ddd;
}

.products-intro .btn-box {
    overflow: hidden;
    padding-top: 20px;
}

.products-intro .btn.addcart {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
    background: rgb(109, 179, 242);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
    /* IE6-9 */
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

.products-intro i {
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.products-intro .btn.addcart:before {
    content: "";
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    display: block;
    position: absolute;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.products-intro .btn.addcart:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a7dce+0,0658be+100 */
    background: rgb(58, 125, 206);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(58, 125, 206, 1) 0%, rgba(6, 88, 190, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(58, 125, 206, 1) 0%, rgba(6, 88, 190, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(58, 125, 206, 1) 0%, rgba(6, 88, 190, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a7dce', endColorstr='#0658be', GradientType=0);
    /* IE6-9 */
}


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

.detail-title {
    position: relative;
    line-height: 40px;
    color: #6699cc;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.detail-title:after {
    content: "";
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    left: 170px;
}


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

.search-title {
    text-align: left;
    background: url(../images/products/bg.png);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    margin: 0 0 25px;
    float: none;
}


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

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: calc((100% / 3) - 0.1px);
    }
    .products-list li:nth-child(4n+1) {
        clear: none;
    }
    .products-list li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .products-name,
    .gallery,
    .products-info {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .gallery,
    .products-name {
        margin: 0 auto 15px;
    }
    .format-pic {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 400px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .name {
        height: auto;
    }
}
