header.sticky{
    transform: translateY(0%);
}
header.sticky .header_top{
   transform: translateY(0%);
} 
section.shop_list{
    padding: 3rem 0;
} 
section.shop_list .large_content{
    max-width: 1800px;
    margin: 0 auto;
} 
section.shop_list .large_content > .flex{
    gap: 5rem;
}
.shop_list .left{
    min-width: 275px;
}
.shop_list .right{
    flex: 1;
}
.shop_list div.sidebar{
    margin-top: 3rem;
}
.shop_list div.sidebar .sidebar_head strong{
    font-size: 18px;
}
  
.shop_list div.sidebar .sidebar_head {
    border-bottom: 1px solid rgb(200, 193, 186);
    padding-bottom: 1.5rem; 
}
.shop_list div.sidebar .sytech_filter .widget {
    border-bottom: 1px solid rgb(185, 185, 185); 

}
.shop_list div.sidebar .sytech_filter strong{
    font-size: 18px; 
    display: block;
    cursor: pointer;
    position: relative;
    padding-bottom: 1.5rem; 
    text-transform: capitalize;
    padding-top: 1.5rem; 
}
.shop_list div.sidebar .sytech_filter strong::after{
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;   
    right: 0;
    transition: all .3s;
    background-image: url(../img/silder_jia.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shop_list div.sidebar .sytech_filter strong.active::after{
    background-image: url(../img/silder_jian.png); 
} 
.shop_list div.sidebar .sytech_filter ul{
    display: none;
    padding-top: 0rem;
    padding-bottom: 1.5rem;
}
.shop_list div.sidebar .sytech_filter .product_cat ul{
    display: block;
}
.sytech_filter{
    min-width: 300px;
}
.shop_list div.sidebar .sytech_filter ul li{
    padding: .3rem 0;
    padding-left: 1.5rem;
    position: relative;
    cursor: pointer;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_list div.sidebar .sytech_filter ul li:after{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: #333 solid 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shop_list div.sidebar .sytech_filter ul li.active:after{
    background: var(--theme_color) url('../img/duigou-white.svg') no-repeat 60% center/70%;
}
.shop_list .right.loading::before{
    background-color: rgba(255, 255, 255, .6);
    background-position-y: 4%;
} 
.shop_list .right .right_head {
    margin-bottom: 3rem;
}
.shop_list .right .right_head .product_number{
    font-size: 14px;
}
.shop_list .right .right_head select{
    background-color: transparent;
    border: none;
    overflow: unset;
    padding-right: 1.2rem;
    font-size: 14px; 
}
.shop_list .right .right_head .sort_by{
    position: relative;
}
.shop_list .right .right_head .sort_by::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/arrow-w.svg);
    position: absolute;
    right: 2px;
    top: 7px;
    transform: rotate(-90deg);
    background-position: center;
    filter: brightness(0);
    background-size: contain;
    background-repeat: no-repeat;
}
.shop_product_list .products {
    display: grid;
    grid-template-columns : 1fr 1fr 1fr;

}   
.shop_product_list .products .product{
    margin-bottom: 5rem;
}
.woocommerce .shop_list ul.products li.product, .woocommerce-page .shop_list ul.products li.product{
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 5rem !important;
    float: unset !important;
}
.woocommerce ul.products::before{
    display: none !important;
}