/* Utilities */
.list-none {
    list-style: none !important;
}

/* Styles */
.navbar-brand img {
    height: 100px !important;
}
.search_form {
    height: 40px !important;
    max-width: 420px !important;
    width: 420px !important;
    background-color: #FFF;
    border: 1px solid var(--web-primary) !important;
    border-radius: 2px !important;
}
@media screen and (max-width: 950px) {
    .search_form {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.search_form .x-input-append {
    padding: 9px !important;
}
.search_form .x-input-append i {
    color: #868686;
}
.search_form input.search-bar-input {
    border: 0px !important;
    padding: 0px 3px !important;
    height: 35px !important;
    width: 78%;
}
.search_form .search_button {
    position: relative !important;
}
.search_button {
    background-color: transparent !important;
}

.navbar-tool-icon-box {
    height: 40px !important;
    width: 40px !important;
}
.navbar-tool-icon {
    line-height: 40px !important;
}
.close-search-form-mobile {
    height: 38px;
    width: 60px;
    line-height: 38px;
}
.navbar-tool-icon-box-2 {
    background-color: var(--web-primary) !important;
    color: #FFF !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 4px !important;
    padding: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
    overflow: hidden;
}

/* Always show the toggle bottom bar */
.navbar-stuck-toggler {
    display: inline-block !important;
}
.footer-web-logo a img {
    height: 150px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.page-footer {
    background: #0C0C0C;
}
.footer-header {
    color: var(--web-primary) !important;
    font-weight: bold;
}

.border-primary {
    border-color: var(--web-primary) !important;
}
.bg-primary-100 {
    background-color: var(--primary-100);
}

.text-gray-1 {
    color: #7e7373;
}
.text-gray-2 {
    color: #A7A7A7;
}
.text-gray-3 {
    color: #767676 !important;
}
.h-40px {
    height: 40px;
}
.start-0 {
    inset-inline-start: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.footer-bg-img {
    inset-inline-start: 100px;
    top: -160px;
    height: 175%;
}
[dir='rtl'] .footer-bg-img {
    transform: rotateY(180deg) !important;
}
.text-xs {
    font-size: 14px;
}

.max-w-7xl {
    width: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}
.font-ar {
    font-family: var(--font-family-ar-sans-serif) !important;
}
.dropdown-menu .dropdown-divider:last-child {
    display: none;
}

.__top-slider-images .owl-dots {
    justify-content: start;
    max-width: 1260px;
    width: 100%;
    margin: auto;
    inset-inline-start: 50%;
    transform: translateX(-50%);
}
.__top-slider-images .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FFF !important;
}
.__top-slider-images .owl-dots .owl-dot.active {
    background-color: var(--web-primary) !important;
}
.__top-slider-images .owl-nav {
    padding: 0 10px;
}

.navbar-sticky.navbar-stuck {
    box-shadow: none !important;
}
.navbar-transparent {
    background-color: transparent !important;
}
.navbar-transparent .navbar-light {
    background-color: transparent !important;
}
.navbar, .navbar-sticky {
    transition: all .3s ease-in-out;
}

#marquee {
    margin: 21px 0;
}
.x-hr {
    height: 1px;
    width: 70px;
    margin: 0 32px;
    background-color: #000000;
}
.navbar-brand img {
    transition: all .3s ease-in-out;
}
.navbar-transparent .navbar-brand img {
    filter: brightness(0);
    transition: all .3s ease-in-out;
}

.x-title {
    position: relative;
    text-align: center;

    color: #000;
    font-family: var(--font-family-alt-sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.x-title:before {
    content: '';
    background-image: url('/assets/front-end/img/OFFERS.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #C8C6C6;
    height: 34px;
    width: 76px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
    z-index: 10;
}
[dir='rtl'] .x-title:before {
    transform: translateX(50%);
}
.x-banner-2 {
    width: 865px;
    height: 308px;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #f5e9e8;
    margin: 0px auto;
    overflow: hidden;
    display: block;
}
.x-banner-3 {
    width: 1021px;
    height: 562px;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #f5e9e8;
    margin: 0px auto;
    overflow: hidden;
    display: block;
}
.x-banner-2 img, .x-banner-3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.x-banner-3:hover {
    animation: bounce 0.5s ease forwards;
}

@keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

@media screen and (max-width: 950px) {
    .x-banner-2, .x-banner-3, .x-testimonial-card {
        height: auto;
        width:320px;
        margin: auto;
        max-width: 100%;
    }
    .w-xs-fit {
        width: fit-content !important;
    }
}
@media screen and (max-width: 321px) {
    .x-banner-2, .x-banner-3 {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .w-md-fit-content {
        width: auto !important;
    }
}
.w-md-fit-content {
    width: fit-content !important;
}
.w-fit-content {
    width: fit-content !important;
}

.x-pagination-bottom .swiper-pagination {
    bottom: -30px;
}
.swiper-pagination-bullet {
    background-color: #d9d9d9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f5e9e8;
}
.x-slider-zoom-center .swiper-slide > div {
    transition: all .3s ease-in-out;
}
.x-slider-zoom-center .swiper-slide:not(.swiper-slide-active) > div {
    transform: scale(0.9) !important;
}
.rounded-xl {
    border-radius: 20px;
}
body {
    background-color: #fffaf8;
}

/* code from home-page branch */
.testimonials{
    /*position: absolute !important;*/
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
/*.testimonials img{*/
/*    height: 383px;*/
/*    transition: all 0.3s ease;*/
/*}*/
.testimonials-head{
    text-transform: uppercase;
    font-size: 24px;
}
.testimonials .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.testimonials .owl-item.active img {
    height: 400px;
    width: 270px;
}

.testimonials .owl-item img {
    height: 300px;
    margin-top: 30px;
}


.shop-card__img{
    margin-top: 0px;
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 10px;
}
.fa-star{
    color: #FFE299;
}
.price-strike {
    position: relative;
    display: inline-block;
    color: #f5e9e8;
    text-decoration: line-through;
    text-decoration-color: #ef1414;
    text-decoration-thickness: 0.1rem;
}
.product-total-unit-price {
    text-decoration: line-through;
    text-decoration-color: #ef1414;
    text-decoration-thickness: 0.1rem;
}
/*.price-strike::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    border-bottom: 2px solid #f88383;*/
/*    width: 110%;*/
/*    transform: rotate(0deg);*/
/*}*/
.new-price{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.shop-card__img-container{
    position: relative;
}
.discount-rate {
    background-color: #F00707;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 2px;
}
.discount-rate p{
    padding: 2px !important;
    margin: 0 !important;
}
.product-status{
    background-color: rgb(240, 218, 218);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 10px;
    border-radius: 2px;
}
.product-status.featured {
    background-color: #FFE299;
    color: white;
}
.product-status.new {
    background-color: #C5CCFF;
    color: white;
}
.product-status p{
    padding: 2px !important;
    margin: 0 !important;
}
.favorite{
    position: absolute;
    right: 0;
    top: 10px;
}
.separator-img img{
    width: 1540px;
    height: 100px;
}
.magic-img{
    height: 562px !important;
    width: 1021px !important;
    border-radius:16px ;
}

.product-counter{
    background-color: #FFE299;
    padding: 10px 4px;
    border-radius: 4px;
}
.product-qty::after{
    content: "";
    position: absolute;
    width: 595px;
    max-width: 97%;
    height: 1px;
    border-radius: 0;
    background-color: #D9D9D9;
    margin-top: 30px;
    inset-inline-start: 50%;
    transform: translateX(50%);
}
.product-qty p{
    color: #D9D9D9;

}
.navigation-buttons button{
    background-color: inherit;
    border: none;
    color: #D9D9D9;
}
.new-collection{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.new-collection p{
    color: #000;
    font-weight: bold;
    margin-bottom: 0 !important;

}
.new-collection__img{
    border-radius: 16px;
}
.shop-now__sec{
    background-color: #000000;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 16px;
}

.shop-now__sec p{
    color: white;
    text-align: center;
    margin: 0;
}
.shop-now__sec button{
    background-color: inherit;
    color: white;
    border: none;
    font-weight: bold;
}
@media screen and (max-width: 950px) {
    .shop-now__sec p {
        font-size: 14px !important;
    }
    .shop-now__sec {
        padding: 10px 10px;
    }
    .new-price {
        font-size: 14px !important;
    }
}
.product-display {
    position: relative;
    height: auto;
}

.background-img img {
    width: 100%;
    height: auto;
    display: block;

}

.products-img {
    /*position: absolute !important;*/
    bottom: 10%;
    left: 38%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;

}

.products-img img {
    height: auto;
    display: block;
    border-radius: 16px;
}

.x-products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 83.4rem;
    margin: auto;
    max-width: 100%;
}

.x-products-grid .x-product-item {
    width: 257px;
    min-width: 200px;
    max-width: 100%;
}
@media screen and (max-width: 750px) {
    .x-products-grid .x-product-item {
        zoom: 70%
    }
    .x-products-grid {
        gap: 4px;
    }
    .top-banner {
        margin-top: 150px;
    }
}
.x-product-item .wishList-pos-btn:not(.active) {
    opacity: 0;
    transition: all .3s ease-in-out;
    border: 0px solid #000 !important;
    box-shadow: none;

}
.x-product-item .wishList-pos-btn {
    color: #000 !important;
    border-color: #000 !important;
    background-color: transparent !important;
}
.x-product-item .wishList-pos-btn.active {
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
    color: #FFF !important;

}
.x-product-item:hover .wishList-pos-btn {
    opacity: 1;
}
.x-product-item .x-product-item__card {
    margin: auto;
    max-width: 100%;
    padding: 8px;
    background-color: #FFF;
    border-radius: 16px;
}
.x-product-item .x-product-item__img {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 1/1;
}
.x-product-item .x-product-item__img img {
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.x-product-item .x-product-item__img img.over {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.x-product-item .x-product-item__img:hover img.over {
    opacity: 1;
}
.x-product-item .discount-rate {
    border-radius: 2px;
    background: var(--Red, #F00707);
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: unset !important;
    inset-inline-start: 0px;
}
.x-product-item .product-status {
    border-radius: 2px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    left: unset !important;
    inset-inline-start: 0px;
    line-height: normal;
}
.x-product-item .x-product-item__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.x-product-item .x-product-item__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.x-product-item .x-product-item__title:hover {
    color: var(--web-primary);
}
.x-product-item .x-product-item__content {
    margin-top: 10px;
}
.x-product-item .x-product-item__oldprice {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
@media screen and (max-width: 750px) {
    .x-product-item .x-product-item__oldprice {
        font-size: 8px;
    }
}
.x-product-item .x-product-item__img .favorite {
    margin: 4px;
}
.x-product-item .x-product-item__reviews {
    color: #767676;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.x-product-item .x-product-item__action {
    --size: 45px;
    height: 44px;
    width: 44px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    color: var(--web-primary);
    /* Improve touch targets for mobile */
    min-height: 44px;
    min-width: 44px;
    cursor: pointer;
    /* Prevent iOS touch callouts */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.x-product-item .x-product-item__action svg {
    height: 30px;
    width: 30px;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .x-product-item .x-product-item__action {
        /* Increase size for better touch targets on mobile */
        height: 48px;
        width: 48px;
        min-height: 48px;
        min-width: 48px;
    }
}
.x-product-item .x-product-item__action.active  {
    background-color: var(--web-primary);
}
.x-product-item .x-product-item__action img {
    height: 22px;
    pointer-events: none;
}
.x-product-item .x-product-item__action.active img {
    filter: brightness(0) invert(1);
}

/* Use media query to only apply hover effects on devices that support hover */
@media (hover: hover) and (pointer: fine) {
    .x-product-item .x-product-item__action:hover  {
        background-color: rgba(186, 147, 144, 0.5);
    }
    .x-product-item .x-product-item__action.active:hover {
        background-color: #000 !important;
    }
}
.max-w-8xl {
    width: 100%;
    max-width: 1305px;
    margin: auto;
}
.x-tab-item {
    color: #000000 !important;
    font-size: 20px;
    background-color: transparent; !important;
}
.x-tab-item.active {
    position: relative;
    color: #BA9390 !important;
}
.x-tab-item.active:before {
    content: '';
    left: 0;
    width: 100%;
    bottom: -2px;
    height: 1px;
    background-color: #BA9390;
    position: absolute;
}
.x-tab-item.active:after {
    content: '';
    left: 0;
    width: 12px;
    bottom: -3px;
    height: 3px;
    background-color: #BA9390;
    position: absolute;
}

.x-testimonial-card {
    border-radius: 4px !important;
    aspect-ratio: 268.938 / 383.158;
    max-width: 100%;
    display: flex;
}
.x-testimonial-card img {
    object-fit: cover;
}

.testimonials_swiper .swiper-slide .x-testimonial-card {
    filter: grayscale(100%) blur(3px);
    transform: scale(0.9);
    transition: all .3s ease-in-out;
}
.testimonials_swiper .swiper-slide.swiper-slide-active .x-testimonial-card {
    filter: grayscale(0%) blur(0);
    transform: scale(1);
}

body:not(.home-page) {
    padding-top: 124px !important;
}
.__search-sidebar .form-control-sm, .__search-sidebar .custom-select {
    border-color: var(--web-primary) !important;
}
.cz-sidebar {
    background-color: transparent;
    border-color: transparent;
}
label:not(.form-check-label):not(.custom-control-label):not( .custom-file-label ):not(.custom-option-label) {
    color: #000 !important;
}


.x-filter-title {
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 8px 0 !important;
}
.x-filter-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    height: 1px;
    width: 58px;
    background-color: var(--web-primary) !important;
}

.text-primary-200 {
    color: var(--primary-200) !important;
}
.cz-product-gallery .cz-preview {
    box-shadow: none !important;
    background-color: transparent;
    border-width: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.product-preview-item {
    border-radius: 0 !important;
}

.star-rating i {
    font-size: 15px;
}
.star-rating i.text-warning {
    color: #FFE299 !important;
}
.__inline-25 {
    border-color: #999999 !important;
}
.text-gray-600 {
    color: #999999;
}
.discounted_unit_price {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.border-black {
    border-color: #000;
    /*border-width: 2px !important;*/
}
.btn .collapse-arrow {
    transition: all .3s ease-in-out;
}
.btn.collapsed .collapse-arrow {
    transform: rotate(180deg);
}
.size-4 {
    height: 20px;
    width: 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.__inline-23 th, .__inline-23 td {
    border-width: 0 !important;
}

.x-btn {
    border-radius: 4px !important;
    width: 169px !important;
    height: 46px !important;
    max-width: 100% !important;
    text-align: center !important;
    transition: all .3s ease-in-out;
}

.x-btn.x-btn__primary-200 {
    background: var(--primary) !important;
    color: #FFFFFF !important;
}
.x-btn.x-btn__primary-200.x-btn__outline {
    border: 1px solid var(--primary-200);
    color: var(--primary-200) !important;
    background: transparent !important;
}
.x-btn.x-btn__primary-200.x-btn__outline:hover {
    background: var(--primary-100) !important;
}

.x-btn.x-btn__secondary {
    background: #D9D9D9 !important;
    color: #000 !important;
    border-color: #D9D9D9 !important;
}
.x-btn.x-btn__dark {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.product-action-add-wishlist {
    border-radius: 4px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    color: #000 !important;
    font-size: 30px !important;
    padding: 0px !important;
}
.x-white-bg:before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline-start: -50px;
    width: 200%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 0;
}
.x-white-bg > * {
    position: relative;
    z-index: 10;
}
.x-border-b {
    border-bottom: 1px solid #000000;
}

.x-banner {
    height: 223px;
    max-height: fit-content;
    width: 100%;
    border-radius: 8px !important;
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
}
.x-banner:before {
    content: '';
}
.x-banner__content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    font-weight: bolder;
}


* .pe-md-5 {
    padding-inline-end: 3rem !important; /* for LTR */
}

* .pe-0 {
    padding-inline-end: 0 !important; /* for LTR */
}

@media (min-width: 768px) {
    .pe-md-5 {
        padding-inline-end: 3rem !important; /* for medium and larger screens in LTR */
    }
    .x-banner__content {
        padding: 20px 20px;
    }
}
.text-balance {
    text-wrap: balance;
}
.hover\:text-primary {
    transition: all .3s ease-in-out;
}
.hover\:text-primary:hover {
    color: var(--web-primary) !important;
}
.form-group label {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 950px) {
    .form-group label {
        font-size: 16px;
    }
}
.form-group .form-control {
    border-radius: 4px;
    border: 1px solid var(--web-primary, #f5e9e8);
    background: #FFF;
}
.form-group .form-control::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.25;
}
.iti--show-selected-dial-code .iti__selected-flag {
    background-color: #FFF;
    border-inline-end: 1px solid var(--web-primary);
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
}

.x-blog {
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.x-blog .x-blog__cover {
    height: 340px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.x-blog .x-blog__cover img {
    height: 100%;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.x-blog__content {
    padding: 20px 10px;
}
.x-blog__content .x-blog__description {
    margin: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.x-blog-v {
    flex-direction: row;
}
.x-blog-v .x-blog__cover {
    width: 50%;
    margin-inline-end: 20px;
    height: 300px;
}
.x-blog-v .x-blog__content {
    width: 50%;
}
.x-blog-v .x-blog__description {
    margin-top: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
@media screen and (max-width: 950px) {
    .x-blog-v {
        flex-direction: column;
    }
    .x-blog-v .x-blog__cover, .x-blog-v .x-blog__content {
        width: 100%;
    }
    .x-tab-item {
        font-size: 16px;
    }
}
.checkbox-color input:checked ~ label .outline {
    border: 2px solid var(--primary-200);
    box-shadow: none !important;
}
.product-preview-item {
    background-color: #fffaf8;
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.pagination .page-item {
    margin: 0 !important;
}
.pagination .page-item .page-link {
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #DFE3E8;

    display: flex;
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-weight: bold;

    color: var(--Dark-Grey-400, #212B36);
    text-align: center;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.pagination .page-item .page-link:hover {
    border-color: var(--primary-200);
}
.pagination .page-item.active .page-link {
    border-color: var(--primary-200);
    background-color: #FFFFFF !important;
    color: var(--primary-200);
    box-shadow: none;
}
.pagination .page-item.disabled .page-link {
    opacity: 0.5;
    background: #919EAB;
    color: #E2E4E7 !important;
}
.pagination .page-item i {
    font-weight: 300 !important;
}


.w-full {
    width: 100%;
}
.me-1 {
    margin: 4px;
}
.me-2 {
    margin-inline-end: 12px;
}
.x-suggest-product {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}
.x-suggest-product .x-suggest-product__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.x-suggest-product .x-suggest-product__img img {
    width: 54px;
    min-width: 54px;
    height: 67px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    flex-shrink: 0;
}
.x-suggest-product .x-suggest-product__content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__title:hover {
    color: var(--web-primary);
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__price {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-inline-end: 5px;
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__old_price {
    color: #000;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 600;
    position: relative;
    padding: 0 0;
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__old_price:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #F00707;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    position: absolute;
}
.x-suggest-product .x-suggest-product__content .x-suggest-product__rate i {
    font-size: 12px;
}
.x-suggest-product__rate {
    height: 14px;
    display: flex;
    align-items: center;
}

.noUi-horizontal {
    height:3px;
}
.noUi-connect {
    background-color: var(--web-primary);
}
.noUi-horizontal .noUi-handle {
    height: 10px !important;
    width: 10px !important;
    background-color: var(--web-primary);
    border-radius: 50%;
    border-width: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    right: -6px;
    top: -5px;
}
.noUi-horizontal .noUi-handle:active {
    box-shadow: 0px 0px 10px 7px rgb(186 146 144 / 70%);
}
.noUi-handle:before, .noUi-handle:after {
    display: none;
}
#marquee h2 {
    font-size: 1.5rem;
    font-weight: 400;
}
.chart-btn {
    border-radius: 4px !important;
    border: 1px solid #000 !important;
    background: #FFF;
    font-size: 15px !important;
    color: #000 !important;
    margin-inline-start: 15px;
}

.chart-btn svg {
    margin-inline-end: 13px;
}
@media screen and (max-width: 950px) {
    #marquee h2 {
        font-size: 1rem;
    }
    .chart-btn {
        margin-inline-start: 0 !important;
    }
    .sidebar-mobile {
        opacity: 100% !important;
    }
}
.dropdown-menu {
    min-width: 150px !important;
}
.bg-primary {
    background-color: var(--web-primary) !important;
}
.x-menu-space {
    margin-inline-end: -4rem;
}
@media screen and (max-width: 1280px) {
    .x-menu-space {
        margin-inline-end: 0;
    }
}

.max-w-full {
    max-width: 100%;
}

.stay-content {
    width: 100%;
}

.__inline-61 .cz-countdown-days,
.__inline-61 .cz-countdown-hours,
.__inline-61 .cz-countdown-minutes,
.__inline-61 .cz-countdown-seconds {
    background-color: #FFE299 !important;
    border-color: #FFE299 !important;
    color: #000 !important;
    min-height: 40px;
    max-height: 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 0 !important;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
=}
.cz-countdown .cz-countdown-value {
    text-shadow: none !important;
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 1.5;
}
.cz-countdown.cz-countdown-lg .cz-countdown-value {
    line-height: 4;
    aspect-ratio: 1/1;
}

.x-banner-hr {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    object-fit: cover;
}
@media screen and (max-width: 950px) {
    .x-banner-hr {
        height: 100px;
    }
}
.search_form .form-control {
    background-color: transparent !important;
}
.home-navbar.navbar-transparent .search_form {
    background-color: rgb(255 255 255 / 50%);
    border-color: transparent !important;
}

.text-base {
    font-size: 16px !important;
}


.text-sm {
    font-size: 12px !important;
}
.menu--caret-accordion .menu--caret {
    width: 29px;
}
.pb-30px {
    padding-bottom: 30px;
}

.hero-slider .owl-nav {
    display: none;
}


.discounted-unit-price {
    font-size: 36px !important;
    font-weight: 400;
    color: var(--web-primary);
}
.discounted-unit-price::last-letter {
    font-size: 24px;
}
@media screen and (max-width: 950px) {
    .discounted-unit-price {
        font-size: 30px !important;
    }
    .newsletter-mobile {
        zoom: 66%;
    }
}
.table .thead-light th {
    background-color: #f5e9e8;
}

.h-150px {
    height: 150px;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
@keyframes marquee {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
[dir="rtl"] .marquee {
    animation: marquee 10s linear infinite;
    animation-direction: reverse;
}
html[dir="rtl"] , [dir="rtl"]  .marquee {
    direction: rtl;
}
[dir="rtl"] .js-marquee {
    float: right !important
}

.toast-info {
    background-color: var(--primary) !important;
}

.line--limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line--limit-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line--limit-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-fit {
    width: fit-content;
}
.min-w-fit {
    min-width: fit-content;
}

.line-limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -1px;
}

.x-link-active, label.x-link-active, label:not(.form-check-label):not(.custom-control-label):not( .custom-file-label ):not(.custom-option-label).x-link-active {
    color: var(--web-primary) !important;
}
@media (max-width: 767px) {
    .cz-image-zoom {
        pointer-events: none; /* Prevents interaction with zoom trigger */
        cursor: default; /* Removes zoom cursor */
    }
    .cz-image-zoom-pane {
        display: none !important; /* Hides zoom pane */
    }
}
.quantity-box .input-group-btn {
    border: 2px solid #000000 !important;
    background-color: #fffaf7 !important;
    border-radius: 0 !important;
    aspect-ratio: 1/1;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.quantity-box .input-group-btn .btn {
    padding: 0 !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 20px;
    color: #000 !important;
}

.ltr {
    direction: ltr !important;
}
.x-text-start, .form-control.x-text-start {
    text-align: start !important;
}
.x-text-end, .form-control.x-text-enc {
    text-align: end !important;
}
.form-control:focus {
    border-color: var(--web-primary) !important;
}
.fa-tiktok {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.6 5.82s.51.5 0 0A4.28 4.28 0 0 1 15.54 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.x-blog-image-home {
    height: 400px;
    border-radius: 12px;
    object-fit: cover;
    object-position: right;
}
.x-blog-home-content {
    max-height: 72px !important;
    overflow: hidden;
}

.x-method {
    background-color: var(--web-primary) !important;
    color: #FFF !important;
    justify-content: center;
}
.x-method, .action-set-shipping-id {
    transition: all .3s ease-in-out;
}
.x-method.error, .action-set-shipping-id.error {
    background-color: #F00 !important;
}
.x-list-methods{
    max-height: 400px;
    overflow-y: scroll;
}
.product-details-cart-qty {
    font-size: 18px !important;
}
input[type="checkbox"]:checked {
    accent-color: #000 !important;
}

/* Add this to your CSS */
.floating-cart {
    position: fixed;
    inset-inline-end: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--web-primary); /* Use your primary color */
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.floating-cart:hover {
    background-color: #000; /* Darker shade for hover */
}

.floating-cart svg {
    height: 24px;
    width: 24px;
}
.__h-250px {
    height: 250px;
}
.overflow-y-scroll {
    overflow-y: scroll;
}

/*.loading-parent {*/
/*    height: 100vh;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: rgb(255 255 255 / 60%);*/
/*}*/
.map-address-alert.opacity-0 {
    display: none; !important;
}

@media screen and (max-width: 1367px) {
    body {
        zoom: 80%;
    }
}
@media screen and (max-width: 450px) {
    body {
        zoom: 100%;
    }
}
