.elementor-kit-20750{--e-global-color-primary:#00535F;--e-global-color-secondary:#40C5BA;--e-global-color-text:#000000;--e-global-color-accent:#40C5BA;--e-global-color-b08a650:#FFFFFF;--e-global-color-ff1d420:#FFFFFF00;--e-global-color-9d5e61d:#FFF200;--e-global-color-002dfef:#F4F4F4;--e-global-color-04f54c4:#FFF200;--e-global-color-6f726fb:#FF9700;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:normal;color:#000000;font-family:"Raleway", Sans-serif;font-size:17px;font-weight:normal;}.elementor-kit-20750 a{color:var( --e-global-color-primary );}.elementor-kit-20750 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-20750 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-20750 button,.elementor-kit-20750 input[type="button"],.elementor-kit-20750 input[type="submit"],.elementor-kit-20750 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-b08a650 );border-radius:50px 50px 50px 50px;}.elementor-kit-20750 button:hover,.elementor-kit-20750 button:focus,.elementor-kit-20750 input[type="button"]:hover,.elementor-kit-20750 input[type="button"]:focus,.elementor-kit-20750 input[type="submit"]:hover,.elementor-kit-20750 input[type="submit"]:focus,.elementor-kit-20750 .elementor-button:hover,.elementor-kit-20750 .elementor-button:focus{color:var( --e-global-color-b08a650 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-20750 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-product-category-widget.elementor-widget-wc-categories div.woocommerce {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

@media only screen and (max-width: 1024px) { .custom-product-category-widget.elementor-widget-wc-categories div.woocommerce {
    grid-template-columns: 1fr 1fr;
}
}

.custom-product-category-widget.elementor-widget-wc-categories li.product-category img {
    border:3px solid #00535F;
    border-radius: 50%;
    object-fit: contain !important;
    height: 270px !important;
    width: 270px !important;
    margin: 0px auto 20px !important;
    background: black;
}

.custom-product-category-widget.elementor-widget-wc-categories li.product-category {
    list-style: none;
}



.wc-nested-category-layout-subcategory-products{
    display: grid !important
} 

img.wc-nested-category-layout-category-image {
    display: none;
}

.woocommerce ul.products::before {
    display: none !important;
}

.elementor-products-grid img{
    border:3px solid #00535F;
    object-fit: contain !important;
    height: 270px !important;
    width: 270px !important;
    margin: 0px auto 20px !important;
    background: black;
}

@media only screen and (max-width: 1024px) {
    .elementor-products-grid img, .elementor-widget-wc-categories li.product-category img{
        height: 28vw !important; /* Adjusted size for smaller screens */
        width: 28vw!important; /* Maintain aspect ratio */
    }
}
    
@media only screen and (max-width: 767px) {
    .elementor-products-grid img, .elementor-widget-wc-categories li.product-category img {
        height: 45vw !important; /* Adjusted size for smaller screens */
        width: 45vw!important; /* Maintain aspect ratio */
    }
    
}

.elementor-products-grid img:hover{
    border:3px solid orange !important;
}

.elementor-products-grid .woocommerce-loop-product__buttons a{
    font-family: "Bebas Neue", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-accent) 0%, #00535F 100%);
}

.elementor-products-grid .woocommerce-loop-product__buttons a:hover{
       background-image: linear-gradient(0deg, var(--e-global-color-accent) 0%, #00535F 100%); 
}

.wc-nested-category-layout-category-title span , .wc-nested-category-layout-category-title a {
    font-size: 40px;
    font-family: Raleway;
    font-weight: 600;
}

h2.wc-nested-category-layout-category-title {
    margin: 3% 0 1% 0;
}




form.woocommerce-ordering{
    margin-bottom: 3em !important;
}

mark.count{
    display: none;
}


div.woocommerce-cart-form b#text {
    display: none;
}/* End custom CSS */