/*------------ product-list ------------*/

.more{
    display: inline-block;
    vertical-align: middle;
}
.more a{
    display: inline-block;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 16px;
    transition: all .3s ease;
    color: #2C2C2C;
    letter-spacing: 0;
}
.more a:after{
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f105";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px;
    color: #2C2C2C;
}
.box:hover .more a:after{
    -webkit-animation: more 0.8s infinite;
   animation:  more 0.8s infinite;
}

@-webkit-keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
        opacity: 0;
      text-indent: 20px;
  }

}

@keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
      text-indent: 20px;
       opacity: 0;
  }

}

.box:hover .more a{
    color: #0D2EA1;

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

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

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

.products-list li:nth-child(4n+1) {
    clear: left;
}
.products-list li .box {
    margin: 0 auto 50px;
    max-width: 330px;
    box-sizing: border-box;
    transition: all .2s;
}

.products-list li .pic {
    overflow: hidden;
    position: relative;
}
.products-list .description {
    margin-bottom: 20px;
}
.products-list .description a{
/*
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;*/
    line-height: 1.5;
    color: #72726E;
    margin: 0 0 0px;
    font-size: 14px;
}




.products-list li .name a{
    margin-top: 18px;
    color: #2C2C2C;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list li .cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    display: flex;
    align-items: center;
     display: flex;
    justify-content: flex-end;
    position: absolute;
     transition: all .2s;
    opacity: 0;
    padding-right: 35px;
        box-sizing: border-box;
    color: #2C2C2C;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 8px;
}

.products-list li .cover:after {
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\f105";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.products-list li .box:hover .cover{
    transition: all .6s;
    opacity: 1;
    width: 100%;
}

.products-list li .box:hover .cover:after {
}

.products-list li .pic img {
    position: relative;
    z-index: 10;
}



/*------------ search ------------*/

.products-search {
    border-top: 1px solid #8DC220;
    border-bottom: 1px solid #8DC220;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}

.products-search span {
    color: #538C15;
}

.products-search b {
    color: #538C15;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px 0 10px;
}


/*------------ detail ------------*/

.gallery .slider {
    float: left;
    width: 56%;
}

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

.gallery .products-breadcrumb {
    text-align: left;
    border-top: 0;
    padding: 0 0 15px;
    margin: -2px 0 0 0;
}

.gallery .product-name {
    font-weight: bold;
    font-size: 28px;
    color: #548D16;
    padding: 23px 0 24px;
    line-height: 1.2;
    border-bottom: 1px solid #8DC220;
}

.gallery .txt-box {
    clear: both;
    background: #F4F8E7;
    padding: 25px 15px;
    font-size: 13px;
    margin: 0 0 10px;
}

.gallery .thumbnails {
    border: 1px solid #548D16;
    padding: 25px 60px 0 60px;
    position: relative;
    box-sizing: border-box;
}

.gallery .thumbnails:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -10px 0 0 0;
    z-index: 10;
}

.gallery .thumbnails:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 17px 11px 0;
    border-color: transparent #548D16 transparent transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -11px 0 0 0;
    z-index: 5;
}

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

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

.gallery .thumbnails li a:before,
.gallery .thumbnails li a:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .2s;
}

.gallery .thumbnails li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
}

.gallery .thumbnails li a:after {
    content: "\e1022";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(51, 51, 51, .5);
    font-size: 25px;
    top: 0%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.gallery .thumbnails li.active a:before,
.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li a:hover:after {
    opacity: 1;
    transition: all .2s;
}

.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:after {
    top: 50%;
}


/*------------ products-title ------------*/

.products-detail {
    margin: 50px 0 0 0;
}

.products-detail .title {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #8DC220;
    margin: 0 0 30px;
}

.products-detail .title span {
    background: #8DC220;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    width: 100px;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .gallery .slider,
    .gallery .txt {
        float: none;
        width: auto;
        max-width: 800px;
        margin: 0 auto;
    }
    .gallery .txt {
        margin: 25px auto 0;
    }
    .gallery .thumbnails {
        margin: 25px 0 0 0;
    }
    .gallery .thumbnails:before {
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #fff transparent;
        bottom: 100%;
        top: auto;
        right: 50%;
        margin: 0 -15px 0 0;
    }
    .gallery .thumbnails:after {
        border-width: 0 11px 17px 11px;
        border-color: transparent transparent #548D16 transparent;
        bottom: 100%;
        top: auto;
        right: 50%;
        margin: 0 -16px 0 0;
    }
}

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

@media screen and (max-width: 1100px) {}

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

@media screen and (max-width: 600px) {
    .gallery .thumbnails li {
        width: 50% ;
    }
}

@media screen and (max-width: 480px) {
    .products-list {
        margin: 0;
    }
    .products-list li {
        width: 100%;
        padding: 0 0px;
    }
}

@media screen and (max-width: 400px) {}
