.elementor-kit-47861{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-95e86c7:#1EC8DC;--e-global-color-2b2a577:#373737;--e-global-color-eaf7604:#FAFAFA;--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;}.elementor-kit-47861 e-page-transition{background-color:#FFBC7D;}.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);}.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 */.elementor-menu-cart__toggle .elementor-button-icon .elementor-cart-badge {
    display: inline-block; 
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4b4b;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    z-index: 10;
}


.add_to_cart_button {
    display: inline-block; /* Ensure the button is inline */
    
    font-size: 16px; /* Set font size */
    font-weight: 500; /* Make the text bold */
    text-align: center; /* Center the text inside the button */
    background-color: #1ec8dc; /* Green background */
    color: #ffffff; /* White text color */
    border: none; /* No border */
   
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover */
	border-width: 3px 3px 3px 3px;
    border-color: #1ec8dc;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 38px 10px 38px;
}


.add_to_cart_button:hover, .add_to_cart_button:focus {
    background-color: #373737 ; /* Slightly darker green on hover */
    color: #ffffff; /* White text color on hover */
}


.add_to_cart_button:active {
    background-color: #1ec8dc; /* Darker green on click */
    color: #ffffff; /* White text color on click */
}
.added-animation {
    background-color: #1ec8dc;
    color: #ffffff;
    transform: scale(1.1);
    transition: transform 0.2s ease, background-color 0.3s ease;
}/* End custom CSS */