/* WellnessDrop quantity input */

:root {

    --wd-font-main: 'Manrope', sans-serif;

    --wd-color-primary: #4AA174;

    --wd-color-primary-soft: #E8F4EE;

    --wd-color-dark: #1E2129;

    --wd-color-text: #5F6B64;

    --wd-color-muted: #727272;

    --wd-color-bg: #FAFAFA;

    --wd-color-bg-light: #F4F4F4;

    --wd-color-border: #F0F0F0;

    --wd-color-border-dark: #E8E8E8;

    --wd-color-white: #FFFFFF;

    --wd-color-error: #D63638;

    --wd-color-error-bg: #FFE8E8;

    --wd-container-width: 1392px;

    --wd-account-width: 1120px;

    --wd-radius-sm: 18px;

    --wd-radius-md: 20px;

    --wd-radius-lg: 24px;

    --wd-radius-round: 50%;

    --wd-button-height-sm: 40px;

    --wd-button-height-md: 52px;

    --wd-input-height: 56px;

    --wd-font-xs: 12px;

    --wd-font-sm: 14px;

    --wd-font-md: 16px;

    --wd-font-lg: 18px;

    --wd-font-xl: 24px;

    --wd-font-xxl: 32px;

    --wd-weight-regular: 400;

    --wd-weight-medium: 500;

    --wd-weight-semibold: 600;

    --wd-weight-bold: 700;

    --wd-transition: .2s ease;

}
.wd-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    padding: 0 18px;
    gap: 10px;
    background: #f4f4f4;
    border-radius: 18px;
}

.wd-quantity .qty {
    width: 24px;
    min-width: 24px;
    height: 40px;
    margin: 0;
    padding: 0!important;
    border: 0!important;
    background: transparent;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center!important;
    box-shadow: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

.wd-quantity .qty:focus {
    outline: none;
    box-shadow: none;
}

.wd-quantity .qty::-webkit-outer-spin-button,
.wd-quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.qty[type='number'] {
    -moz-appearance:textfield;
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.input-text{
    border: none!important;
    text-align: center;
}
.wd-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent!important;
    color: var(--wd-color-dark)!important;
    font-family: var(--wd-font-main);
    font-size: 24px!important;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: opacity .2s ease;
}

.wd-qty-btn:hover,
.wd-qty-btn:focus {
    background: transparent;
    color: var(--wd-color-dark);
    opacity: .7;
    outline: none;
    box-shadow: none;
}

.single-product form.cart .wd-quantity,
.woocommerce-cart-form .wd-quantity {
    margin: 0;
}

.single-product form.cart .quantity {
    float: none;
}

.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767px) {
    .wd-quantity {
        width: 130px;
        gap: 16px;
    }
}

/***/
.yith-add-to-wishlist-button-block{

}
a.yith-wcwl-add-to-wishlist-button svg{
    width: 24px;
    height: 24px;
}
a.yith-wcwl-add-to-wishlist-button{
    border-radius: 50%;
    background: var(--wd-color-bg-light);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
.yith-add-to-wishlist-button-block{
    margin: 0!important;
}


/* Wishlist page */
.yith-wcwl-form table.wishlist_table {
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 32px;
}

.yith-wcwl-form table.wishlist_table thead {
    display: none;
}

.yith-wcwl-form table.wishlist_table tr {
    background: transparent;
}

.yith-wcwl-form table.wishlist_table td {
    border: 0 !important;
    padding: 0 24px;
    vertical-align: middle;
}

.yith-wcwl-form .product-thumbnail {
    width: 140px;
}

.yith-wcwl-form .product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    max-width: 130px;
    height: auto;
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}

.yith-wcwl-form .product-thumbnail img {
    width: 90px;
    height: 110px;
    object-fit: contain;
}

.yith-wcwl-form .product-name a {
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.yith-wcwl-form .product-price {
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}

.yith-wcwl-form .product-add-to-cart a,
.yith-wcwl-form .product-add-to-cart .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 20px !important;
    background: #f4f4f4 !important;
    color: var(--wd-color-dark) !important;
    border-radius: 18px !important;
    border: 0 !important;
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 0!important;
}

.yith-wcwl-form .product-remove {
    width: 48px;
    text-align: right;
}

.yith-wcwl-form .product-remove a.remove {
    display: inline-flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f4f4f4 !important;
    color: var(--wd-color-dark) !important;
    font-size: 0 !important;
    text-decoration: none;
}

