.products-banner {

    padding-bottom: 50px;

    text-align: center;

}

.products-banner .container {

    padding: 0;

    max-width: 1830px;

}

.top-btns {

    max-width: 1730px;

    margin: 0 auto;

    padding: 0 15px 50px;

    text-align: right;

}

.top-btns .btn {

    font-size: 23px;

}

.catagory-name {

    padding: 0 15px 20px;

    text-align: center;

    font-size: 23px;

    border-bottom: 2px solid #000;

    line-height: 1.6;

}

.sale-txt {

    padding: 0 15px;

    color: #00A218;

    font-size: 33px;

    text-align: center;

    line-height: 1.5;

}



.products-content {

    padding: 80px 0 40px;

}

.products-list {

    margin: 0 -15px;

}

.products-list .item {

    width: 33.33%;

    padding: 0 15px;

    text-align: center;

}

.products-list .item:nth-child(3n+1) {

    clear: left;

}

.products-list .box {

    max-width: 494px;

    margin: 0 auto 15px;

    line-height: 1.6;

}

.products-list .pic {

    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

}

.products-list .box:hover .pic img {

    opacity: 0.7;

}

.products-list .name {

    font-size: 20px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.products-list .offers {

    font-size: 18px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.products-list .color-choose {

    margin-bottom: 40px;

}

.products-list .color-choose a {

    display: inline-block;

    vertical-align: top;

    margin: 0 3px;

}

.products-list .btn.delete {

    display: inline-block;

    border: 1px solid #ddd;

    line-height: 36px;

    padding: 0 25px;

    border-radius: 20px;

}

.products-list .btn.delete:hover {

    border-color: #aaa;

}

.products-list .btn.delete .fa {

    margin-right: 10px;

}



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

    .products-list {

        margin: 0 -8px;

    }

    .products-list .item {

        width: 50%;

        padding: 0 8px;

    }

    .products-list .item:nth-child(3n+1) {

        clear: none;

    }

    .products-list .item:nth-child(2n+1) {

        clear: left;

    }

}

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

    .products-banner {

        padding-bottom: 30px;

    }

    .sale-txt {

        font-size: 24px;

    }

}

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

    .products-list .name {

        font-size: 16px;

    }

    .products-list .offers {

        font-size: 14px;

    }

    .products-list .color-choose a {

        width: 25px;

        margin: 0 0 4px;

    }

}

.gallery {

    float: left;

    width: calc(100% - 600px);

    padding: 30px 80px;

    box-sizing: border-box;

}

.gallery .slick-prev,

.gallery .slick-next {

    text-indent: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-align: left;

    padding: 0;

    border: 0;

    background: url(../images/slider_arrow.png) no-repeat;

    width: 80px;

    height: 160px;

    position: absolute;

    top: 50%;

    margin-top: -80px;

}

.gallery .slick-prev {

    background-position: 0 0;

    left: -80px;

}

.gallery .slick-next {

    background-position: 100% 0;

    right: -80px;

}

.gallery img {

    margin: 0 auto;

}