/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500&display=swap");
:root {
  --font-default: Tajawal, "Open Sans", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: Tajawal, sans-serif;
  --font-secondary: Tajawal, sans-serif;
}
/* Colors */
:root {
  --color-body-bg: #eeeeee;
  --color-default: #333333;
  --color-default-m: #666666;

  --color-default-border: #ced4da;
  --color-primary: #e50b19;
  --color-secondary: #444444;
  --color-grey: #999999;
  --color-blue: #113f91;
  --color-lt-blue: #01a0c6;
  --color-green: #08aa72;
  --color-lt-grey: #eeeeee;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
  position: relative;
}
.p-2 {
  margin-left: 0px;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background: var(--color-body-bg);
  direction: rtl !important;
  position: relative;
}
.productImgs {
    width: 70px;
    height: 70px;
}
#RememberMe {
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px !important;
    margin-right: 5px;
    overflow: hidden;
    padding: 0px !important;
}
.form-check .form-check-input {
    float: right;
    margin-left:6px;
    margin-top:unset;
}
.bg-body {
  background: var(--color-body-bg) !important;
}
#navbar.nav-link.active {
  color: var(--color-primary) !important;
}
#navbar-example .nav-link.active {
  color: var(--color-default) !important;
}
#navbar-example .nav-link.active::after {
  position: absolute;
  content: "_____";
  color: transparent;
  border-bottom: 2px solid var(--color-primary) !important;
  margin-top: 2px;

  width: 92%;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
/*  z-index: 98 !important;*/
}
.sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
    z-index: 999 !important;
}

.sticky-top3 {
    position: -webkit-sticky;
    position: sticky;
    top: 163px;
    z-index: 990 !important;
}

a {
  color: var(--color-default);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
#mLogindropdownList{
    left:15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}
ul {
  list-style: none;
}

