@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Syncopate&display=swap"); */

/** Scroll Bar**/
/* width */
body::-webkit-scrollbar {
    width: 10px;
}
/* Track */

body {
    overflow-x: hidden;
}
body * {
    color: #000;
    text-decoration: none;
}
html {
    width: 100%;
    font-size: 62.5%;
}


.dropdown-menu {
    padding: 0px 2px !important;
    text-align-last: center;
    text-align-last: -moz-center;
}

/* .dropdown-menu.show {
    display: block;
    width: fit-content;
    inset: 19px 0px 0px 0px !important;
} */

.btn {
    border-radius: 30px;
    font-size: 16px;
    border: none;
    padding: 8px 12px;
}
/* .compelete-btn {
    color: #000000;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    transition: all .3s ease-in-out;
} */
/* .compelete-btn:hover {
    background: #000000;
    color: #FFF;
    transform: scale(1.08);
} */
.border-btn {
    background-color: #fff;
    color: #323232;
    border: 1px solid #777777;
    transition: all .4s ease-in-out;
}
.border-btn:hover {
    background-color: #777777;
    color: #FFF;
}
/* home Slider */
.slider {
    width: 100%;
}
.slider-container {
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
    height: 400px;
}
.slider-container img {
    width: 100%;
    height: 100%;
}
.carousel__track {
    direction: ltr !important;
}

.carousel__viewport,
.carousel__track {
    height: inherit;
}

.carousel__dots {
    top: calc(100% + -2rem);
    color: #b92728;
}

.carousel__dots .carousel__dot {
    margin: 0px 10px;
}

.discounts-upto .carousel__dots .carousel__dot {
    color: #fff !important;
}
.carousel__dots .carousel__dot:after {
    content: "";
    width: 25px;
    height: 5px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}
.carousel__slide {
    width: 100%;
    padding: 0;
}
.categories-mobile-box .carousel__slide {
    width: 115px !important;
    padding: 10px 5px !important;
}
.categories-mobile-box .carousel__nav,
.categories-mobile-box .carousel__dots {
    display: none !important;
}
.carousel__button:focus {
    outline: none;
}
.newsletter_button{
    cursor: pointer;
}
.newsletter_button:hover{
    background-color: #d4292a !important;
}
header,footer, .modal-body, .deals-discount, header .dropdown-item{
    font-size: 16px !important;
}
.controlButton{
    font-size: 12px !important;
}

