.bottom-bot-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom-bot-bg img {
    width: 100%;
    max-width: unset;
    display: block;
}
.single-thumbnail-slider img {
    object-fit: cover;
    margin: auto;
}
.shop-item-details {
    padding-left: 46px;
}
.shop-item-details nav .breadcrumb {
    padding-left: 0;
    background-color: transparent;
}
.product__options .link {
    display: inline-block;
    vertical-align: middle;
}

.product__options .quantity {
    display: inline-block;
}
.quantity input {
    border: 0;
    height: 56px;
    padding: 0;
    width: 47px;
    text-align: center;
    cursor: pointer;
    margin-left: -3px;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent;
    color: white;
}
.quantity input.input-text {
    border-right: 0;
    border-left: 0;
}
.quantity input.minus {
    border-radius: 6px 0 0 6px;
}
.quantity input.plus {
    border-radius: 0 6px 6px 0;
}
.shop-item-details form {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.shop-item-details .cat {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.shop-item-details .cat li:first-child {
    padding-left: 0;
}
.shop-item-details .cat li {
    list-style: none;
    display: inline-block;
    padding: 0 22px;
}
.shop-tabs .nav-item button {
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
}
.shop-tabs .nav-pills .nav-item:first-child .nav-link {
    padding-left: 0;
}
.shop-tabs .nav-pills .nav-item .nav-link.active {
    background: transparent;
    color: var(--main-color);
}
.shop-tabs .nav-pills {
    margin-bottom: 30px;
}
.productDetailRelatedProduct .offer-block-three .inner-box {
    margin: 0 15px;
}
.productDetailRelatedProduct .slick-arrow {
    position: absolute;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    height: 45px;
    width: 45px;
    line-height: 56px;
    border-radius: 6px;
    color: var(--main-color);
    margin-right: 10px;
    top: -74px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    font-size: 26px;
}
.productDetailRelatedProduct .slick-arrow:before {
    display: none;
}

.productDetailRelatedProduct .slick-arrow.slick-prev {
    left: unset;
    right: 45px;
}

.product-thumbnail-carousel .single-thumbnail-item img {
    object-fit: cover;
}
.product-thumbnail-carousel .slick-slide img {
    margin: auto;
}
.account-nav {
    background-color: #000000;
}
.account-nav .card-header {
    border-bottom: 1px solid #ab956e;
    padding: 15px 20px;
    margin-bottom: 10px !important;
}
.account-nav .account-nav__item {
    padding: 5px 20px;
    font-size: 17px;
}
.account-nav > ul {
    margin-bottom: 20px;
}
.dashboard__profile {
    background-color: #000000;
    border-radius: 0;
    text-align: center;
}
.dashboard__orders {
    background-color: #000000;
}
.dashboard__orders .card-header {
    padding: 15px 12px;
}
.dashboard__orders .card-table td, .dashboard__orders .card-table th {
    color: white;
    border-color: #ab956e;
}
.account-nav__title {
    font-size: 24px;
}
.dashboard__orders .card-header h5 {
    font-size: 24px;
}
.account-nav .account-nav__item a {
    color: white;
}
.account-nav .account-nav__item a:hover, .account-nav .account-nav__item.account-nav__item--active a {
    color: #e4c590;
}


.addresses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.addresses-list__item--new {
    border-radius: 2px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    background: #000000;
}
.addresses-list__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed #ebebeb;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir=ltr] .addresses-list__plus::before, [dir=ltr] .addresses-list__plus::after {
    left: calc(50% - 16px);
}
.addresses-list__plus::before, .addresses-list__plus::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 1.5px;
    top: calc(50% - 2px);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
[dir=ltr] .addresses-list__plus::before, [dir=ltr] .addresses-list__plus::after {
    left: calc(50% - 16px);
}
.addresses-list__plus::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.addresses-list__plus::before, .addresses-list__plus::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 1.5px;
    top: calc(50% - 2px);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.address-card {
    position: relative;
    background-color: #000000;
}
[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: #e4c590;
    color: black;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 10px 0px;
    top: -2px;
    right: 15px;
}
.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}
.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: 13px;
    color: #e4c590;
    margin-bottom: 5px;
}
.address-card__footer {
    margin-top: 1.625rem;
}
.add-btn{
    font-size: 14px;
    background-color: #e4c590;
    border-radius: 0;
}
@media  screen and (min-width: 1200px){
    .addresses-list__item {
        max-width: calc((100% - 32px) / 3)
    }
    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }
    .addresses-list__divider:last-child {
        display: none;
    }
}


