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,
.woocommerce-NoticeGroup-checkout {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

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

.woocommerce-notices-wrapper ul[role="alert"],
.woocommerce-NoticeGroup-checkout div[role="alert"] ul {
    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,
.woocommerce-NoticeGroup-checkout .woocommerce-info {
    background-color: #FCF4CC;
    border-left: 4px solid #F2B600;
}

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

.woocommerce-notices-wrapper ul[role="alert"]::after,
.woocommerce-NoticeGroup-checkout div[role="alert"] ul::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,
.woocommerce-NoticeGroup-checkout div[role="alert"] ul 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-NoticeGroup-checkout div[role="alert"] ul,
    .woocommerce-notices-wrapper .woocommerce-info,
    .woocommerce-notices-wrapper .woocommerce-message {
        padding: 30px 40px;
    }
}

@media (min-width: 1025px) {
    .woocommerce-notices-wrapper ul[role="alert"],
    .woocommerce-NoticeGroup-checkout div[role="alert"] ul,
    .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,
.hdt-cart,
.hdt-cart__actions,
.hdt-cart__collaterals,
.hdt-checkout__billing,
.hdt-checkout__shipping,
.hdt-checkout__review,
.hdt-checkout__login,
.hdt-checkout__coupon,
.hdt-order {
    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 !important;
    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-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-account-fields .create-account,
.woocommerce-EditAccountForm > div.wc-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 20px;
}

.woocommerce-address-fields__field-wrapper span.optional,
.woocommerce-billing-fields__field-wrapper span.optional,
.woocommerce-shipping-fields__field-wrapper span.optional,
.woocommerce-additional-fields__field-wrapper span.optional,
.woocommerce-account-fields .create-account span.optional {
    display: none;
}

.woocommerce-address-fields__field-wrapper abbr.required,
.woocommerce-billing-fields__field-wrapper abbr.required,
.woocommerce-shipping-fields__field-wrapper abbr.required,
.woocommerce-additional-fields__field-wrapper abbr.required,
.woocommerce-account-fields .create-account 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;
}

.woocommerce .password-input {
    position: relative;
}

.hdt-cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hdt-cart__header {
    display: none;
}

.hdt-cart__header-item {
    font-size: var(--e-global-typography-758d7a4-font-size);
    font-weight: var(--e-global-typography-758d7a4-font-weight);
    line-height: var(--e-global-typography-758d7a4-line-height);
}

.hdt-cart__items,
.hdt-cart__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-cart__line-item {}

.hdt-cart__line-item--start {}

.hdt-cart__line-item--end {}

.woocommerce .show-password-input {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 5px;
    border: 0;
    color: var(--e-global-color-9b9f1a7);
}

.woocommerce .show-password-input:hover {
    background: transparent;
}

.woocommerce .show-password-input::before {
    content: "\f070";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: currentColor;
    line-height: 1;
}

.woocommerce .show-password-input.display-password::before {
    content: "\f06e";
}

.hdt-cart__item-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hdt-cart__item-name > span {
    font-size: var(--e-global-typography-d812632-font-size);
    font-weight: var(--e-global-typography-d812632-font-weight);
    line-height: var(--e-global-typography-d812632-line-height);
}

.hdt-cart__item-name > dl, .hdt-cart__item-name dd p {
    font-size: var(--e-global-typography-758d7a4-font-size) !important;
    font-weight: var(--e-global-typography-758d7a4-font-weight) !important;
    line-height: var(--e-global-typography-758d7a4-line-height) !important;
}

.hdt-cart__item-quantity,
.hdt-cart__item-price,
.hdt-cart__item-subtotal {
    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);
}

.hdt-cart__item-remove {
    order: -1;
}

.hdt-cart__item--end .hdt-cart__item-thumbnail *,
.hdt-cart__item--end .hdt-cart__item-name > span,
.hdt-cart__item--end .hdt-cart__item-name > .variation .variation-Artikel-Nr,
.hdt-cart__item--end .hdt-cart__item-name > .variation .variation-Veranstaltung {
    display: none;
}

