
.ahPagination .pagination {
    justify-content: end;
    margin-top: 10px;
}
.ahPagination .pagination .page-link {
    color: #e31e24;
}

.ahPagination .pagination .page-item.active .page-link {
    background-color: #e31e24;
    color: white;
    border-color: #e31e24;
}



.page-header__breadcrumb {
    padding-top: 16px;
}
.page-header__container {
    padding-bottom: 32px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.breadcrumb-item {
    position: relative;
    font-size: 14px;
}
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item a {
    color: inherit;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}
.breadcrumb-item a:hover {
    color: #0068a7;
}
.breadcrumb-arrow {
    fill: #d1d1d1;
    position: absolute;
    top: 5px;
}
.page-header__title {
    padding-top: 6px;
}
.page-header__title h1 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
}
.account-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.account-nav__item a {
    display: block;
    color: #6c757d;
    font-size: 15px;
}
.account-nav__item a:hover {
    background-color: #f7f7f7;
    color: #D3202A !important;
    text-decoration: none;
}
.profile-card__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 16px;
}
.profile-card__avatar img {
    border-radius: 50%;
    max-width: 100%;
}
.profile-card__name {
    font-weight: 500;
    line-height: 20px;
}
.profile-card__email {
    font-size: 15px;
    margin-bottom: 24px;
}
.profile-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dashboard__orders {
    margin-top: 24px;
    width: 100%;
}
.card-header, .card-footer {
    padding: 1.5rem 2rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}
.card-divider {
    height: 2px;
    background: #f0f0f0;
}
.card-table {
    font-size: 15px;
}
[dir=ltr] .card-table table {
    text-align: left;
}
.card-table table {
    width: 100%;
    min-width: 500px;
}
[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}

.card-table thead th {
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
}
[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}

.card-table tbody th, .card-table tbody td, .card-table tfoot th, .card-table tfoot td {
    padding: 12px 12px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #dee2e6 #fff !important;
}
.address-card {
    position: relative;
}
[dir=ltr] .address-card__badge {
    right: 0.75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.address-card__badge {
    position: absolute;
    background-color: #0068a7;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
}
.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}
.address-card--featured .address-card__name {
    font-weight: 700;
}
.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}
.address-card__row + .address-card__row {
    margin-top: 0.75rem;
}
.address-card__row-title {
    font-size: 12px;
    color: #999;
}
.address-card__footer {
    margin-top: 1.625rem;
}
.block {
    margin-bottom: 50px;
}
.order-history-header-ss{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-history-header-ss span{
    font-size: 14px;
    color: #3D464D;
}
.gap-10{
    gap: 10px;
}
.order-table-header{
    padding: 20px;
    background-color: #fff;
     border-color: #fff;
}
.order-table-header span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-right: 1px solid #DEE2E6;
    color: #000000;
    padding: 0 10px;
}
.mt-40{
    margin-top: 40px;
}
.order-table-header span:last-child{
    border-right: none;
}
@media (max-width: 1300px){
    .block {
        margin-bottom: 150px;
    }
}
@media (max-width: 991px) {
    .account-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .account-nav__title {
        display: none;
    }
    .account-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        width: 100%;
        border-bottom: 2px solid #f0f0f0;
    }
    .account-nav__item--active a {
        color: #3d464d;
        font-weight: 500;
        border-color: #0068a7;
    }
    .account-nav__item a {
        padding: 8px 16px;
        margin-bottom: -2px;
        border-bottom: 2px solid #f0f0f0;
    }
}

@media (min-width: 992px) {
    .account-nav {
        border: 2px solid #f0f0f0;
        border-radius: 2px;
    }
    .account-nav__title {
        font-size: 20px;
        padding: 24px 26px 0;
        margin-bottom: 1rem;
    }
    .account-nav ul {
        padding-bottom: 18px;
    }
    [dir=ltr] .account-nav__item--active a {
        border-left: 2px solid #0068a7;
    }
    .account-nav__item--active a {
        color: #D3202A;
        font-weight: 500;
    }
    [dir=ltr] .account-nav__item a {
        margin-left: -2px;
        /*border-left: 2px solid #f0f0f0;*/
    }
    .account-nav__item a {
        padding: 5px 26px;
    }
}

@media (max-width: 767px) {
    .dashboard__profile, .dashboard__address {
        width: 100%;
    }
    .dashboard__address {
        margin-top: 24px;
    }
    .order-history-header-ss {flex-direction: column;
    }
}

@media (min-width: 768px) {
    .dashboard__profile, .dashboard__address {
        width: calc(33% - 12px);
    }
}

