/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1770412990
Updated: 2026-02-06 21:23:10

*/
button.forminator-button.forminator-button-submit {
    background: #9b0133;

}


/* ================================
   WooCommerce Checkout – Dark Theme
   Brand colors:
   Background: #0a0118
   Accent: #9c0233
================================ */

/* Page background */
.woocommerce-checkout,
.woocommerce-checkout body {
    background-color: #0a0118;
    color: #ffffff;
}

/* Checkout wrapper */
.woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: auto;
}

/* Headings */
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-checkout label {
    color: #ffffff;
    font-weight: 600;
}

/* Input fields */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background-color: #140726;
    border: 1px solid #2b0d3a;
    color: #ffffff;
    padding: 12px;
    border-radius: 8px;
}

/* Placeholder text */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #b9b0c9;
}

/* Input focus */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #9c0233;
    outline: none;
    box-shadow: 0 0 0 1px #9c0233;
}

/* Order summary box */
.woocommerce-checkout-review-order {
    background-color: #140726;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #2b0d3a;
}

/* Order summary text */
.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
    color: #ffffff;
}

/* Total price */
.woocommerce-checkout-review-order .order-total td,
.woocommerce-checkout-review-order .order-total th {
    color: #9c0233;
    font-size: 18px;
}

/* Payment methods box */
#payment {
    background-color: #140726;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #2b0d3a;
}

/* Payment labels */
#payment label {
    color: #ffffff;
}

/* Place Order button */
#place_order {
    background-color: #9c0233;
    color: #ffffff;
    font-size: 16px;
    padding: 16px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Button hover */
#place_order:hover {
    background-color: #b0033c;
    transform: translateY(-1px);
}

/* Remove default borders */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
    background-color: #140726;
    color: #ffffff;
    border-left: 4px solid #9c0233;
}

/* Links */
.woocommerce-checkout a {
    color: #9c0233;
}

.woocommerce-checkout a:hover {
    color: #ffffff;
}

/* Coupon toggle */
.woocommerce-form-coupon-toggle a {
    color: #9c0233;
}

/* Checkbox & radio */
.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    accent-color: #9c0233;
}

/* Remove harsh borders */
.woocommerce table.shop_table {
    border: none;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .woocommerce-checkout-review-order {
        margin-top: 30px;
    }
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: #9c0233;
}
.wc-block-components-product-name {
    font-size: 18px;
    line-height: 1 !important;
    font-weight: 600;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none !important;
}
label {
    color: black !important
}
.wc-block-components-address-form__hostinger-reach-newsletter-optin .wc-block-components-checkbox__label {
    color: white;
}
.wc-block-components-address-form__hostinger-reach-newsletter-optin .wc-block-components-checkbox__input {
    background-color: white !important;
}
.wc-block-components-payment-method-label {
    color: white
}

.wc-block-checkout__add-note .wc-block-components-checkbox__label {
    color: white;
}
.wc-block-checkout__add-note .wc-block-components-checkbox__input {
    background-color: white !important;

}
.wc-block-components-checkout-return-to-cart-button {
    display: none !important;
}

/* ================================
   Login page – text & input color fix
================================ */

/* Labels: Username, Password, Remember me */
.woocommerce-account label,
.woocommerce-account .woocommerce-form__label-for-checkbox {
    color: #ffffff !important;
}

/* Required asterisk */
.woocommerce-account .required {
    color: #9c0233;
}

/* Input text color */
.woocommerce-account input.input-text {
    color: #ffffff !important;
}

/* Placeholder text */
.woocommerce-account input::placeholder {
    color: #b9b0c9;
}

/* Input background stronger contrast */
.woocommerce-account input.input-text {
    background-color: #140726 !important;
    border-color: #2b0d3a;
}

/* Password eye icon */
.woocommerce-account .password-input button {
    color: #9c0233;
}

/* Lost password link */
.woocommerce-account .lost_password a {
    color: #ffffff;
}

.woocommerce-account .lost_password a:hover {
    color: #9c0233;
}

.woocommerce-form-login__submit {
    background: #9c0233 !important;
    color: white !important;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
:root{
  overflow-x: hidden;
}