header {
  background-image: linear-gradient(#d2d2d2, #eee);
}
/*#header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
}

.login-bar {
    position: fixed;
    width: 100%;
    margin-bottom: 100px;
    z-index:5;
    top: 125px;
    background: white;
}

section:first-of-type, .brands {
    margin-top: 150px !important;
}*/

.badge:after {
  content: attr(value);
  font-size: 12px;
  color: var(--color-primary);
  border-radius: 50%;
  padding: 0 5px;
  position: relative;
  right: -22px;
  top: -12px;
  opacity: 1;
}

.welcome {
  padding-top: 5px;
  min-height: 360px;
  background: #eee URL(../images/bg-waves.svg) right bottom no-repeat;
  background-size: cover;
}
.welcome h1 {
  font-size: 50px;
}

.welcome h4 {
  font-size: 20px;
}
.view-all h4 {
  font-size: 22px !important;
}
.h236 {
  font-size: 36px !important;
}
.h422 {
  font-size: 22px !important;
}
.welcome h2 {
  font-size: 26px;
}

.regular {
  font-weight: 400 !important;
}
.main {
  height: 272px;
  width: 75%;
  border: 1px solid;
  position: relative;
  border-top-right-radius: 80px 80px;
  border-top-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

.log-logo {
    padding-left: 0;
}

.rounded {
    border-top-right-radius: 40px 40px !important;
    border-bottom-left-radius: 40px 40px !important;
    border-top-left-radius: 40px 40px !important;
    border-bottom-right-radius: 40px 40px !important;
}

.form-rounded .btn,
.input-rounded,
.form-rounded input,
.btn-rounded,
.form-rounded .form-select {
    border-top-right-radius: 20px 20px !important;
    border-bottom-left-radius: 20px 20px !important;
    border-top-left-radius: 20px 20px !important;
    border-bottom-right-radius: 20px 20px !important;
    height: 40px;
    padding: 0 25px !important;
    box-sizing: border-box;
    white-space: nowrap !important;
    text-align: right;
}
#userPhone {
    text-align: right;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bundle-products {
    margin-top: 5px;
    list-style: disc;
    padding: 5px 15px 0px 0px;
}
.bp-label {
    margin: 0px 10px 0px 0px;
}

input[type="checkbox"] {
  border-top-right-radius: 10px 10px !important;
  border-bottom-left-radius: 10px 10px !important;
  border-top-left-radius: 5px 5px !important;
  border-bottom-right-radius: 5px 5px !important;
  height: 40px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 5%;   
}
.remember {
  margin-top: 12px;
  margin-right: 35px;
}
.forgot {
  margin-top: 12px;
  margin-right: -10px;
}
.discount-code {
  white-space: nowrap;
  width: 220px;
  padding-right: 20px;
  padding-left: 60px;
  margin-right: 40px;
}

.btn-apply {
  z-index: 2;
  margin-right: -60px;
}

.deal {
  padding-top: 5px;
  min-height: 450px;
  background: #eee URL(../images/bg-waves.svg) right bottom no-repeat;
  background-size: cover;
}

.bg-blue {
  background: #01a0c6;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.p-img-main {
  position: absolute;
  width: 300px;
  top: 20px;
  left: -145px;
}
.brand-logo {
  width: 100px;
  height: auto;
}

.offers,
.bg-default {
  min-height: 492px;
  /*background: URL(../images/bg-offers.svg) left -110px no-repeat;*/
}
.categories div div {
  position: relative;
}
.categories span {
  color: #fff;
  position: absolute;
  bottom: 37px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
}

section.featured {
  min-height: 438px;
}
.featured h2,
.view-all h2 {
  font-size: 30px;
  font-weight: 400 !important;
}
.featured h3 {
  font-size: 22px;
}
.featured-product-name {
  margin-top: -107px;
}

.card-grey {
    /*padding-right: 40px !important;*/
    background: #fff url(../images/counter-g-arabic.svg) bottom left no-repeat;
    /*border-bottom: 3px solid #e50b19 !important;*/
}
.card-blue {
  /*padding-right: 40px !important;*/
  background: #fff url(../images/counter-b.svg) bottom left no-repeat;
  /*border-bottom: 3px solid #e50b19 !important;*/
}
.card-grey .discount,
.card-grey h2.red,
.card-grey .striked,
.card-blue .discount,
.card-blue .striked,
.card-blue h2.red {
  display: none !important;
}
.card-offer {
    background: #fff url(../images/counter-ar.svg) bottom left no-repeat;
}
.card-blue {
    background: #fff url(../images/counter-b-ar.svg) bottom left no-repeat;
}
.card-grey input.counter {
  background: var(--color-grey) !important;
  border: 1px solid var(--color-grey) !important;
  padding: 25px 0 22px 0;
  margin-top: -1px;
}

.card-blue input.counter {
  background: var(--color-blue) !important;
  border: 1px solid var(--color-blue) !important;
  padding: 25px 0 22px 0;
  margin-top: -1px;
}
.card-offer input.counter {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  padding: 25px 0 22px 0;
  margin-top: -1px;
  margin-left: 20px !important;
}

.add {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 14px;
  cursor: pointer;
  z-index: 3;
}
.add-bundle {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 14px;
    cursor: pointer;
    z-index: 3;
}
.grey-add {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 14px;
    cursor: pointer;
    z-index: 3;
}
.card {
  margin-bottom: 20px;
  padding: 18px;
  height: 380px;
  width: 100%;
  border: none;
  position: relative;
  /*border-top-right-radius: 25px 25px;*/
  border-top-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 25px 25px;
  filter: drop-shadow(-0px 0px 2px rgba(0, 0, 0, 0.3));
}

.slick-slide {
  margin: 0 10px;
}
.cat-img {
  border-top-right-radius: 5px 5px !important;
  border-top-left-radius: 5px 5px !important;
  border-bottom-right-radius: 5px 5px !important;
  border-bottom-left-radius: 5px 5px !important;
}
.card:not(.card-featured) img.product {
    width: 80%;
    height: 180px;
    object-fit:contain;
}
.share:hover {
  cursor: pointer;
  content: URL(../images/share-up.svg);
}
.like {
  margin-right: 10px;
}
.like:hover {
  cursor: pointer;
  content: URL(../images/liked.svg);
}
.card h2 {
  font-size: 22px;
  direction: ltr !important;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    .card h2 {
        font-size: 16px;
        direction: ltr !important;
        font-family: "Montserrat", sans-serif;
    }
}
.card h3 {
  font-size: 18px;
}
    .card h3:not(.price) {
        margin-top: 0.2rem;
        padding-left: 40px;
        display: -webkit-box; /* Use a flexible box layout */
        -webkit-box-orient: vertical; /* Make it vertical */
        -webkit-line-clamp: 2; /* Limit to two lines */
        overflow: hidden; /* Hide any overflow */
        text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
        /* Optionally, add these properties for better browser support */
        max-height: 3em; /* Approximate height for two lines (adjust as needed) */
        white-space: normal; /* Allow wrapping of text */
    }
.card-grey h3:not(.price) {
  margin-bottom: 0.2rem;
  padding-left: 40px;
}
.card-grey .product {
  padding-top: 9px;
}

.card-blue h3:not(.price) {
    margin-top: 0.2rem;
    padding-left: 40px;
    display: -webkit-box; /* Use a flexible box layout */
    -webkit-box-orient: vertical; /* Make it vertical */
    -webkit-line-clamp: 2; /* Limit to two lines */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
    /* Optionally, add these properties for better browser support */
    max-height: 3em; /* Approximate height for two lines (adjust as needed) */
    white-space: normal; /* Allow wrapping of text */
}
.card-blue .product {
  padding-top: 9px;
}

.card-grey h2.red,
.card-blue h2.red {
  display: none !important;
}

.card h4 {
  font-size: 14px;
}

.bold {
  font-weight: 600 !important;
}

.red {
  color: var(--color-primary) !important;
}
.blue {
  color: var(--color-blue) !important;
}

.bg-blue {
  background: var(--color-blue) !important;
}

.bg-red {
  background: var(--color-primary) !important;
}

.bg-grey {
  background: var(--color-default-l) !important;
}
.card-offer input.number {
  background: var(--color-primary) !important;
}
.card-grey input.number {
  background: var(--color-grey) !important;
}
.card-blue input.number {
  background: var(--color-blue) !important;
}

.grey-m {
  background: var(--color-default-l) !important;
}
.grey {
  color: #d1d3d4;
}
.outofstock-grey {
    color: #98a0a5;
}
.text-grey {
  color: var(--color-default) !important;
}
.green {
  color: var(--color-green) !important;
}
.bg-grey {
  background: var(--color-lt-grey) !important;
}

h1 {
  font-size: 40px;
}
.text-light {
  color: #fff !important;
}
.text-light li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  padding-bottom: 8px;
  text-align:right;
}

.text-light li:last-child {
  padding-bottom: 15px !important;
}

.text-light li a:hover {
  color: #333 !important;
  background: #fff !important;
}

.rounded-bot {
  margin-top: 10px !important;
  border-top-right-radius: 0px 0px !important;
  border-top-left-radius: 0px 0px !important;
  border-bottom-left-radius: 25px 25px !important;
  justify-content: flex-end;
  z-index:10000;
}
/*counter*/
.counter-top {
  background: #fff;
}

div.plus,
div.minus {
  cursor: pointer;
  font-size: 34px;
  font-weight: bold;
}

div.minus h2,
div.plus h2 {
  font-size: 34px;
  font-weight: bold !important;
}
.number {
  position: absolute;

  bottom: 30px;

  position: absolute;
  display: none;
  left: 0px;
}

.card-offer .plus {
  width: 50px;
  height: 66px;
  background: #e50b19 URL("../images/counter-top-ar.jpg") no-repeat;
  color: #fff;
  border-radius: 0px;
  padding: 35px 5px 8px 5px;
  border: 0px solid #e50b19;
  outline: 0;
  vertical-align: top;
  text-align: center;
  z-index: 3;
}

.card-grey .plus {
  width: 50px;
  height: 66px;
  background: #999999 URL("../images/counter-top-g.jpg") no-repeat;
  color: #fff;
  border-radius: 0px;
  padding: 35px 5px 8px 5px;
  border: 0px solid #999999;
  outline: 0;
  vertical-align: top;
  text-align: center;
  z-index: 3;
}

.card-blue .plus {
    width: 50px;
    height: 66px;
    background: var(--color-blue) URL("../images/counter-top-b-ar.jpg") no-repeat;
    color: #fff;
    border-radius: 0px;
    padding: 35px 5px 8px 5px;
    border: 0px solid var(--color-blue);
    outline: 0;
    vertical-align: top;
    text-align: center;
}
.minus {
  width: 50px;
  height: 40px;

  color: #fff;
  border-radius: 4px;
  padding: 36px 5px 15px 5px;

  outline: 0;
  border-radius: 25px 25px;
  vertical-align: bottom;
  text-align: center;
  z-index: 36;
}
input.counter {
  position: absolute;
  z-index: 3;
  height: 34px;
  width: 50px;
  text-align: center;
  font-size: 22px;

  color: #fff;

  vertical-align: bottom;
  font-weight: bold;
  margin-top: 7px;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 11px;
    margin-top: 20px;
    height: 50px !important;
    font-size: 18px !important;
    border-top-right-radius: 25px 25px !important;
    border-bottom-left-radius: 25px 25px !important;
    border-top-left-radius: 25px 25px !important;
    border-bottom-right-radius: 25px 25px !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;

  height: 50px !important;
  font-size: 18px !important;

  border-top-right-radius: 25px 25px !important;
  border-bottom-left-radius: 25px 25px !important;
}

.btn-primary-otp {
    color: #fff;
    background-color: var(--color-blue) !important;
    border-color: var(--color-blue) !important;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 11px;
    height: 50px !important;
    font-size: 18px !important;
    border-top-right-radius: 25px 25px !important;
    border-bottom-left-radius: 25px 25px !important;
}

    .btn-primary-otp:hover {
        color: #fff;
        background-color: var(--color-primary) !important;
        border-color: var(--color-primary) !important;
        /* height: 50px !important;
        font-size: 18px !important;
        padding-top: 10px !important;*/
        border-top-right-radius: 25px 25px !important;
        border-bottom-left-radius: 25px 25px !important;
    }

.btn-secondary {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 11px;
    margin-top: 20px;
    height: 50px !important;
    font-size: 18px !important;
    border-top-right-radius: 25px 25px !important;
    border-bottom-left-radius: 25px 25px !important;
}

.card-offer .price {
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif;
}
.card-grey .price {
  color: var(--color-grey);
  font-family: "Montserrat", sans-serif;
}
.card-blue .price {
  color: var(--color-blue);
  font-family: "Montserrat", sans-serif;
}
/*end counter*/

/*timer*/
.box p {
  text-align: center;
  font-size: 40px;
  margin-top: 0;
}
.box {
  display: flex;
  position: relative;
  width: 76px;
  height: 87px;
  background: #fff;
  border: 1px solid var(--font-default-m);
  color: var(--font-default-m);
  font-size: 14px;
  font-weight: 600;
  margin-left: 17px;
  align-items: center;
  justify-content: center;
}
.t-label {
  background: #e50b19;
  height: 22px;
  padding-top: 2px;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
#timer {
  display: flex;
}

/*end timer*/
/*shopping cart*/

.shopping-cart {
  background: #ffffff;
}

input[type="number"] {
  border: none;
  background: transparent;
  width: 50px;
  color: var(--color-primary) !important;
}

input[type="number"]:focus {
  border: 0;
  outline: 0;
  background: transparent;
  width: 50px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.number-wrapper {
  height: 40px;
  width: 40px;
}
.border-top {
  border-top: 1px solid var(--color-default-border) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--color-default-border) !important;
}
/*end shopping cart*/
/*checkout*/
#address1,
.payfromwallet {
  width: 25px !important;
  height: 25px !important;

  margin-top: -3px !important;
  margin-left: 8px;
}
.dcharges {
    width: 25px !important;
    height: 25px !important;
    margin-top: -3px !important;
    margin-right: 8px;
}
.txt24 {
  font-size: 24px;
}
textarea:focus,
input:focus {
  outline: none;
}

.border-1 {
  border: 1px solid var(--color-blue);
}
.border-1:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

input[type="checkbox"]:checked:after {
  width: 33px;
  height: 33px;

  top: -5px;
  right: -5px;
  position: relative;
  background-color: white;
  content: URL(../images/checked.svg);
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  margin-left: 3px;
}

input[type="radio"]:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 12px;
  top: -5px;
  right: -5px;
  position: relative;
  background-color: white;
  content: URL(../images/radio.svg);
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  margin-left: 3px;
}
.fcontainer {
  flex-direction: column;
  align-items: flex-start;
}
.vcenter {
  display: flex !important;
  align-items: center !important;
}