.yith-wcwl-form .product-remove a.remove::before {
    content: "×";
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}
.wishlist-title-container,
.yith_wcwl_wishlist_footer,
.yith-wcwl-form .product-stock-status,
.yith-wcwl-form .dateadded {
    display: none;
}

@media (max-width: 767px) {
    .yith-wcwl-form table.wishlist_table,
    .yith-wcwl-form table.wishlist_table tbody,
    .yith-wcwl-form table.wishlist_table tr,
    .yith-wcwl-form table.wishlist_table td {
        display: block;
        width: 100%;
    }

    .yith-wcwl-form table.wishlist_table tr {
        position: relative;
        padding: 0 48px 24px 140px;
        min-height: 150px;
    }

    .yith-wcwl-form .product-thumbnail {
        position: absolute;
        left: 0;
        top: 0;
    }

    .yith-wcwl-form .product-remove {
        position: absolute;
        right: 0;
        top: 0;
    }

    .yith-wcwl-form table.wishlist_table td {
        padding: 4px 0;
    }

    .yith-wcwl-form .product-price {
        font-size: 20px;
    }
}


/* Product Supplement Facts */
.single-product .woocommerce-product-attributes {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.single-product .woocommerce-product-attributes tr {
    border-bottom: 1px solid var(--wd-color-border);
}

.single-product .woocommerce-product-attributes tr:last-child {
    border-bottom: 0;
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
    padding: 13px 0!important;
    border: 0 !important;
    background: transparent !important;
    font-family: var(--wd-font-main);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--wd-color-dark);
    vertical-align: middle;
}

.single-product .woocommerce-product-attributes th {
    text-align: left;
}

.single-product .woocommerce-product-attributes td {
    text-align: right;
}

.single-product .woocommerce-product-attributes td p {
    margin: 0;
}

.single-product .woocommerce-product-attributes a {
    color: var(--wd-color-dark);
    text-decoration: none;
}

.single-product .woocommerce-product-attributes a:hover {
    color: var(--wd-color-primary);
}

.single-product .elementor-widget-woocommerce-product-additional-information h2,
.single-product .woocommerce-tabs .additional_information_tab,
.single-product .product .woocommerce-product-attributes + h2 {
    display: none;
}

.single-product .elementor-widget-woocommerce-product-additional-information::before {
    content: "Supplement Facts";
    display: block;
    margin-bottom: 18px;
    font-family: var(--wd-font-main);
    font-size: 18px;
    font-weight: 700;
    color: var(--wd-color-dark);
}

/* Order received / Thank you page */
.woocommerce-order-received .woocommerce-order {
    max-width: 1392px;
    margin: 0 auto;
    font-family: var(--wd-font-main);
    color: var(--wd-color-dark);
}

.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin: 0 0 24px;
    padding: 40px;
    border: 0;
    border-radius: 20px;
    background: var(--wd-color-primary);
    color: var(--wd-color-border-dark);
    font-family: var(--wd-font-main);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.woocommerce-order-received ul.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0 0 24px;
    padding: 0;
}

.woocommerce-order-received ul.woocommerce-order-overview li {
    float: none;
    margin: 0;
    padding: 20px 24px;
    border: 0;
    border-radius: 20px;
    background: var(--wd-color-primary-soft);
    color: var(--wd-color-text);
    font-family: var(--wd-font-main);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    list-style: none;
}

