.img_cat_product.absolute {
    right: 0;
    bottom: -50px;z-index: 2;
}
.woocommerce-page #category-title{margin-top: -120px;}
.woocommerce-page .box-category-title{

    background: #fff;border-radius: 5px 90px 0 0;padding: 15px 15px 15px 25px
}
.woocommerce-page .box-category-title .category-title{
    font-size: 25px
}
.woocommerce-page .box-category-title .category-title h2{
    margin-bottom: 10px;
}
.woocommerce-page #main{
    padding-bottom: 60px;
}
.widget_product_categories span.widget-title{
    font-size: 20px;margin-bottom: 20px!important;
}
.widget_product_categories .is-divider.small {
    background-color: transparent;margin-top: 0;
}
.widget_product_categories>ul {
    background: rgba(33, 32, 32, 0.89);
    border-radius: 5px;
}
.widget_product_categories>ul>li.active {
    background: #ffde50;
}
.widget_product_categories>ul>li+li{
    border-top-width: 4px!important;border-top-color: #fff!important;
}
.widget_product_categories>ul>li>a{
    padding: 15px 0 10px 20px!important;color: #fff;text-transform: capitalize;
}
.widget_product_categories>ul>li:hover>a{
    color: var(--primary-color);padding-left: 25px;
}
.widget_product_categories>ul>li.active:hover>a{
    color: #333;
}
@media screen and (min-width: 850px){
    .woocommerce-page .category-page-row .large-4 {
        flex-basis: 30%;
        max-width: 30%;
    }
    .woocommerce-page .category-page-row .large-8 {
        flex-basis: 70%;
        max-width: 70%;
    }
}
@media screen and (max-width: 849px) {

    .img_cat_product {
        bottom: 50px!important;
    }
    .img_cat_product img {
        width: 190px;
    }
}