h6 span {
  font-family: arial;
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
}
/*end checkout*/
/*footer*/

.mt-10 {
  margin-top: -10px !important;
}
.pt10 {
  padding-top: 10px !important;
}

footer {
    position: sticky;
    min-height: 200px; 
    top: calc( 100vh - 200px );
    display: block;    
    padding-top: 35px;
}
.footernav:not(:first-child) {
    margin-right: 18px;
}

.bg-footer {
    background: #084c8f;
    background-image: linear-gradient(#042648, #084c8f);
}
.follow {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.footer span:not(.first) {
  margin-left: 18px;
}
.footerbadge {
    margin-left: 18px;
}
.footer-nav {
    list-style: none;
    color: #e5e5e5;
    font-size: 14px;
    padding-top: 60px;
    line-height: 2rem;
}
.footer-nav li {
  padding-left: 33px;
}

.copyright {
  color: #e5e5e5;
  font-size: 12px;
  padding-top: 60px;
}
#footericons-list{
    padding-left:0px;
}
/*end footer*/
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 40px 10px;
}

section.no-pad {
  overflow: hidden;
  padding: 0px 0 !important;
}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.section-header p span {
  color: var(--color-primary);
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-right: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-left: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
.mt-lg-6 {
  margin-top: 0px;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    right: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    right: calc(50% - 36px);
    opacity: 0;
  }
}
.striked {
  text-decoration: line-through !important;
  direction: ltr;

  font-family: "Montserrat", sans-serif;
}
ul.nav-icons {
  margin-top: -10px;
  margin-left: -31px;
}
ul.nav-icons li {
    margin-top: 10px;     
       
}
.cart {
    margin-right: 12px;
    margin-left: 45px;
}
.logo {
  margin-top: -65px;
}
.search {
    width: 100%;
    height: 40px;
    border: 1px solid #ada9a9;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 8px;
    color: var(--font-default-m);
}
.flag {
    margin-right: -30px;    
    cursor: pointer;

}
.cat {
  margin-top: 10px !important;
  margin-left: 4px !important;
  padding: 0;
}