.woocommerce-order-received ul.woocommerce-order-overview li strong {
    display: block;
    margin-top: 6px;
    color: var(--wd-color-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-downloads {
    margin: 24px 0 0;
    padding: 32px;
    border-radius: 20px;
    background: var(--wd-color-bg);
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .wc-bacs-bank-details-heading,
.woocommerce-order-received .woocommerce-order-downloads__title {
    margin: 0 0 24px;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-order-received table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: transparent;
    font-family: var(--wd-font-main);
}

.woocommerce-order-received table.shop_table thead th {
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid var(--wd-color-border-dark);
    background: transparent;
    color: var(--wd-color-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.woocommerce-order-received table.shop_table tbody td,
.woocommerce-order-received table.shop_table tfoot th,
.woocommerce-order-received table.shop_table tfoot td {
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--wd-color-border-dark);
    background: transparent;
    color: var(--wd-color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce-order-received table.shop_table tbody td.product-name,
.woocommerce-order-received table.shop_table tbody td.product-name a,
.woocommerce-order-received table.shop_table tfoot th {
    color: var(--wd-color-dark);
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-order-received table.shop_table .product-total,
.woocommerce-order-received table.shop_table tfoot td {
    text-align: right;
}

.woocommerce-order-received table.shop_table tfoot tr:last-child th,
.woocommerce-order-received table.shop_table tfoot tr:last-child td {
    border-bottom: 0;
    color: var(--wd-color-dark);
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details address {
    margin: 0;
    padding: 24px;
    border: 0;
    border-radius: 20px;
    background: var(--wd-color-primary-soft);
    color: var(--wd-color-text);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email {
    margin-top: 8px;
    color: var(--wd-color-dark);
    font-weight: 500;
}

.woocommerce-order-received .woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.woocommerce-order-received .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-columns--addresses::after {
    display: none;
}

.woocommerce-order-received .woocommerce-column {
    float: none;
    width: auto;
}

.woocommerce-order-received a.button,
.woocommerce-order-received .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 20px;
    border: 0;
    border-radius: 18px;
    background: var(--wd-color-primary);
    color: var(--wd-color-border-dark);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.woocommerce-order-received a.button:hover,
.woocommerce-order-received .button:hover {
    background: var(--wd-color-primary);
    color: var(--wd-color-border-dark);
    opacity: .9;
}

@media (max-width: 1024px) {
    .woocommerce-order-received ul.woocommerce-order-overview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .woocommerce-order-received .woocommerce-notice--success,
    .woocommerce-order-received .woocommerce-thankyou-order-received {
        padding: 28px 20px;
        font-size: 24px;
    }

    .woocommerce-order-received ul.woocommerce-order-overview,
    .woocommerce-order-received .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details,
    .woocommerce-order-received .woocommerce-bacs-bank-details,
    .woocommerce-order-received .woocommerce-order-downloads {
        padding: 24px 18px;
    }

    .woocommerce-order-received table.shop_table thead {
        display: none;
    }

    .woocommerce-order-received table.shop_table tbody td,
    .woocommerce-order-received table.shop_table tfoot th,
    .woocommerce-order-received table.shop_table tfoot td {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .woocommerce-order-received table.shop_table .product-total,
    .woocommerce-order-received table.shop_table tfoot td {
        text-align: left;
    }
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before{
    display: none!important;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--wd-color-primary);
}

/* Content */

.woocommerce-account .woocommerce-MyAccount-content {

    float: none;

    width: 100%;

}

.woocommerce-account .woocommerce-MyAccount-content h2,

.woocommerce-account .woocommerce-MyAccount-content h3 {

    margin: 0 0 24px;

    color: var(--wd-color-dark);

    font-size: 32px;

    font-weight: 700;

    line-height: 1.2;

}

.woocommerce-account .woocommerce-MyAccount-content p {

    color: var(--wd-color-text);

    font-size: 16px!important;

    font-weight: 400;

    line-height: 1.7;

}

.woocommerce-account .woocommerce-MyAccount-content strong {

    color: var(--wd-color-dark);

    font-weight: 700;

}

.woocommerce-account .woocommerce-MyAccount-content a {

    color: var(--wd-color-primary);

    font-weight: 600;

    text-decoration: none;

}

.woocommerce-account .woocommerce-MyAccount-content a:hover {

    opacity: .8;

}

/* Dashboard intro */

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {

    margin-bottom: 18px;

    color: var(--wd-color-dark);

    font-size: 24px;

    font-weight: 600;

    line-height: 1.35;

}

.woocommerce-account .woocommerce-MyAccount-content > p:last-child {

    max-width: 620px;

    font-size: 18px;

    line-height: 1.6;

}

/* Tables */

.woocommerce-account table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    font-family: var(--wd-font-main);
}

.woocommerce-account table.shop_table th {
    display: none;
}

.woocommerce-account table.shop_table td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--wd-color-border);
    background: transparent;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
}

.woocommerce-account table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-number,
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-number a {
    color: var(--wd-color-dark);
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce-account table.shop_table .woocommerce-button,
.woocommerce-account table.shop_table .button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    min-height: 40px;
    padding: 10px 20px!important;
    border-radius: 18px!important;
    background: var(--wd-color-bg-light) !important;
    color: var(--wd-color-dark) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.woocommerce-account table.shop_table .woocommerce-button:hover,
.woocommerce-account table.shop_table .button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover {
    background: var(--wd-color-primary-soft) !important;
    color: var(--wd-color-primary) !important;
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-orders,
.woocommerce-account .woocommerce-orders-table {
    margin-top: -12px;
}
.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
/* My Account - View order */
.woocommerce-view-order .woocommerce-MyAccount-content > p:first-child {
    max-width: 720px;
    margin: 0 0 28px;
    color: var(--wd-color-text);
    font-family: var(--wd-font-main);
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.7;
}

.woocommerce-view-order .woocommerce-MyAccount-content > p:first-child mark,
.woocommerce-view-order .woocommerce-MyAccount-content > p:first-child strong {
    padding: 0;
    background: transparent;
    color: var(--wd-color-dark);
    font-weight: 700;
}

.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-order-downloads {
    margin: 0 0 24px;
    padding: 32px;
    border-radius: 24px;
    background: var(--wd-color-bg);
}

.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title,
.woocommerce-view-order .woocommerce-order-downloads__title {
    margin: 0 0 24px;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.woocommerce-view-order .woocommerce-table--order-details {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: transparent;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
    background: transparent!important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
    display: table-cell!important;
}

.woocommerce-view-order .woocommerce-table--order-details thead th {
    display: table-cell;
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid var(--wd-color-border-dark);
    background: transparent;
    color: var(--wd-color-dark);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.woocommerce-view-order .woocommerce-table--order-details thead th.product-total {
    text-align: right;
}

.woocommerce-view-order .woocommerce-table--order-details tbody td,
.woocommerce-view-order .woocommerce-table--order-details tfoot th,
.woocommerce-view-order .woocommerce-table--order-details tfoot td {
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--wd-color-border);
    background: transparent;
    color: var(--wd-color-text)!important;
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
}

.woocommerce-view-order .woocommerce-table--order-details tbody td.product-name,
.woocommerce-view-order .woocommerce-table--order-details tbody td.product-name a,
.woocommerce-view-order .woocommerce-table--order-details tfoot th {
    color: var(--wd-color-dark);
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-view-order .woocommerce-table--order-details tbody td.product-total,
.woocommerce-view-order .woocommerce-table--order-details tfoot td {
    color: var(--wd-color-dark);
    text-align: right;
}

.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-view-order .woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 0;
    color: var(--wd-color-dark);
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta {
    margin: 8px 0 0;
    padding: 0;
    color: var(--wd-color-text);
    font-size: 12px;
    list-style: none;
}

.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta li {
    margin: 3px 0;
}

.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta p {
    display: inline;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.4;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses::before,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses::after {
    display: none;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
    float: none;
    width: auto;
}

.woocommerce-view-order .woocommerce-customer-details address {
    min-height: 170px;
    margin: 0;
    padding: 24px;
    border: 0;
    border-radius: 20px;
    background: var(--wd-color-primary-soft);
    color: var(--wd-color-text);
    font-family: var(--wd-font-main);
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.woocommerce-view-order .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce-customer-details--email {
    margin-top: 8px;
    color: var(--wd-color-dark);
    font-weight: 600;
}

.woocommerce-view-order .woocommerce-order-details .order-again {
    margin: 24px 0 0;
    text-align: center;
}

.woocommerce-view-order .woocommerce-order-details .order-again .button {
    min-height: 40px;
    padding: 10px 20px !important;
    border-radius: 18px !important;
    background: var(--wd-color-primary) !important;
    color: var(--wd-color-border-dark) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width: 767px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set{
        flex-direction: column;
        gap: 15px;
    }
    .woocommerce-view-order .woocommerce-order-details,
    .woocommerce-view-order .woocommerce-customer-details,
    .woocommerce-view-order .woocommerce-order-downloads {
        padding: 24px 18px;
    }

    .woocommerce-view-order .woocommerce-table--order-details thead {
        display: none;
    }

    .woocommerce-view-order .woocommerce-table--order-details,
    .woocommerce-view-order .woocommerce-table--order-details tbody,
    .woocommerce-view-order .woocommerce-table--order-details tfoot,
    .woocommerce-view-order .woocommerce-table--order-details tr,
    .woocommerce-view-order .woocommerce-table--order-details td,
    .woocommerce-view-order .woocommerce-table--order-details th {
        display: block;
        width: 100%;
    }

    .woocommerce-view-order .woocommerce-table--order-details tbody tr,
    .woocommerce-view-order .woocommerce-table--order-details tfoot tr {
        padding: 16px 0;
        border-bottom: 1px solid var(--wd-color-border);
    }

    .woocommerce-view-order .woocommerce-table--order-details tbody td,
    .woocommerce-view-order .woocommerce-table--order-details tfoot th,
    .woocommerce-view-order .woocommerce-table--order-details tfoot td {
        padding: 4px 0;
        border-bottom: 0;
        text-align: left;
    }

    .woocommerce-view-order .woocommerce-table--order-details tbody td::before,
    .woocommerce-view-order .woocommerce-table--order-details tfoot th::before,
    .woocommerce-view-order .woocommerce-table--order-details tfoot td::before {
        content: attr(data-title) ': ';
        color: var(--wd-color-text);
        font-weight: 500;
    }

    .woocommerce-view-order .woocommerce-table--order-details tbody td.product-name::before,
    .woocommerce-view-order .woocommerce-table--order-details tfoot th::before {
        display: none;
    }

    .woocommerce-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }
}

/* Forms */


.woocommerce-account .form-row {

    margin-bottom: 20px;

}

.woocommerce-account .form-row label {

    margin-bottom: 8px;

    color: var(--wd-color-dark);

    font-size: 14px;

    font-weight: 600;

}

.woocommerce-account .input-text,

.woocommerce-account input[type="text"],

.woocommerce-account input[type="email"],

.woocommerce-account input[type="password"],

.woocommerce-account input[type="tel"],

.woocommerce-account textarea,

.woocommerce-account select {

    min-height: 56px;

    padding: 0 20px;

    border: 0 !important;

    border-radius: 18px;

    background: var(--wd-color-bg-light);

    color: var(--wd-color-dark);

    font-family: var(--wd-font-main);

    font-size: 16px;

    box-shadow: none !important;

}

.woocommerce-account textarea {

    min-height: 140px;

    padding: 20px;

}

.woocommerce-account button.button,

.woocommerce-account .button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 52px;

    padding: 12px 28px;

    border: 0 !important;

    border-radius: 18px;

    background: var(--wd-color-primary) !important;

    color: var(--wd-color-border-dark) !important;

    font-family: var(--wd-font-main);

    font-size: 15px;

    font-weight: 700;

    line-height: 1;

    transition: .2s ease;

}

.woocommerce-account button.button:hover,

.woocommerce-account .button:hover {

    opacity: .9;

}

/* Notices */

.woocommerce-account .woocommerce-message,

.woocommerce-account .woocommerce-info,

.woocommerce-account .woocommerce-error {

    margin-bottom: 24px;

    padding: 18px 24px;

    border: 0;

    border-radius: 18px;

    font-family: var(--wd-font-main);

}

.woocommerce-account .woocommerce-message {

    background: var(--wd-color-primary-soft);

    color: var(--wd-color-primary);

}

.woocommerce-account .woocommerce-error {

    background: var(--wd-color-error-bg);

    color: var(--wd-color-error);

}

/* Mobile */

@media (max-width: 1024px) {

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto;
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation a {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content > p:first-child {
        font-size: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content > p:last-child {
        font-size: 16px;
    }

    .woocommerce-account .woocommerce-EditAccountForm,
    .woocommerce-account .woocommerce-address-fields {
        padding: 24px 18px;
    }

    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
        padding: 14px;
    }

    .woocommerce-account table.shop_table,
    .woocommerce-account table.shop_table tbody,
    .woocommerce-account table.shop_table tr,
    .woocommerce-account table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-account table.shop_table tr {
        padding: 18px 0;
        border-bottom: 1px solid var(--wd-color-border);
    }

    .woocommerce-account table.shop_table tr:last-child {
        border-bottom: 0;
    }

    .woocommerce-account table.shop_table td {
        padding: 4px 0;
        border-bottom: 0;
    }

    .woocommerce-account table.shop_table td::before {
        content: attr(data-title) ': ';
        color: var(--wd-color-text);
        font-weight: 500;
    }

    .woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions {
        padding-top: 12px;
        text-align: left;
    }

    .woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }
}
.woocommerce-account
.woocommerce-error::before, .woocommerce-account .woocommerce-info::before, .woocommerce-account .woocommerce-message::before{
    position: static;
    margin-right: 10px;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot tr td {
   text-align: end;
}

.wd-checkout-company-info {
    margin: var(--sections-margin, -15px 0 24px 0);
    padding: var(--sections-padding, 16px 30px);
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: 1px;
}

.wd-checkout-company-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.wd-checkout-company-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wd-checkout-company-label {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
}

.wd-checkout-company-value {
    font-size: 14px;
    color: #666;
    text-align: right;
}