

.sort_box{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0 20px;
    position: relative;
    display: none;
}
.content-nav-menu{
    padding: 5px 0;
    margin: 0px 8px 0 0;
    position: relative;
    min-width: 146px;
    z-index: 100;
    float: left;
    display: none;
}
.content-nav-menu .btn:after{
    display: none;
}
.content-nav-menu ul{
    display: none;
}
.content-nav-menu li{
    list-style: none;
    width: 100%;
}
.content-nav-menu li a{
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding: 6px 20px 6px 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.content-nav-menu li.has-child>a:after{
    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;
    content: "\f067";
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}
.content-nav-menu>li>a{
    color: #333;
    background: #eee;
    border: thin #eee solid;
    text-align: left;
    padding: 6px 0px 5px 10px;
    border-radius: 0px;
}
.content-nav-menu li>a:focus,
.content-nav-menu li>a.active,
.content-nav-menu li>a.active2{
    border: thin #f39800 solid;
    background: #f39800;
    color: #fff;
    text-align: left;
    border-radius: 0px;
}
.content-nav-menu>li>a i{
    color: #333;
    font-size: 12px;
    float: right;
    margin: 3px 8px 0 0;
}
.content-nav-menu>li>a:focus i,
.content-nav-menu li>a.active i,
.content-nav-menu li>a.active2 i{
    color: #fff;
}
.content-nav-menu ul{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #eee;
    z-index: 15;
}
.content-nav-menu ul li{
    text-align: left;
    display: block;
}
.content-nav-menu ul li a:hover,
.content-nav-menu ul li.active>a,
.content-nav-menu ul li.active2>a{
    background: #f39800;
    color: #fff;
}
.content-nav-menu ul li.active2 >ul{
    display: block;
}
.content-nav-menu ul ul{
    position: static;
    background: #ddd;
}
.content-nav-menu ul ul li a{
    color: #333;
    font-weight: normal;
}
.content-nav-menu .ic-plus{
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}




/*------------ product-list ------------*/

.products-editor{
    padding: 0 0 30px;
}



.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 25%;
    padding: 0 10px 50px;
}
.product-list .box {
    position:relative;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    margin: 0 auto;
    max-width: 282px;
    box-sizing: border-box;
}
.product-list .pic,
.thumbnails li a {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    /* border:1px solid #ccc; */
    overflow: hidden;
    margin: 0 0 10px;
    z-index: 1;
}
.product-list .pic:before,
.product-list .pic:after,
.thumbnails li a:before,
.thumbnails li a:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.product-list .pic:before,
.thumbnails li a:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(136 136 136 / 0.6);
    z-index: 0;
}
.product-list .pic:after,
.thumbnails li a:after {
    content: "\e1032";
    color: #fff;
    font-size: 21px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}

.product-list .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.product-list .box_btn {
    line-height: 30px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    background: #f39800;
    transition: all ease .3s;
    display: block;
    width: 49%;
    text-align: center;
    letter-spacing: 0;
}

.product-list .box_btn.btn2 {
    background: #f39800;
}

.product-list .box_btn:hover {
    background: #ccc;
}



.product-list .box:hover .pic:before,
.product-list .box:hover .pic:after,
.thumbnails li a:hover:before,
.thumbnails li a:hover:after,
.thumbnails li.active a:before,
.thumbnails li.active a:after   {
    transition: all .2s;
    opacity: 1;
}
.product-list li .box:hover .pic:after,
.thumbnails li a:hover:after,
.thumbnails li.active a:after  {
    top: 50%;
}
.product-list .text {
    max-width: 282px;
    margin: 0 auto;
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.product-list .box:hover .name {
    color: #f39800;
    text-decoration: underline;
}
.product-list li .description {
    color: #777777;
    line-height: 1.4;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px 0;
    font-size:13px;
}
.product-list li .ibtn {
    transition: all .2s;
    font-family: 'Istok Web', sans-serif;
    width: 45%;
    line-height: 36px;
    font-size: 12px;
    border-radius: 7px;
    letter-spacing: 0;
    box-shadow: 2px 2px 0px #C8D94D;
    text-indent: initial;
    text-align: center;
}
.product-list li .ibtn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    font-size: 20px;
}
.product-list li .more {
    background: #C8D94D;
    font-weight: bold;
    box-shadow: 2px 2px 0px #3D5A30;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
}
.product-list li .box:hover .ibtn {
    transition: all .2s;
    box-shadow: none;
}
/*------------ detail ------------*/
.product-name {
    font-size: 20px;
    line-height: 1.4;
    color: #335F1D;
}
.products-info {
    margin: 35px 0 0;
}


.products-info .bottom{
    background:#f39800;
    max-width:120px;
    padding:5px 20px;
    box-sizing:border-box;
    color:#fff;
    margin-top:30px;
    transition: all .2s;

}
.products-info .bottom:hover{
    background:#cccccc;
    max-width:120px;
    padding:5px 20px;
    box-sizing:border-box;
    color:#fff;
    margin-top:30px;

}


.products-info .txt {
    float: right;
    width: 46%;
    box-sizing: border-box;
    line-height: 1.2;
}
.products-info .content-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 5px 0;
}
.products-info .products-breadcrumb {
    margin: 3px 0 20px 0;
    padding: 0 0 12px 0;
    line-height: 1.4;
}
.products-info .slider {
    float: left;
    width: 51%;
}
.products-info .slider .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
}
.thumbnails ul {
    margin: 0 -6px;
}
.thumbnails li a {
    margin: 0;
}
.thumbnails li {
    padding: 0 6px 20px;
    width: calc((100% / 3) - 0.1px);
}
/*------------ products-title ------------*/
.products-detail {
    margin: 35px 0 0 0;
}
.products-detail .title {
    font-size: 20px;
    font-weight: normal;
    color: #202020;
    margin: 0 0 25px;
    position: relative;
    padding-bottom:5px;
    border-bottom:1px solid #ddd;
}


.products-detail .title:before{
    content: '';
    width: 5px;
    height: 20px;
    background: #f39800;
    position:relative;
    display: inline-block;
    top: 3px;
    left: calc(0% - 0px);
    margin-right: 10px;
}

.products-detail .title i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .product-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .product-list li:nth-child(3n+1) {
        clear: left;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
}
@media screen and (max-width: 1100px) {
     .content-nav-menu{
        display:block;

    }
    .sort_box{
        display:inherit;
        /* float: none; */
    }
    .content-nav-menu{
        float:none;
        margin-bottom:15px;
    }
    .products-info {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-info .slider,
    .products-info .txt {
        float: none;
        max-width: 470px;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }
    .products-info .products-breadcrumb {
        text-align: center;
        margin: 10px 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 75px;
    }
    .thumbnails li a {
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}
