.shop_banner{
   padding: 46px 0 55px; 
   background: url('../img/shop-banner.jpg') no-repeat center/cover;
}
.shop_banner .breadcrumbs{
    font-size: 15px;
    color: rgb(150, 150, 150);
}
.shop_banner p{
    color: white !important;
}
.shop_banner .breadcrumbs a{
    color: rgb(150, 150, 150);
    font-size: 15px;
}
.shop_banner .breadcrumbs > span > span{
    color: var(--theme_color);
}
.shop_main{
    padding: 65px 0 120px;
}
.shop_main .left{
    width: 15.7%;
}
.search .shop_main .right{
    width: 100%;
    padding: 0;
}
.shop_main .right{
    width: 84.3%;
    padding-left: 38px;
}
.sytech_filter .widget{
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e0e0e0;
}
.sytech_filter .widget strong{
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
}
.sytech_filter .widget input{
    padding: 10px 17px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 500;
    color: #6d6d6d;
}

.sytech_filter .widget li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 0.7rem;
    color: #6d6d6d;
    cursor: pointer;
    font-size: 15px;
}
.sytech_filter .widget li:last-of-type{
    margin-bottom: 0;
}
.sytech_filter .widget li:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    top: 3px;
}
.sytech_filter .widget li:after{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid var(--theme_color);
    position: absolute;
    background: var(--theme_color) url('../img/duigou.svg') no-repeat center/60%;
    left: 0;
    top: 3px;
    opacity: 0;
    transition: all 0.3s;
}
.sytech_filter .widget li.active:after{
    opacity: 1;
}
.sytech_filter .widget .load_more_term{
    color: var(--theme_color);
    display: block;
    margin-top: 14px;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 30px;
}

.shop_main .right .shop_top{
    margin-bottom: 3rem;
}
.shop_main .right .shop_top p{
    font-size: 18px;
    font-weight: 500;
    color: #777a7c;
}
.shop_main .right .struct_btn{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../img/single.svg') no-repeat center/contain;
    margin-right: 26px;
    opacity: 0.4;
    cursor: pointer;
}
.shop_main .right .struct_btn.multiple_btn{
    background-image: url('../img/mutile.svg');
}
.shop_main .right .struct_btn.active{
    opacity: 1;
}
.shop_main .right .sort_con{
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}
.shop_main .right .sort_con select{
    color: var(--theme_color);
    font-size: 18px;
    font-weight: 600;
    color: var(--theme_color);
    outline: none;
    border: none;
    padding-right: 22px;
    appearance: none;
    background: url('../img/sanjiao.svg') no-repeat right 60%/10px;
    padding-left: 0.6rem;
}
.shop_main .sy-products{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px 16px;
}
ul.sy-products li.sy-product{
    background-color: rgb(246, 246, 246);
    transition: all 0.3s;
    border-radius: 8px;
    position: relative;
}
body.logged-in ul.sy-products li.sy-product{
    padding-bottom: 7rem;
}