.order-header {
    padding: 1.625rem 2rem 1.375rem;
}

.order-header__actions {
    float: right;
    margin-top: -1px;
}
.btn-xs {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
}
.btn-secondary-ss{
    border-color: #f0f0f0;
    background: #f0f0f0;
    color: #3d464d;
    fill: #3d464d;
}
.order-header__title {
    border-bottom: 2px solid #e4c590;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-right: 3.5rem;
    float: left;
    font-size: 28px;
    font-weight: bold;
}
.order-header__subtitle {
    color: white;
    font-size: 14px;
    line-height: 1.375;
    clear: both;
    padding-top: 12px;
}
.order-header__subtitle mark {
    padding: 0;
    color: #ffffff;
    background: #fff0;
    font-weight: 500;
}
.address-card__badge{
    background-color: #e4c590;
}
.address-card__badge {
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}
.card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 2rem;
}
.card-table .card-table__body--merge-rows tr:first-child th, .card-table .card-table__body--merge-rows tr:first-child td {
    padding-top: 12px;
}
.card-table th:first-child, .card-table td:first-child {
    padding-left: 2rem;
}
.card-table .card-table__body--merge-rows th, .card-table .card-table__body--merge-rows td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.card-table tbody th, .card-table tbody td, .card-table tfoot th, .card-table tfoot td {
    padding: 12px 12px;
}
.card-table .card-table__body--merge-rows tr:last-child th, .card-table .card-table__body--merge-rows tr:last-child td {
    padding-bottom: 12px;
}
.ahInvoiceCardWrap {
    background-color: #000000;
}
.ahInvoiceTableWrap table{
    width: 100%;
}
.ahInvoiceTableWrap .action_btn {
    background-color: #e4c590;
    color: #000000;
    padding: 1px 9px;
}
.writeReviewPop .modal-title {
    font-size: 24px;
    color: black !important;
    font-family: 'DM Sans', sans-serif;
}

.writeReviewPop .modal-title {
    font-size: 24px;
    color: black !important;
}
.rating-widget {
    background-color: transparent;
}
.rating-widget ul#stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating-widget ul#stars .star {
    color: black;
    font-size: 20px;
}
.for_message label {
    color: black;
}
.for_button button {
    background-color: #e4c590;
    padding: 3px 15px;
}
.table-btn {
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.25rem;
    display: block;
    margin-bottom: 10px;
    border-radius: 0;
    color: #000;
    border: 0;
    background: var(--main-color);
}
.order-history-content .modal-title {
    color: black;
    font-family: 'DM Sans';
}
.order-history-content .modal-footer .btn-primary {
    background-color: #e4c590;
    border-color: #e4c590;
    color: #000;
}



@media (max-width:992px){
    .main-header .main-box .logo-box{
            padding: 40px 0px;
    }
    .fixed-header .main-box .logo-box {
        padding: 15px 0 0 !important;
    }

    .productDetailPage .auto-container {
        margin-top: 20px !important;
    }
    .productDetailPage .product-thumbnail-wrapper {
        margin-bottom: 25px;
    }
    .productDetailPage  .shop-item-details {
        padding-left: 0;
    }
    .shop-tabs .nav-item button {
        padding: 0px 30px 10px 0;
    }
    .productDetailRelatedProduct .slick-arrow {
        font-size: 17px;
        top: -55px;
    }
    .productDetailRelatedProduct .slick-arrow.slick-prev {
        right: 40px;
    }
}
@media (max-width: 600px) {
    .accountPage .title-box {
        margin-top: 65px !important;
    }
}
@media (max-width:768px){
    .accountPage .about-titlebg {
        margin-bottom: 40px;
    }
    .addresses-list__item.card.address-card {
        width: 100%;
        flex-basis: unset;
    }
    .addresses-list__divider {
        min-height: 15px;
        display: inline-block;
        width: 100%;
    }
    .order-header__actions {
        margin-top: -13px;
        margin-bottom: 20px;
    }
    .hidden-history .order-history-content.collapse .table tbody td {
        min-width: 80px;
    }
}