.login-bar {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #999 !important;
}

.login-bar-mob {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #999 !important;

  top: 0;
  z-index: 101;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 8px 0;
  margin-top: 0px;
}

.icon-user {
  position: absolute;
  top: -20px;
  left: 0px;
}
.login {
  padding-left: 10px !important;
}
.login:hover {
  color: var(--font-primary) !important;
}
.no-border {
  border: none;
  outline: none;
}

.product-thmb .slide {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    margin-left: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-top-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    border-top-left-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
}
.product-thmb .thumb {
    padding: 2px;
    border-top-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    border-top-left-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
}

#brands li {
  direction: rtl;
  /*background: #fff;*/
  /*padding: 20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 155px;*/
  width: 182px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  /*border: 1px solid #ada9a9;*/
  border-top-right-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
}

.ln-letters {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.listWrapper {
  margin-right: -30px !important;
}
.ln-letters a.ln-disabled {
  color: #333;
}
.ln-letters a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #333 !important;

  color: #333;
}
.ln-letters .ln-disabled {
  color: #333;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
  border: none;
  color: #e50b19 !important;
}

.ln-letters a {
  border-right: 1px solid #333;
  border-left: none;
  display: block;
  float: right;
  font-size: 0.9em;
  padding: 2px 6px;
  text-decoration: none;
}
.sp-heading {
  position: absolute !important;
  margin-top: 40px !important;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .sp-heading {
    position: relative !important;
    margin-top: 94px !important;
  }
  .ln-letters {
    margin-top: 80px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 31px;
    width: 491px;
  }

  .listWrapper {
    margin-right: -30px !important;
    margin-top: -66px;
  }
    .card h3:not(.price) {
        margin-top: 0.2rem;
        padding-left: 10px;
        display: -webkit-box; /* Use a flexible box layout */
        -webkit-box-orient: vertical; /* Make it vertical */
        -webkit-line-clamp: 2; /* Limit to two lines */
        overflow: hidden; /* Hide any overflow */
        text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
        /* Optionally, add these properties for better browser support */
        max-height: 3em; /* Approximate height for two lines (adjust as needed) */
        white-space: normal; /* Allow wrapping of text */
    }
  .produt-details,
  .welcome,
  .greet {
    /*margin-top: 80px;*/
  }
  .breadcrumbs {
    margin-top: 90px;
  }
  .breadcrumbs ol li + li {
    padding-right: 8px;
    padding-top: 22px;
  }
  .search {
    width: 94%;
    height: 40px;
    border: 1px solid #ada9a9;
    border-top-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    top: 40px;
  }

  .p-img-main {
    left: -119px;
    width: 75%;
    top: 55px;
  }
  .copyleft {
    margin-right: 0 !important;
    margin-top: -80px;
  }

  .footer-nav li {
    padding-left: -33px;
  }

  .card img.product {
    margin-top: 20px;
    width: 140px;
    height: auto;
  }

  .card-featured .product {
    margin-left: -50px;
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 1279.98px) {
  ul.nav-icons {
    margin-top: 5px;
    margin-left: -47px;
  }
  .navc {
    margin-left: 2px;
    margin-top: 14px;
  }
  .burger {
    margin-top: -7px;
  }
}

@media screen and (max-width: 991.98px) {
  .logo {
    margin-top: 0px;
    margin-bottom:15px;

  }
  ul.nav-icons {
    margin-right: -13px;
  }
  .search {
    position: absolute;
    top: 130px;
    left: 10px;
  }
  .brand {
    width: 140px;
    height: auto;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0px;
    margin-top: -10px;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  .mt-lg-6 {
    margin-top: 80px;
  }
  .navbar ul li a,
  .navbar ul li a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    font-weight: 500;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-right: 5px;
  }

  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    right: 0;
    /*background-color: var(--color-primary);*/
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #333;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    right: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    right: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    right: -100%;
  }
}

