.sidebar-shop-renewal{
    background-color: #FFF;
    border-radius: 30px;
    
}

.sidebar-shop-renewal .wp-block-heading{
    text-align: center;
    padding: 16px 0;
    background: linear-gradient(298.08deg, #1D77FF 13.81%, #03BEFF 99.11%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.sidebar-shop-renewal .wp-block-heading img{
    display: none;
}

.sidebar-shop-renewal ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


.sidebar-shop-renewal li {
    list-style: none;
    padding: 11px 21px;
}

.sidebar-shop-renewal li img{
    width: 100px;
    height: 50px;
    object-fit: cover;
    margin-right: 12px;
}

.sidebar-shop-renewal li:not(:last-child) {
    border-bottom: 2px solid var(--label);
}


.sidebar-shop-renewal li a, .sidebar-shop-renewal li a:hover, .sidebar-shop-renewal li a:visited{
    color: #4F4F4F;
    transition: all ease 0.5s;
    font-weight: 700;
}

.sidebar-shop-renewal li a:hover{
    opacity: 0.75;
}

/* Bread */
.breadcrum-container{
    background-color: #FFF0F1;
    padding: 13px 0;
}

.breadcrum-container .woocommerce-breadcrumb{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Pagination */
.top-pagination-custom .col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 30px 0;
}

.top-pagination-custom .woocommerce-notices-wrapper{
    display: none;
}

.top-pagination-custom select{
    border: 1px solid #77DAFF  !important;
    border-radius: 10px;
    padding: 12px 24px !important;
}

.renewal-shop{

}

.renewal-shop .product{
    border-radius: 30px !important;
    border: 2px solid #E7F8FF !important;
    overflow: hidden;
    box-shadow: none !important;
    padding: 14px !important;
}

.renewal-shop .product img{
    border-radius: 30px !important;
}

.renewal-shop .product .woocommerce-loop-product__cat{
    justify-content: center;
    align-items: center;
    height: auto !important;
}
/* .renewal-shop .product .woocommerce-loop-product__cat span{
    padding: 2px 8px !important;
    border-radius: 4px !important;
    border: none !important;
    background-color: #FFC583 !important;
    color: #fff !important;
} */

.renewal-shop .woocommerce-loop-product__title{
    color: #013EDC !important;
    text-align: center !important;
/*    margin-bottom: 10px !important;*/
}

.renewal-shop .price{
    display: block !important;
    text-align: center !important;
    color: #FF6F74 !important;
}
@media (max-width: 991px) {
    .filterPrice h2,
    .sidebar-shop-renewal .wp-block-heading{
        font-size: 18px !important;
    }
}