.card .order-toggle {
    margin: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}

.order-table-header {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0!important;
    padding: 0px 0px 20px 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.order-info-text {
    font-weight: 400;
    font-size: 14px;
}

.order-status-text {
    color: #F58300;
    text-transform: capitalize;
}

.order-id-text {
    color: #A8A8A8;
}

.order-product-sale-price {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.order-product-sale-price del {
    color: #BDBDBD;
    font-weight: 400;
    font-size: 16px;
}

.order-product-sale-price ins {
    color: #E4714E;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.order-details-toggle-button {
    font-style: normal;
    font-weight: 900;
    color: #E4714E;
    text-align: end;
    cursor: pointer;
}

.toggle-sign-expanded {
    color: #050505;
}

.downloads-background-color {
    background-color: #F9F9F9
}

.download-btn-text {
    padding-left: 5px;
    color: #E4714E;
    font-size: 12px;
    font-weight: 700;
}

.download-btn {
    color: #E4714E;
    font-size: 10px;
    font-weight: 900;
}

.order-toggle-background {
    background-color: #F4F4F4!important;
}

.mobile-header {
    display: none;
}

.account-address {
    background-color: #F4F4F4;
    display: flex;
    padding: 25px;
    justify-content: space-between;
    align-items: flex-start;
}

.hr-line {
    border-top: 1px solid #E0E0E0;
    margin: 25px 0;
}

.woocommerce-MyAccount-content .woocommerce-info a {
    display: block;
    width: 18vh;
    margin-bottom: 20px;
}

.woocommerce-address-fields button[name="save_address"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }

    .navigation-links {
        display: flex;
        padding-bottom: 25px;
    }
    .navigation-links li{
        margin-right: 10px;
        border-radius: 4px;
        min-width: 160px;
    }

    .order-payment-method {
        display: none;
    }

    .order-delivery {
        display: none;
    }

    .navigation-links li a{
        width: 160px;
    }

    .account-navigation-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
        scrollbar-width: none; /* Hide the default scrollbar for Firefox */
        -ms-overflow-style: none;
    }

    .account-navigation-container::-webkit-scrollbar {
        display: none; /* Hide the default scrollbar for Chrome and Safari */
    }

    .order-details-number {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .order-details-toggle-button {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .order-details-status {
        padding-right: 0px!important;
    }
}
