/* Desire Gym Custom My Account CSS */

.page-header {
    display: none !important;
}

#main {
    background-color: #ffffff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dgym-reset-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: 3px solid #da2128;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-top: 20px;
}

.dgym-reset-container form.woocommerce-ResetPassword {
    width: 100%;
    display: block;
    overflow: hidden;
}

.dgym-reset-container p {
    font-family: "Open Sans", sans-serif;
    color: #777;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.dgym-reset-container label {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.dgym-reset-container input.input-text {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 10px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    height: auto;
    min-height: 42px;
}

.dgym-reset-container input.input-text:focus {
    border-color: #ccc;
}

.dgym-reset-container .password-input {
    position: relative;
    display: block;
    width: 100%;
}

.dgym-reset-container .password-input .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    color: #333;
    padding: 0;
    cursor: pointer;
}

.dgym-step1-wrapper .woocommerce-form-row {
    width: 100%;
    margin-bottom: 20px;
}

.dgym-step1-wrapper button[type="submit"] {
    background-color: #f4f4f4 !important;
    color: #333 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase !important;
    margin: 0;
    display: inline-block;
}

.dgym-step1-wrapper button[type="submit"]:hover {
    background-color: #e0e0e0 !important;
}

.dgym-new-password-wrapper .form-row-first {
    width: 48% !important;
    margin-bottom: 20px;
    padding: 0;
    clear: left;
    float: left;
}

.dgym-new-password-wrapper .form-row-last {
    width: 48% !important;
    margin-bottom: 20px;
    padding: 0;
    float: right;
    clear: right;
}

.dgym-new-password-wrapper form>p:not(.form-row-first):not(.form-row-last) {
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    clear: both;
    display: block !important;
    overflow: hidden;
}

.dgym-new-password-wrapper .dgym-login-link {
    float: left;
    color: #da2128 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    line-height: 40px;
}

.dgym-reset-container .dgym-new-password-wrapper form.lost_reset_password button.button[type="submit"] {
    float: right;
    background-color: #da2128 !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 10px 35px !important;
    border-radius: 5px !important;
    margin: 0;
    border: none;
    cursor: pointer;
}

.dgym-reset-container .dgym-new-password-wrapper form.lost_reset_password button.button[type="submit"]:hover {
    background-color: #b51a20 !important;
}

@media (max-width: 768px) {

    .dgym-new-password-wrapper .form-row-first,
    .dgym-new-password-wrapper .form-row-last {
        width: 100% !important;
        float: none;
    }

    .dgym-new-password-wrapper .dgym-login-link {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    .dgym-reset-container .dgym-new-password-wrapper form.lost_reset_password button.button[type="submit"] {
        float: none;
        width: 100%;
    }
}

.woocommerce-account .woocommerce {
    margin: 0 -10px;
}

.woocommerce-account .woocommerce>.col-lg-10,
.woocommerce-account .woocommerce>.col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.u-columns.col2-set {
    margin: 0 -10px;
}

.col2-set .col-1 {
    float: left;
    padding: 10px;
    width: 50%;
    max-width: none;
}

.col2-set .col-2 {
    float: right;
    padding: 10px;
    width: 50%;
}

.account-sub-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: "Poppins", sans-serif;
    color: #222529 !important;
    text-transform: capitalize !important;
    margin-bottom: 0.5rem !important;
}

.form-row {
    margin-bottom: 15px;
    display: block;
}

.form-row-wide {
    width: 100%;
}

.form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25rem !important;
}

.form-row .required {
    visibility: visible;
    border: none;
    cursor: default;
    color: #c10000;
}

input.woocommerce-Input,
.form-control {
    width: 100%;
    background-color: #fff;
    color: #777;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 12px;
    font-size: 0.85rem;
    vertical-align: middle;
    height: auto;
}

.woocommerce-form-login .password-input {
    position: relative;
    display: block;
    width: 100%;
}

.woocommerce-form-login .password-input .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.porto-checkbox {
    display: flex !important;
    align-items: center !important;
    min-height: 1.5rem;
    position: relative;
    margin-top: 10px;
}

.porto-checkbox .porto-control-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.porto-control-label {
    position: relative;
    padding-left: 26px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    color: #777 !important;
    font-family: "Open Sans", sans-serif;
    user-select: none;
    line-height: 18px !important;
}

.porto-control-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.porto-control-label:hover::before {
    border-color: #aaa;
}

