.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    display: none;
}
.woocommerce-message {
    border-top-color: #37BBB6;
}
.woocommerce-message::before {
    color: #37BBB6;
}
.woocommerce-info {
    border-top-color: var(--main-theme-color);
}
.woocommerce-info::before {
    color: var(--main-theme-color);
}
div.woocommerce,
.cart-inner,
.checkout-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
/* myaccount */
.woocommerce-Address address {
    font-style: normal;
}
.woocommerce-Address-title.title a {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.myaccount-txt,
.myaccount-dashboard__description {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px;
}
.myaccount-txt a,
.myaccount-dashboard__description a {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    display: inline-block;
    line-height: 25px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button.button.pay.order-actions-button,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button.button.cancel.order-actions-button  {
    color: #fff;
    height: 40px;
    margin: 0 auto;
    max-width: 215px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button.button.cancel.order-actions-button {
    background: #ccc;
    border: 0;
    color: var(--main-text-color);
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details :last-child .woocommerce-button.button:not(:last-child) {
    margin: 0 auto 8px;
}
.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.woocommerce-notices-wrapper + h2 {
    display: none;
}
.woocommerce-account .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce-form-login {
    width: 100%;
}
.woocommerce form .form-row {
    margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce-account .woocommerce form {
    background: rgba(92, 164, 161, 0.2);
    border: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    padding: 70px 90px;
    max-width: 600px;
}
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 35px;
}
form.woocommerce-EditAccountForm.edit-account,
form.woocommerce-EditAccountForm.edit-address,
#add_payment_method {
    background: none;
    padding: 0;
    max-width: none;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 45px 0 0;
}
form.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 20px 0 0;
    text-align: left;
}
form.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button,
form.woocommerce-EditAccountForm.edit-address button[name="save_address"] {
    margin: 0 auto;
    max-width: 420px;
}
.woocommerce-form-row label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}
.woocommerce-form-row label .required,
.woocommerce-form-row label .screen-reader-text {
    display: none;
}
.woocommerce form .form-row .input-text {
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    outline: none;
    padding: 18px 21px;
    width: 100%;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
    border: 1px solid rgba(204, 204, 204, 1);
}
.woocommerce-form-row + .woocommerce-form-row + .form-row {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}
.woocommerce-Button.button,
.woocommerce-button.button {
    background-color: inherit;
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 50%, rgba(213, 108, 91, 1) 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: inherit;
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 50%, rgba(213, 108, 91, 1) 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    float: none !important;
    font-weight: 700;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 25px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
    font-size: 15px;
    height: 34px;
    width: 130px;
}
.woocommerce-LostPassword.lost_password {
    text-align: center;
}
.woocommerce-LostPassword.lost_password a {
    border-bottom: 1px solid #2B1C0D;
    color: #2B1C0D;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 300px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: calc(100% - 340px);
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #EBEBEB;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    background: #E7F7FD;
}
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 30px;
}
.woocommerce + .telcard {
    margin-top: 70px;
    padding: 0;
}
.telcard + .contactitem {
    margin-top: 80px;
}
tr.woocommerce-orders-table__row.order th:nth-child(1) {
    width: 14%;
}
tr.woocommerce-orders-table__row.order td:nth-child(2) {
    width: 18%;
}
tr.woocommerce-orders-table__row.order td:nth-child(3) {
    width: 18%;
}
tr.woocommerce-orders-table__row.order td:nth-child(4) {
    width: 25%;
}
tr.woocommerce-orders-table__row.order td:nth-child(5) {
    text-align: left;
    width: 25%;
}
tr.woocommerce-orders-table__row.order td:nth-child(5) a {
    display: inline-block;
    text-align: center;
}
tr.woocommerce-orders-table__row.order td:nth-child(5) a:not(:last-child) {
    margin: 0 auto 8px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #fff;
}
.payment_box.payment_method_stripe fieldset {
    border: 0;
}
td.woocommerce-orders-table__cell {
    min-height: 69px;
}
td.woocommerce-orders-table__cell,
td.woocommerce-orders-table__cell time,
td.woocommerce-orders-table__cell span,
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-size: 16px;
    font-weight: 400;
}
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
}
.woocommerce-orders-table__row:nth-child(even) .woocommerce-orders-table__cell {
    background: rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 768px) {
    .myaccount-txt,
    .myaccount-dashboard__description {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 12px;
        word-break: break-all;
    }
    .myaccount-txt a,
    .myaccount-dashboard__description a {
        display: inline;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin: 0 0 45px;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button {
        margin: 0 auto;
        width: 92%;
    }
    .woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold.order:first-child .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
        border-top: 0 !important;
    }
    tr.woocommerce-orders-table__row.order th:nth-child(1),
    tr.woocommerce-orders-table__row.order td:nth-child(2),
    tr.woocommerce-orders-table__row.order td:nth-child(3),
    tr.woocommerce-orders-table__row.order td:nth-child(4),
    tr.woocommerce-orders-table__row.order td:nth-child(5) {
        width: 100%;
    }
    .woocommerce-orders-table__row:nth-child(1) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
        border-top: 0 !important;
    }
}
/* cart */
.cart .wc-block-components-sidebar {
    background: #F1F1F1;
    border: 1px solid #C4C4C4;
    margin: 0 0 0 auto;
    padding: 40px 25px;
    width: 100%;
    max-width: 470px;
}
.cart .wc-block-components-sidebar h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 9px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
    background-color: inherit;
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 50%, rgba(213, 108, 91, 1) 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a .wc-block-components-button__text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.woocommerce-cart-form__contents {
    border-collapse: collapse;
    margin: 0 0 17px;
    width: 100%;
}
.woocommerce-cart-form__contents thead tr {
    border-bottom: 2px solid #C4C4C4;
}
.woocommerce-cart-form__contents th {
    padding: 10px 0;
}
.woocommerce-cart-form__contents th,
.woocommerce-cart-form__contents td {
    border-bottom: 1px solid #F1F1F1;
    vertical-align: middle;
}
.woocommerce-cart-form__contents th {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.woocommerce-cart-form__contents .product-price,
.woocommerce-cart-form__contents .product-quantity,
.woocommerce-cart-form__contents .product-subtotal {
    text-align: center;
    width: 16%;
}
.woocommerce-cart-form__contents .product-subtotal span,
.woocommerce-cart-form__contents .product-subtotal bdi,
.woocommerce-cart-form__contents .product-price span,
.woocommerce-cart-form__contents .product-price bdi {
    font-size: 20px;
    font-weight: 700;
}
.cart-product {
    display: flex;
    align-items: center;
    gap: 18px;
}
.cart-product__remove {
    flex: 0 0 auto;
    text-align: center;
    width: 50px;
}
.cart-product__remove .remove {
    color: var(--main-text-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    height: 18px;
    width: 18px;
}
.cart-product__image {
    flex: 0 0 100px;
    height: 100px;
}
.cart-product__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    height: auto;
    object-fit: contain;
    object-position: center;
    width: 65px;
}
.cart-product__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}
.cart-product__name a {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
}
.woocommerce-cart-form .quantity input.qty {
    border: 1px solid #C4C4C4;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    height: 29px;
    outline: none;
    text-align: center;
    width: 58px;
}
.cart-update {
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 46px;
    padding: 0 0 17px;
}
.cart-update .button {
    background: #ccc;
    border: 0;
    color: var(--main-text-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    outline: none;
    width: 100%;
    max-width: 280px;
}
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
}
.wc-block-components-totals-footer-item {
    border-top: 3px solid #C4C4C4;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    margin: 18px 0 0;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width .wc-block-components-checkout-place-order-button__text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .woocommerce-cart-form__contents {
        margin-bottom: 45px;
    }
    .woocommerce-cart-form__contents thead {
        display: none;
    }
    .woocommerce-cart-form__cart-item.cart_item {
        margin-top: 40px;
    }
    .woocommerce-cart-form__cart-item.cart_item:first-child {
        border-top: 1px solid #F1F1F1;
    }
    .woocommerce-cart-form__contents,
    .woocommerce-cart-form__contents tbody,
    .woocommerce-cart-form__contents tr,
    .woocommerce-cart-form__contents td {
        display: block;
        width: 100%;
    }
    .woocommerce-cart-form__contents td {
        padding: 9px 0;
        position: relative;
    }
    .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:nth-child(2n) td {
        background: #fff;
    }
    .woocommerce-cart-form__contents .product-price,
    .woocommerce-cart-form__contents .product-quantity,
    .woocommerce-cart-form__contents .product-subtotal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        width: 100%;
    }
    .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-quantity {
        text-align: left !important;
    }
    .woocommerce-cart-form__contents .product-subtotal {
        padding-bottom: 30px;
    }
    .woocommerce-cart-form__contents .product-price::before,
    .woocommerce-cart-form__contents .product-quantity::before,
    .woocommerce-cart-form__contents .product-subtotal::before {
        content: attr(data-title);
        font-weight: 700;
    }
    .cart-product {
        align-items: flex-start;
        gap: 12px;
        margin-left: 45px;
    }
    .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td.product-quantity .quantity {
        margin-left: 45px;
    }
    .cart-product__remove {
        flex: 0 0 auto;
        font-size: 18px;
        font-weight: 400;
        height: 17px;
        text-align: center;
        position: absolute;
        top: -30px;
        right: 0;
        width: 13px;
    }
    .cart-product__image {
        display: none;
    }
    .cart-product__image img {
        width: 80px;
    }
    .cart-update {
        border-bottom: 0;
        justify-content: center;
        margin: 0 0 47px;
        padding: 0;
    }
    .cart-update .button {
        max-width: none;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
        height: 50px;
        max-width: 295px;
    }
    .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width .wc-block-components-checkout-place-order-button__text {
        font-size: 18px;
    }
}


.dashboard-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.dashboard-card {
    border-radius: 10px;
    height: 200px;
    width: calc((100% - (25px * 2)) / 3);
}
.dashboard-card:nth-child(1) {
    background: #E77461;
}
.dashboard-card:nth-child(2) {
    background: #508BBF;
}
.dashboard-card:nth-child(3) {
    background: #37BBB6;
}
.dashboard-card a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 30px 32px;
    width: 100%;
}
.dashboard-card__in {
    width: 100%;
}
.dashboard-card a p {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    min-height: 52px;
}
.dashboard-card__btn {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    margin: 30px 0 0;
    width: 100%;
}
.dashboard-card:nth-child(1) .dashboard-card__btn {
    color: #E77461;
}
.dashboard-card:nth-child(2) .dashboard-card__btn {
    color: #508BBF;
}
.dashboard-card:nth-child(3) .dashboard-card__btn {
    color: #37BBB6;
}
@media screen and (max-width: 768px) {
    .dashboard-card {
        width: 100%;
    }
}

.cashless-text {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 20px;
}