.elementor-kit-3049{--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-3049 e-page-transition{background-color:#FFBC7D;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:#000000;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:#1293FF !important;background-image:none !important;font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:#FFFFFF;font-family:"Bebas Neue", Sans-serif;font-weight:400;--message-message-icon-color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--message-buttons-normal-text-color:#FFFFFF;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"Bebas Neue", Sans-serif;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:#1293FF;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width: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;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-size:12px;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-size:8px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.woocommerce-checkout-review-order .product-quantity {
    display: none !important;
}
/* Align checkbox + text */
#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Make checkbox bigger */
#ship-to-different-address input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0;
}

/* Make text bigger + styled */
#ship-to-different-address span {
    font-size: 16px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}
/* Remove underline from new price */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount {
    text-decoration: none !important;
}
/* Remove underline from mini cart sale price */
.elementor-menu-cart__product ins,
.elementor-menu-cart__product .amount,
.woocommerce-mini-cart ins {
    text-decoration: none !important;
    border-bottom: none !important;
}
html, body {
  overflow-x: hidden;
}
/* ===== RESET WOOCOMMERCE TABLE ===== */
.variations tr {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.variations td,
.variations th {
    display: block;
    padding: 0;
}

/* ===== LABEL (MG ON LEFT) ===== */
.variations label {
    color: #ffffff !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===== DROPDOWN (RIGHT SIDE) ===== */
.variations select {
    width: 420px;
    max-width: 100%;

    background-color: #000 !important;
    color: #ffffff !important;

    border: 1px solid #2a2a2a !important;
    border-radius: 10px;

    padding: 12px 40px 12px 16px;
    font-size: 16px;

    appearance: none;
    outline: none;

    /* clean double border */
    box-shadow:
        0 0 0 2px #111,
        0 0 0 3px #ffffff;

    transition: all 0.2s ease;
}

/* ===== ARROW ===== */
.variations select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
}

/* ===== FOCUS ===== */
.variations select:focus {
    border-color: #ffffff !important;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 767px) {
    .variations tr {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .variations label {
        text-align: left;
        font-size: 12px;
    }

    .variations select {
        width: 100%;
        padding: 10px 36px 10px 14px;
        font-size: 15px;
    }
}/* End custom CSS */