/* custom-dashboard.css version 2.7.9 */

.woocommerce-account .entry-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 10px;
}

.woocommerce-account .entry-content .woocommerce-message,
.woocommerce-account .entry-content .woocommerce-error {
    position: absolute;
    top: 70px;
    right: 0;
    padding: 10px 20px;
    background-color: #f9c89d;
}
.woocommerce-account .entry-content .woocommerce-error li {
    list-style-type: none;
}

.woocommerce-account nav {
    width: 100%;
}

.woocommerce-account .myaccount_navigation_s33 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.woocommerce-account .myaccount_navigation_s33 li {
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 0 -1px 0;
}
@media (max-width: 1000px) {
    .woocommerce-account .myaccount_navigation_s33 li {
        padding: 4px 8px;
        font-size: 0.7rem;
        line-height: 1rem;
        width: 25%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.woocommerce-account .myaccount_navigation_s33 li.active {
    border-bottom: 1px solid #f28b30;
}

.woocommerce-account .account-section {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
}

.woocommerce-account #dashboard-section {
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #dashboard-section .edit-address-form {
    width: 48%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1000px) {
    .woocommerce-account #dashboard-section .edit-address-form {
        width: 100%;
    }
}

.woocommerce-account #dashboard-section .myaccount_dashboard_s33 {
    width: 48%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1000px) {
    .woocommerce-account #dashboard-section .myaccount_dashboard_s33 {
        width: 100%;
    }
}

.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_bonus {
    margin: 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_bonus p {
    margin: 0;
    padding: 0;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_bonus h4 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 15px 0;
}

.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders h4 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
    .woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders p {
        font-size: 0.7rem;
        line-height: 1rem;
    }
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul {
    margin: 0;
    padding: 0;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul li {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul li p {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px 4px 0;
    padding: 4px 8px;
    background-color: #ffead8;
    border-radius: 5px;
    font-size: 0.7rem;
    line-height: 1rem;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul li .order-status {
    width: auto;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul li div {
    width: 100%;
    display: flex;
    margin: 5px 0 0 0;
    padding: 0;
}
.woocommerce-account #dashboard-section .myaccount_dashboard_s33 .myaccount_dashboard_s33_orders ul li div img {
    width: 100%;
    height: auto;
    max-width: 40px;
    margin: 0 5px 0 0;
    padding: 0;
}
.woocommerce-account #dashboard-section .edit-address-form .address-edit-btn {
    display: block;
    margin: 15px 0 25px 0;
    padding: 0;
}
.woocommerce-account #dashboard-section .edit-address-form .address-save-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    max-width: 360px;
    height: 40px;
    color: #000;
    background-color: #f9c89d;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    border: none;
}


/* orders */
.woocommerce-account .entry-content #orders-section {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account .entry-content #orders-section .orders-list {
    width: 100%;
}
.woocommerce-account .entry-content #orders-section .orders-pagination {
    width: 100%;
}
.woocommerce-account .entry-content #orders-section .orders-list div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #ddd;
    margin: 0 -15px;
    padding: 15px;
}
.woocommerce-account .entry-content #orders-section .orders-list div p {
    margin: 0 0 10px 0;
    width: 100%;
}
.woocommerce-account .entry-content #orders-section .orders-list div p:nth-child(1) {
    margin: 0 0 5px 0;
}
@media (max-width: 1000px) {
    .woocommerce-account .entry-content #orders-section .orders-list div a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        max-width: 360px;
        height: 35px;
        color: #000;
        background-color: #f9c89d;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        border-radius: 5px;
        margin: 15px 0;
    }
}

.woocommerce-account .entry-content #orders-section .orders-list div img {
    width: 100%;
    height: auto;
    max-width: 40px;
    margin: 0 10px 0 0;
}
.woocommerce-account .entry-content #orders-section .orders-list div a {
    margin: 10px 0 5px 0;
    width: 100%;
    display: block;
}


/* edit-account-section */
.woocommerce-account .entry-content #edit-account-section form {
    width: 100%;
}
.woocommerce-account .entry-content #edit-account-section form p b {
    min-width: 90px;
    display: inline-block;
}
.woocommerce-account .entry-content #edit-account-section form .password-fields {
    margin: 20px 0 0 0;
}
.woocommerce-account .entry-content #edit-account-section form .password-fields p input {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0 15px 0;
    display: block;
    width: 100%;
    max-width: 360px;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    border-radius: 5px;
}
.woocommerce-account .entry-content #edit-account-section form .account-save-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 50px;
    color: #000;
    background-color: #f9c89d;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 5px;
    margin: 15px 0;
    padding: 0;
    box-sizing: border-box;
}




/* Styles for view-order page */
.woocommerce-MyAccount-content .woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-MyAccount-content .woocommerce-order-overview li {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-order-overview li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-content .woocommerce-order-overview li strong {
    color: #f28b30;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #f28b30;
    padding-bottom: 10px;
}

.woocommerce-order-details table,
.woocommerce-customer-details table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-order-details th,
.woocommerce-order-details td,
.woocommerce-customer-details th,
.woocommerce-customer-details td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.woocommerce-order-details thead th {
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
}

.woocommerce-order-details tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.woocommerce-order-details .product-name {
    font-weight: bold;
}

.woocommerce-order-details .woocommerce-Price-amount {
    color: #f28b30;
}

.woocommerce-order-details tfoot th {
    text-align: right;
}

.woocommerce-order-details tfoot .woocommerce-Price-amount {
    font-weight: bold;
}

.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.6;
    white-space: pre-line;
}






span.editing input,
span.editing select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    font-size: 1rem;
}

.orders-list > div,
#dashboard-section ul li {
    padding: 0;
    margin-bottom: 25px;
}

.orders-pagination a {
    margin-right: 5px;
    color: #f28b30;
    text-decoration: none;
}

.orders-pagination a.active {
    font-weight: bold;
}

#orders-section .orders-list {
    margin-bottom: 20px;
}

#orders-section .orders-list > div p {
    margin: 5px 0;
}

#orders-section .orders-list > div a {
    color: #f28b30;
    text-decoration: none;
}

#orders-section .orders-pagination {
    text-align: center;
}

/* Order status colors */
.order-status.processing {
    color: #5b841b;
}

.order-status.completed {
    color: #2e4453;
}

.order-status.on-hold {
    color: #94660c;
}

.order-status.pending {
    color: #777;
}

.order-status.cancelled {
    color: #777;
}

.order-status.refunded {
    color: #777;
}

.order-status.failed {
    color: #761919;
}