select {
    position: relative;
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    font-family: var(--e-global-typography-53ca5e8-font-family), Sans-serif;
    font-size: var(--e-global-typography-53ca5e8-font-size);
    line-height: var(--e-global-typography-53ca5e8-line-height);
    color: var(--e-global-color-8a64ffb);
    background-color: var(--e-global-color-3c16749);
    border: 1px solid var(--e-global-color-02e42e4);
    padding: 10px 16px;
    border-radius: 0;
    box-sizing: border-box;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    color: currentColor;
    border: 1px solid currentColor;
    border-radius: 0;
    display: inline-block;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    margin-top: 1px;
}

input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

input[type="checkbox"] + label {
    cursor: pointer;
    font-size: var(--e-global-typography-53ca5e8-font-size);
}

div:has(> select), .woocommerce-input-wrapper:has(> select) {
    position: relative;
}

div:has(> select)::before, .woocommerce-input-wrapper:has(> select)::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: inline-block;
    color: var(--e-global-color-9b9f1a7);
    z-index: 1;
}

.hdt-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-bc26fb6);
    font-size: var(--e-global-typography-1dc0f67-font-size);
    font-weight: var(--e-global-typography-1dc0f67-font-weight);
    line-height: var(--e-global-typography-1dc0f67-line-height);
    box-sizing: border-box;
    border: 2px solid var(--e-global-color-accent);
}

.hdt-button:hover {
    border: 2px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    line-height: var(--e-global-typography-1dc0f67-line-height) !important;
}

.hdt-button--secondary {
    border: 2px solid var(--e-global-color-bc26fb6);
    background-color: var(--e-global-color-3c16749);
}

.hdt-button--secondary:hover {
    color: var(--e-global-color-1de3f2b);
    border: 2px solid var(--e-global-color-1de3f2b);
    background-color: var(--e-global-color-3c16749);
}

.hdt-button--icon-before::before {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}

.hdt-button--icon-after::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
}

.hdt-button--icon-before.hdt-button--icon-pen::before,
.hdt-button--icon-after.hdt-button--icon-pen::after {
    content: "\f304";
}

.hdt-button--icon-before.hdt-button--icon-plus::before,
.hdt-button--icon-after.hdt-button--icon-plus::after {
    content: "\2b";
}

.ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 40px;
}

.gform_heading {
    display: none;
}

.gfield--type-honeypot {
    display: none;
}

.gfield--type-consent {
    padding: 0;
    border: 0;
}

.gfield--type-consent legend {
    display: none;
}

.gform_fields {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.gfield--width-half {
    width: 100%;
}

@media (min-width: 768px) {
    .gfield--width-half {
        width: calc(50% - 10px);
    }
}

.gfield--type-html, .gfield--width-full {
    width: 100%;
}

.gfield + .gfield--type-html {
    margin-top: 20px;
}

.gform_validation_errors {
    position: relative;
    background-color: #FCE8EC;
    border-left: 4px solid #D90000;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
    padding: 24px 32px;
}

.gform_validation_errors + .gform_heading + .hdt-form {
    margin-top: 40px;
}

.gform_validation_errors > h2 {
    position: relative;
    color: var(--e-global-color-8a64ffb);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    margin: 0;
    box-sizing: border-box;
    padding-top: 36px;
}

.gform_validation_errors .gform-icon::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    /*transform: translateY(-50%);*/
    pointer-events: none;
    display: inline-block;
    color: black;
}

@media (min-width: 768px) {
    .gform_validation_errors > h2 {
        padding-top: 0;
        padding-left: 36px;
    }
}

.gform_validation_errors .gform-icon--circle-error::before {
    content: "\f06a";
    color: #D90000;
}

.gfield_validation_message {
    color: #881337;
    font-family: var(--e-global-typography-aa06487-font-family), Sans-serif;
    font-size: var(--e-global-typography-aa06487-font-size);
    line-height: var(--e-global-typography-aa06487-line-height);
}

