/*------------ product-list ------------*/

.product-list {
    margin: 0 -10px;
}

.product-list li {
    width: 25%;
    padding: 0 11px 50px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list > li > .box {
    /*max-width: 234px;*/
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}
.product-list > li > .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;   
}
.product-list .pic {
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}

.product-list .pic a:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .2s;
    opacity: 0;
}

.product-list li .box:hover .pic a:nth-child(2):before {
    opacity: 1;
}

.product-list .pic .cover {
    width: 90px;
    height: 90px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    font-size: 14px;
    opacity: 0;
    transition: all .2s;
    z-index: 50;
}

.product-list .pic .cover:before {
    content: "VIEW MORE";
    position: absolute;
    display: block;
    font-family: 'Cabin', sans-serif;
    transform: rotate(45deg);
    transform-origin: 2% 135%;
}

.product-list li .box:hover .cover {
    opacity: 1;
}

.product-list .name a {
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 17px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 5px;
}

.product-list .description a {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 5px 0 10px;
}

.product-list .box.new:before {
    content: 'NEW';
    font-family: Arial;
    width: 60px;
    height: 25px;
    position: absolute;
    top: 15px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 15px;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
}

.product-list .more {
    display: block;
}

.product-list .more a {
    line-height: 24px;
    width: 100px;
    margin: -10px auto 0;
    display: block;
    text-align: center;
    border-radius: 24px;
    font-size: 12px;
    position: relative;
    transition: all .2s;
    top: 13px;
}


/*------------ sort_box ------------*/

.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}

.control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.control-box {
    float: left;
}

.sort_box .form-control {
    margin-bottom: 0px;
    padding: 0 5px;
}

.form-group {
    float: left;
    padding: 5px 0;
}

.form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}




/*------------ nonenav ------------*/

.product-list.nonenav > li > a {
    max-width: 450px;
}


/*------------ products_view_two ------------*/

.product-list.item_two li {
    width: 50%;
}

.product-list.item_two > li > a {
    max-width: 490px;
}

.product-list.item_two li:nth-child(2n+1) {
    clear: left;
}


/*------------ products_view_one ------------*/

.product-list.item_one li:nth-child(n) {
    clear: left;
}

.product-list.item_one li {
    width: 100%;
    padding: 0 0 70px;
}

.product-list.item_one li a {
    max-width: 1000px;
}

.product-list.item_one .pic {
    max-width: 100%;
    margin: 0;
}


/*------------ detail ------------*/

.products-intro {
    margin: 0 0 40px;
}

.products-intro .product-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
}

.products-intro .gallery {
    width: 50%;
    float: left;
    max-width: 480px;
}

.products-intro .slick-item img {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.share_box .products {
    margin: 0;
    text-align: left;
}

.pd-intro,
.products-intro .thumbnails {
    float: right;
    width: 49%;
}

.no-pic .pd-intro,
.no-pic .thumbnails {
    float: none;
    width: 100%;
}

.product-text {
    margin: 0px 0 20px;
    line-height: 1.5;
}

.products-intro .thumbnails ul {
    margin: 0 -8px;
}

.products-intro .thumbnails .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 8px 13px;
}






/*------------ products-title ------------*/

.products-detail .title {
    padding: 0 0 5px;
    margin: 0 0 30px;
    position: relative;
}

.products-detail .title:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.products-detail .title i {
    display: inline-block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1100px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .product-list > li > a,
    .product-list .nonenav > a {
        max-width: 520px;
    }
    .product-list li .pic,
    .product-list .nonenav .pic {
        max-width: 496px;
    }
}

@media screen and (max-width: 960px) {
    .products-intro {
        text-align: center;
    }
    .pd-intro,
    .products-intro .gallery,
    .products-intro .thumbnails {
        width: auto;
        float: none;
        max-width: 480px;
        margin: 0 auto;
    }
    .products-intro .gallery {
        margin-bottom: 15px;
    }
    .share_box.product {
        margin-top: 15px;
        padding: 0px 0px 5px 0px;
    }
    .products-intro .product-name {
        text-align: left;
    }
    .product-text {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .products-intro .product-name .icon02 {
        display: none;
    }
    .products-intro .product-name {
        padding: 15px 0 25px;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 70px;
    }
    .product-list.item_two{
        margin: 0 -10px;
    }
    .product-list.item_two li{
        padding: 0 10px 50px;
    }
}

@media screen and (max-width: 400px) {}