ul.sy-products li.sy-product:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
ul.sy-products li.sy-product .img{
    height: 200px; 
    overflow: hidden;
    margin-bottom: 1rem;
}
ul.sy-products li.sy-product .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
        filter: brightness(0.97);
    transition: all 0.3s;
}
ul.sy-products li.sy-product a{
    display: block;
}
ul.sy-products li.sy-product .buy-btns{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 20px 20px;
    left: 0;
    display: block;
}
ul.sy-products li.sy-product .infos{
    padding: 0px 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.sy-products li.sy-product .infos>div:nth-of-type(2){
    margin-top: auto;
}
ul.sy-products li.sy-product .cat{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #232323;
    opacity: 0.72;
    font-weight: 500;
}
ul.sy-products li.sy-product strong{
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    line-height: 22px;
    min-height: 88px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.sy-products li.sy-product .sku{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 500;
}
ul.sy-products li.sy-product .sku span{
    color: #353535;
}
ul.sy-products li.sy-product .stock{
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    color: #28b560;
    padding-left: 21px;
    margin-top: 0.5rem;
}
ul.sy-products li.sy-product .stock.out-of-stock{
    color: var(--theme_color)!important;
}
ul.sy-products li.sy-product .stock.out-of-stock:before{
    background-image: url('../img/pd-statue1.svg')!important;
}

ul.sy-products li.sy-product .stock.on-backorder{
    color: rgb(253, 114, 3)!important;
}
ul.sy-products li.sy-product .stock.on-backorder:before{
    background-image: url('../img/pd-statue2.svg')!important;
}
ul.sy-products li.sy-product .stock:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url('../img/green-dui.svg') no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%);
}
ul.sy-products li.sy-product .buy-infos{
    /* padding: 18px 0 18px; */
    border-top: 1px solid #dddddd;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
ul.sy-products li.sy-product .infos div.buy-infos:last-of-type{
    
    border-bottom: 1px solid #dddddd;
}
ul.sy-products li.sy-product .infos div.buy-infos:first-of-type{
    margin-top: 15px;
}
ul.sy-products li.sy-product p.price i{
    color: #606060;
    font-weight: 500;
    font-size: 13px;
}
ul.sy-products li.sy-product p.price+i{
    color: #606060;
    font-weight: 500;
    font-size: 13px;
}
ul.sy-products li.sy-product p.price{
    display: flex;
    flex-flow: wrap;
    
    align-items: center;

    color: var(--theme_color);
    font-weight: 700;
    font-size: 17px;
}
ul.sy-products li.sy-product .buy-infos>.flex{
    /* flex-flow: wrap; */
}
.product_related ul.sy-products li.sy-product .buy-infos>.flex{
    flex-flow: wrap;
}
ul.sy-products li.sy-product.variation-product .buy-infos>.flex{
    /* flex-flow: wrap; */
}
ul.sy-products li.sy-product input{
    width: 28px;
    height: 23px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: transparent;
    font-size: 12px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
ul.sy-products li.sy-product p.price del{
    /* width: 100%; */
    color: #7a7a7a;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 500;
    order: 1; 
}
ul.sy-products li.sy-product p.price span{
    /* order: 9; */
}
ul.sy-products li.sy-product p.price ins{
    color: var(--theme_color);
    font-weight: 700;
    font-size: 17px;
    text-decoration: unset;
    margin-right: 0.3rem;
    order: 2;
}
ul.sy-products li.sy-product p.price i{
    order: 9;
} 
ul.sy-products li.sy-product .qty-con{
    display: flex;
    align-self: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
ul.sy-products li.sy-product .qty-con span{
    display: inline-block;
    width: 17px;
    cursor: pointer;
    height: 23px;
    background: url('../img/plus.svg') no-repeat center/40%;
}
ul.sy-products li.sy-product .qty-con span:nth-of-type(1){
    background-image: url('../img/minus.svg');
}
ul.sy-products li.sy-product .add-cart{
    display: inline-block;
    width: 100%;
    background-color: #232323;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 9px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 16px;
    transition: all 0.3s;
}
ul.sy-products li.sy-product .add-list{
    font-size: 14px;
    color: #606060;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
ul.sy-products li.sy-product .add-list:before{
    content: "";
    display: inline-block;
    background: url('../img/add-list.svg') no-repeat center/contain;
    width: 17px;
    height: 17px;
}
ul.sy-products li.sy-product:hover .add-cart{
    background-color: var(--theme_color);
}
ul.sy-products li.sy-product:hover .img img{
    transform: scale(1.05);
}
ul.sy-products+p.center{
    margin-top: 60px;
}
.shop_main .sy-products.single-type{
    grid-template-columns: repeat(1,1fr);
    gap: 0;
}
.shop_main .sy-products.single-type li{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.shop_main .sy-products.single-type li{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #bbbbbb3a;
}
.shop_main .sy-products.single-type li:hover{
    box-shadow: none;
}
.shop_main .sy-products.single-type li a{
    display: flex;
    align-items: center;
}
.shop_main .sy-products.single-type li .img{
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5.5325%;
}
.shop_main .sy-products.single-type li .img img{
    width: 70%;
    height: 70%;
    object-fit: contain;
    
}
.shop_main .sy-products.single-type li .img .exchange{
    width: 33px;
    height: 33px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: url('../img/exchange.svg') no-repeat center/contain;
    display: none;
}
.shop_main .sy-products.single-type li .infos{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0;
    flex: 1;
    max-width: 775px;
}
ul.sy-products.single-type li.sy-product strong{
    margin-bottom: 1rem;
    min-height: unset;
}

ul.sy-products.single-type  li.sy-product .buy-btns{
    padding-left: 0;
    position: relative;
    display: flex;
    width: 600px;
    gap: 2rem;
}

ul.sy-products.single-type li.sy-product .add-list {
    width: 390px;
}

ul.sy-products.single-type li.sy-product .buy-infos{
    border: none;
}
ul.sy-products.single-type li.sy-product .infos div.buy-infos:last-of-type{
    border: none;
}
ul.sy-products.single-type li.sy-product .infos div.buy-infos:first-of-type{
    margin-top: 0;
}
.shop_main .sy-products.single-type li .infos >div:nth-of-type(2){
    width: 298px;
}
.page-template-deals .shop_main .right,
.page-template-used .shop_main .right
{
    width: 100%;
}
p.stars{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.4rem 0;
}
.stars>span{
    font-size: 14px;
    color: #555;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
}
.stars .star-con{
    width: 106px;
    height: 18px;
    position: relative;
    display: inline-block;
    transform: translateY(-1px);
    background: url('../img/stars_empty.svg') repeat-x left/contain;
}
.stars .star-con span{
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/stars_full.svg') repeat-x left/contain;
}