.porto-checkbox .porto-control-input:checked~.porto-control-label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 48%;
    width: 5px;
    height: 10px;
    border: solid #888;
    border-width: 0 2.5px 2.5px 0;
    transform: translateY(-50%) rotate(45deg);
    box-sizing: border-box;
}

.woocommerce-LostPassword.lost_password {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 15px !important;
    clear: both !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
    border: none !important;
    box-shadow: none !important;
}

.btn-v-dark {
    background-color: #353a40 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem !important;
    display: inline-block;
    text-align: center;
    padding: 1rem 12px !important;
    line-height: 1.5;
    width: 100% !important;
    transition: opacity 0.3s ease;
    border-radius: 0 !important;
}

.btn-v-dark:hover {
    opacity: 0.9;
}

.font-weight-semibold {
    font-weight: 600;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-left {
    text-align: left;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
}

.cma-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px !important;
    max-width: 1200px;
    margin: 0 auto 80px auto;
    font-family: Arial, sans-serif;
    color: #333;
}

.cma-grey-text {
    color: #777;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 18px;
}

.cma-downloads-empty-text {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    line-height: 24px;
}

.cma-downloads-btn {
    background-color: #f4f4f4 !important;
    color: #222529 !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 15px 25px !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease;
}

.cma-downloads-btn:hover {
    background-color: #e0e0e0 !important;
}

.cma-address-desc {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    line-height: 24px;
}

.cma-address-title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #222529;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 15px !important;
}

.cma-address-details {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    margin-bottom: 30px;
}

.cma-address-btn {
    background-color: #f4f4f4 !important;
    color: #222529 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 15px 30px !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition: opacity 0.3s ease;
}

.cma-address-btn:hover {
    opacity: 0.9 !important;
    background-color: #da2128 !important;
    color: #f4f4f4 !important;
}

.cma-content form h2,
.cma-content form h3 {
    display: none !important;
}

.cma-content .woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.cma-content label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    color: #555 !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.cma-content label abbr.required,
.cma-content label .required {
    color: #d90000 !important;
    text-decoration: none !important;
    border: none !important;
}

.cma-content input.input-text,
.cma-content select,
.cma-content textarea {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    min-height: 48px !important;
}

.cma-content input.input-text:focus,
.cma-content select:focus,
.cma-content textarea:focus {
    border-color: #ccc !important;
}

.cma-content .select2-container .select2-selection--single {
    height: 48px !important;
    border: 1px solid #eaeaea !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.cma-content .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    padding-left: 15px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}

.cma-content .select2-container .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 10px !important;
}

.cma-content button.button[name="save_address"],
.cma-content button.button[name="save_account_details"] {
    background-color: #222529 !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 15px 35px !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    cursor: pointer;
    float: right !important;
    margin-top: 20px !important;
    transition: opacity 0.3s ease !important;
}

.cma-content button.button[name="save_address"]:hover,
.cma-content button.button[name="save_account_details"]:hover {
    opacity: 0.9 !important;
    background-color: #222529 !important;
    color: #fff !important;
}

.woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 30px !important;
    margin: 0 !important;
    color: #000 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    position: relative;
    box-shadow: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300b074' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce-notices-wrapper .woocommerce-error {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 30px !important;
    margin: 0 0 20px 0 !important;
    color: #d90000 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    position: relative;
    box-shadow: none !important;
    list-style: none !important;
}

.woocommerce-notices-wrapper .woocommerce-error::before {
    display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-error li {
    margin-bottom: 5px;
}

.woocommerce-notices-wrapper .woocommerce-error::after {
    content: '!';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #d90000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
}

.cma-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0b0b0b;
    font-family: Poppins, sans-serif;
    line-height: 18px;
}

.cma-sidebar {
    width: 250px;
    flex-shrink: 0;
}

.cma-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    border-top: 1px solid #eee;
    line-height: 24px;
    letter-spacing: -0.35px;
}

.cma-menu li {
    border-bottom: 1px solid #eee;
}

.cma-menu li a {
    display: block;
    padding: 10px 0;
    color: #777;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 24px;
}

.cma-menu li.active a,
.cma-menu li a:hover {
    color: #222529;
    font-weight: bold;
}

.cma-content {
    flex: 1;
    min-width: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #444;
}

