.elementor-6912 .elementor-element.elementor-element-4af2202 .elementor-heading-title{color:#2a3e35;font-family:"Oxygen", Sans-serif;font-size:48px;font-weight:300;line-height:50px;}.woocommerce .elementor-6912 .elementor-element.elementor-element-e418b78 .term-description{color:#2a3e35;font-family:"Oxygen", Sans-serif;font-size:16px;font-weight:300;line-height:20px;}.elementor-6912 .elementor-element.elementor-element-36992aa.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-6912 .elementor-element.elementor-element-36992aa .woocommerce .woocommerce-loop-category__title{color:#FFFFFF;font-family:"Oxygen", Sans-serif;font-size:16px;font-weight:600;}/* Start custom CSS for global, class: .elementor-global-6620 */.woo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}

.breadcrumb-item {
    margin: 0 5px;
}

.breadcrumb-item a {
    color: #2A3E35;
    text-transform: uppercase;
}

.breadcrumb-content ul li,
.breadcrumb-content ul li a {
    font-family: Oxygen;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}

.breadcrumb-content ul li{
    color: #F14F41;
}

.breadcrumb-content ul li::after{
    content: "" !important;
    color: #2A3E35;
    opacity: 1 !important;
    position: absolute;
    right: -25px;
    top: 1px;
    width: 18px;
    z-index: 99;
}

.breadcrumb-content ul li:last-child::after{
    content: "" !important;
   display: none;
}

.breadcrumb-content ul li::before{
    content: "" !important;
   display: none;
}/* End custom CSS */
/* Start custom CSS for woocommerce-archive-description, class: .elementor-element-e418b78 */.width--75-ch{
    max-width: 75ch;
}/* End custom CSS */
/* Start custom CSS for wc-categories, class: .elementor-element-36992aa */li{
    list-style: none;
}

li a{
    display: block;
}
.count {
    display: none;
}

.product__main_cat .products .product-category a {
    position: relative;
}


.product__main_cat .woocommerce-loop-category__title{
    position: absolute;
    bottom: 7px;
    padding: 5px;
    background: rgba(158, 158, 158, 0.5);
}

.product__main_cat .woocommerce__product_single {
    display: flex;
    flex-wrap: wrap;
}

.product__main_cat .woocommerce__product_single .product-category{
    padding: 1rem;
    width: 25%;
    position: relative;
}

.product__main_cat .woocommerce__product_single .product-category a img{
  transition: all .3s ease-in;
}

.product__main_cat .woocommerce__product_single .product-category:hover a img{
  transform: scale(1.05);
}



.product__main_cat .product-category a img {
    height: 280px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 998px) {
    .product__main_cat .woocommerce__product_single .product-category{
   
    width: 33.33%;
    }

}

@media screen and (max-width: 768px) {
    .product__main_cat .woocommerce__product_single .product-category{
   
    width: 50%;
    }

}

@media screen and (max-width: 460px) {
    .product__main_cat .woocommerce__product_single .product-category{
    padding: 1rem 0;
    width: 100%;
    }

}/* End custom CSS */