/*Scroll bar nav*/
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.13);
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: darkgrey;
    outline: 1px solid #a8a8a8;
}


:root {
    /*--tashkeelat-primary-color: #EEAC4C;*/
    --tashkeelat-dark-primary-color: #C3A996;
    /*--tashkeelat-light-primary-color: #FDFAF5;*/
    /*--tashkeelat-secondary-color: #255478;*/
    --tashkeelat-warning-color: #FAD877;
    --tashkeelat-danger-color: #E80909;
    --tashkeelat-light-danger-color: #FA837D;

    --star-size: 30px;
    --star-color: #CECECE;
    --star-background: #FAA830;

    --circle-size: clamp(1.25rem, 5vw, 2.25rem);
    --spacing: clamp(0.25rem, 2vw, 0.5rem);

    --border-radius: .625rem;
    --error-border-color: #E29C9C;


    --add-to-cart-fill-color: #255478;
    --add-to-fav-fill-color: #ccc;

}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    font-family: ropa-sans-arabic, sans-serif;
    background-color: var(--tashkeelat-light-primary-color);
}

.page-content {
    flex: 1 0 auto;
}

.page-footer {
    flex-shrink: 0;
}

img, svg, video {
    max-width: 100%;
}

.btn {
    border-radius: .625rem;
    vertical-align: unset;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header,
.page-content-bg {
    background-color: #fff;
}

[type=password]
{
    direction: ltr;
}

.page-header-bg {
    background-color: var(--tashkeelat-light-primary-color);
}


.overlay {
    z-index: 1990;
    background-color: transparent;
    backdrop-filter: blur(2px);
    color: #74c94e;
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9898989889898889;
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 3px;
    border-color: rgba(189, 189, 189, 0.39);
    border-top-color: var(--primary-color);
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.page-header .navbar-brand {
    /*height: 40px;*/
}

.page-header .navbar-brand img {
    object-fit: contain;
    width: auto;
    max-height: 60px;
}


    /*** custom radio button ***/

.address-card input[type="radio"],
.variant-value-label input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 27px;
    height: 27px;
    border: 0.15em solid transparent;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.address-card input[type="radio"] {
    width: 1.15em;
    height: 1.15em;
}

.address-card input[type=radio] {
    color: var(--tashkeelat-cta-color);
    border-color: currentColor;
    transform: translateY(-0.075em);
}

.variant-value-label input[type="radio"]::before,
.address-card input[type="radio"]::before {
    content: "";
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

.variant-value-label input[type="radio"]::before {
    width: 24px;
    height: 24px;
}

.address-card input[type="radio"]::before {
    width: 0.65em;
    height: 0.65em;
    box-shadow: inset 1em 1em var(--tashkeelat-cta-color);
}

.address-card input[type="radio"]:checked::before {
    transform: scale(1);
}

.variant-value-label input[type="radio"]:checked::before {
    transform: scale(1);
    border: 0.15em solid #FFF;
}

.variant-value-label input[type="radio"]:checked {
    border-color: var(--star-background);
}


/*validation*/
.form-group.error-message .strip-input,
.form-group.error-message .form-control{
    background-color: #FDF4F4;
    border-color: var(--error-border-color);
    box-shadow: 0 0 0 0.1875rem #ffe4e4;
    padding-right: 1rem;
    padding-left: .75rem;
}

[dir=rtl] .form-group.error-message .strip-input {
    box-shadow: 0 0 0 2px #df1b41;
}

[dir=rtl] .form-group.error-message .strip-input,
[dir=rtl] .form-group.error-message .form-control{
    padding-right: .75rem;
    padding-left: 2rem;
}


.form-group.error-message:before {
    content: '';
    position: absolute;
    left: .5rem;
    width: 20px;
    top:0;
    height: 100%;
    background-image: url(../images/icons/error.svg);
    background-repeat: no-repeat;
    background-position: center;
}

[dir=ltr] .form-group.error-message:before {
    left: unset;
    right: .5rem;
}

.cod-pay .form-group.error-message:before {
    top: unset;
    bottom: 0;
    height: 50px;
    left: .75rem;
}
/*Rate*/

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(-90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promotion-banner {
    padding: .75rem 0;
    background-color: var(--header-bg-color);
}

.menu-search {
    position: relative;
    width: 100%;
    margin: 1rem 0 .5rem;
    order: 1;
}

.menu-search input {
    border-radius: 22px;
    background-color: var(--tashkeelat-light-primary-color);
    color: var(--tashkeelat-dark-primary-color);
    padding-inline-start: 2.25rem;
    height: 44px;
    border-color: transparent;
}

.menu-search input::placeholder {
    color: var(--tashkeelat-dark-primary-color);

}

.menu-search input:focus {
    border-color: var(--tashkeelat-dark-primary-color);
    box-shadow: 0 0 0 0.25rem var(--tashkeelat-light-primary-color);
}

.avatar-dropdown {
    display: grid;
    grid-template-columns: 47px 1fr;
    grid-gap: 5px;
    color: #000;
}

.avatar-dropdown > img {
    width: 47px;
    height: 47px;
    object-fit: cover;
    border-radius: 50%;
    margin-inline-end: 5px;
}

.swal2-title {
    font-size: 1.5rem;
}

button.swal2-styled {
    margin: 0 5px;
    min-width: 90px;
    padding: 6px 5px;
}
.avatar-dropdown .user-name {
    font-size: 1.25rem;
    color: #000;
}

.avatar-dropdown.dropdown-toggle::after {
    display: none;
}

.show-menu-dropdown {
    display: flex;
    font-size: .75rem;
}

.dropdown-main-menu {
    min-width: 14rem;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 16px 76px rgba(0, 0, 0, 0.13);
}

.nav-item .dropdown-item,
.dropdown-main-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--tashkeelat-primary-color);
}

.dropdown-main-menu .dropdown-item > span {
    padding-inline-start: 1.5rem;
}

.dropdown-arrow {
    width: 5px;
    height: 8px;
}

.desktop-nav {
    /* overflow: hidden; */
    overflow: visible;
    /*background-color: #fff;*/
}

.desktop-nav ul {
    flex-wrap: nowrap;
    overflow: auto;
}

.desktop-nav .navbar-nav {
    /* overflow: hidden; */
    overflow: visible;
    background-color: #F8F6F4;
}

.desktop-nav.bg-white .navbar-nav {
    background-color: var(--tashkeelat-light-primary-color);
    filter: brightness(95%);
    border-radius: 0 0 20px 20px;
    overflow: hidden;

}

.desktop-nav a.nav-link {
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding: .75rem 1.15rem;
    font-size: 1.125rem;
    white-space: nowrap;
}

.desktop-nav a.nav-link:not(.active-link):hover {
    background-color: rgba(255, 255, 255, 0.73);
}

.separator-line {
    display: block;
    height: 1.25em;
    width: 1px;
    align-self: center;
    margin-inline-start: 4px;
    margin-inline-end: 6px;
    background-color: #F2F2F2;
}

.btn-signup {
    color: #FFF;
    background-color: var(--star-background);
    /*padding: .15rem .875rem;*/
    margin-inline-end: 8px;
}

.btn-signup:hover {
    opacity: .9;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#mainSlider .carousel-control-prev-icon,
#mainSlider .carousel-control-next-icon {
    background-image: unset;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.14);
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#mainSlider .carousel-control-next,
#mainSlider .carousel-control-prev {
    width: 10%;
    opacity: .8;

}

#mainSlider .carousel-control-prev {
    transform: rotateY(180deg);
    right: -6rem;
}

