.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 344px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 70px;
    height: 30px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
     overflow:hidden; 
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}



.products-list .pic:before {
    content: "";
    background:rgb(31 44 92 / 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}


.products-list .pic-box:before {
    content: 'READ MORE';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 22px;
    width: 122px;
    /* height: 83px; */
    position: absolute;
    right: -122px;
    bottom: -83px;
    z-index: 6;
    background: #94252a;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding: 18.5px 18px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .7s ease;
}
.products-list .box:hover .pic-box:before{
    bottom: 0px;
    right: 0px;
    opacity: 1;
}
.products-list .txt {
    position: relative;
}


.products-list .name{
    display: inline-block;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .nameline{
    background:#ccc;
    height:1px;
    max-width:450px;
    margin:7px 0 12px;
    position:relative;
}
.products-list .nameline:before{
    content: '';
    width: 25px;
    height: 6px;
    background: #1f2c5c;
    position: absolute;
    display: block;
    top: -6px;
    left: calc(0% - 0px);
}

.products-list .nameline:after{
    content: '';
    width: 0;
    height: 1px;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - 0px);
    transition: all .75s ease;
}


.products-list .box:hover .nameline:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - 0px);
}

.products-list .description{
    color: #918F98;
    font-size: 13px;
    line-height: 1.45;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    /* margin-right: 120px; */
}
.products-intro {
    max-width: 1345px;
    margin: 0 auto 50px;
}
.gallery {
    float: left;
    width: 570px;
    max-width: 570px;
}
.pd-intro,
.thumbnails {
    float: right;
    width: calc(100% - 618px);
}
.thumbnails {
}
.thumbnails ul {
    max-width: 550px;
    margin: 0 -7px;
}
.thumbnails li {
    width: 33.33%;
    padding: 2px;
}
.thumbnails a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgb(31 44 92 / 0.4);
    opacity: 0;
   
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.pd-intro .breadcrumb {
    margin: 0;
    text-align: left;
}
.pd-name {
    color: #000;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 15px;
}
.pd-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 32px;
}
.products-detail {
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}
.products-detail .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ddd;
    margin: 0 -50px 30px;
    padding: 0 50px 10px;
    display: none;
}
.products-intro .cart-btn a{
    max-width: 250px;
    height: 30px;
    display: block;
    color: #FFF;
    transition: all .3s ease;
    text-align: center;
    line-height: 30px;
    position: relative;
    background:#94252a ;
    z-index: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:400;
    font-size: 18px;
    margin:20px 0;
}
.products-intro .cart-btn a:before{
    content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background:  #1f2c5c;;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.products-intro .cart-btn a:hover:before {
    
    z-index: -1;
     right: auto;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
    }
    .pd-intro,
    .thumbnails {
        width: 48%;
    }
}
@media screen and (max-width: 1000px) {
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        width: 60%;
    }
    .thumbnails {
        width: 39%;
    }
    .thumbnails ul {
        max-width: none;
        margin: -2px;
    }
    .thumbnails li {
        width: 50%;
    }
}
@media screen and (max-width: 840px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto;
    }
    .thumbnails {
        padding-top: 2px;
    }
    .thumbnails ul {
        margin: 0 -2px;
    }
    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 560px) {
    .products-list .item {
        width: 100%;
    }
    .thumbnails li {
        width: 33.33%;
    }
}