@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
  .footer-nav {
    margin-right: -33px;
  }
}
.img-fluid-100 {
    width: 100% !important;
    height: auto !important;
}
.img-fluid-100-fix {
    width: 100% !important;
    height: 100% !important;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 400px;
    border-right: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-right: 5px;
  }

  .navbar a:hover,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    /*border-color: var(--color-primary);*/
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 30px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 99;
    margin:15px 26px 0px 0px;
    font-weight: bold;
  
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left: 45px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .search {
    margin-top: 50px;
  }
}
.mt-9 {
  margin-top: 9px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

@media (min-width: 1365.98px) and (max-width: 1919.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1120px;
  }
}
/* Forgot Screen */
#reset_page_divs {
    display: grid;
    place-items: center;
}
#otp_div {
    display: grid;
    place-items: center;
}
/* Product Detail*/
.Qty_div {
    display: flex;
    flex-direction: row;
}


.price_div {
    position: static !important;
}

.card-cat {
    background-color: transparent;
    color: var(--color-default);
    padding: 1rem;
    height: 8rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}

    .card-cat a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center !important;
        color: var(--color-default);
        text-align: center !important;
    }

.sub-cat-img {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}
.cards {
  max-width: 1090px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 30px auto;

  display: grid;
  grid-gap: 1rem;
}

.grid-item {
  padding-top: 40px;
}
.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ps-l {
  padding-right: 80px;
}
.danger,
.danger a {
  color: var(--color-primary);
}
.success,
.success a {
  color: var(--color-green);
}
.my-wallet {
  width: 100%;
  height: auto;
  padding: 0 40px;
  padding-top: 40px;

  background: var(--color-lt-blue);
  color: #fff;
  border-radius: 20px;
}
.my-wallet table td,
.my-wallet table th {
  color: #fff;
}
.pt-50 {
  padding-top: 50px !important;
}
.modal {
  position: fixed;
  z-index: 999999;
}
.popup {
  padding: 20px;
}
@media (max-width: 768px) {
  .card {
    height: 320px !important;
  }
    .slider-height {
        height: 40px;
    }
    .card:not(.card-featured) img.product {
        width: 90%;
        height: auto;
        object-fit:contain;
        margin-top: 5px !important;
    }
  .price {
    margin-top: 50px !important;
  }
    .card h3:not(.price) {
        margin-top: 0.2rem;
        padding-right: 0px !important;
        display: -webkit-box; /* Use a flexible box layout */
        -webkit-box-orient: vertical; /* Make it vertical */
        -webkit-line-clamp: 2; /* Limit to two lines */
        overflow: hidden; /* Hide any overflow */
        text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
        /* Optionally, add these properties for better browser support */
        max-height: 3em; /* Approximate height for two lines (adjust as needed) */
        white-space: normal; /* Allow wrapping of text */
    }
}
.price {
  margin-top: 50px !important;
}
.card h3:not(.price) {
    margin-top: 0.2rem;
    padding-right: 0px !important;
    display: -webkit-box; /* Use a flexible box layout */
    -webkit-box-orient: vertical; /* Make it vertical */
    -webkit-line-clamp: 2; /* Limit to two lines */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
    /* Optionally, add these properties for better browser support */
    max-height: 3em; /* Approximate height for two lines (adjust as needed) */
    white-space: normal; /* Allow wrapping of text */
}
.striked {
  width:max-content;
  position: absolute;
  bottom: 25px;
}
img.product {
  cursor: pointer;
}
input .counter2 {
  font-size: 40px !important;
  font-weight: bold !important;
  display: inline-block;
  width: 40px !important;
  height: 40px;
  margin: 0 5px;
  text-align: center !important;
  border: 0;
}