.cma-tab-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.cma-content .cma-tab-header h2.cma-tab-title {
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    font-family: "Poppins", sans-serif !important;
    color: #000b0b !important;
    letter-spacing: -0.22px !important;
}

.cma-tab-header svg {
    color: #ccc;
}

.cma-btn {
    background-color: #f5f5f5;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
}

.cma-btn:hover {
    background-color: #e0e0e0;
}

.cma-btn-dark {
    background-color: #222;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 25px;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
}

.cma-btn-dark:hover {
    background-color: #000;
}

.cma-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
    border: none !important;
    background-color: transparent !important;
}

.cma-orders-table thead,
.cma-orders-table tbody,
.cma-orders-table tr {
    border: none !important;
    background-color: transparent !important;
}

.cma-orders-table td {
    border: none !important;
    background-color: transparent !important;
    padding: 20px 0;
    vertical-align: middle;
}

.cma-orders-table th {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #eaeaea !important;
    background-color: transparent !important;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

.cma-order-row td {
    border-bottom: 1px solid #eee !important;
}

.cma-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cma-pagination {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cma-dashboard-text {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}

.cma-dashboard-text a {
    color: #d90000;
    text-decoration: none;
}

.cma-dashboard-text strong {
    font-weight: 700;
    color: #222529;
}

.cma-dashboard-text a:hover {
    text-decoration: underline;
}

.cma-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cma-dashboard-card {
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.cma-dashboard-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-color: #dcdcdc;
}

.cma-dashboard-card svg {
    width: 55px;
    height: 55px;
    stroke: #c2c2c2;
    stroke-width: 1.5;
    margin-bottom: 20px;
}

.cma-dashboard-card span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cma-empty-state-wrapper {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea !important;
    background-color: transparent !important;
    margin-bottom: 40px;
}

.cma-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #3b7b8e;
    color: white;
    border-radius: 50%;
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cma-empty-text {
    color: #3b7b8e;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin: 0;
}

.cma-empty-btn-container {
    text-align: center;
}

.cma-btn-go-shopping {
    background-color: #222529;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 40px;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.cma-btn-go-shopping:hover {
    opacity: 0.9;
    color: #fff;
}

.cma-content .dgym-order-box {
    border: 1px solid #eaeaea !important;
    padding: 30px !important;
    background-color: #fff !important;
    margin-bottom: 40px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.cma-content .dgym-order-box h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    border: none !important;
    padding: 0 !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tr {
    background-color: transparent !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table th,
.cma-content .dgym-order-box table.dgym-custom-order-table td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #eaeaea !important;
    padding: 15px 0 !important;
    background: transparent !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tbody tr:last-child td {
    border-bottom: none !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table thead th {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #111 !important;
    text-align: left !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tbody td:first-child {
    color: #111 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tbody td:last-child {
    text-align: right !important;
    font-weight: 600 !important;
    color: #111 !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tfoot th {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-align: left !important;
    width: 75% !important;
    font-size: 14px !important;
    display: table-cell !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tfoot td {
    color: #666 !important;
    text-align: right !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    display: table-cell !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tfoot tr:last-child th,
.cma-content .dgym-order-box table.dgym-custom-order-table tfoot tr:last-child td {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tfoot tr.order-total-final td {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
}

.cma-content .dgym-order-box table.dgym-custom-order-table tfoot tr.order-total-final th {
    font-size: 16px !important;
    vertical-align: bottom !important;
}

.dgym-addresses-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
    margin-bottom: 20px !important;
}

.dgym-address-col {
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.dgym-address-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    text-transform: none !important;
    border: none !important;
}

.dgym-address-content,
.dgym-address-content p,
.dgym-address-content address {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #666 !important;
    font-style: normal !important;
    margin-bottom: 5px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.dgym-address-content a {
    color: #666 !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .cma-dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cma-container {
        flex-direction: column;
        gap: 30px !important;
    }

    .cma-sidebar {
        width: 100%;
    }

    .cma-orders-table th,
    .cma-orders-table td {
        display: block;
        width: 100%;
    }

    .cma-orders-table tr {
        margin-bottom: 20px;
        display: block;
        border: 1px solid #eee;
        padding: 15px;
    }

    .cma-orders-table td {
        border-bottom: none !important;
        padding: 5px 0;
    }
}

@media (max-width: 575px) {
    .cma-dashboard-grid {
        grid-template-columns: 1fr;
    }
}