.hdt-form h2, .hdt-form h3 {
    color: var(--e-global-color-5a698b8);
    font-family: var(--e-global-typography-7455e76-font-family), Sans-serif;
    font-size: var(--e-global-typography-7455e76-font-size);
    font-weight: var(--e-global-typography-7455e76-font-weight);
    line-height: var(--e-global-typography-7455e76-line-height);
    margin: 0;
    margin-top: 20px;
}

.gform-field-label--type-inline:not(label) {
    margin-top: 20px;
}

.gform_footer {
    margin-top: 40px;
}

.gfield_error input {
    border: 1px solid #D90000 !important;
}

.gfield_error .ginput_container {
    position: relative;
}

.gfield_error .ginput_container:not(.ginput_container_consent)::after {
    content: "\f06a";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: inline-block;
    color: #D90000;
    z-index: 1;
}

.gform-field-label .gfield_required {
    margin-left: 2px;
}

.gform-field-label a {
    text-decoration: underline;
}

/*.gfield.hidden_label label {
    display: none;
}*/

.woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce-notices-wrapper ul[role="alert"] {
    max-width: 1920px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: #FCE8EC;
    border-left: 4px solid #D90000;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
    padding: 24px 32px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
    padding: 24px 32px;
    color: var(--e-global-color-8a64ffb);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.woocommerce-notices-wrapper .woocommerce-info {
    background-color: #FCF4CC;
    border-left: 4px solid #F2B600;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #E4F7AF;
    border-left: 4px solid #95C11F;
}

.woocommerce-notices-wrapper ul[role="alert"]::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 30px;
    pointer-events: none;
    display: inline-block;
    content: "\f06a";
    color: #D90000;
}

.woocommerce-notices-wrapper .woocommerce-info::after,
.woocommerce-notices-wrapper .woocommerce-message::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 30px;
    pointer-events: none;
    display: inline-block;
}

.woocommerce-notices-wrapper .woocommerce-info::after {
    color: #F2B600;
    content: "\f06a";
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    color: #95C11F;
    content: "\f058";
}

.woocommerce-notices-wrapper ul[role="alert"] li  {
    color: var(--e-global-color-8a64ffb);
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

@media (min-width: 769px) {
    .woocommerce-notices-wrapper ul[role="alert"],
    .woocommerce-notices-wrapper .woocommerce-info,
    .woocommerce-notices-wrapper .woocommerce-message {
        padding: 30px 40px;
    }
}

@media (min-width: 1025px) {
    .woocommerce-notices-wrapper ul[role="alert"],
    .woocommerce-notices-wrapper .woocommerce-info,
    .woocommerce-notices-wrapper .woocommerce-message {
        padding: 30px 64px;
    }
}

.woocommerce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px;
}

.woocommerce p:not([class]), .woocommerce .woocommerce-MyAccount-content p {
    font-family: var(--e-global-typography-53ca5e8-font-family), sans-serif;
    font-size: var(--e-global-typography-53ca5e8-font-size);
    line-height: var(--e-global-typography-53ca5e8-line-height);
    color: var(--e-global-color-8a64ffb);
}

.woocommerce p,
.woocommerce h2,
.woocommerce h3 {
    margin: 0;
}

.woocommerce h2  {
    font-size: var(--e-global-typography-85df161-font-size);
    font-weight: var(--e-global-typography-85df161-font-weight);
    line-height: var(--e-global-typography-85df161-line-height);
    color: var(--e-global-color-5a698b8);
}

.woocommerce h3  {
    font-size: var(--e-global-typography-7455e76-font-size);
    font-weight: var(--e-global-typography-7455e76-font-weight);
    line-height: var(--e-global-typography-7455e76-line-height);
    color: var(--e-global-color-5a698b8);
}

.woocommerce .u-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.woocommerce .woocommerce-ResetPassword .clear {
    display: none;
}