.increment,
.decrement {
  border: none;
  background: transparent;
}
.qty {
  margin-top: -10px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.filter-checkbox {
    width: 20px !important;
    height: 20px !important;
    margin-top: -3px !important;
    margin-right: 8px;
}

.accordion-item {
    margin-top: 25px;
}

::selection {
    color: #fff;
    background: #efefef;
}

/*.searchInput input {
    width: 100%;
    height: 40px;
    border: 1px solid #ada9a9;
    border-top-left-radius: 20px 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}*/

.searchInput.active input {
    width: 100%;
    height: 40px;
    /* border-top: 1px solid #ada9a9;
    border-top-right-radius: 20px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius: 0px;*/
    border-bottom-left-radius:unset;
    font-size: 14px;
    margin-bottom: 20px;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;    
    background: #fff;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
    margin-top: -25px;
    border: 1px solid #ada9a9;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px 20px;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    border: 1px solid #ada9a9;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px 20px;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.filters {
    position: unset;
    z-index: unset;    
    display: block;
}

.applyfilters {
    display: none;
}

.close-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
}

input[type="checkbox"] {
    border-top-left-radius: 10px 10px !important;
    border-bottom-right-radius: 10px 10px !important;
    border-top-right-radius: 10px 10px !important;
    border-bottom-left-radius: 10px 10px !important;
    height: 40px;
}

    input[type="checkbox"]:checked:after {
        width: 30px;
        height: 30px;
        top: -5px;
        left: -5px;
        position: relative;
        background-color: white;
        content: URL(../images/checked.svg);        
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        margin-right: 3px;
    }

.accordion-body .form-check-label {
    margin: 5px 15px 0px 0px;
}
.accordion-button::after {
    margin:0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: auto;
    content: "";
   /* background-image: var(--bs-accordion-btn-icon);*/
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}
.filter-main{
    display:flex;
    margin-right:unset;
    margin-bottom:10px;

}
.subcat {
    margin-right: 35px;
}
    .subcat form-check-input {
        float: right;
    }
.price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

label {
    font-size: 14px;
    font-weight: 500;
}

p {
    font-size: 16px;
    /*font-weight: 600;*/
}

.p-descar {
    font-weight: 400;
}

.range-slider {
    width: 400px;
    position: relative;
    margin: 15px 0 30px 0;
}

.range-fill {
    height: 6px;
    background-color: #e50b19;
    position: absolute;
    z-index: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 49%;
    background: transparent;
    position: absolute;
    right:0;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #e50b19;
        cursor: pointer;
        margin-top: -5px;
        position: relative;
        z-index: 1;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        background: #e8e8e8;
        border-radius: 3px;
        border: none;
    }

@media (max-width: 575px) {
    .applyfilters {
        display: inline-block;
        margin: 25px 0px 25px 0px;
    }

    .webfilters {
        display: none;
    }
    .filters {
        position: absolute;
        z-index: 9999;
        background: white;
        border-radius: 10px;
        padding: 15px;
        width:90%;
    }   

    .glass-bg {
        /* background: rgba(255, 255, 255, 0.8); */
        background: white;
        border-radius: 10px;
        padding: 15px;
        height: 100%;
    }
    /* Cross icon style */
    .close-icon {
        position: absolute;
        top: 10px; 
        left: 10px; 
        cursor: pointer;
        display: block;
    }

    .searchInput input {
        width: 85%;
        height: 40px;
        left: 23px;
        top: 200px;
        border: 1px solid #ada9a9;
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius:0px;
        border-bottom-left-radius: 20px;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top:unset;
    }

    .searchInput.active input {
        width: 100%;
        left: 0px;
        top: 200px;
        height: 40px;
        border-top: 1px solid #ada9a9;
        /*border-top-left-radius: 20px 20px;
        border-bottom-right-radius: 0px;*/
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: unset;
    }
    .searchInput .resultBox {
        padding: 0;
        opacity: 0;
        position: absolute;
        z-index: 9999;
        width: 100%;
        background: #fff;
        pointer-events: none;
        max-height: 280px;
        overflow-y: auto;
        margin-top: -25px;
        border: 1px solid #ada9a9;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 20px 20px;
    }

    .searchInput.active .resultBox {
        position: absolute;
        z-index: 9999;
        width: 100%;
        margin-top: -22px;
        left: 0px;
        padding: 10px 8px;
        opacity: 1;
        pointer-events: auto;
        border: 1px solid #ada9a9;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 20px 20px;
    }
}
@media (max-width: 991.98px) {
    .searchInput input {
        position: unset;
        width: 100%;
        height: 40px;
        left: 23px;
        top: 200px;
        border: 1px solid #ada9a9;
        /*border-top-left-radius: 20px 20px;
        border-bottom-right-radius: 20px;*/
        padding: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top:0px;
    }

    .searchInput.active input {
        position: unset;
        width: 100%;
        left: 0px;
        top: 200px;
        height: 40px;
        border-top: 1px solid #ada9a9;
        border-bottom-left-radius: unset;
        /*border-top-left-radius: 20px 20px;
        border-bottom-right-radius: 0px;*/
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: unset;
    }

    .searchInput.active .resultBox {
        padding: 10px 8px;
        position: absolute;
        z-index: 9999;
        width: 100%;
        opacity: 1;
        pointer-events: auto;
        border: 1px solid #ada9a9;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 20px 20px;
    }
}
div.favplus,
div.favminus {
    cursor: pointer;
    font-size: 34px;
    font-weight: bold;
}

    div.favminus h2,
    div.favplus h2 {
        font-size: 34px;
        font-weight: bold !important;
    }