.hdt-cart-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-cart__actions .coupon {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-cart__collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-cart__collaterals .cart_totals th {
    text-align: left;
}

.hdt-cart__collaterals .cart_totals td {
    text-align: right;
}

.hdt-cart__item-quantity::before,
.hdt-cart__item-price::before,
.hdt-cart__item-subtotal::before {
    content: attr(data-title) ": ";
    font-weight: var(--e-global-typography-758d7a4-font-weight);
}

.hdt-checkout,
.hdt-checkout__before--wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

.hdt-checkout {
    align-items: start;
}

.hdt-checkout__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: flex-start;
}

.hdt-checkout__addresses {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-checkout__shipping .woocommerce-shipping-fields,
.hdt-checkout__shipping .woocommerce-additional-fields,
.hdt-checkout__billing .woocommerce-billing-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hdt-checkout__payment ul.payment_methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdt-checkout__payment ul.payment_methods li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hdt-checkout__payment-method-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.hdt-checkout__payment-method-wrapper input {
    flex: 0 0 auto;
}

.hdt-checkout__payment-method-wrapper + .payment_box {
    padding-left: 34px;
}

.hdt-checkout__payment-method-wrapper label {
    flex: 1;
    font-size: var(--e-global-typography-b16cc09-font-size);
    font-weight: var(--e-global-typography-b16cc09-font-weight);
    line-height: var(--e-global-typography-b16cc09-line-height);
}

.hdt-checkout .woocommerce-gzd-legal-checkbox-text + abbr.required {
    display: none;
}

.hdt-checkout .woocommerce-gzd-legal-checkbox-text::after {
    content: " *";
}

.hdt-checkout__payment-method-wrapper input[type=radio] {
    appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.hdt-checkout__payment-method-wrapper label {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
}

.hdt-checkout__payment-method-wrapper label img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hdt-checkout__payment-method-wrapper label::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--e-global-color-8a64ffb);
    background-color: white;
    border-radius: 50%;
    z-index: 3;
}

.hdt-checkout__payment-method-wrapper label:hover::before {
    background-color: var(--e-global-color-966b3ca);
}

.hdt-checkout__payment-method-wrapper input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: var(--e-global-color-8a64ffb);
    border-radius: 50%;
    z-index: 4;
}

.hdt-order ul.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hdt-order .woocommerce-order-details,
.hdt-order .woocommerce-customer-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

    .woocommerce .u-columns > div,
    .woocommerce .woocommerce-ResetPassword,
    .woocommerce .woocommerce-MyAccount-content,
    .hdt-cart,
    .hdt-cart__actions,
    .hdt-cart__collaterals,
    .hdt-checkout__billing,
    .hdt-checkout__shipping,
    .hdt-checkout__review,
    .hdt-checkout__login,
    .hdt-checkout__coupon,
    .hdt-order {
        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;
    }

    .hdt-cart__header {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .hdt-cart__item {
        flex-direction: row;
    }

    .hdt-cart__header-item--thumbnail,
    .hdt-cart__item-thumbnail {
        width: 20%;
    }

    .hdt-cart__header-item--name,
    .hdt-cart__item-name {
        width: 40%;
    }

    .hdt-cart__header-item--quantity,
    .hdt-cart__item-quantity {
        width: 10%;
        text-align: right;
    }

    .hdt-cart__header-item--price,
    .hdt-cart__item-price {
        width: 10%;
        text-align: right;
    }

    .hdt-cart__header-item--subtotal,
    .hdt-cart__item-subtotal {
        width: 10%;
        text-align: right;
    }

    .hdt-cart__header-item--remove,
    .hdt-cart__item-remove {
        width: 10%;
        text-align: right;
    }

    .hdt-cart__item-remove {
        order: initial;
    }

    .hdt-cart__item-quantity::before,
    .hdt-cart__item-price::before,
    .hdt-cart__item-subtotal::before {
        content: "";
    }
}

@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%;
    }

    .hdt-cart__header, .hdt-cart__item {
        gap: 30px;
    }

    .hdt-cart-footer {
        flex-direction: row;
    }

    .hdt-checkout,
    .hdt-checkout__before--wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .hdt-checkout > * {
        min-width: 0;
        box-sizing: border-box;
    }

    .hdt-checkout__addresses,
    .hdt-checkout__shipping {
        gap: 40px;
    }

    .hdt-checkout__shipping .woocommerce-shipping-fields,
    .hdt-checkout__shipping .woocommerce-additional-fields,
    .hdt-checkout__billing .woocommerce-billing-fields,
    .hdt-checkout__review {
        gap: 30px;
    }
}