.woocommerce .u-columns > div,
.woocommerce .woocommerce-ResetPassword,
.woocommerce .woocommerce-MyAccount-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    padding: 20px;
    background-color: var(--e-global-color-966b3ca);
    gap: 20px;
}

.woocommerce .woocommerce-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce .woocommerce-Button, .woocommerce .woocommerce-button {
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
}

.woocommerce .woocommerce-form-login > p:not([class]) {
    display: none;
}

.woocommerce .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce .woocommerce-LostPassword {
    color: var(--e-global-color-9b9f1a7);
    font-family: var(--e-global-typography-aa06487-font-family), sans-serif;
    font-size: var(--e-global-typography-aa06487-font-size);
    line-height: var(--e-global-typography-aa06487-line-height);
}

.woocommerce .woocommerce-form-register {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.woocommerce .woocommerce-form-register > *:last-child {
    margin-top: auto;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce .woocommerce-MyAccount-navigation ul > li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul > li a {
    display: block;
    padding: 8px 16px;
    color: var(--e-global-color-9b9f1a7);
}

.woocommerce .woocommerce-MyAccount-navigation ul > li:not(.is-active) a:hover {
    background-color: var(--e-global-color-966b3ca);
    color: var(--e-global-color-1de3f2b);
}

.woocommerce .woocommerce-MyAccount-navigation ul > li.is-active a {
    background-color: var(--e-global-color-accent);
    font-weight: var(--e-global-typography-d812632-font-weight);
}

.wc-form-flex {
    display: flex;
}

.wc-form-flex-dir-column {
    flex-direction: column;
}

.wc-form-flex-justify-between {
    justify-content: space-between;
}

.wc-account__tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

.wc-account__tile {
    display: flex;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    gap: 20px;
}

.wc-account__tile--column {
    flex-direction: column;
    justify-content: space-between;
}

.wc-account__tile-text > * {
    margin: 0;
}

.wc-account__tile-text > h3 {
    font-size: var(--e-global-typography-821dfd8-font-size);
    font-weight: var(--e-global-typography-821dfd8-font-weight);
    line-height: var(--e-global-typography-821dfd8-line-height);
    color: var(--e-global-color-5a698b8);
}

.wc-account__tile-text > address {
    margin-top: 5px;
    font-family: var(--e-global-typography-53ca5e8-font-family), Sans-serif;
    font-size: var(--e-global-typography-53ca5e8-font-size);
    line-height: var(--e-global-typography-53ca5e8-line-height);
    font-style: normal;;
}

.wc-account__tile-icon {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 30px;
    pointer-events: none;
    display: inline-block;
    content: "\f06a";
    color: #F2B600;
}

.wc-account__edit-address {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm > div.wc-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 20px;
}

.woocommerce-address-fields__field-wrapper span.optional {
    display: none;
}

.woocommerce-address-fields__field-wrapper abbr.required {
    text-decoration: none;
}

.woocommerce-input-wrapper {
    display: block;
}

.woocommerce-EditAccountForm {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    margin: 0;
}

.wc-flex {
    display: flex;
}

.wc-flex--column {
    flex-direction: column;
}

.wc-flex--gap-10 {
    gap: 10px;
}

@media (min-width: 769px) {
    .woocommerce {
        flex-direction: row;
    }

    .woocommerce .u-columns > div,
    .woocommerce .woocommerce-ResetPassword,
    .woocommerce .woocommerce-MyAccount-content {
        padding: 40px;
    }

    .wc-account__tiles {
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm > div.wc-form {
        grid-template-columns: 1fr 1fr;
    }
    
    .wc-addresses__field--wide {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1025px) {
    .woocommerce .u-columns {
        flex-direction: row;
    }

    .woocommerce .woocommerce-ResetPassword {
        flex: 0 0 50%;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        flex: 0 0 25%;
    }

    .woocommerce .woocommerce-MyAccount-content {
        flex: 1;
    }

    .wc-ui__max-width--66 {
        max-width: 66.67%;
    }
}

