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

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

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

.products-list .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 28px;
}

.products-list .item a {
    position: relative;
    max-width: 340px;
    margin: 0 auto 55px;
}

.products-list .pic,
.products-list-2 .pic,
.gallery .thumbnails li a {
    position: relative;
    overflow: hidden;
}

.products-list .pic:before,
.products-list-2 .pic:before,
.gallery .thumbnails li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list a:hover .pic:before,
.products-list-2 a:hover .pic:before,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:before {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .name {
    text-align: center;
    font-size: 20px;
    color: #000000;
    height: 26px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 25px;
}

.products-list .description {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #878787;
    line-height: 1.6;
}


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

.product-category-list .name {
    font-weight: bold;
    font-size: 23px;
    color: #221815;
    height: 33px;
    position: static;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 15px 0 15px 0;
}

.product-category-list .more {
    margin: 0;
    font-size: 12px;
    line-height: 28px;
}

.product-category-list a:hover .more,
.products-list-2 a:hover .more {
    background: #E6280F;
}

.product-category-list .watermark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}


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

.products-list-2 li {
    margin: 0 0 40px 0;
}

.products-list-2 a {
    display: block;
    position: relative;
}

.products-list-2 .pic {
    max-width: 247px;
    float: left;
}

.products-list-2 .txt {
    margin-left: 270px;
}

.products-list-2 .name {
    font-size: 23px;
    font-weight: bold;
    color: #221815;
    margin: 0 0 2px 0;
}

.products-list-2 .description,
.product-intro {
    border: 1px solid #868686;
    padding: 10px 10px 48px 10px;
}

.products-list-2 .description .tit,
.product-intro .tit {
    font-size: 13px;
    color: #666666;
    line-height: 1.2;
}

.products-list-2 .description .tit + .tit,
.product-intro .tit + .tit {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 2px dotted rgba(134, 134, 134, .5);
}

.products-list-2 .description .tit b,
.product-intro .tit b {
    display: block;
}

.products-list-2 .more {
    font-size: 12px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}


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

.gallery {
    margin: 0 0 70px 0;
}

.gallery .txt {
    width: 42.5%;
    float: right;
}

.txt .product-name {
    font-size: 23px;
    color: #211814;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0 10px 0;
}

.gallery .stage {
    width: 52%;
    float: left;
    max-width: 595px;
}

.product-intro {
    padding: 10px 15px 10px 15px;
    margin: 0 0 15px 0;
}

.gallery .thumbnails {
    margin: 15px 0 0 0;
}

.gallery .thumbnails ul {
    margin: 0 -8px;
}

.gallery .thumbnails li {
    padding: 0 8px 16px;
    width: calc((100% / 3) - 0.1px);
}


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

.detail-title {
    width: 157px;
    height: 21px;
    display: block;
    color: transparent;
    background: url('../images/products/tit.png');
    margin: 0 0 40px;
}


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

@media screen and (max-width: 1150px) {
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 720px) {
    .products-list-2 .description {
        padding: 10px 10px 19px 10px;
    }
    .gallery .stage,
    .gallery .txt {
        width: auto;
        float: none;
        max-width: 595px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .products-list {
        margin: 0;
    }
    .products-list .item {
        width: 100%;
        padding: 0;
    }
    .products-list-2 li {
        margin: 0 0 70px 0;
    }
    .products-list-2 .more {
        position: static;
        margin: 0 auto 10px;
        text-align: center;
        display: block;
    }
    .products-list-2 .pic {
        max-width: 100%;
        float: none;
    }
    .products-list-2 .txt {
        margin: 10px auto 0;
        max-width: 340px;
    }
}