#mainSlider .carousel-control-next {
    left: -6rem;
}

.carousel-indicators {
    margin-top: 1em;
}

.carousel-indicators [data-bs-target] {
    background-color: #E0E0E0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 5px;
    border: 0;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--tashkeelat-cta-color);
}


/* .desktop-nav a.active-link {
    color: var(--tashkeelat-cta-text-color);
    background-color: var(--tashkeelat-cta-color);
} */

.menu-modal .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
}

.menu-modal .modal-content {
    width: 85%;
    border-radius: .75rem;
    overflow: hidden;
}

.menu-modal .modal-header-bg {
    background-color: #F8F6F4;
}

.modal.menu-modal.show .modal-dialog {
    margin: 4.75rem 1rem;
}

.menu-modal .modal-title {
    font-weight: bold;
    font-size: 1.375rem;
}

.menu-modal .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    background-size: contain;
    background: url("../images/icons/close-icon.svg") no-repeat center;
}

.navbar-icons .btn {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: unset;
}

.navbar-icons .btn-badge {
    position: absolute;
    min-width: 20px;
    height: 17px;
    border-radius: 8px;
    font-size: .875rem;
    background-color: #E04E4E;
    right: -12px;
    top: -6px;
    padding: 2px;
    border: 2px solid #fff;
    color: #FFF;
    line-height: 11px;
    display: none;
}

.navbar-icons .cart-item-count {
    /*background-color: #fff;*/
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.mainSlider-caption {
    left: 10%;
    top: 5%;
    bottom: 5%;
    right: unset;
    font-size: 1.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mainSlider-item img {
    object-fit: contain;
    height: 200px;
    vertical-align: unset;
}

.mainSlider-caption p {
    margin-bottom: 0;
    font-weight: 500;
}

.btn-cta {
    height: 38px;
    margin-top: .25rem;
    width: 120px;
    color: var(--tashkeelat-cta-text-color);
    font-weight: 700;
    background-color: var(--tashkeelat-cta-color);
}


/***** Features *****/
.tashkeelat-features {
    margin-top: 1rem;
    margin-bottom: 1.15rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tashkeelat-features .feature-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
    padding: 8px;
    flex-direction: column;
}

.home-page-banner {
    border-radius: 10px;
}

.tashkeelat-features .feature-box img {
    width: 30px;
    height: 30px;
}

.tashkeelat-features .feature-box p {
    margin-bottom: 0;
    margin-top: 6px;
    word-break: break-all;
}

.tashkeelat-banner {
    /*background-image: url('../images/banner_2.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 190px;*/
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    color: #FFF;
    max-width: 100%;
}

.tashkeelat-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(145deg, rgba(0, 0, 0, 0), rgba(190, 130, 101, 0.49));*/
}

.tashkeelat-banner-content {
    position: relative;
    z-index: 2;
    padding-inline-start: 1.5rem;
}

.tashkeelat-banner-content h4 {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: .25rem;
}

.section-title {
    font-weight: 700;
    color: #000;
    font-size: 1.5rem;
}

/***** Most recent section ******/
.most-recent {
    margin-bottom: 2rem;
}

.product-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    padding: .625rem 9px .75rem;
    border-radius: 12px;
    max-width: 300px;
}

.product-card-img {
    position: relative;
    border-radius: 9px;
}

.product-card-img a {
    display: block;
}

