

/* #region 左边栏 */
*{
    font-family: "Roboto", sans-serif;
}
.button{
    text-decoration:none;
    text-align:center;
    display:inline-block;
    padding:14.4px 48px;
    border-radius:.1875rem;
    font-weight:500;
    font-size:14.4px;
    cursor:pointer;
    text-transform:uppercase;
    transition:all 0.3s;
    color:rgba(0, 0, 0, .8);
    border:.0625rem solid rgba(0, 0, 0, .1);
}
 .button.primary{
    color:white;
    background:#08ab5a;
}
 body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:48px;
}
 body .select2-container--default{
    line-height:2rem;
}
.product-main div.img{
    overflow:hidden;
}
.product-main .img>span{
    display:block;
    width:100%;
    transition:all 0.3s;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.product-main .sidebar{
    width:19.4375rem;
}
.product-main .sidebar .compare{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.875rem;
}
.product-main .sidebar a.primary-btn{
    width: 100%;
    line-height: unset;
}
.product-main .sidebar .compare a{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5625rem;
    color: #333333;
    font-size: .875rem;
    gap: 10px;
}
.product-main .sidebar .compare a .info{
    flex: 1;
    padding-right: 2.75rem;
}
.product-main .sidebar .compare a .info .text{
    font-size: .75rem;
    color: #949494;
    margin-top: .9375rem;
}
.product-main .sidebar .compare a .pic{
    width: 80px;
    height: 80px;
    background:url(../../../../themes/sytech/assets/img/book-2.png) center no-repeat;
    background-size:80%;
}
.product-main .sidebar .compare a .del{
    width: 20px;
    height: 20px;
    background: url(../../../../themes/sytech/assets/img/del.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
 .sidebar strong{
    display:block;
    font-size:1.625rem;
    color:#333;
    font-weight:500;
    padding-bottom:1.5625rem;
    border-bottom:.0625rem solid #D9D9D9;
    position:relative;
}
 .sidebar strong:after{
    content:"";
    width:5.25rem;
    height:.125rem;
    background-color:var(--hover);
    position:absolute;
    left:0;
    bottom:-0.0625rem;
}
 .sidebar .sytech_filter .widget ul li{
    text-align:center;
    width:100%;
    border-radius:.3125rem;
    cursor:pointer;
    font-weight:500;
    margin-bottom:.6875rem;
    transition:all 0.3s;
    padding:.3125rem .9375rem;
    background-color:rgba(255, 255, 255,0.15);
}
 .sidebar .sytech_filter .widget ul li:hover{
    background-color:var(--hover);
}
 .sidebar .sytech_filter .widget{
    margin-bottom:4.375rem;
}
 .childrenTerm{
    display:none;
}
 .sidebar .sytech_filter .widget.productcat li, .sidebar .sytech_filter .widget.productcat li:hover{
    padding:0;
    background-color:transparent;
    color:#666;
    width:100%;
    display:inline-block;
    text-align:left;
    position:relative;
    font-weight:400;
    margin-bottom:1.375rem;
    padding-left:1.9375rem;
}
 .sidebar .sytech_filter .widget.productcat li:before{
    content:"";
    width:.875rem;
    height:.875rem;
    border-radius:.125rem;
    border:.0625rem solid #949cb0;
    position:absolute;
    left:0;
    top:.0625rem;
}
 .sidebar .sytech_filter .widget.productcat li:after{
    content:"";
    width:1rem;
    height:1rem;
    border-radius:.125rem;
    border:.0625rem solid var(--hover);
    position:absolute;
    left:0;
    transition:all 0.3s;
    transform:scale(0);
    top:.0625rem;
    background:url('../../../../themes/sytech/assets/img/checked.png') no-repeat center;
    background-color:var(--primary-color);
    background-size: cover;
}
 .sidebar .sytech_filter .widget.productcat li:hover:after, .sidebar .sytech_filter .widget.productcat li.active:after{
    transform:scale(1);
}
.sidebar .sytech_filter .widget.productcat li.active{
    color: var(--primary-color) !important;
}
 .sidebar .sytech_filter .widget.productcat li.haschild{
    color:#333;
    padding-left:0;
    width:100%;
    font-size:1.0625rem;
    border-radius:0;
    font-weight:500;
    padding:1.0625rem 0;
    border-top:.0625rem solid #e0e0e0;
    margin-bottom:.75rem;
}
 .sidebar .sytech_filter .widget.productcat li.haschild:nth-of-type(1){
    border-top:none;
}
 .sidebar .sytech_filter .widget.productcat li.haschild:last-of-type{
    border-bottom:.0625rem solid #e0e0e0;
}
 .sidebar .sytech_filter .widget.productcat li.haschild::before{
    display:none;
}
 .sidebar .sytech_filter .widget.productcat li.haschild:after{
    background:url('../../../../themes/sytech/assets/img/add.png') no-repeat center/contain;
    left:unset;
    right:.3125rem;
    top:50%;
    transform:translateY(-50%);
    border:none;
}

/* #endregion */

.big-picture{
    width: 100%;
    height: 34.1875rem;
    background: url(../../../../themes/sytech/assets/img/product-banner.png) center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 4.375rem;
}
.big-picture h1{
    font-size:3.25rem;
    padding: 1.25rem 0;
}
.big-picture .text{
    padding: 0 13.75rem;
    line-height: 1.75rem;
    color: #333333;
}
.navigation li{margin: 0 2px;color: #7c7c7c;}
.navigation li a{color: #7c7c7c;}
.navigation .navigation-active a{color: black;}
.product-main{
    padding-top: 5rem;
    padding-bottom: 11.25rem;
}
.product-main .right{
    width: 52rem;
}
.product-main .right>.info>.title{
    font-size: 1.875rem;
    color: #333;
    padding-bottom: 1.875rem;
}
.product-main .right>.info>.text{
    font-size: .9375rem;
    line-height: 1.875rem;
    color: #242424;
    padding-bottom: 5.625rem;
}
.product-main .right .center .primary-btn{
    padding: 1rem 3.4375rem;
    background-color: transparent;
    color: black;
    font-size: .875rem;
    border: .0625rem solid #333333;
    margin-top: 2.5rem;
    cursor: pointer;
    line-height: unset;
}
.product-main .right .center .primary-btn:hover{
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* #region products1 */
.you_like .product .info .primary-btn{
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    font-size: .875rem;
    transform: scaleY(0);
    padding: .75rem 0;
    line-height: unset;
}
.you_like .product .info{
    text-align: center;
    padding: 1.6875rem;
    padding-bottom: 37px;
    padding-top: 2.5rem;
}
.you_like .product .info .title{font-size: 18px;font-weight: 600;}
.you_like .product .info .subtitle{
    color: #858585;
    margin: 1.875rem 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.item_img {
    overflow: hidden;
}

.item_img .img {
    transition: all 0.2s;
}

.swiper-button-next,
.swiper-button-prev {
    transition: all 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
}

.img {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.button_red:disabled {
    background: #ccc;
    cursor: context-menu;
}

.button_border {
    font-weight: 500;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: 1rem;
    line-height: 3.2rem;
    color: #242424;
    width: 14.375rem;
    height: 3.2rem;
    border-radius: .25rem;
    border: .0625rem solid #999999;
    transition: all 0.2s;
}

.button_border:hover {
    background-color: var(--primary-color);
    border: .0625rem solid var(--primary-color);
    color: #fff;
}

.choose_us-title_right {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
}

.home_products div.choose_us-title_right {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.home_products div.choose_us-title_right .swiper>ul {
    text-align: center;
}

.home_products div.choose_us-title_right .swiper .product {

    font-size: 1rem;
    padding: .625rem 0;
    margin: 0 1.25rem;
    line-height: initial;
    color: #666666;
    font-size: 1.0625rem;
}

.home_products div.choose_us-title_right .swiper .product.active {
    color: black;
    font-weight: bold;
}

.home_products div.choose_us-title_right .swiper .product:hover {
    color: black;
    font-weight: bold;
}

.choose_us-title_right .product.active {
    color: black;
    font-weight: bold;
}

.choose_us-title_right .product:hover {
    color: #fff;
}

.choose_us-title_right .product {
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: .1875rem solid transparent;
    color: #999;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    line-height: 3rem;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0;
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
}

.choose_us-title_right .product.active,
.choose_us-title_right .product:hover
{
    border-color: var(--primary-color);
}

span.subtitle {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 1rem;
}

.product .item_text span.catname {
    font-size: .875rem;
    color: var(--hover-color);
    display: inline-block;
    margin-bottom: .2rem;
}
.home_products .content{max-width: 78.125rem;}
.home_products .content:first-of-type{margin-bottom: 1.875rem;}
.home_products .you_like>p{
    margin-top: 6.25rem;
}
.home_products .you_like>p .primary-btn{
    padding: 1rem 2.8125rem;
    background-color: transparent;
    border: .0625rem solid black;
    display: inline-block;
    color: black;
    line-height: 1.5;
}


/* .you_like-main .products{gap: 10px;} */
.you_like-main .product {
    float: left;
    transition: all .3s;
    width: 33.33%;
    /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); */
    border-radius: var(--round-size);
    margin-bottom: 20px;
} 

.you_like-main .product a{
    height: 100%;
}
.you_like-main .product a .pic{
    width: 100%;
    height:17.6875rem;
    background: url(../../../../themes/sytech/assets/img/synopsis.png) center no-repeat;
    background-size: 80%;
}
.you_like-main .product .title{
    font-size: 1.125rem;
    color: #333333;
}
.you_like-main .product .text{
    width: 11.25rem;
    margin: .9375rem 0;
    font-size: .875rem;
    line-height: 1.5625rem;
    color:#808080;
}
.you_like-main .product .more{
    color: var(--primary-color);
}
.you_like-main .product .more span ,
.you_like-main .product .more img{
    vertical-align: middle;
}
.you_like-main .product .more img{width: .625rem;height: .875rem;}
.you_like-main .product .pic{
    transition: all .3s;
    width: 100%;
    height: auto;
}
.you_like-main .product-active,
.you_like-main .product:hover
{
    box-shadow: var(--shadow);
    color: white;
}
.you_like-main .product-active .info .primary-btn,
.you_like-main .product:hover .primary-btn{
    transform: scaleY(1);
}
.you_like-main .home-product .product-active .pic,
.you_like-main .product:hover .pic{
    background-color: #F3F6F1;
}

.home .you_like-main .products {
    max-width: 75rem;
    margin: 2rem auto 0 auto;
    min-height: 41.25rem;
    justify-content: flex-start;
}

.home .you_like-main .products .product {
    margin-bottom: 1.875rem;
    background-color: #fff;
    height: max-content;
    box-shadow: 0 0 .625rem rgb(0 0 0 / 10%);
    text-transform: capitalize;
}

.home .you_like-main .products .product:hover {
    box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.1);
}


.home .you_like-main .products .product a {
    display: block;
}

.home .you_like-main .products .product div.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


div.you_like-main {
    position: relative;
    min-height: 4rem;
    padding-top: 2.5rem;
}


.home_products div.head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.home_products div.head span.subtitle {
    font-size: 1rem;
    color: var(--primary-color);
}

div.head h2 {
    font-size: 2.9rem;
    /* text-transform: uppercase; */
    color: #1c232f;
}

.template_padding {
    padding: 11rem 0;
    padding-top: 50px;
}

/*! CSS Used from: https://www.cn-rootsblower.com/wp-content/themes/sytech/assets/css/ipad.css */
@media screen and (min-width: 768px) and (max-width: 1550px) {
    .content {
        max-width: 73.125rem;
    }

    .button_red {
        padding: .5rem 1.5625rem;
        font-size: .85rem;
    }

    .choose_us-title_right .product {
        font-size: .8rem;
        height: 2.25rem;
    }

    .button_border {
        font-size: 13px;
        width: 11.25rem;
    }

    .choose_us-title_right {
        width: 540px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .content {
        max-width: 1120px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
    .content {
        max-width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
    .content {
        max-width: 875px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .content {
        max-width: 100%;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }

    .product .item_text p.title {
        font-size: 18px;
    }

    .product .item_img {
        height: 200px;
    }

    .product {
        height: unset;
    }

    .product .item_text p.des {
        font-size: 16px;
    }
}

/*! CSS Used from: https://www.cn-rootsblower.com/wp-content/themes/sytech/assets/css/ipad2.css */
@media screen and (min-width: 768px) and (max-width: 1550px) {
    .product .item_text p.title {
        font-size: 1rem;
    }

    .product .item_text p.des {
        font-size: .8rem;
    }

    .choose_us-title_right .product {
        white-space: nowrap;
        overflow: hidden;
        padding: 0 1rem;
        display: inline-block;
        line-height: 35px;
        text-overflow: ellipsis;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .you_like-main .swiper-button-next {
        display: none;
    }
}

/*! CSS Used from: https://www.cn-rootsblower.com/wp-content/themes/sytech/assets/css/mobile.css */
@media screen and (max-width: 786px) {
    .content {
        padding: 0 1.2rem;
    }

    .choose_us-title_right {
        margin-top: 1rem;
    }

    .choose_us-title_right .product {
        width: auto;
        font-size: .85rem;
        padding: 0 1rem;
        height: 36px;
        display: inline-block;
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

    .button_border {
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .button_red {
        font-size: 14px;
        padding: 8px 25px;
        margin-top: 2rem;
    }

    .product .item_img {
        height: 260px;
    }

    .product .item_text p.title {
        font-size: 17px;
        padding: 0 .5rem;
    }

    .product .item_text p.des {
        font-size: 13px;
        line-height: 1.6;
    }

    .product .item_text {
        padding: 15px 0;
    }

    .product {
        height: auto;
    }

    .you_like .you_like-main {
        margin-top: 3rem;
    }

    .home_products .you_like .you_like-main {
        margin-top: 0;
    }

    .home_products .you_like .button_border {
        margin-top: 0;
    }

    .you_like .you_like-main {
        overflow: hidden;
        position: relative;
    }

    .you_like .button_border {
        margin-top: 2rem;
        width: 180px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .you_like .you_like-main .product .item_text {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home .you_like-main .products .product {
        box-shadow: none !important;
        border: 1px solid #f2f4ef;
    }

    .home .you_like-main .products {
        min-height: 4rem;
    }

    .you_like .you_like-main .product div.item_img .img {
        transform: none;
        background-size: contain;
        background-color: transparent;
    }

    .you_like .you_like-main .product .item_text p.title {
        font-size: 16px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .you_like .you_like-main .product .item_text p.des {
        margin-top: 8px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .you_like {
        overflow: hidden;
    }

    .product .item_text p.title {
        font-size: 15px;
        line-height: 1.5rem;
    }

    .product .item_text p.des {
        margin-top: 5px;
    }

    .home_products {
        padding-bottom: 0;
        padding-top: 5rem;
    }

    .home_products div.head h2 {
        font-size: 30px;
    }

    .home_products div.head {
        margin-bottom: 2rem;
    }

    .home_products div.choose_us-title_right {
        margin-bottom: 0;
    }

    .home_products div.choose_us-title_right .swiper_products_nav {
        overflow-x: auto;
    }

    .home_products div.choose_us-title_right .swiper>ul {
        width: max-content;
    }

    .home_products div.choose_us-title_right .swiper>ul .product {
        margin: 0;
        line-height: 1;
        font-size: 14px;
    }

    .home_products .button_red {
        margin-top: 1rem;
        opacity: 1;
        padding: .4rem 0;
    }

    span.subtitle {
        margin-bottom: .5rem;
        font-size: 14px;
    }
}

/* #endregion */











