.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-8 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;}{}h1.entry-title{display:var(--page-title-display);}@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 */.cart-subtotal{
    color: white;
}

.woocommerce-checkout{
    background-color: white;
}

.shipping-method-description{
    font-size: 12px;
    text-transform: none;
}

input[type="radio"] {
    appearance: none; /* Remove default radio styling */
    -webkit-appearance: none; /* For Safari */
    width: 10px; /* Outer circle size */
    height: 10px; /* Outer circle size */
    border: 2px solid #333; /* Outer circle border */
    border-radius: 50%; /* Make it circular */
    background-color: #fff; /* Default background */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

input[type="radio"]:checked::after {
    content: ''; /* Add the inner circle */
    width: 10px; /* Size of the inner circle */
    height: 10px; /* Size of the inner circle */
    background-color: #00a318; /* Color of the inner circle */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position relative to the parent */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for perfect centering */
}

.shipping-method-description{
    display: none;
}

.woocommerce-shipping-methods{
    font-size: 6px;
}

button[name="update_cart"] {
    display: none !important;
}

.cart_totals{
    none !important;
}/* End custom CSS */