.product-card-img img.w-100 {
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.card-badge {
    position: absolute;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 1.5rem;
    padding: 0 4px 0 .625rem;
    right: -2px;
}

.card-badge span {
    vertical-align: middle;
    line-height: 1;
}

.card-badge-timer {
    background-color: var(--tashkeelat-warning-color);
}

.time-short-label {
    bottom: -.625rem;
}

time span:nth-child(odd) {
    display: inline-block;
    width: 15px;
    vertical-align: unset;
}

.payment-methods img {
    vertical-align: unset;
}

.card-badge-discount {
    color: #FFF;
    padding-top: 1px;
    background-color: var(--tashkeelat-danger-color);
}


.product-name {
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    margin-top: .75rem;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 400;
    /*overflow: hidden;*/
}

.product-price {
    line-height: 1;
    margin-bottom: 0;
}

.product-price .price {
    font-weight: 700;
}

.product-price .currency {
    font-weight: 700;
    font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
}

.old-price {
    margin-inline-start: 5px;
    font-size: 15px;
    color: var(--tashkeelat-light-danger-color);
    font-weight: 400;
}

.btn-preview {
    padding-inline-start: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin: 5px 0;
    font-size: .875rem;
    font-weight: 700;
    color: var(--tashkeelat-cta-color);
}

.btn-preview:hover,
.btn-preview:hover .preview {
    --preview-arrow-fill-color: var(--tashkeelat-dark-primary-color);
    color: var(--tashkeelat-dark-primary-color);
    fill: var(--tashkeelat-dark-primary-color);
}

.btn-preview:focus {
    box-shadow: none;

}

.btn-preview span {
    margin-inline-end: 9px;
}



.product-card-footer {
    display: flex;
    gap: 4px;
}

.product-card-btn {
    transition: all 400ms ease-in-out;
}

.btn-add-to-cart {
    font-weight: 700;
    font-size: .875rem;
    flex-grow: 1;
    color: var(--tashkeelat-secondary-color);
    padding: .375rem;
    text-align: start;
}

.product-preview .modal-dialog {
    align-items: flex-end;
}

.product-preview .modal-title {
    font-size: .935rem;
    font-weight: 400;
}

.preview-product-name {
    font-size: 1.375rem;
    font-weight: 700;
}

.rate-bg.rate-badge,
.preview-badge {
    padding: 5px 10px;
    background-color: #F5F1ED;
}

.review_content .rate-bg.rate-badge {
    padding: 5px;
    display: flex;
}

.preview-badge.rate-badge {
    margin-inline-start: 6px;
}

.rate-badge .Stars::before {
    font-size: 1.05rem;
    vertical-align: bottom;
}

.btn-buy {
    min-width: 190px;
}

.preview-badge .badge-count {
    font-size: .875rem;
    font-weight: 400;
    font-family: ropa-sans-arabic, sans-serif;
    margin-inline-start: 5px;
}

.short-description {
    margin-top: 1rem;
    font-weight: 400;
    /*max-width: 70%;*/
    font-size: .875rem;
}

.carouselPreview {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 5px;
    margin-top: .625rem;
}

.carouselPreview--vertical {
    grid-template-columns: 1fr;
    margin-top: 1.125rem;
}

.carouselPreview .carousel-indicators {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.carouselPreview--vertical .carousel-indicators {
    flex-direction: row;
}

.carouselPreview .carousel-indicators [data-bs-target] {
    text-indent: unset;
    box-sizing: border-box;
    border: 0;
    width: 62px;
    height: 62px;
    opacity: 1;
}

.carouselPreview--vertical .carousel-indicators [data-bs-target] {
    border: 2px solid transparent;
}

.carouselPreview--vertical .carousel-indicators [data-bs-target].active {
    border: 2px solid var(--star-background);
    border-radius: 7px;
}

.carouselPreview .carousel-item img {
    height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
}

.carouselPreview .carousel-indicators [data-bs-target]:not(:last-of-type) {
    margin-bottom: 8px;
}

.carouselPreview .carousel-indicators [data-bs-target] img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 7px;
}

.carouselPreview .carousel-indicators [data-bs-target] {
    text-indent: unset;
    box-sizing: border-box;
    border: 0;
    width: 80px;
    height: 80px;
    opacity: 1;
}

.carouselPreview--vertical .carousel-indicators [data-bs-target] {
    border: 2px solid transparent;
}

.carouselPreview--vertical .carousel-indicators [data-bs-target].active {
    border: 2px solid #ffcc00;
    border-radius: 7px;
}

.preview-feature {
    margin-top: 1rem;
}

.preview-feature .feature-row {
    display: grid;
    grid-template-columns: 22px 1fr;
    grid-gap: .75rem;
}

.preview-feature .feature-text {
    font-size: 13px;
}

.preview-feature .feature-text h3 {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 700;
}

.largePreviewImage {
    max-height: 450px;
    object-fit: contain;
    object-position: center;
}

.btn-showDetails {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: var(--tashkeelat-primary-color);
}

.product-preview .modal-content {
    border-radius: .75rem;
}

.product-preview .modal-footer {
    border-top: 0;
    border-radius: 1.75rem 1.75rem 0 0;
    box-shadow: 0 -3px 26px rgba(0, 0, 0, 0.1);
}

.product-preview .btn-add-to-cart {
    min-width: 250px;
    max-height: unset;
    display: flex;
}

.product-preview .btn-add-to-cart span {
    flex-grow: 1;
    text-align: center;
}

.badge-discount {
    color: var(--tashkeelat-danger-color);
    background-color: #F4D9D9;
    border-radius: var(--border-radius)
}

.btn-add-to-cart:hover,
.btn-add-to-cart:hover path {
    background-color: var(--tashkeelat-secondary-color);
    color: #FFF;
    fill: #FFF;
}

.fav-content  .btn-add-to-cart:hover,
.product-card  .btn-add-to-cart:hover {
    --add-to-cart-fill-color: #fff
}

.btn-add-to-fav-filled,
.btn-add-to-fav:hover {
    --add-to-fav-fill-color: var(--tashkeelat-danger-color);
}

.btn-add-to-cart svg {
    margin-inline-end: 10px;
}

.product-card .btn-add-to-cart svg {
    /*--add-to-cart-fill-color: #255478;*/
}

.product-card-btn {
    max-height: 39px;
    border: 2px solid #F2F2F2;
}

.btn-add-to-fav {
    padding: 0;
    width: 35px;
}

.btn-add-to-fav-filled,
.btn-add-to-fav:hover {
    background-color: rgba(220, 53, 69, 0.08);
}

.btn-add-to-fav:hover path {
    fill: var(--tashkeelat-danger-color);
}

/**** Swiper section ****/
.discount-section {
    padding: 1.375rem 0;
    background-color: #F9E5C7;
}

.discount-section .swiper-button-next,
.discount-section .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 17px rgba(0, 0, 0, 0.14);
}

.discount-section .swiper-button-prev,
.discount-section .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: 5%;
}

.discount-section .swiper-button-next,
.discount-section .swiper-rtl .swiper-button-prev {
    top: 5%;
    right: auto;
    left: 3rem;
}

.discount-section .swiper-button-next:after,
.discount-section .swiper-button-prev:after {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}


.section-sub-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.375rem;
}

.beauty-section {
    padding: 2rem 0;
}

