.elementor-kit-12{--e-global-color-primary:#A23B47;--e-global-color-secondary:#CAB68D;--e-global-color-text:#000000;--e-global-color-accent:#4C020B;--e-global-color-d1435f4:#FFFFFF;--e-global-color-ed2fe1c:#000000;--e-global-color-1cae550:#5F4559;--e-global-color-35f357b:#48024D;--e-global-color-f394c82:#024D12;--e-global-color-c560f56:#FF8800;--e-global-color-106980b:#F2AF29;--e-global-color-0785f0f:#a3a39d;--e-global-color-cc68c4c:#261D27;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"PT Serif", Sans-serif;font-size:1rem;line-height:1.5rem;}.elementor-kit-12 a{font-family:"PT Serif", Sans-serif;}.elementor-kit-12 h1{font-family:"Lora", Sans-serif;font-weight:600;}.elementor-kit-12 h2{font-size:1.8rem;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:1.1rem;font-weight:600;color:var( --e-global-color-d1435f4 );background-color:var( --e-global-color-c560f56 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-c560f56 );border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-12 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #FBBB7F 0%, #F2295B 100%);}.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 */.main-logo {
    max-width: 100%;
    width: 300px!important;
    height: auto;
}

.mobile-logo {
     max-width: 100%;
    width: 200px!important;
    height: auto;
}

#elementor-menu-cart__toggle_button {
    background-image: 
 none!important;
}

/*Product thumbnail on mobile cart*/
@media (max-width: 768px){
 .inside-header>:not(:last-child):not(.main-navigation) {
        margin-bottom: 0;
    }

    .product-thumbnail {
        display: block !important;
        text-align: center !important;
    }
    
    
/*Remove colon for product thumbnail on mobile cart*/
    td.product-thumbnail::before {
        display: none;
    }
}

/*Place Order Button*/

#place_order {
    background-image: linear-gradient(#FF8800, #F2AF29);
}

/*Customize menu view-cart buttons*/
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-image: linear-gradient(#ffffff, #ffffff);
    color: #4C020B;
    box-shadow: none;
}

#submit {
    color: #ffffff!important;
    background-color: #FF8800!important;
}

.wc-proceed-to-checkout {
    row-gap: 5px!important;
}

#buttons-container {
	margin-top: 15px !important;
}

ul li {
    margin-bottom: .8rem; /* Adjust the value to increase/decrease spacing */
}

.cart {
    padding-bottom: 10px!important;
    row-gap: 10px;
}

.elementor-screen-only {
    display: none!important;
}

.mobile-header {
     backdrop-filter: blur(10px) saturate(1.5);
    -webkit-backdrop-filter: blur(10px) saturate(1.5); /* For Safari */
}

.main-header {
    backdrop-filter: blur(10px) saturate(1.5);
    -webkit-backdrop-filter: blur(10px) saturate(1.5); /* For Safari */
}

.sticky-nav {
    backdrop-filter: blur(10px) saturate(1.5);
    -webkit-backdrop-filter: blur(10px) saturate(1.5); /* For Safari */
}

/* Make the hamburger icon thinner and more modern */
.e-fas-bars svg {
    stroke: currentColor; /* Ensures it adapts to your theme color */
    stroke-width: 10px; /* Adjust thickness (lower = thinner) */
    fill: none; /* Removes blocky fill */
}

/* Reduce spacing between lines */
.e-fas-bars path {
    transform: scaleY(.9); /* Adjust this to fine-tune the spacing */
}

/* Add rounded edges for a softer look */
.e-fas-bars path {
    stroke-linecap: round;
}


.e-search-submit {
    background-color: #ff8800!important;
}/* End custom CSS */