.elementor-261 .elementor-element.elementor-element-a7bf053{--display:flex;--margin-top:03%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-261 .elementor-element.elementor-element-4c3891a0{width:100%;max-width:100%;font-family:"Inter", Sans-serif;font-weight:400;font-style:normal;}@media(min-width:768px){.elementor-261 .elementor-element.elementor-element-a7bf053{--content-width:1440px;}}/* Start custom CSS for container, class: .elementor-element-a7bf053 *//* ------------------------ */
/* Form Base Styling         */
/* ------------------------ */

/* Remove extra spacing caused by <br> or p */
.form-row br {
    display: none;
}
li.woocommerce-MyAccount-navigation-link {
    list-style: auto;
    padding: 10px;
}
.woocommerce-MyAccount-content a {
    color: #F7931E;
}
nav.woocommerce-MyAccount-navigation br {
    display: none;
}
li.woocommerce-MyAccount-navigation-link a {
  color: #F7931E;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0 20px 20px;
}
.form-row {
    margin-bottom: 0;
}

/* Adjust spacing between fields manually */
.contact-information .form-row,
.account-information .form-row {
    margin-bottom: 16px;
}

/* Buttons styling */
button.woocommerce-Button.button,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #F7931E;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: var(--e-global-color-primary);
    border-radius: 60px;
    padding: 18px 30px;
    border: none;
    width: 100%;
    margin-top: 2%;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.woocommerce-Button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* Headings */
.account-pg h2 {
    font-family: "Satoshi", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

/* Links */
p.woocommerce-LostPassword.lost_password a:hover {
    color: #fff;
}

/* Forms container styling */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    max-width: 1024px; /* center form on desktop */
    margin: 2em auto;
    padding: 30px 25px;
    text-align: left;
    border-radius: 20px;
    background-color: #111111;
    border: 1px solid #282828;
}

/* Input fields styling */
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.form-row input.input-text,
.password-input input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 15px;
    font-family: "Satoshi", Sans-serif;
    color: #000 !important;
    box-sizing: border-box;
}

/* Password field padding for eye icon */
.password-input input {
    padding-right: 36px;
}

/* Required asterisk */
.form-row .required {
    color: red;
}

/* Labels styling */
.form-row label {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}

/* 50% width fields side by side */
.form-row.field-width-50 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}

.form-row.field-width-50:nth-child(2n) {
    margin-right: 0;
}

/* 100% width fields */
.form-row.field-width-100 {
    width: 100%;
}

/* ------------------------ */
/* Responsive Styles        */
/* ------------------------ */

/* Tablets and below */
@media screen and (max-width: 1024px) {
    .form-row.field-width-50 {
        width: 48%;
        margin-right: 4%;
    }
    
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select, .form-row input.input-text, .password-input input {
    width: 100%;
    padding: 10px;
}
}

/* Mobile */
@media screen and (max-width: 767px) {
    .form-row.field-width-50 {
        width: 100%;
        margin-right: 0;
    }

    .account-pg h2 {
        font-size: 26px;
    }

    button.woocommerce-Button.button,
    button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
        font-size: 16px;
        padding: 14px 20px;
    }

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 20px 15px;
    }
    .form-row label {
    font-size: 16px;
    font-weight: 500;
}
}/* End custom CSS */
/* Start custom CSS */.header, .she-header-yes, .she-header-yes.e-con, .she-header {
    display: none;
}
.site-footer {
    display: none !important;
}/* End custom CSS */