.see-all {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

[dir= rtl] .swiper {
    padding-right: 1rem;
}

.banner {
    padding: 3rem 1.5rem;
    border-radius: var(--border-radius);
    background-color: #F7CFD8;
    background-image: url(../images/banner_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2rem;
}

.banner-text {
    max-width: 160px;
    font-size: 1.75em;
    font-weight: 700;
}

/***** Footer Style ****/
.page-footer {
    position: relative;
    background-color: #fff;
    padding-top: 2.315rem;
    padding-bottom: 5rem;
    border-top: 1px solid #F2F2F2;
}

.subscribe-text {
    font-size: 1.125rem;
    font-weight: bold;
}

.subscribe-form {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 50px;
    margin-bottom: 2rem;
}

.subscribe-form input {
    border-radius: 0 13px 13px 0;
    border-color: #F5F1ED;
    font-weight: 500;
    color: var(--tashkeelat-dark-primary-color);
}

.subscribe-form input::placeholder {
    text-align: right;
    color: var(--tashkeelat-dark-primary-color);

}

.subscribe-form input:focus {
    box-shadow: none;
    border-color: var(--tashkeelat-secondary-color);
}

.btn-subscribe {
    background-color: var(--tashkeelat-secondary-color);
    color: #FFF;
    border-radius: 13px 0 0 13px;
}

.btn-subscribe:hover {
    color: #FFF;
    opacity: 0.8;
}

.mobile-margin {
    margin-top: 2.25rem;
}

.footer-list-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.footer-list .nav-link {
    padding: .25rem 0;
    color: #000;
}

.footer-list .nav-link:hover {
    color: var(--tashkeelat-dark-primary-color);
}

.container-fluid-footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.payment-methods {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative;
    z-index: 3;
}

.subscribe-text {
    position: relative;
    z-index: 3;
}

.payment-methods img:not(:last-of-type) {
    margin-inline-end: .75rem;
}

.footer-border {
    position: absolute;
    bottom: 0;
    background-color: var(--tashkeelat-secondary-color);
    border: 2rem solid var(--tashkeelat-secondary-color);
    width: 100%;
    height: 150px;
    border-top: 0;
    border-radius: 1rem;
    box-sizing: border-box;
}

.footer-border:before,
.footer-border:after {
    position: absolute;
    top: -3rem;
    background-color: var(--tashkeelat-secondary-color);
    content: '';
    border-radius: 1rem;
    width: 2rem;
    height: 160px;
}

.footer-border:before {
    left: -2rem;
}

.footer-border:after {
    right: -2rem;
}

.footer-inner-border {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: 1.5rem solid #FFF;
    border-top: 0;
    border-radius: 0 0 1rem 1rem;
    position: absolute;
    bottom: .25rem;
    left: 0;

}


/****** product details  ******/
.page-content-bg {
    padding: 1rem 0 5rem;
}

.remaining-counter {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    line-height: 1;
}

.remaining-counter .sku-number {
    font-size: .875rem;
    color: var(--tashkeelat-cta-color);
}

.remaining-counter .preview-badge {
    min-height: 26px;
    padding-inline-end: 3px;

    font-size: 15px;
    font-weight: 700;
}

.remaining-number {
    background-color: #fff;
    min-width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 13px;

    padding: 3px;
    vertical-align: middle;
}

.variants-card {
    margin-top: .758rem;
    background-color: var(--tashkeelat-light-primary-color);
    padding: 1rem 1.125rem;
    border-radius: var(--border-radius);
    margin-bottom: 1.25rem;
}

.variants-cards .variant-name {
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: .75rem;
    line-height: 1;
}

.variant-value-label {
    width: 27px;
    height: 27px;
    border-radius: 50%;

}

.variant-value-label {
    margin : 0 9px;
}

/*based on backend values*/
.variant-value-label:nth-child(1) .variant-bg {
    background-color: #6D4A53;
}

.variant-value-label:nth-child(2) .variant-bg {
    background-color: #BDC8A6;
}

.variant-value-label:nth-child(3) .variant-bg {
    background-color: #F5C906;
}

.variant-value-label:nth-child(4) .variant-bg {
    background-color: #1C464F;
}

.variant-value-label:nth-child(5) .variant-bg {
    background-color: #A2A3A7;
}



.order-now,
.product-details .tab-pane {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #F5F1ED;
}

.order-now .new-price {
    margin-inline-end: .75rem;
}

.order-now .new-price .price {
    font-size: 1.75rem;
}

.order-now .new-price .currency {
    font-size: 1.125rem;
}

.new-price,
del.old-price{
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
}
.order-now .badge-discount {
    font-size: .875rem;
}

.order-now .old-price {
    font-size: 1.06rem;
    color: var(--tashkeelat-danger-color);
}

.order-now .product-price {
    margin-inline-end: 1rem;
}

.btn-confirm-cod,
.btn-confirm {
    background-color: var(--tashkeelat-secondary-color);
    color: #FFF;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 700;
}

.btn-outline-confirm {
    color: var(--tashkeelat-secondary-color);
    border-color: var(--tashkeelat-secondary-color);
    font-size: 1.25rem;
    font-weight: 700;
}

.btn-outline-confirm:hover {
    background-color: var(--star-color);
}

.subscribe-text-lg {
    font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
}

.text-brand {
    color: #894e32;
}

.btn-confirm-cod:disabled,
.btn-confirm:disabled {
    cursor: not-allowed;
    pointer-events: auto;
    background-color: #CCCCCC;
}

.btn-confirm-cod:hover,
.btn-confirm:hover {
    opacity: .9;
    color: #FFF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .12);
}

.order-now .btn-confirm {
    max-width: 190px;
}

.remaining-time-countdown {
    background-color: #FDEAEA;
    border-radius: 10px;
    padding: 1.25rem 2rem;
    text-align: center;
    margin-bottom: .75rem;
}

.remaining-time-countdown h6,
.remaining-time-countdown strong {
    font-size: 1.35rem;
    font-weight: 700;
}

.remain-time {
    border-radius: .75rem;
    font-size: 2.125rem;
    font-weight: 700;
    background-color: #fff;
    width: 57px;
    height: 59px;
    margin-bottom: 8px;
}

.separator {
    font-size: 2.125rem;
    font-weight: 700;

    margin: 0 5px;
}

.timer-label {
    font-size: 13px;
}

.btn-add-to-cart-fill {
    color: #FFF;
    font-size: 1.25rem;
    background-color: var(--tashkeelat-secondary-color);
}

.upsell-text .btn-add-to-cart svg,
.btn-add-to-cart-fill svg {
    right: 8px;
    top: 5px;

}


div.products-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div.products-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div.products-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

/* Handle on hover */
div.products-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.product-preview .product-card-btn,
.product-details-cta .product-card-btn {
    max-height: unset;
}

.upsell-card {
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.upsell-card > div:first-of-type {
    padding: .75rem .75rem 1rem .75rem;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 1rem;
}

.upsell-text {
    padding: 0 .75rem 1.25rem .75rem;
}

.upsell-section {
    background-color: #F9E5C7;
    padding: 2rem 1rem;
    margin-top: 2rem;

}

.upsell-title {
    line-height: 1;
    font-size: 1.0625rem;
    margin-bottom: .875rem;
}

.upsell-price {
    font-size: 1.5625rem;
    font-weight: 700;
}

.upsell-text .card-badge-discount {
    font-size: 1.25rem;
    padding: 5px 10px;
    font-weight: 700;
    min-width: 80px;
    vertical-align: middle;
    margin-inline-end: .75rem;
}

.upsell-product-name {
    font-weight: 700;
}

.upsell-discount,
.upsell-offer-price {
    font-size: 1.0625rem;
}

.upsell-offer-price {
    color: #89C0D0;
}

.upsell-discount {
    color: var(--tashkeelat-danger-color);

}

.upsell-text .btn-add-to-cart {
    margin-top: 1.25rem;
    max-height: unset;
    font-size: 1.25rem;
}

.product-details {
    padding: 1.25rem 0;
}

.product-details .nav-tabs .nav-link {
    color: #CCCCCC;
    font-weight: 700;
    font-size: 1.125rem;
}

.product-details .nav-tabs .nav-link.active {
    color: var(--tashkeelat-cta-color);
    border-color: transparent;
    border-bottom-color: currentColor;
    position: relative;
}

.nav-scroller .nav .nav-link.active:before,
.product-details .nav-tabs .nav-link.active:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 7px 7px 0 0;
    background-color: var(--tashkeelat-cta-color);
}

.product-details .nav-tabs li:first-of-type {
    margin-inline-start: 1rem;
}

.product-details .tab-pane {
    margin: 1.25rem 1rem;
}

.product-details .tab-pane h6 {
    font-size: 1.0625rem;
    margin-bottom: 0;
    font-weight: 700;
}

/****** customer reviews ******/
.customer-reviews .preview-badge {
    font-weight: 700;
    border-radius: 13px;
    text-align: center;
    display: inline-block;
    min-width: 48px;
}

.review_wrapper {
    column-count: 2;
    column-gap: .75rem;
}

.btn-see-all {
    background-color: #F5F1ED;
    margin: 1.5rem auto;
    display: block;
    height: 46px;
    max-width: 350px;
}

.btn-see-all:hover {
    background-color: #e5d3c4;
}

.btn-see-all:focus {
    box-shadow: 0 0 0 0.25rem var(--tashkeelat-light-primary-color);
}

.upsell-add-to-cart {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
    .review_wrapper {
        column-count: 1;
    }

}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .review_wrapper {
        column-count: 4;
    }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .review_wrapper {
        column-count: 3;
    }
}

.review_col {
    margin-top: 2em;
    border-radius: .25rem;
    display: inline-block;
    width: 100%;
}

.review {
    display: flex;
    padding: .625rem;
    background-color: #F2F2F2;
    border-radius: .75rem;
    justify-content: space-between;
}

.review_content img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


.reviewer-name {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-top: .625rem;
}

.rate-badge {
    font-size: .875rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 13px;
    background-color: #fff;
}

.review_text {
    font-size: .875rem;
    margin-top: 1rem;
}

.related-products {
    background-color: #FDFAF5;
    padding: 2rem 0;
}

/****** Cart page ******/
.page-title {
    background-color: #F7F3ED;
    margin-bottom: 1.5rem;
}

.page-title h2 {
    font-weight: bold;
    padding: .75rem 1rem;
    font-size: 1.125rem;
}

#checking,
.coupon-code-valid,
.validate-coupon-code
{
    display: none;
}

.cart-empty {
    flex-direction: column;
    height: 300px;
}

.empty-description {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-weight: bold;
    line-height: 1;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.empty-description + p {
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
.cart-empty-status .offers {
    padding: 1.5rem 0;
    background-color: var(--tashkeelat-cta-color);
}

.cart-empty-status .offers .section-title,
.cart-empty-status .offers .section-sub-title {
    color: #FFF;

}

.order-details {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 100px 1fr;
}

.order-card:not(:last-of-type) {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.order-image {
    border-radius: 7px;
    height: 95px;
    object-fit: cover;
    max-width: 100%;
}

.order-description {
    color: var(--tashkeelat-secondary-color);
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
}

.cart-list .new-price,
.cart-list .old-price {
    text-align: end;
}

.cart-list .new-price .price {
    font-size: 1.15rem;
    font-weight: bold;
}

.cart-list .old-price .price {
    font-size: 15px;
}

.order-amount {
    margin-inline-start: auto;
    max-width: 150px;
    margin-top: .75rem;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-amount .btn {
    height: 100%;
}

.order-amount .btn:focus {
    box-shadow: none;
    color: var(--tashkeelat-primary-color);
}

.modal-delete-text {
    padding: 2rem;
    text-align: center;
}

.form-promo-code {
    margin-bottom: 2.25rem;
}

.form-promo-code .form-group {
    position: relative;
    max-width: 350px;

}

.form-promo-code label {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: .75rem;
}

.form-promo-code label span {
    font-size: 13px;
    font-weight: 500;
}

.form-promo-code .form-control {
    padding-inline-end: 10rem;
    height: 48px;
    border-radius: 10px;
    border-width: 2px;
    border-color: #ECE5E0;
}

.form-promo-code .form-control:focus {
    box-shadow: 0 0 0 0.25rem var(--tashkeelat-light-primary-color);
}

.form-promo-code .validation-input-group {
    position: absolute;
    top: 0;
    transform: translateY(30%);
    left: .75rem;
    display: flex;
    align-items: center;

}

.form-promo-code .error-message {
    font-weight: bold;
    font-size: .926rem;
}

.form-promo-code .btn-check-promo {
    margin-inline-start: 5px;
    height: 30px;
    padding: 0 1rem;
    color: #FFF;
    border-radius: 8px;
    align-items: center;
}

.form-promo-code .btn-check-promo:not(.btn-danger)
{
    background-color: var(--tashkeelat-secondary-color);
}

.order-confirm-buttons,
.order-summary {
    margin-left: -15px;
    margin-right: -15px;

    padding: .875rem 1rem;
}

.order-summary {

    background-color: var(--tashkeelat-light-primary-color);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-amount {
    font-weight: bold;
}

.summary-divider {
    border-top-width: 4px;
    border-color: #EFE9E2;
    margin-bottom: 1.25rem;
}

.summary-row-total {
    font-weight: bold;
    font-size: 1.25rem;
}

.order-confirm-buttons {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #EFF1F4;
}

.order-confirm-buttons .btn-confirm {
    margin-bottom: .625rem;
}

.btn-shopping {
    font-weight: bold;
    font-size: 1.125rem;
    border-radius: .625rem;
    background-color: #fff;
}

.delete-order .modal-content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border-radius: .875rem;
}

.confirm-delete-buttons {
    border-top: 1px solid #C6C6C8;
    height: 49px;
}

.confirm-delete-buttons .btn-confirm-delete:first-of-type {
    border-left: 1px solid #C6C6C8;
    border-radius: 0;
    color: var(--tashkeelat-danger-color);
}

.confirm-delete-buttons .btn-dismiss-delete {
    color: var(--tashkeelat-secondary-color);
}

.fav-content .new-price,
.fav-content .old-price {
    text-align: start;
}

.fav-content .new-price .price {
    font-size: 1.0625rem;
}

.fav-content .old-price .price {
    font-size: .9375rem;
}

.fav-content .btn-add-to-cart {
    max-width: 110px;
}

.w-sm-100 {
    width: 100%;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

}

.nav-scroller .nav .nav-link {
    color: #000000;
    position: relative;
}

.nav-scroller .nav .nav-link.active:before {
    left: 15%;
    right: 15%;
}

.nav-scroller .nav .nav-link:hover {
    color: var(--tashkeelat-dark-primary-color);
}

.categories-list {
    background-color: var(--tashkeelat-light-primary-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.categories-list .menu-search input {
    background-color: #fff;
    margin-bottom: 1.25rem;
    max-width: 500px;
}

.page_wrapper {
    text-align: start;
    padding: 2em 0;
    background-color: #fff;
}

.page_header {
    font-size: 2em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: var(--tashkeelat-secondary-color);
}

.page_header:after {
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: var(--tashkeelat-primary-color);
    opacity: .7;
}

.page_subHeader {
    color: #4b4b4b;
}

.page_subHeader:not(:first-of-type) {
    margin-top: 1em;
}

.subHeader {
    color: #1b1e21;
}

.page_wrapper li {
    padding: .25em 0;
}


/**** contact us page ****/
.contact-us {
    padding-bottom: 1.25rem;
}

.contact-us .feature-box {
    max-width: 220px;
    height: 69px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contact-us .feature-box p {
    font-size: .9375rem;
}

.contact-us > div:nth-child(odd) {
    justify-content: flex-end;
}

.contact-us > div:nth-child(even) {
    justify-content: flex-start;
}

.contact-bg {
    margin-bottom: 1.375rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    background-color: var(--tashkeelat-light-primary-color);
}

.contact-info,
.contact-whatsapp {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-whatsapp {
    background-color: #EFF1F4;
    border-radius: .75rem;
    padding: 1.25rem 1rem;
    margin-bottom: 2rem;
}

.contact-whatsapp h3 {
    font-size: 1.375rem;
    font-weight: bold;
}

.toast-success {
    box-shadow: 0 3px 5px rgba(0,0,0,.16);
    background-color: #4CAF50;
}

.toast-success .toast-header {
    background-color: transparent;
    color: #FFF;
}

.btn-whatsapp {
    margin-top: 1.25rem;
    height: 57px;
    border-radius: .625rem;
    background-color: #fff;
}

.badge-info {
    background-color: #F5F1ED;
    color: #000;
    border-radius: 1rem;
    margin-inline-end: 8px;
    font-size: 1.125rem;
}

.contact-hint {
    font-size: 1.125rem;
}

.form-control-custom {
    color: #000;
    border-radius: .625rem;
    border: 2px solid #ECE5E0;
}

.link-primary-color {
    color: #255478;
}

input.form-control-custom {
    height: 45px;
}

input.form-control-custom::placeholder {
    text-align: right;
}

.form-control-custom::placeholder {
    color: #BEBEBE;

}


.form-control-custom:focus {
    border-color: #a5a6aa;
    box-shadow: 0 0 0 0.25rem var(--tashkeelat-light-primary-color);
}

/******** My orders *******/
.order-card-fill {
    background-color: #F5F1ED;
    border-radius: .75rem;
    padding: .875rem;
    font-size: .9375rem;
}

.order-card-fill time {
    font-weight: 400;
}

.order-card-fill .order-details {
    grid-template-columns: 50px 1fr;
}

.order-card-fill .order-details-multi-products {
    grid-template-columns: 85px 1fr;

}

.order-card-fill .order-image {
    height: 50px;
    max-width: 50px;
    border: 2px solid #fff;
}

.time-progress {
    margin-top: 1.25rem;
}

.time-progress p {
    margin-bottom: .625rem;
}

.time-progress .progress {
    height: 8px;
    background-color: #fff;
}

.time-progress .progress-bar {
    border-radius: 5px;
}

.time-progress .progress-bar-warning {
    background-color: var(--star-background);
}

.time-progress .progress-bar-danger {
    background-color: var(--tashkeelat-danger-color);
}

.time-progress .progress-bar-info {
    background-color: #17a2b8;
}

.time-progress .progress-bar-primary {
    background-color: var(--tashkeelat-secondary-color);
}


.order-products-images > img:not(:first-of-type) {
    position: absolute;
    right: 25%;
}

.time-progress .progress-bar-success {
    background-color: #5FC415;
}

.show-order-details {
    transition: all ease-in-out 500ms;
}
.show-order-details:hover,
.show-order-details:focus {
    transform: translateX(10px);
}
/****** order details  *****/
.section-title-2 {
    font-size: 1.25rem;
}

.review_content {
    max-width: 100%;
}
.c-stepper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EFEFEF;
}

.c-stepper__item {
    position: relative;
    display: flex;
    gap: 1rem;
}

.c-stepper__item:not(:last-of-type) {
    padding-bottom: calc(.875rem + 1vw);

}

.c-stepper__item:before {
    content: "";
    flex: 0 0 var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: var(--tashkeelat-secondary-color);
    position: relative;
    z-index: 2;
}

.not-complete:before {
    background-color: transparent;
    border: 3px solid #CCCCCC;

}

.canceled:before {
    padding: 6px;
    background-color: var(--tashkeelat-danger-color);
    outline: 2px solid var(--error-border-color);
    border: 3px solid #FFF;
}
.done:before {
    padding: 6px;
    background-color: #5aa738;
    outline: 2px solid #74c94e;
    border: 3px solid #FFF;
}

.pending:before {
    padding: 6px;
    background-color: var(--star-background);
    outline: 2px solid var(--star-background);
    border: 3px solid #FFF;

}

.c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(var(--circle-size));
    bottom: 0;
    transform: translateX(calc(var(--circle-size) / -2));
    width: 2px;
    z-index: 1;
    background-color: var(--tashkeelat-secondary-color);
}

.c-stepper__item.pending:after,
.c-stepper__item.not-complete:after{
    background-color: #CCCCCC;
}


.c-stepper__title {
    color: #000;
    font-weight: bold;
    font-size: clamp(.87rem, 4vw, 1.25rem);
    margin-bottom: 0.5rem;
}

.not-complete .c-stepper__title {
    color: #CBCBCB;
}

.c-stepper__content {
    max-width: 700px;
}


/*** Non-demo CSS ***/
.wrapper {
    max-width: 1000px;
}

.confirmation-code label {
    width: 57px;
    height: 56px;
}

.confirmation-code label .form-control {
    height: 100%;
    text-align: center;
}

.confirmation-code label .form-control::placeholder {
    text-align: center;
    font-size: 1.25rem;
    line-height: 56px;
}

.btn-close-custom {
    opacity: 1;
    background: url('../images/icons/close.svg') no-repeat;
}

.forgetPasswordModal .modal-title,
.addAddressModal .modal-title,
.addCardModal .modal-title {
    font-size: 0.9375rem;
}

.forgetPasswordModal .section-title,
.addAddressModal .section-title,
.addCardModal .section-title {
    font-size: 1.375rem;
}

/***** addresses list *******/
.addresses-list,
.delivery-types-list {
    grid-gap: .5em;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.address-card {
    max-width: 345px;
    padding: .625rem;
    border-radius: .75rem;
    background-color: #EFF1F4;
    display: grid;
    grid-template-columns: 30px 1fr;
}


.address-card .address {
    display: flex;
    flex-direction: column;
}

.address-card .address .label-header {
    font-size: 1rem;
    font-weight: bold;
}

.address-card .address .label-description {
    font-weight: 400;
    padding-inline-end: 1rem;
}
.dots-menu.dropdown-toggle::after {
    display: none;
}

.dropdown.position-absolute {
    left: .75rem;
    top: 0.5rem;
}

.address-card {
    position: relative;
}

.address-card .address .label-header {
    padding-left: 1.5rem;
    margin-bottom: .25rem;
}
.btn-outline-cta {
    margin-top: 1em;
    border: 2px solid #ECE5E0;
    border-radius: 10px;
}

.btn-outline-cta:hover {
    border-color: var(--tashkeelat-cta-color);
    background-color: #ECE5E0;
}

.pay-next {
    max-width: 400px;
    margin-top: 3em;
    padding: 1em 1em 2em;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 -3px 26px rgba(0, 0, 0, 0.1);
}

.order-summary-payment {
    border-radius: 1.125rem 1.125rem 0 0;
    background-color: #F7F7F7;
}

.payment-total {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid #EBEBEB;
    padding: 1.125rem 1rem;
    margin-left: -15px;
    margin-right: -15px;
}

.payment-total .new-price {
    font-weight: bold;
    font-size: 1.0925rem;
}


.payment-total .btn-confirm {
    max-width: 200px;
}

.paymentModal .check-icon {
    height: 105px;
    width: 120px;
    object-fit: none;
}

.paymentModal .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #C6C6C8;
}

.paymentModal .modal-content {
    border-radius: .875rem;
}

/***** thank you page *******/
.thanks-wrapper {
    padding: 2em 0;
}

.btn-warning {
    border-radius: .625rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.btn-warning:hover {
    color: #fff;
    opacity: 0.9;
}

/***** profile page ****/
.update-profile {
    max-width: 900px;
}

.change-avatar {
    padding: 1.125rem;
    background-color: #F5F1ED;
    border-radius: .75rem;
    margin-bottom: .875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#avatarPreview {
    cursor: pointer;
    width: 116px;
    height: 116px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}

#avatarPreview:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.15);
    opacity: .8;
}

.avatar-control {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.ads-wrapper {
    width: 100%;
    height: 400px;
    background-color: #F2F2F2;
    border-radius: .75rem;
    box-shadow: 0 3px rgba(0, 0, 0, .16);
}

.btn-outline {
    font-weight: bold;
    border-radius: .625rem;
    background-color: #fff;
    border: 2px solid #ECE5E0;
}

.quick-view-modal .rate-badge {
    border-color: #F5F1ED;
    padding: 5px 10px;
}

.quick-view-modal .carousel-indicators {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    max-height: 350px;
    overflow: auto;
}


.quick-view-modal .carousel-indicators::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.quick-view-modal .carousel-indicators::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.quick-view-modal .carousel-indicators::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

/* Handle on hover */
.quick-view-modal .carousel-indicators::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.quick-view-modal .carouselPreview .carousel-item img {
    border-radius: 7px;
    height: 350px;
    object-fit: contain;
    object-position: center;
}

.quick-view-modal .btn-showDetails {
    max-width: 340px;
    display: block;
    margin: 0 auto;
}

.quick-view-modal .btn-showDetails:hover {
    color: #FFF;
    background-color: var(--tashkeelat-dark-primary-color);
}

.quick-view-modal .new-price {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.quick-view-modal .badge-discount {
    font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
}

.quick-view-modal .old-price {
    font-size: clamp(0.813rem, 0.676rem + 0.68vw, 1.188rem);
}

.white-cart {
    --add-to-cart-fill-color: #FFF
}


.new-price--flex {
    justify-content: flex-end;
}

@media (min-width: 362px) {
    .tashkeelat-features .feature-box {
        min-width: 76px;
        align-items: center;

    }

}

@media (min-width: 568px) {
    .tashkeelat-features .feature-box {
        width: 24%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .w-sm-100 {
        width: unset;
    }

    .navbar-brand {
        flex-grow: 1;
    }

    .navbar-icons {
        order: 1;
    }

    .menu-search {
        width: unset;
        margin: 0;
    }

    .mainSlider-item img {
        min-height: 500px;

    }

    .btn-cta {
        font-size: 1em;
        height: unset;
        width: 150px;
    }

    .mainSlider-caption p {
        font-size: calc(1rem + 2vw);
        line-height: 1.2;
    }

    .tashkeelat-features {
        margin: 2rem 0;
        justify-content: center;
    }


    .tashkeelat-features .feature-box img {
        width: 65px;
        height: 65px;
    }

    .tashkeelat-features .feature-box {
        /*font-size: calc(.25rem + 1vw);*/
    }

    .card-badge {
        padding-top: 0;
        font-size: 1rem;
    }


    .c-stepper {
        display: flex;
    }

    .c-stepper__item {
        flex-direction: column;
        text-align: center;
        gap: 0;
        flex: 1;
        padding-bottom: 0;
    }

    .c-stepper__item:before {
        --size: 3rem;
        display: block;
        width: var(--circle-size);
        flex: unset;
        margin: 0 auto 1rem;
    }

    .c-stepper__item:not(:last-child):after {
        position: relative;
        z-index: 1;
        right: calc(50% + calc(var(--circle-size) / 2));
        top: calc(var(--circle-size) / 2);
        transform: unset;
        width: calc(100% - var(--circle-size));
        height: 3px;
        order: -1;
    }

}

@media (min-width: 992px) {

    .rate-badge .Stars::before {
        font-size: 1.25rem;
    }
    .container-constraints {
        width: 85%;
        margin: 0 auto;
    }

    .page-header.bg-desktop {
        background-color: transparent;
    }

    .page-header.bg-desktop .menu-search input {
        background-color: #fff;
    }
    .menu-search {
        order: unset;
    }

    .mainSlider-caption {
        right: 10%;
        left: unset;
    }

    .order-now .product-price {
        margin-inline-end: 2.25rem
    }
    .section-title {
        font-size: 2em;
    }

    .order-confirm-buttons,
    .order-summary,
    .payment-total {
        margin-left: unset;
        margin-right: unset;
    }

    .product-preview .modal-dialog {
        max-width: 650px;
    }

    .page-title {
        background-color: transparent;
    }

    .page-title h2 {
        margin: 2rem 0;
        font-size: 2em;
    }

    .order-summary {
        border-radius: .625rem;
    }

    .order-summary.order-summary-payment {
        border-radius: .625rem .625rem 0 0;
    }

    .tashkeelat-banner {
        height: 450px;
    }

    .tashkeelat-banner-content p,
    .tashkeelat-banner-content h4 {
        font-size: clamp(1rem, 0.4rem + 3.25vw, 3.563rem);
    }

    .payment-methods {
        margin-left: unset;
        margin-right: unset;
        max-width: unset;
    }

    .banner.tashkeelat-banner .banner-text {
        max-width: 450px;
        line-height: 1.5;
    }


    .carouselPreview .carousel-item img {
        height: 420px;
    }

    .product-preview .carouselPreview .carousel-item img {
        height: 330px;
    }

    .registration {
        border-radius: .625rem;
        max-width: 460px;
        padding: 2em 0;
        margin: 3em auto;
        background-color: #F8F6F4;
    }

    .registration .register-form {
        width: 70%;
        margin: 0 auto;
    }

    .registration .section-title,
    .registration .section-sub-title {
        text-align: center;
    }

    .has-account {
        margin-top: 2rem !important;
        padding: .375rem .75rem;
        font-size: 1rem;
        background-color: #fff;
        border-radius: .625rem;
        margin-bottom: 0;
    }

    .has-account a {
        color: #000;
    }


    .alternative-auth {
        position: relative;
        text-align: center;
        margin-top: 2rem;
    }

    .alternative-auth:before,
    .alternative-auth:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 1px;
        top: 50%;
        background-color: rgba(195, 169, 150, 0.21);
    }

    .alternative-auth:before {
        left: 0;
    }

    .alternative-auth:after {
        right: 0;
    }

    .alternative-auth span {
        position: relative;
        z-index: 2;
        border-radius: .625rem;
        padding: 5px .75rem;
        background-color: #fff;
    }

    .product-details-slider {
        position: sticky;
        top: 0;
    }

    .review_content {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .review_content img {
        height: 100%;
        width: 100px;
    }

    .change-avatar {
        flex-direction: column;
        gap: 1rem;
    }

    .product-card-btn.btn-add-to-fav {
        padding: 0;
        width: 45px;
    }
}

@media (max-width: 568px) {
    .tashkeelat-features {
        flex-wrap: nowrap;
        text-align: center;
    }

    .tashkeelat-features.contact-us {
        flex-wrap: wrap;
    }
    .product-preview .btn-add-to-cart {
        min-width: 150px;
        font-size: 1rem;
    }

    .product-preview .modal-footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 360px) {
    .order-now {
        gap: .875rem;
        flex-wrap: wrap;
    }

    .remain-time {
        width: 100%;
        padding: 0 .625rem;
    }
}

/* Custom styles for the dropdown hover */
    .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid var(--tashkeelat-secondary-color);
    background-color: #F8F6F4;
    }
    .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 1000; /* Ensure the dropdown is above other elements */
    top: 100%; /* Position the dropdown below the parent link */
    }

    .dropdown-menu a {
    white-space: nowrap;
    }
    .dropdown-menu {
    z-index: 1000; /* Ensures the dropdown is above other elements */
    }

    /* Ensure the arrow rotates when subcategories are shown */
.nav-link.has-subcategories[data-bs-toggle="collapse"][aria-expanded="true"] img {
    transform: rotate(90deg);
}

/* Customize the appearance of the subcategories */
.navbar-nav .collapse .nav-link {
    padding-left: 20px; /* Indent subcategory links */
}

.navbar-nav .collapse {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid var(--tashkeelat-secondary-color);
    background-color: #F8F6F4;
}

