.products-list {
    margin: 0 -28px;
}
.products-list .item {
    width: 25%;
    padding: 0 28px;
}
.products-list .item a {
    max-width: 280px;
    margin: 0 auto 50px;
    padding-bottom: 15px;
}
.products-list .pic-box {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.products-list .pic-box:before {
    content: "";
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.products-list a:hover .pic-box:before {
    background: rgba(0,0,0,0);
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-list .box .txt{
    padding: 0 20px;
}
.products-list .box .txt:after {
    content: "";
    background: #7A7053;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: calc(100% - 40px);
    height: 0;
    display: block;
    opacity: 0;
}
.products-list .box:hover .txt:after {
    height: 3px;
    opacity: 1;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-list .name {
    display: block;
    color: #AAAAAA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}
.gallery {
    float: left;
    width: 59%;
    max-width:680px;
}
.products-intro{
    margin: 0 0 60px 0;
}
.thumbnails,
.products-intro .intro-txt {
    float: right;
    width: 40%;
    box-sizing: border-box;
}
.products-intro .txt{
    font-size: 15px;
    color: #999999;
    min-height: 230px;
}
.products-intro .title {
    color: #AB965C;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin:0 0 15px 0;
}
.thumbnails {
    padding-top: 18px;
}
.thumbnails ul {
    margin: -10% -5% 0;
}
.thumbnails ul li {
    width: 33.33%;
    padding: 10% 5% 0;
}
.thumbnails a {
    max-width: 110px;
    margin: 0 auto;
    position: relative;
    opacity: .3;
}
.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
}
.products-detail .title {
    text-align: center;
    font-size: 14px;
    color: #7D735A;
    margin-bottom: 20px;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
}
.product-detail .editor {
    margin-bottom: 40px;
}

@media screen and (max-width: 1330px) {
    .products-list .item{
        width: 33.33%;
    }
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        padding: 0 10px;
    }
    .thumbnails ul {
        margin: -2% -1%;
    }
    .thumbnails ul li {
        padding: 2% 1%;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item{
        width: 50%;
    }
    .gallery,
    .thumbnails,
    .products-intro .intro-txt {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
    }
    .gallery {
        max-width: 500px;
        margin: 20px auto 6px;
    }
    .thumbnails ul {
        margin: -6px -3px 0;
    }
    .thumbnails ul li {
        width: 16.66%;
        padding: 6px 3px 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .product-category {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .product-category small {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin: 0 -8px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 8px;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 6px 3px 0;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .item a {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 450px) {
    .gallery {
        margin-bottom: 40px;
    }
    
}