@media (min-width: 768px) {
    .woocommerce-MyAccount-tabs {
        width: 18% !important;
        margin-right: 2% !important;
    }

    .woocommerce-MyAccount-content {
        width: 80% !important;
        position: relative;
    }
}

.woocommerce-MyAccount-navigation ul li a:before {
    float: left !important;
    margin-left: 0px !important;
    margin-right: 10px;
    color: var(--secondary-color, #91206c) !important;
}

.woocommerce-MyAccount-navigation-link a:hover {
    color: unset !important;
}

.woocommerce-MyAccount-navigation-link a {
    color: var(--primary-color, #2a1f4a);
    font-weight: 600;
    font-size: 16px;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background: var(--light_background-color, #f9f8f6);
}

li.woocommerce-MyAccount-navigation-link {
    padding: 0px 10px;
    border-width: 0px !important;
}

li.woocommerce-MyAccount-navigation-link--customer-logout {
    border-top: 1px solid var(--primary-color, #2a1f4a) !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a:after {
    content: '';
    position: absolute;
    right: 18px;
    color: var(--primary-color, #2a1f4a);
    height: 10px;
    width: 10px;
    border: solid var(--primary-color, #2a1f4a);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    align-self: center;
}


/* -------------------- my orders tab (start) ------------------ */
.woocommerce-account .myaccount-my-order-tbl {
    overflow-x: auto;
}

/* Remove horizontal scroll on mobile - use card layout instead */
@media (max-width: 767px) {
    .woocommerce-account .myaccount-my-order-tbl {
        overflow-x: visible;
    }
}

.woocommerce-account table.shop_table thead {
    background-color: var(--light_background-color, #f9f8f6) !important;
}

.woocommerce-account table.shop_table tbody {
    background-color: #f9f6f5;
    color: var(--primary-color, #2a1f4a);
}

@media (max-width: 767px) {
    .woocommerce-account table.shop_table tbody {
        padding: 15px;
    }
}

th.woocommerce-orders-table__header {
    color: var(--heading_color-color, #2a1f4a) !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600 !important;
}

.woocommerce-orders-table__cell,
.woocommerce-orders-table__cell a,
.woocommerce-orders-table__cell .woocommerce-Price-amount {
    color: var(--text_color-color, #58595b) !important;
    font-weight: 500;
}

span.order-items-toggle {
    color: var(--secondary-color, #91206c) !important;
}

.item-product-info .item-number {
    color: var(--primary-color, #2a1f4a);
}

.item-product-info a.show-item-details {
    color: var(--secondary-color, #91206c);
    text-decoration: underline;
    font-size: 12px;
}

.item-product-info .product-description {
    color: var(--primary-color, #2a1f4a);
    font-weight: 500;
    font-size: 14px;
}

.item-product-info .product-quantity {
    display: flex;
    color: var(--primary-color, #2a1f4a);
    font-weight: 500;
}

.item-product-info span.woocommerce-Price-amount,
.item-product-info .woocommerce-Price-currencySymbol {
    color: var(--primary-color, #2a1f4a) !important;
}

.item-product-info a.reorder-button {
    justify-content: center;
    background: var(--primary-color, #2a1f4a);
    color: var(--white-color, #ffffff);
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 600;
}

.item-product-info a.reorder-button.edit-order {
    background: var(--secondary-color, #91206c);
}

.item-details-section .detail-group {
    flex-direction: row;
}

.item-details-section .detail-group > * {
    color: var(--primary-color, #2a1f4a) !important;
}

.item-details-section h4 {
    color: var(--primary-color, #2a1f4a);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

/* -------------------- my orders tab (end) ------------------ */



/* -------------------- saved projects tab (start) ------------------ */
.sprink-saved-projects-container h1.sprink-page-title,
.wishlist-title h2 {
    color: var(--primary-color, #2a1f4a) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
}

.sprink-saved-projects-container p.sprink-page-description {
    color: var(--primary-color, #2a1f4a);
    font-size: 14px;
    font-weight: 500;
}

.sprink-saved-projects-container a.sprink-create-folder-btn {
    padding: 0px;
    background: transparent;
    color: var(--secondary-color, #91206c);
    text-decoration: underline;
    font-weight: 600;
}

.sprink-saved-projects-container a.sprink-create-folder-btn span {
    text-decoration: unset;
    height: 30px;
}

.sprink-saved-projects-container .sprink-folder-name {
    color: var(--primary-color, #2a1f4a);
    line-height: normal;
    margin-bottom: 0px;
}

button.sprink-folder-menu {
    writing-mode: vertical-lr;
    font-size: 26px;
    top: 8px;
    right: 0px;
    padding: 0px;
}

button.sprink-folder-menu:hover {
    background: unset !important;
}

/* -------------------- saved projects tab (end) ------------------ */


/* -------------------- tax exemption tab (start) ------------------ */
.woocommerce-MyAccount-content h4.tax_exemption_info {
    color: var(--primary-color, #2a1f4a) !important;
    font-size: 34px !important;
    font-weight: 700 !important;
}

.woocommerce-MyAccount-content:has(.tax_exemption_info) p {
    color: var(--primary-color, #2a1f4a);
}

@media (min-width: 992px) {
    .woocommerce-MyAccount-content:has(.tax_exemption_info) p {
        width: 75%;
    }
}

button#maverick-tax-exempt-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    margin-top: 20px !important;
}

.wql-quotes-container button.button.wql-view-detail,
.woocommerce-EditAccountForm p button.woocommerce-Button.button,
.wss-add-address-buttons a,
form:has(.woocommerce-address-fields) p .button {
    display: inline-flex !important;
    align-items: center;
}

.woocommerce-MyAccount-content:has(.tax_exemption_info) h2.content-heading {
    margin-bottom: 0px;
}

.woocommerce-MyAccount-content:has(.tax_exemption_info) ul {
    list-style: unset !important;
    margin-left: 12px;
}

.woocommerce-MyAccount-content:has(.tax_exemption_info) li {
    color: var(--text_color-color, #58595b);
}
/* -------------------- tax exemption tab (end) ------------------ */


/* -------------------- edit billing address and shipping address form tab (start) ------------------ */
.woocommerce-address-fields span.select2-selection {
    height: 43px;
    border-color: #ddd;
}

.woocommerce-address-fields span.select2-selection > * {
    height: 100% !important;
    align-content: center;
}
/* -------------------- edit billing address and shipping address form tab (end) ------------------ */

/* -------------------- My account Upload Styles ------------------ */
a.reorder-button.upload-now {
    margin-top: 10px;
}


/* -------------------- woocommerce login form (start) ------------------ */
#customer_login .u-column1.col-1 {
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 16%);
    padding: 35px 90px;
}

#customer_login h2 {
    display: block !important;
    text-align: center;
    font-size: 40px;
    color: var(--primary-color, #2a1f4a);
    font-weight: 700;
}

#customer_login form.login label {
    color: var(--primary-color, #2a1f4a);
    font-weight: 600;
    margin-bottom: 0px;
}

#customer_login form.login p.form-row {
    margin-bottom: 0px;
}

#customer_login input.woocommerce-Input {
    background: #f1f1f1 !important;
    border: 0px !important;
    height: 46px;
}

#customer_login form.login p.form-row:nth-child(3) {
    display: block !important;
}

#customer_login form.login label.woocommerce-form-login__rememberme {
    display: none !important;
}

#customer_login form.login button[type="submit"] {
    width: 100%;
    margin-top: 20px; 
}

/* -------------------- woocommerce login form (end) ------------------ */

/* Keep long profile names/emails from overflowing account sidebar. */
.oceanwp-user-profile .user-info .name {
    overflow-wrap: anywhere;
    word-break: break-word;
}