.favminus {
    width: 50px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 36px 5px 15px 5px;
    outline: 0;
    border-radius: 25px 25px;
    vertical-align: bottom;
    text-align: center;
    z-index: 36;
}

.card-offer .favplus {
    width: 50px;
    height: 66px;
    background: #e50b19 URL("../images/counter-top-ar.jpg") no-repeat;
    color: #fff;
    border-radius: 0px;
    padding: 35px 5px 8px 5px;
    border: 0px solid #e50b19;
    outline: 0;
    vertical-align: top;
    text-align: center;
    z-index: 3;
}

.card-blue .favplus {
    width: 50px;
    height: 66px;
    background: var(--color-blue) URL("../images/counter-top-ar.jpg") no-repeat;
    color: #fff;
    border-radius: 0px;
    padding: 35px 5px 8px 5px;
    border: 0px solid var(--color-blue);
    outline: 0;
    vertical-align: top;
    text-align: center;
    z-index: 3;
}

.card-grey .favplus {
    width: 50px;
    height: 66px;
    background: #999999 URL("../images/counter-top-ar.jpg") no-repeat;
    color: #fff;
    border-radius: 0px;
    padding: 35px 5px 8px 5px;
    border: 0px solid #999999;
    outline: 0;
    vertical-align: top;
    text-align: center;
    z-index: 3;
}

/* media (max-width: 768px) {
    .favprice {
        margin-top: 50px !important;
    }

    .card h3:not(.favprice) {
        margin-bottom: 0.2rem;
        padding-right: 0px !important;
    }
    } */

.favprice {
    margin-top: 50px !important;
}

.card h3:not(.favprice) {
    margin-top: 0.2rem;
    padding-right: 0px !important;
    display: -webkit-box; /* Use a flexible box layout */
    -webkit-box-orient: vertical; /* Make it vertical */
    -webkit-line-clamp: 2; /* Limit to two lines */
    overflow: hidden; /* Hide any overflow */
    text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
    /* Optionally, add these properties for better browser support */
    max-height: 3em; /* Approximate height for two lines (adjust as needed) */
    white-space: normal; /* Allow wrapping of text */
}


.frame {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    width: max-content;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79,.21,.06,.81);
    border-radius: 10px;
    position: absolute;
    top: 15%;
    right: 6%;
    background-color: #eeeeee;
}

.socialbtn {
    height: 25px;
    width: 25px;
    border-radius: 3px;
    background: #e0e5ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79,.21,.06,.81);
    font-size: 16px;
    color: rgba(42, 52, 84, 1);
    text-decoration: none;
    margin: 0px 6px;
}

.socialbtn:active {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

#deliveryDate {
    position: relative;
    width: 100%;
    color: white;
}

    #deliveryDate:before {
        position: absolute;
        top: 5px;
        right: 22px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    #deliveryDate::-webkit-datetime-edit, #deliveryDate::-webkit-inner-spin-button, #deliveryDate::-webkit-clear-button {
        display: none;
    }

    #deliveryDate::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.customtddeliverybox {
    width: 59%;
}

@media (max-width: 767px) {
    .customtddeliverybox {
        width: 42%;
    }
}




/*Staper Css*/
/* Updated styles for horizontal display */
.step {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #666666;
}

.about_order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: calc(20rem + 2px);
    height: 1px;
    background-color: #000;
    top: 38%;
    right: calc(5rem);
    z-index: -1;
}



.tracktitle {
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 0.5em;
    text-align: center;
}

.caption {
    font-size: 0.8em;
    text-align: center;
    height: 25px;
}

.circle {
    background: gray;
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.step.step-active {
    width: 15%;
    color: #e50b19;
}

    .step.step-active .circle {
        background-color: #e50b19;
    }

.order_card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 18px;
    border: none;
    height: min-content;
    position: relative;
    border-radius: 10px;
    background-color: white;
    z-index: 1;
}

@media (max-width: 767px) {
    .order_card {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 18px;
        border: none;
        height: min-content;
        position: relative;
        border-radius: 10px;
        background-color: white;
        z-index: 1;
    }

    .step:not(:last-child)::after {
        content: '';
        position: absolute;
        width: calc(4rem + 2px);
        height: 1px;
        background-color: #000;
        top: 47%;
        right: calc(3rem);
        z-index: -1;
    }
}
/*Orderdetails additional css*/
.pay-delivery-address {
    padding-left: 3rem !important;
}


/*not found alert colour*/
.notfound-alert h2 {
    color: rgb(229, 11, 25);
    font-size: 30px;
    font-weight: 400 !important;
}
.notfound-alert h6 {
    color: rgb(229, 11, 25);
    font-size: 1.25rem;
    font-weight: 500 !important;
}


