.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-864ad92:#E7A44C;--e-global-color-efc4a4e:#000000;--e-global-color-19cf52e:#FFFFFF;--e-global-color-c7e4eb8:#6386B0;--e-global-color-004bcda:#A2BDD7;--e-global-color-d7af7a2:#A4C498;--e-global-color-48c59f3:#B0CEA5;--e-global-color-42084bb:#BFA5CE;--e-global-color-5b0bcd7:#D6E9EE;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:32px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-864ad92 );font-family:"Inter", Sans-serif;}.elementor-kit-7 a:hover{color:var( --e-global-color-efc4a4e );}.elementor-kit-7 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h2{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;font-size:24px;}.elementor-kit-7 h4{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h5{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h6{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.product-archive-shop .product-archive-img img{
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.product-category a{
    display: flex;
    justify-content: center;
}
.custom-product-category img{
    margin: 0!important;
    box-shadow: 0 0 3px rgba(0,0,0,0.3)!important;
    
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.product-category a:hover img{
    box-shadow: 0 0 7px rgba(0,0,0,0.5)!important;
}

.custom-product-category .woocommerce-loop-category__title{
    position: absolute;
    bottom: 10px;
    width: 90%;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3)!important;
    padding: 10px 20px!important;
    
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
}

.custom-product-category .woocommerce-loop-category__title:hover{
    transform: translateY(-10px);
}

.custom-product-category .count{
    position: absolute;
    top: -20px;
    right: 10px;
    
    width: 30px;
    height: 30px;
    
    background: red;
    border-radius: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    display: none;
}




.elementor-kit-7 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.elementor-kit-7 a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}

.elementor-kit-7 .elementor-wc-products ul.products li.product { 
    padding: 0px!important;
}

.elementor-kit-7 select.orderby {
    margin-bottom: 20px !important;
}

.elementor-kit-7 a.button.product_type_variable {
    display: none !important;
}

.elementor-kit-7 a.button.product_type_simple.add_to_cart_button {
    display: none !important;
}

.elementor-kit-7 a.button.product_type_pw-gift-card.add_to_cart_button {
    display: none !important;
}

select#bulk_actions {
    text-transform: uppercase!important;
     font-weight: 500;
}

button.apply-btn.button {
    text-transform: uppercase!important;
     font-weight: 500;
}

button.add-all-to-cart-btn.button.wlfmc-tooltip.wlfmc-tooltip-bottom {
    text-transform: uppercase;
    font-weight: 500;
}
/*Sale Icon Adjustment*/
.woocommerce ul.products li.product .onsale{
    top: -20px;
    right: -15px;
    background-color: #e7a44c;
}/* End custom CSS */