.elementor-kit-11{--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-11 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 *//* =========================
   CLENGO24 CART + CHECKOUT
========================= */

/* Main Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.wc-proceed-to-checkout .checkout-button {
    background-color: #184C3A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 16px 24px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

/* Hover */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #12392B !important;
    color: #ffffff !important;
}

/* Main Checkout Button Full Width */
.wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
}

/* Cart Total Box */
.cart_totals {
    background: #f8f8f8 !important;
    padding: 30px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

/* Product Table */
.woocommerce table.shop_table {
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0f0 !important;
}

/* Coupon Box */
.woocommerce-cart .coupon {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

/* Quantity Input */
.quantity input {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    padding: 8px !important;
}

/* Inputs */
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
}

/* Mini Cart Buttons */
.woocommerce-mini-cart__buttons .button {
    background-color: #184C3A !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    border: none !important;
}

.woocommerce-mini-cart__buttons .button:hover {
    background-color: #12392B !important;
}

/* Remove WooCommerce Blue */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border-top-color: #184C3A !important;
}

/* Checkout Sections */
.woocommerce-checkout-review-order,
.woocommerce-billing-fields {
    background: #ffffff !important;
    border-radius: 20px !important;
}/* End custom CSS */