/*User fav Screen*/
.delete-button {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.delete-icon {
    font-size: 137%;
    margin-top: -12px;
    color: rgb(229, 11, 25)
}

.delete-icon:hover {
    color: red;
}
.fav-icons {
    margin-left: -24px;
    margin-top: 3px;
}

/*R*/
.pointer {
    cursor: pointer;
}

/*Product Details AR*/
.qty-ar{
    padding-left:20px;
}
.cp-margin {
    margin-right: .5rem !important;
}

.share-linksar {
    margin-right: 69%;
}


/*Cart Details Table*/
.cart-table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

    .cart-table > :not(caption) > * > * {
        padding: 0.5rem 0rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .cart-table > tbody {
        vertical-align: inherit;
    }

    .cart-table > thead {
        vertical-align: bottom;
    }
/*Cart Details*/

.cursor-pointer {
    cursor: pointer;
}

/*Order Details Page Products table*/
.pro-details-table {
    background-color: white;
    border-right: 1px solid rgb(220 198 198);
    border-left: 1px solid rgb(220 198 198);
    border-bottom: 1px solid rgb(220 198 198);
    border-top: 3px solid rgb(233 214 214);
}

@media screen and (max-width: 575px) {
    .header-menu-container {
        order: 1;
        margin-top: 18px;
    }

    .search-bar-container {
        order: 2;
    }
}

/* Media query for screens between 576px and 767px */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .header-menu-container {
        order: 1;
        margin-top: 18px;
    }

    .search-bar-container {
        order: 2;
    }
}

/* Media query for screens between 768px and 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-container {
        order: 1;
        margin-top: 18px;
    }

    .search-bar-container {
        order: 2;
    }
}


/*all Customers Dropdown*/
.cd-form {
    display: flex;
    width: 350px;
    height: max-content;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    margin: 0px 3px 0px -18px;
    border-radius: 10px;
}

.cd-dropdown {
    /* min-width: 25em; */
    position: relative;
    margin: 1em;
}

    .cd-dropdown * {
        box-sizing: border-box;
        font-size: 16px;
    }

.cd-select {
    background-color: white;
    color: black;
    font-size: 16px;
    width: 447px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid grey;
    border-radius: 7px;
    padding: 0.5em;
    cursor: pointer;
    transition: background 0.3s;
    margin-right: -17px;
}

    .cd-select:focus {
        outline: none;
    }

/* .select-clicked{
                border: 1px solid grey;
   } */

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid black;
    transition: 0.3s;
    top: 40%;
    left: 5%;
    position: absolute;
}

.caret-rotate {
    transform: rotate(180deg);
}

.cd-menu {
    list-style: none;
    padding: 0.2em 0.5em;
    background: white;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top: transparent;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    color: black;
    width: 447px;
    position: absolute;
    top: 38px;
    left: 14rem;
    display: none; 
    transform: translate(-50%);
    opacity: 0;
    transition: 0.2s;
    z-index: 1;
    max-height: 235px;
    overflow-y: auto;
}

    .cd-menu li {
        padding: 0.7em 0.5em;
        margin: 0.3em 0;
        border-radius: 0.5em;
        cursor: pointer;
        font-size: 16px;
    }

        .cd-menu li:hover {
            background: #2665EA;
            color: white;
        }

.menu-open {
    display: block;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .searchInput input {
        position: unset;
        width: 100%;
        height: 40px;
        left: 23px;
        top: 200px;
        border: 1px solid #ada9a9;
        /*border-top-left-radius: 20px 20px;
        border-bottom-right-radius: 20px;*//**/
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }  
    .applyfilters {
        margin: 0;
    }
    .zero-padding {
        padding-top: 0px;
    }
    .searchtextdiv {
        display: none;
    }
    .out-stock {
        font-size: 16px;
        position: absolute;        
        width: 78px;
    }

}
.out-stock{
    font-size:16px;
}
.checkout-input-field-label {
    padding: 0px 10px 3px 0px;
}

/*Checkout Page*/
.textalign {
    text-align: left
}
.search-icon {
    position: absolute;
    left: 20px;
    top: 15px;
}
@media only screen and (max-width: 767px) {
    .search-icon {
        position: absolute;
        left: 20px;
        top: 8px;
    }
}
/*contactus page css*/
.left-contact {
    background-color: #e50b19;
    border-top-left-radius: 25px;
    height: 360px;
}

.info-wrap.left-contact .dbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Adding margin between items */
}

.info-wrap.left-contact .icon {
    flex-shrink: 0; /* Prevent icon from shrinking */
    margin-left: 15px; /* Adding space between icon and text */
}

    .info-wrap.left-contact .icon span {
        color: white;
    }

.info-wrap.left-contact .dbox {
    color: white; /* Set text color to white for all dbox elements */
}

.info-wrap.left-contact .icon span {
    color: white; /* Set icon color to white */
}

.form-group input {
    margin-bottom: 15px;
}



/*Changes for Noshn retail*/
.font21px {
    font-size: 16px !important;
}
.font-responsive {
    font-size: 1rem !important;
}

@media (max-width: 767px) {
    .font-responsive {
        font-size: 0.8rem !important;
    }
}

/*Comments section css*/
.flex-shrink-1 {
    margin-right: 0.6rem!important;
}