/* Categories under slider */
.categories-boxes {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat( auto-fit, minMax(100px, 1fr));
}
.categorie-box {
    width: 90% !important;
    display: flex;
    text-align: center;
    width: fit-content;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.categorie-box:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
.categorie-box p {
    margin-top: 10px;
    font-size: 13px !important;
    font-weight: 500;
    color: black;
    /* font-family: "Tajawal", sans-serif; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categorie-box img {
    width: 100%;
}

/* Trademarks */
.best-trademarks {
    padding: 50px 10%;
    width: 100%;
    margin: auto;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.trademarks-container {
    margin: 0%;
    gap: 20px;
    text-align-last: center;
    align-items: center;
}
.best-trademarks h1 {
    font-size: 24px !important;
}

/* Assurances */
.assurances {
    padding: 20px 0px;
    width: 100%;
    margin: auto;
    background-color: #FFF;
    color: #12324E;
    align-items: center;
}
.assur-box {
    width: 200px;
    text-align: center;
}
.assur-box p {
    font-size: 26px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.assur-box .assur-disc {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 136.5%;
    color: #3f3f3f!important;
    width: 205px;
    margin: auto;
}

/* Today's deals */
.deals-container-mobile {
    display: none;
}
.today-deals {
    width: 95%;
    margin: auto;
    padding: 20px 0px;
    justify-content: center;
}
.today-deals .carousel__nav
.deals-head {
    padding: 10px 0px;
    flex-direction: row-reverse;
}
.shop-now:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
.today-deals .carousel__nav {
    display: none;
}
/* .deals-head p {
    font-weight: bold;
    font-size: 3rem !important;
} */
.shop-now {
    padding: 6px 12px;
    border: none;
    background: #b92728;
    border-radius: 20px;
    color: white;
    transition: all 0.2s ease-in-out;
}
.deal-card {
    margin: auto;
    padding: 10px 10px;
}

/* Time card */
/* .deal-timer {
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    background: #FF9AA6;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    height: fit-content;
    text-align: center;
    padding: 5px;
    direction: ltr !important;
} */

/* .deal-timer span {
    color: white;
} */

.clock-box {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: fit-content;
    text-align: center;
    margin: 0;
    padding: 4px 0px;
    text-align: center;
    color: #777777;
}
.time-box {
    display: flex;
    align-items: center;
    color: #ffffff;
    margin: 0;
    justify-content: center;
    display: none;
}

.progress-product {
    position: relative;
    border-radius: 5px;
    height: .6rem;
    background-color: #f3f3f3;

}
.progress-product .progress-product-bar {
    right: 0;
    height: 100%;
    border-radius: 5px;
    overflow: initial;
    background-image: linear-gradient(270deg, #B92728 3.23%, #D79091 95.97%);
}
.progress-product .progress-bar-icon {
    position: relative;
}
.progress-product .progress-bar-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -8px;
    left: -7px;
    background: url("../../images/product-progress-icon.png") no-repeat ;
    background-size: contain;
}

.slidercontainer {
    line-height: 20px;
}
.quantity-deals-sale {
    padding-top: 4px;
}
.quantity-deals-sale .quantity-deals-content * {
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    color: #515151;
}
/*deals product range  */

/* Ratings */
.ratings-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}
.ratings-full,
.ratings {
    position: relative;
    letter-spacing: 0.2em;
}
.ratings-full {
    margin-right: 0.5rem;
}

/* .ratings-full::before {
    content: "\e986""\e986""\e986""\e986""\e986";
    color: #f1bdbd;
    white-space: nowrap;
} */

.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

/* image */
/* .product-image {
    position: relative !important;
}
.product-image img {
    width: 100%;
    max-height: 380px;
}
.product-image figure {
    margin: 0;
} */


/* Image actions */
/* .product-image:hover>.product-actions {
    bottom: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
} */
/* .product-actions {
    bottom: 30px;
    opacity: 0;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
} */
/* .product-actions .seperator {
    height: 30px;
    width: 1px;
    background-color: white;
} */
/* .product-action {
    width: calc(100% / 3);
    transition: all 0.2s ease-in-out;
} */
/* .product-action i {
    color: #515151;
} */
/* .product-action:hover {
    transform: scale(1.3);
    transition: all 0.2s ease-in-out;
} */
/* .product-action:hover i {
    color: #000000;
} */


/* Trader */
.trader-items .product-image {
    right: 0;
}

/* clothes slider */
.clothes-slider {
    padding-top: 0;
}
.trader-slider {
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-display: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
.trader-slider .trader-name {
    text-align: center;
    font-size: 3rem;
}
.trader-slider .carousel__slide {
    width: calc(100% / 6);
    padding: 10px 5px;
}
.trader-item {
    width: 40%;
}
.trader-slider .carousel__button {
    display: none;
}
.trader-slider .carousel__dots {
    top: calc(100% + 0.2rem);
    color: #b92728;
}

/* Discounts */
.active.slider {
    display: none !important;
}
.discounts-upto .slider {
    display: flex;
    justify-content: space-between;
}
.discounts-upto .carousel__slide {
    padding: 20px 0 20px 0;
}
.discounts-upto {
    padding: 45px 60px;
    background-color: #b92728;
    color: white;
}
.discounts-upto button {
    background-color: white;
    color: #b92728;
}
.discounts-upto h1 {
    font-size: 38px !important;
    color: #fff;
    text-align: start;
    margin-bottom: 20px !important;
}
.discounts-head {
    margin-bottom: 38px;
    margin-right: 10px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.discounts-head div {
    text-align: start !important;
}
.discounts-upto p {
    color: #fff;
    font-size: 18px !important;
}
.discounts-head button {
    font-size: 18px !important;
    padding: 8px 20px !important;
    font-weight: 500 !important;
}
.discounts-categories {
    padding-top: 20px;
    max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}
.doubleItems {
    width: 60vw !important;
    margin-left: 190px !important;
    display: flex !important;
    justify-content: space-between !important;
}
.discount-box {
    width: 235px !important;
    display: flex;
    height: 240px;
    text-align: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;

}
.discount-box a{
    display: flex;
    flex-direction: column;
    font-size: 18px;
}
.discount-box p {
    color: #000;
}
.product-show {
    padding-top: 20px;
    transition: transform 0.2s ease-in-out;
}
.product-show .product-item img {
    outline: 1px dashed #ffffff;
    outline-offset: 4px;
    border-radius: 50%;
    margin: auto;
    max-width: 130px;
}
.product-show:hover {
    transform: scale(1.1);
}
.product-item p {
    margin-top: 15px;
    color: white;
    text-align: center;
}

/* special Vendors */
.special-vendors {
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    color: black;
    padding: 20px 0px;
}
.special-vendors h2 {
    font-size: 3rem;
}
.special-vendors .vendor-card {
    background-color: #fff;
}
.special-vendors-cards .vendor-card-head {
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
}
.special-vendors-cards .vendor-card-head h3 {
    font-size: 2.5rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.special-vendors-cards .vendor-card-head img {
    width: 85px;
}
.special-vendors-cards .vendor-card {
    width: fit-content;
    padding: 20px 5px;
}
.special-vendors-cards .carousel__slide {
    width: calc(100% / 3.5);
    margin: 10px 2%;
}
.vendor-product {
    place-items: center;
    padding: 0px 5px 0 10px;
    justify-content: start;
}
.vendor-product .vendor-product-details .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.vendor-product .vendor-product-details .product-name a{
    font-size: 14px;
    font-weight: bold;
}
.vendor-product .vendor-product-details .product-details {
    font-size: 1.4rem !important;
    color: #3e3e3e;
}
.vendor-product-details .price-rate {
    display: block;
}
.vendor-product-details .price-rate p {
    margin: 0;
    font-size: 17px;
}
.special-vendors-cards .carousel__button {
    display: none;
}
.special-vendors-cards .carousel__dots {
    top: calc(100% + 0.2rem);
    color: #b92728;
}
.vendor-card>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vendor-card>a .btn {
    padding: 1rem 4rem;
}

/* makeup-banner */
.makeup-banner-img {
    width: 100%;
    height: auto;
}
/* handbags-banner */
/* handbags-banner */
.handbags-banner-img {
    width: 100%;
    height: auto;
}
/* product name */
.product-name {
    top: 20px;
    left: 6px;
    padding: 1px 3px 4px;
    font-size: 13px !important;
    border-radius: 0px 5px 5px 0;
}


/* Reviews */
.reviews {
    height: auto;
    width: 100%;
    color: white;
    padding: 50px 7%;
}
.reviewer-image {
    width: 100px;
}
.customer-review img {
    outline: 1px solid #ffffff;
    outline-offset: 4px;
    border-radius: 50%;
}
.review-content {
    line-height: 30px;
    width: 75%;
}
.review-content .reviewer-name {
    text-align: start;
    color: #000;
    font-weight: 500;
}
.review-content .review-details {
    font-weight: 500;
    color: #515151;
    font-size: 16px !important;
    text-align: justify;
    text-justify: inter-word;
}
.customer-review {
    display: flex !important;
    /* justify-content: center; */
    align-items: center;
}

.reviews .customer-reviews-slider .slick-arrow {
    display: flex;
    position: absolute;
    top: 107%;
}
.reviews .customer-reviews-slider .slick-prev {
    left: 0;
    right: auto;
}

.paginator-center {
    position: relative;
  }
  .paginator-center li {
    margin-top: 20px;
    position: relative;
    margin-right: 20px;
}
  .btn-arrow-slick {
    border-radius: 50%;
    background-color: #FFF !important;
    box-shadow: 0px 2.94444px 40px rgb(0 0 0 / 16%);
    border: 0;
    padding: 22px;
  }
  .paginator-center li button.prev {
    display: block;
    height: 20px;
    width: 20px;
    background: url("../../images/right-arrow.png") no-repeat;
    background-size: 22px;
    background-position: center;
}
.paginator-center li button.next {
    display: block;
    height: 20px;
    width: 20px;
    background: url("../../images/left-arrow.png") no-repeat;
    background-size: 22px;
    background-position: center;
  }

  .slick-disabled {
    opacity: 0.3;
    pointer-events:none;
}
/*
.customer-review .ratings::before {
    color: white;
} */
/* .customer-review .ratings-full::before {
    color: #131010;
} */
/* .reviews .carousel__slide {
    width: calc(100% / 2);
    padding: 10px 2%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: auto;
} */
/* .reviews .carousel__button {
    display: block;
}
.reviews .carousel__dots {
    display: none;
}
.reviews .carousel__button {
    background: white;
}
.reviews .carousel__button.is-prev {
    top: 105%;
    background-color: #FFF;
    left: -1.5rem;
    font-weight: 500;
    box-shadow: 0px 2.94444px 40px rgba(0, 0, 0, 0.1);
}
.reviews .carousel__button.is-next {
    top: 105%;
    font-weight: 500;
    left: 50px;
    background-color: #FFF;
    box-shadow: 0px 2.94444px 40px rgba(0, 0, 0, 0.1);
}
.customer-review{
    align-items: center;
    justify-content: center;
} */

/* Mailing list */
.mailing-list {
    background-color: #fff;
    padding: 45px 0px;
    /*height: 45vh;*/
    width: 100%;
    margin: auto;
    text-align: center;
    color: black;
}
.mailing-list i {
    font-size: 48px !important;
}
.mailing-list i,
span {
    color: #000000;
}

.mailing-list p {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px !important;
}
.mailing-list .email-input {
    padding: 5px 5px;
    font-size: 16px !important;
    width: 40%;
    position: relative;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
    border-radius: 50px;
}
.mailing-list .email-input input {
    width: 50%;
    padding: 0px 20px;
    border: none;
    outline: none;
}
.mailing-list .email-input button {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px !important;
}

/* Resend */
/* .resend-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.resend-button {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 6px 12px;
    border: none;
    background: #777777;
    border-radius: 20px;
    color: white;
} */

/* .resend-button i {
    font-size: 1.1rem;
    color: white;
}
.resend-button p {
    margin: 0;
} */
.today-deals .carousel__dots{
    margin-top: 20px;
}
body[dir="rtl"] .mailing-list .email-input input {
    margin-right: 140px;
}
body[dir="rtl"] .mailing-list .email-input input {
    margin-right: 0;
}
body[dir="rtl"] .mailing-list .email-input button {
    left: 0;
    right: unset;
}
.today-deals-slider .carousel__slide {
    width: calc(100% / 5);
}
.today-deals-slider .carousel__slide {
    width: calc(100% / 5);
}



/*Rounded items styles*/
.rounded-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.rounded-box p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
@media screen and (max-width: 319px) {
    /* .special-vendors-cards .carousel__slide {
        width: calc(100% / 1.2);
        margin: 10px 5px;
    } */
    .trader-slider .carousel__slide {
        width: calc(100% / 1.2) !important
    }
    .today-deals-slider .carousel__slide {
        width: 90% !important;
    }
}
@media (max-width: 330px) {
    .discounts-head a {
        order: 2;
        margin-top: 20px;
    }
    .discounts-head {
        flex-direction: column;
    }
    .discounts-head button {
        font-size: 16px !important;
        padding: 8px 22px !important;
        font-weight: 500 !important;
    }
    .discounts-upto .carousel__dots {
        margin-top: 10px !important;
        display: none;
    }
}
@media (max-width: 360px) {
    html {
        font-size: 38%;
    }
    .doubleItems {
        width: 94vw !important;
        margin-left: 0px !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    .discount-box {
        width: 175px !important;
        display: flex;
        height: 85px;
        padding-bottom: 60px;
    }
    .discounts-upto {
        height: 65vh !important;
        padding: 20px 10px !important;
    }
    .discounts-upto h1 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
    }
    .discounts-upto p {
        font-size: 12px !important;
    }
    .discounts-head {
        margin-bottom: 28px !important;
    }
    .discounts-head a {
        font-size: 12px !important;
    }
    .discounts-upto .carousel__dots {
        margin-top: 130px !important;
        display: flex;
    }
    .categorie-box {
        width: 82px !important;
        margin-left: 4px;
    }
    .discounts-categories {
        width: 96vw !important;
        margin: auto !important;
    }
    body[dir="rtl"] .mailing-list .email-input input {
        margin-right: 50px;
    }
}
@media (max-width: 425px) {
    .product-name {
        font-size: 11px;
    }
    .categories-mobile-box .carousel__slide{
        width: 101px !important;
    }
    .today-deals-slider .carousel__slide {
        width: 70%;
    }
    .deal-timer {
        gap: 1px!important;
    }
    .carousel__button.is-prev, .carousel__button.is-next {
        opacity: 0;
    }
    .quantity-deals-sale .quantity-deals-content * {
        font-size: 11px;
    }
    .review-content {
        width: 100%;
        padding: 0 10px;
    }
    .special-vendors-cards .carousel__slide {
        width: calc(100% / 1.2);
        margin: 10px 5px;
    }
}

@media (max-width: 576.98px) {
    .trader-slider .carousel__slide {
        width: calc(100% / 2) !important;
    }
    .carousel__dots .carousel__dot:after {
        width: 15px;
        height: 4px;
    }
    .carousel__dots .carousel__dot {
        width: 5px;
    }
    .today-deals .deals-head {
        flex-direction: column;
    }
    .deal-timer .clock-box {
        font-size: 20px !important;
        width: 42px;
        padding: 4px;
    }
    .deal-timer span {
        font-size: 38px;
        padding: 5px 2px 0 0;
        line-height: 28px;
        }

    /*.review-content {
        width: 100%;
        padding: 0 10px;
    }*/
}

@media (min-width: 425px)and (max-width: 549.98px){
    .today-deals-slider .carousel__slide {
        width: 50%;
    }
    .carousel__button.is-prev, .carousel__button.is-next {
        opacity: 0;
    }
    .special-vendors-cards .carousel__slide {
        width: calc(100% / 1.3);
        margin: 10px 5px;
    }
}

@media screen and (min-width: 319.98px) and (max-width: 700px) {
    /* .special-vendors-cards .carousel__slide {
        width: calc(95% / 1.1);
        margin: 10px 5px;
    } */
}
@media (min-width: 577px)and(max-width: 767.98px) {
    .trader-slider .carousel__slide {
        width: calc(100% / 3) !important;
    }
}
@media (min-width: 550px) and (max-width: 768px){
    .today-deals-slider .carousel__slide {
        width: 40%;
    }
    .special-vendors-cards .carousel__slide {
        width: calc(100% / 1.8);
        margin: 10px 5px;
    }
}
@media (min-width: 767.98px) and (max-width: 990.98px) {
    .trader-slider .carousel__slide {
        width: calc(100% / 3);
    }
    .today-deals-slider .carousel__slide {
        width: calc(100% / 3);
    }
    .special-vendors-cards .carousel__slide {
        width: calc(100% / 2.4);
        margin: 10px 5px;
    }
}
@media (max-width: 768px) {
    .categories-boxes .carousel__nav {
        display: none !important;
    }
    .controls {
        display: flex;
        margin-top: 0 !important;
    }
    .deals-container {
        display: none;
    }
    .deals-container-mobile {
        display: block;
    }
    .deals-container-mobile .price-rate {
        align-items: end;
    }
    /* Main Slider */
    .slider-container .carousel__button {
        display: none;
    }
    /* .slider-container .carousel__dots {
        display: none;
    } */
    .slider-container {
        height: 140px;
    }
    .trader-slider .carousel__slide {
        width: 40%;
        /* padding: 10px 10px; */
    }
    /* .special-vendors-cards .carousel__slide {
        width: calc(60% / 1.5);
        margin: 10px 10px;
    } */
    /* .customer-review {
        flex-direction: column !important;
        text-align: center;
    } */
    .customer-review {
        flex-direction: column;
    }
    .review-content .reviewer-name  {
        text-align: center;
    }
    .review-content .review-details{
        align-items: center;
        order: 2 !important;
        margin-bottom: 20px !important;
        width: 100%;
        text-align: center;
    }
    .customer-review img {
        width: 100%;
    }
    .ratings-container {
        justify-content: center;
    }
    .mailing-list .email-input {
        width: 85%;
    }
    .mailing-list p {
        font-size: 16px !important;
    }
    .mailing-list .email-input button {
        width: 25%;
    }
    .product-image {
        right: 0;
    }
    /* .product-image img {
        width: 100%;
        height: 100%;
    } */
    /* Products mobile */
    .deal-card-mobile * {
        font-size: clamp(12px, 3vw, 18px);
    }
    .price-rate {
        align-items: center;
    }
    .categories-boxes.carousel.has-dots is-draggable {
        height: 20vh;
    }
    .has-dots {
        margin-bottom: 10px;
    }
    .categories-boxes .carousel__track {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .assurances {
        display: grid !important;
        grid-template-columns: repeat( auto-fit, minMax(220px, 1fr)) !important;
        justify-items: center;
        grid-row-gap: 26px;
        justify-content: space-around;
    }
    .deal-timer-mobile {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
    }
    .deal-timer-mobile * {
        color: black;
    }
    .deal-timer-mobile {
        background-color: #fff;
        position: absolute;
        width: 40%;
        bottom: 10px;
        right: 15px;
    }
    html {
        font-size: 50%;
    }

    /* discounts */
    .discount-box {
        width: 175px !important;
        display: flex;
        height: 155px;
        padding-bottom: 60px;
    }
    .discounts-upto {
        padding: 35px 10px !important;
    }
    .discounts-upto h1 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
    }
    .discounts-upto p {
        font-size: 12px !important;
    }
    .discounts-head {
        margin-bottom: 28px !important;
    }
    .discounts-head a {
        font-size: 12px !important;
    }
    .discounts-upto .carousel__dots {
        margin-top: 130px !important;
        display: flex;
    }
    .active.slider {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .reviews .carousel__slide {
        margin-left: 0px !important;
    }
    body[dir="rtl"] .deal-card-mobile .product-image{
        right: -12px;
    }

    body[dir="rtl"] .deal-timer-mobile {
        left: 0px !important;
        right: unset !important;
    }
    .deals-head p {
        font-size: 20px !important;
        font-weight: 500;
    }
    .offers-timer-btn{
        font-size: 11px !important;
    }
    body[dir="rtl"] .mailing-list .email-input input {
        margin-right: 145px;
    }
    div.deal-timer-mobile {
        right: 0 !important;
        left:unset !important;
    }
    .vendor-product .vendor-product-details .product-name a {
        font-size: 13px;
    }

    /* make font as trund */
    .trader-slider .trader-name,
    .deals-head p {
        font-size: 2.7rem;
        font-weight: 500;
    }

    .rounded-box p {
        font-size: 12px;
    }
}
@media (max-width: 480px) {

    .trader-slider .carousel__slide {
        width: 80%;
        /* padding: 10px 5px; */
    }
    html {
        font-size: 45%;
    }

    .categories-boxes {
        grid-template-columns: repeat( auto-fit, minMax(70px, 1fr)) !important;
        grid-row-gap: 10px !important;
        padding: 0 8px;
        grid-column-gap: 0px !important;
    }
    .categorie-box {
        width: 70px !important;
        margin-left: 4px;
    }
    .categorie-box p {
        margin-top: 10px !important;
        font-size: 11px !important;
    }
    .assur-box p {
        font-size: 18px !important;
        font-family: 600 !important;
    }
    .doubleItems {
        width: 92vw !important;
        margin-left: 40px !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    /* discounts */
    .discount-box {
        width: 175px !important;
        display: flex;
        height: 120px;
        padding-bottom: 60px;
    }
    .discount-box p{
        font-size: 11px;
        margin-top: 10px;
    }
    /* .discounts-upto {
        height: 65vh !important;
        padding: 20px 10px !important;
    } */
    .discounts-upto h1 {
        font-size: 19px !important;
        margin-bottom: 20px !important;
    }
    .discounts-upto p {
        font-size: 12px !important;
    }
    .discounts-head {
        margin-bottom: 28px !important;
    }
    .discounts-head a {
        font-size: 12px !important;
    }
    .discounts-upto .carousel__dots {
        margin-top: 130px !important;
        display: flex;
    }
    .discounts-head button {
        font-size: 14px !important;
        padding: 5px 14px !important;
        font-weight: 500 !important;
    }

    /* .desktop-show {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    } */
    .mailing-list .email-input button {
        font-size: 10px !important;
    }
    .mailing-list .email-input input {
        width: 80%;
        font-size: 14px;
    }
    .rounded-box p {
        font-size: 10px;
    }
}
@media (max-width: 966px) {
    /* .special-vendors-cards .carousel__slide {
        width: calc(90% / 2);
        margin: 10px 2%;
    } */
}
@media (max-width: 1025px) {
    /* .special-vendors-cards .carousel__slide {
        width: calc(100% / 2);
        margin: 10px 2%;
    } */
}
@media (min-width: 991px) and (max-width: 1199.98px) {
    .trader-slider .carousel__slide {
        width: calc(100% / 4);
    }
    .today-deals-slider .carousel__slide {
        width: calc(100% / 4);
        /* padding: 10px 15px; */
    }
    .special-vendors-cards .carousel__slide {
        width: calc(100% / 2.8);
        margin: 10px 5px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .trader-slider .carousel__slide {
        width: calc(100% / 5);
    }
}
@media (min-width: 1350px) and (max-width: 1400px) {
    .deal-card {
        padding: 10px 15px;
    }
}
@media(hover: hover) and (pointer: fine) {
    /* .product-image:hover>.product-actions {
        bottom: 0;
        opacity: 1;
        transition: all 0.2s ease-in-out;
    } */
}

