<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------ product-list ------------*/

.product-list {
    margin: 0 -10px;
}

.product-list li {
    width: 25%;
    padding: 0 10px 60px;
}

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

.product-list &gt; li &gt; .box {
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}

.product-list .pic a:before,
.product-list .pic a:after {
    content: "";
    position: absolute;
    transition: all .2s;
}

.product-list .pic a:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product-list .pic a:after {
    content: "MORE";
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    left: 50%;
    margin: -25px 0 0 -100px;
}

.text-box {
    margin: 15px 0 0;
}

.product-list .text {
    float: left;
    width: calc(100% - 60px);
}

.product-list .name a {
    line-height: 1.2;
    font-size: 16px;
    height: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list .description a {
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 19px;
}

.product-list .box.new:before {
    content: 'NEW';
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 15;
    text-align: center;
    line-height: 50px;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
}

.product-list .more {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    box-sizing: border-box;
    float: right;
}


/*------------ sort_box ------------*/

.sort_box {
    margin-bottom: 40px;
}

.sort_box .content-nav-menu {
    float: none;
    margin: 0;
}

.control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.control-box {
    float: left;
}

.sort_box .form-control {
    margin-bottom: 0px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.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;
}

.sort_icon {
    float: left;
    line-height: 26px;
    padding: 5px 0;
}

.sort_icon .ibtn {
    width: 24px;
    height: 24px;
}

.sort_icon .ibtn.active {
    background-position: 0 100%;
}


/*------------ nonenav ------------*/

.product-list.nonenav &gt; li &gt; a {
    max-width: 450px;
}


/*------------ products_view_two ------------*/

.product-list.item_two {
    margin: 0 -20px;
}

.product-list.item_two li {
    width: 50%;
    padding: 0 20px 60px;
}

.product-list.item_two li:nth-child(3n+1) {
    clear: none;
}

.product-list.item_two li:nth-child(2n+1) {
    clear: left;
}

.product-list.item_two li a {
    max-width: 630px;
}


/*------------ products_view_one ------------*/

.product-list.item_one li:nth-child(n) {
    clear: left;
}

.product-list.item_one li {
    width: 100%;
    padding: 0 0 40px;
}

.product-list.item_one li a {
    max-width: 660px;
}


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

.products-intro {
    margin: 30px 0 40px;
}

.products-intro .product-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0px 27px;
    position: relative;
}

.products-intro .gallery {
    width: 53%;
    float: left;
    max-width: 700px;
}

.pd-intro,
.products-intro .thumbnails {
    float: right;
    width: 45%;
}

.pd-intro .products-breadcrumb {
    float: none;
}

.pd-intro.no-pic ,
.thumbnails.no-pic  {
    float: none;
    width: 100%;
}

.product-text {
    margin: 0px 0 20px;
    line-height: 1.5;
}

.product-text .tit {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}

.product-text p {
    margin: 10px 0 30px;
}

.products-intro .thumbnails ul {
    margin: 0 -8px;
}

.products-intro .thumbnails .item {
    width: calc((100% / 3) - 0.1px);
    padding: 0 8px 13px;
}

.products-intro .thumbnails li a {
    position: relative;
    max-width: 184px;
}

.products-intro .thumbnails li a:before,
.products-intro .thumbnails li a:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

.products-intro .thumbnails li a:before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url('../../../images/common/products/hover.png');
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -20px 0 0 -20px;
}

.products-intro .thumbnails li a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.products-intro .thumbnails li a:hover:before,
.products-intro .thumbnails li a:hover:after {
    opacity: 1;
}


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

.products-detail .title {
    padding: 6px 0 5px;
    margin: 0 0 40px;
    position: relative;
}


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

@media screen and (max-width: 1000px) {
    .products-intro .gallery,
    .pd-intro,
    .products-intro .thumbnails {
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 700px;
    }
    .products-intro .thumbnails {
        margin-top: 25px;
        max-width: 580px;
    }
}

@media screen and (max-width: 960px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list.item_two {
        margin: 0 -10px;
    }
    .product-list.item_two li {
        padding: 0 10px 40px;
    }
    .product-list .box.new:before {
        top: 7px;
        left: 7px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .product-list.item_two {
        margin: 0 -7px;
    }
    .product-list.item_two li {
        padding: 0 7px 40px;
    }
    .product-list.item_two .text,
    .product-list.item_two .more {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .product-list.item_two .more {
        height: 25px;
        line-height: 21px;
        text-align: center;
        margin: 0;
    }
}
</pre></body></html>