:root {
  --transition-duration: 0.3s;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  transition: background-color var(--transition-duration),
    color var(--transition-duration);
}

html {
  scroll-behavior: smooth;
}

.section-padding-space {
  margin-top: 30px;
  margin-bottom: 30px;
}

body.light {
  background-color: #ffffff;
  color: #000000;
}

body.dark {
  background-color: #000000;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: unset;
}

.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

.sun-and-moon {
  transition: transform var(--transition-duration);
}

body.dark .sun-and-moon {
  transform: rotate(180deg);
}

.sun-beams {
  transition: opacity var(--transition-duration);
}

.top-level-link:hover {
  cursor: pointer;
}

.title {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.subtitle {
  opacity: 70%;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

body.dark .sun-beams {
  opacity: 0;
}

.pages-lang-currency {
  border: none;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  color: white;
  padding: 18px 0px;
  border-bottom: 0.5px solid white;
}

.pages-lang-currency a {
  color: white;
  cursor: pointer;
}

button:focus {
  outline: none;
  border: none;
}

.btn-head-sec {
  border: none;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  align-items: center;
  height: 40px;
  background-color: white;
  width: 40px;
  border-radius: 100%;
}

.btn-head-sec svg {
  width: 20px;
  height: 20px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-head-sec svg {
      width: 20px;
      height: 20px;
    }
  }
}

.slide-menu {
  background-color: white;
  color: black;
}

.menu.btn-head-sec {
  display: flex;
}

.main-nav-new {
  gap: 16px;
  padding: 0;
}

.main-nav-new li {
  list-style: none;
  color: white;
}

.main-nav-new li a {
  font-weight: 700;
}

.submenu-page .nav-dropdown.nav-submenu {
  display: block !important;
}

.navigation-portrait .nav-menus-wrapper {
  width: 280px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: left;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: none !important;
}

.nav-menus-wrapper .back-btn {
  position: absolute;
  right: 25px;
  top: 70px;
  font-size: 20px;
}

.nav-menus-wrapper-open {
  overflow: hidden;
}

.main-slider-content-container {
  padding: 0 45px 114px 45px;
  gap: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}

.main-slider-title {
  cursor: unset;
  line-height: 30px;
  font-size: 1.375rem;
  font-weight: 700;
}

.main-slider-subtitle {
  line-height: 30px;
  font-size: 1rem;
  font-weight: 400;
}

.offer-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  color: white;
}

.offer-grid.grid-access {
  grid-template-columns: repeat(2, 1fr);
}

a {
  all: unset;
}

.offer-grid .card {
  position: relative;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 30px;
  min-height: 250px;
  height: 250px;
}

.offer-grid .card img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.offer-grid .card .absolute-des {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
}

.offer-grid .card:hover img {
  transform: scale(1.4) rotate(12deg);
}

.offer-grid .card .content .button-style {
  width: 92.938px;
  height: 30.405px;
  gap: 6.125px;
  border-radius: 9.8px;
  font-size: 7.35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.offer-grid .card .content .button-style svg {
  width: 12.25px;
  height: 12.25px;
}

.offer-grid .card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  gap: 12px;
}

.offer-grid .card .content .product-description {
  font-size: 12.5px;
  font-style: normal;
  font-weight: 600;
}

.offer-grid .card .content .title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  font-size: 7.5px;
}

.offer-grid .card .content .title svg {
  width: 12.25px;
  height: 1.834px;
}

.button-style {
  display: flex;
  width: 122px;
  height: 51px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1rem;
  font-size: 0.75rem;
  border: 1px solid white;
  color: white;
  direction: rtl;
  cursor: pointer;
  background-color: #333232bf;
}

.s-block--animated-brands--marquee {
  display: flex;
  direction: ltr;
  overflow: hidden;
  user-select: none;
  margin: 15px 0;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsla(0, 0%, 0%, 0),
      hsl(0, 0%, 0%) 20%,
      hsl(0, 0%, 0%) 80%,
      hsla(0, 0%, 0%, 0));
  mask-size: 100%;
  position: relative;
}

.s-block--animated-brands--marquee .marquee__group {
  display: flex;
  align-items: center;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  animation: scroll-x 60s linear infinite;
}

.s-block--animated-brands--brand {
  background: #eee;
  border-radius: 10px;
}

.s-block--animated-brands.grayscale .marquee__group img {
  filter: grayscale(1);
  transition: filter ease 0.3s;
}

img.lazy.loaded {
  opacity: 1;
  transform: scale(1);
}

.s-block--animated-brands--brand img {
  width: 68px;
  height: 68px;
  padding: 10px;
  object-fit: contain;
  transition: all 300ms;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

.s-block--animated-brands--marquee .marquee__group[aria-hidden="true"] {
  opacity: 1;
  display: flex;
}

.s-block--animated-brands--wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.s-block--animated-brands {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.main-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 30px;
}

.main-title .content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-title .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 50%;
  height: 4px;
  background: #000;
}

.main-slider {
  height: 600px;
  max-height: 600px;
}

p {
  padding: 0;
  margin: 0 !important;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
}

.about-us-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}

.about-us-container .content-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  gap: 0.5rem;
}

.about-us-container .section-header {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}

.about-us-container .image-gallery-about {
  width: 100%;
  display: grid;
  flex-direction: column;
  line-height: normal;
  gap: 0.625rem;
}

.about-us-container .gallery-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.about-us-container .gallery-row img {
  height: 7.5rem;
  border-radius: 1rem;
}

.about-us-container .gallery-row.first .gallery-image:first-child {
  width: 60%;
}

.about-us-container .gallery-row.first .gallery-image:nth-child(2) {
  width: 40%;
}

.about-us-container .gallery-row.second .gallery-image:first-child {
  width: 40%;
}

.about-us-container .gallery-row.second .gallery-image:nth-child(2) {
  width: 60%;
}

.about-us-container .header-text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
}

.about-us-container .section-title-about {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
}

.about-us-container .section-description {
  font-size: 0.65625rem;
  opacity: 70%;
  line-height: 18.767px;
  font-style: normal;
  font-weight: 500;
}

.about-us-container .header-line {
  width: 2rem;
  height: 0.1875rem;
  border-radius: 0.3125rem;
  background-color: black;
}

.about-us-container .stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
}

.about-us-container .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.about-us-container .stat-number {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
}

.about-us-container .stat-label {
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 500;
}

.categories-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}

.head-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.sections-container-categories {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.sections-container-categories .section-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  gap: 1rem;
}

.sections-container-categories .section-item img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: ease 0.5s;
}

.sections-container-categories .section-item img:hover {
  transform: scale(1.08);
}

.sections-container-categories .section-item .section-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 !important;
}

.sections-container-categories .section-item .section-subtitle {
  font-size: 0.75rem;
  opacity: 70%;
  font-weight: 500;
}

.banners-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3rem;
}

.banners-section .main-banner {
  width: 100%;
  position: relative;
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
}

.banners-section .main-banner:hover img {
  transform: scale(1.2);
}

.banners-section .main-banner img {
  width: 100%;
  height: 100%;
  transition: ease-in 0.5s;
}

.banners-section .main-banner .banner-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banners-section .main-banner .banner-content h2 {
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 600;
}

.banners-section svg {
  width: 6.046px;
  height: 6.046px;
}

.banners-section a {
  width: 44.856px;
  height: 14.022px;
  font-size: 0.21875rem;
  gap: 3.023px;
  border-radius: 7px;
  gap: 3.023px;
  border-radius: 4.837px;
}

.banners-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.3rem;
  width: 100%;
}

.banners-section .banners-container .card,
.banners-section .banner-column .banner-item,
.banner-column .banner-item-row .subcategory-item {
  border-radius: 0.5rem;
  overflow: hidden;
}

.banners-section .banners-container .card,
.banners-section .banners-container .banner-column {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
  height: 250px;
}

.banners-section .banners-container .banner-column {
  flex-direction: column;
  gap: 0.3rem;
}

.banners-section .banners-container .card img,
.banners-section .banner-column .banner-item img,
.banner-column .banner-item-row .subcategory-item img {
  height: 100%;
  width: 100%;
  transition: ease-in 0.5s;
}

.banners-section .banners-container .card:hover img,
.banners-section .banner-column .banner-item:hover img,
.banner-column .banner-item-row .subcategory-item:hover img {
  transform: scale(1.2);
}

.banners-section .banners-container .card .absolute-des {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
}

.banners-section .banners-container .card .content {
  padding: 18px;
  color: white;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0.4rem;
}

.banner-container-content {
  gap: 10px;
}

.banners-section .banners-container .card .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.226rem;
}

.banners-section .banners-container .card .content .category-name {
  font-size: 0.3rem;
}

.banners-section .banners-container .card .content .product-description {
  font-size: 0.5rem;
}

.banners-section .banner-column .banner-item,
.banner-column .banner-item-row {
  height: 50%;
  width: 100%;
  position: relative;
}

.banners-section .banner-column .banner-item-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}

.banners-section .banner-column .banner-item .content,
.banner-column .banner-item-row .subcategory-item .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-column .banner-item-row .subcategory-item {
  width: 50%;
  height: 100%;
  position: relative;
}

.promo-section img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  /* optional for nice corners */
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-star1.deactive:before {
  color: #ccc;
}

.slick-dots li {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 15px !important;
  height: 15px !important;
}

.slick-dots button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slick-dots li button:before {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 20% !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 100% !important;
  content: "" !important;
  background-color: black !important;
  opacity: 0.6 !important;
}

.slick-dots li.slick-active button:before {
  background-color: black !important;
  width: 22px !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  left: 0 !important;
}

.main-slider.banner-slider .slick-dots li button:before {
  background-color: white !important;
}

.main-slider.banner-slider .slick-dots li.slick-active button:before {
  background-color: white !important;
}

.main-slider.banner-slider {
  height: 13.5rem;
}

.main-slider.banner-slider h2 {
  font-size: 0.9rem;
}

.main-slider.banner-slider .main-slider-subtitle {
  line-height: 12px;
  font-size: 0.6rem;
}

.dark .blog-title h1 {
  color: white;
}

.main-slider.banner-slider .button-style {
  width: 60px;
  height: 20px;
  gap: 2.833px;
  border-radius: 4.533px;
  font-size: 6px;
  font-style: normal;
  font-weight: 600;
}

.main-slider.banner-slider .button-style svg {
  width: 5.667px;
  height: 5.667px;
}

.main-slider.banner-slider .banner-container-content {
  padding: 0 80px;
}

.about-us-cards {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}

.about-us-cards .card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: #f6f6f6;
  height: 7.5rem;
  transition: ease-in-out 0.5s;
  color: black;
}

.about-us-cards .card-item:hover {
  transform: translateY(-10px);
}

.about-us-cards .card-item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
  border-radius: 100%;
  height: 1.7rem;
  width: 1.7rem;
  background-color: black;
  gap: 0.625rem;
  margin-bottom: 3px;
}

.about-us-cards .card-item img {
  width: 100%;
  height: 100%;
}

.about-us-cards .card-item h2 {
  font-size: 0.75rem;
  font-weight: 700;
}

.about-us-cards .card-item h3 {
  font-size: 0.56rem;
  font-weight: 600;
}

.about-us-cards .card-item p {
  opacity: 0.7;
  font-size: 0.5rem;
  font-weight: 500;
}

/* features section */

.features-cards {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}

.features-cards .card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 14.5rem;
  border-radius: 1rem;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  text-align: center;
  padding: 1.5rem;
  color: black;
  gap: 0.625rem;
  transition: all 0.5s;
}

.features-cards .card-item:hover {
  transform: scale(1.05);
}

.features-cards .card-item .image {
  width: 4rem;
  height: 4rem;
}

.features-cards .card-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-cards .card-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
}

.features-cards .card-item p {
  opacity: 0.7;
  font-size: 0.7rem;
  font-weight: 400;
}

/* Q&A */
.question,
.map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.question .q-container {
  display: grid;
  justify-content: center;
  align-items: start;

  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  width: 100%;
}

.question .card {
  border-radius: 0.56rem;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  padding: 11px 20px;
  gap: 2rem;
  max-height: 5.2rem;
  transition: max-height 1s ease-in-out, padding 0.5s ease-in-out;
  overflow: hidden;
}

.question .card.Active {
  max-height: 500px;
  padding: 11px 20px;
  transition: max-height 1s ease-in-out, padding 0.5s ease-in-out;
}

.question .card .Activey {
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.question .card .imgs {
  display: none;
}

.question .card.Active .imgs {
  display: flex;
  color: black;
}

.question .card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}

.question .card .drop {
  border-radius: 100%;
  height: 1.1rem;
  width: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #d9d9d9;
  padding: 3px;
}

/* map section */

.map-section .map-container {
  width: 100%;
  height: 24rem;
  overflow: hidden;
}

.map-section iframe {
  height: 100%;
  width: 100%;
}

/* reverse banner*/

.banner-reverse-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-reverse-section.reverse-photo .img,
.banner-reverse-section .img {
  height: 14.8rem;
  width: 100%;
}

.banner-reverse-section .img {
  position: relative;
  width: 100%;
}

.banner-reverse-section .img img {
  height: 100%;
  width: 100%;
}

.banner-reverse-section .img .content-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-reverse-section .img .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  color: white;
}

.banner-reverse-section .img .content .button-style {
  width: 81.695px;
  height: 27.934px;
  background-color: unset;
  gap: 5.271px;
  border-radius: 8.433px;
  font-size: 6.325px;
  font-style: normal;
  font-weight: 600;
}

.banner-reverse-section .img .content .button-style svg {
  width: 10.541px;
  height: 10.541px;
}

.banner-reverse-section .img .content img {
  width: 44.801px;
  height: 32.863px;
}

.banner-reverse-section .img .content h2 {
  font-size: 18.974px;
  font-style: normal;
  font-weight: 400;
}

.banner-reverse-section .img .content p {
  font-size: 9.487px;
  font-style: normal;
  font-weight: 400;
}

.banner-reverse-section .img .content .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner-reverse-section .img .content .countdown .count-design {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 6.325px;
  font-style: normal;
  font-weight: 400;
  width: 37.422px;
  height: 37.422px;
}

.banner-reverse-section .img .content .countdown .count-design .number {
  font-size: 7.906px;
  font-style: normal;
  font-weight: 700;
}

/* product design */

.prod-col {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product-item {
  width: 100% !important;
}

.card-table .card {
  color: black;
}

.product-item .box-1-1 {
  background-color: var(--product-background-color);
}

.product-item .box-1-1 .content {
  padding: var(--product-padding);
}

.product-item .product-title {
  min-height: auto;
}

.product-item .product-title>span {
  height: 25px;
  min-height: auto;
  font-size: 0.75rem;
  font-weight: 600;
}

.product-item .product-crd-spec .section-product-price {
  margin: 0 !important;
}

.product-item .product-price {
  font-size: 12px;
  display: flex;

  align-items: center;
}

.product-item .badge-name {
  gap: 3px;
  padding: 3px 9px;
  border-radius: 8px;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-weight: 600;
  border: none;
}

.badge-name {
  position: absolute !important;
  z-index: 2 !important;
  left: 5px !important;
  right: auto !important;
  top: 10px !important;

}

.rtl .badge-name {
  left: auto !important;
  right: 5px !important;
  top: 10px !important;
}

.products-details .badge-name {
  position: unset !important;
}

.prod-info-cont .badge-name {
  width: fit-content !important;
}

.product-item .product-crd-spec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.product-item .discount-price {
  background: white;
  color: black;
  border-radius: 10px;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 9px;
}

.product-card-rating-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-item .btn-add-product {
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  background: black;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 0.5rem 0.75rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.dark .product-item .btn-add-product {
  background-color: white !important;
  color: black;
}

.dark #product-custom-user-option-fields .form-group label {
  background: black;
}

.dark .product-item .btn-add-product path {
  fill: black;
}

.product-item .eyeIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 100%;
}

body.dark .product-item .eyeIcon {
  border-color: white;
  background-color: white;
}

.home-products-section .slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.products-slider .slick-track {
  display: flex;
}

.products-slider .prod-col {
  width: 250px;
}

.products-slider .slick-next span,
.products-slider .slick-prev span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-slider .slick-next span::before,
.products-slider .slick-prev span::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  height: 1.75rem;
  width: 1.75rem;
  background-color: var(--product-background-color);
}

[dir="rtl"] .products-slider .slick-prev {
  right: -45px;
}

[dir="rtl"] .products-slider .slick-next {
  right: auto;
  left: -45px;
}

[dir="rtl"] .products-slider .slick-prev span::before {
  right: -3px;
}

[dir="rtl"] .products-slider .slick-next span::before {
  right: 18px;
}

.products-slider .slick-next span::before {
  right: -3px;
}

.products-slider .slick-prev span::before {
  right: 18px;
}

.products-slider-pos .slick-next {
  top: 50%;
}

/* product with image*/
.product-slider-with-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider-with-image .slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}

.product-slider-with-image .slider-container> :first-child {
  width: 326px;
  height: 464px;
}

.product-slider-with-image .slider-container> :nth-child(2) {
  width: 100%;
}

.product-slider-with-image .image-content {
  border-radius: 31rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-slider-with-image .image-content img {
  height: 100%;
  width: 100%;
}

.product-slider-with-image .image-content .content-container {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: start;
  top: 0;
  right: 0;
}

.product-slider-with-image .image-content .content-container .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem;
  gap: 1rem;
  color: white;
}

.product-slider-with-image .image-content h1 {
  font-size: 0.9rem;
  font-weight: 500;
}

.product-slider-with-image .image-content p {
  font-size: 0.7rem;
  font-weight: 500;
}

.product-slider-with-image .image-content a {
  font-size: 0.7rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.product-slider-with-image .products-slider .prod-col {
  min-width: 250px;
  max-width: 250px;
}

.product-slider-with-image .slick-prev,
.product-slider-with-image .slick-next {
  top: auto;
  bottom: -62px;
  z-index: 5;
}

[dir="rtl"] .product-slider-with-image .products-slider .slick-prev {
  right: 0px;
}

[dir="rtl"] .product-slider-with-image .reverse-photo .products-slider .slick-prev {
  right: 20px;
}

[dir="rtl"] .product-slider-with-image .slick-prev {
  right: 0;
  left: auto;
}

[dir="rtl"] .product-slider-with-image .products-slider .slick-next {
  right: auto;
  left: 10px;
}

[dir="rtl"] .product-slider-with-image .reverse-photo .products-slider .slick-next {
  right: auto;
  left: 0px;
}

.products-slider {
  display: flex;
}

[dir="rtl"] .product-slider-with-image .slick-next {
  right: auto;
  left: 0;
}

/* category slider*/

.category-slider-section .category-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9rem;
}

.category-slider-section .products-slider .slick-list {
  padding: 10px 0;
}

.category-slider-section .products-slider .prod-col {
  min-width: 8.125rem;
}

.category-slider-section .products-slider .prod-col:hover {
  transform: translateY(-10px);
}

.category-slider-section .category-card img {
  width: 100%;
  border-radius: 0.625rem;
}

.category-slider-section .category-card {
  width: 100%;
}

.category-slider-section .category-card p {
  font-size: 0.625rem;
  font-weight: 600;
}

/*blog section*/

.blogs-section .blog-card {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 1.2rem;
  text-align: start;
  overflow: hidden;
}

.blogs-section .blog-card .content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  padding: 0 0.4rem;
  gap: 0.6rem;
  text-align: start;
}

.blogs-section .blog-card {
  width: 100%;
}

.blogs-section .products-slider .prod-col {
  min-width: 17.6rem;
}

.blogs-section .blog-card img {
  height: 11.625rem;
  width: 100%;
  border-radius: 0.8rem;
}

.blogs-section .blog-card h1 {
  font-size: 0.7rem;
  font-weight: 600;
}

.blogs-section .blog-card p {
  font-size: 0.5rem;
  font-weight: 500;
  opacity: 0.7;
}

.blogs-section .blog-card a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.562rem;
  font-weight: 600;
}

/* category slider with image background*/
.category-image-background {
  position: relative;
  height: 14.625rem;
  width: 100%;
}

.category-image-background img {
  width: 100%;
  height: 100%;
}

.category-image-background .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 0.625rem;
}

.category-image-background .content h1 {
  font-size: 1rem;
  font-weight: 400;
}

.category-image-background .content p {
  font-size: 0.5rem;
  font-weight: 400;
}

.category-slider-background-image {
  margin-top: -2rem;
}

/* design products category*/
.inner .product-entry-main {
  height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.product-link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.7s;
}

.overlay:hover {
  opacity: 0.4;
}

.product-details {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 7px;
}

.product-title-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.product-title {
  font-size: 0.875rem;
  font-weight: bold;
  color: black;
  line-height: 2;
  text-align: center;
}

.dark .product-title,
.dark .product-price {
  color: white !important;
}

.product-price-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.product-price {
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
}

.product-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: auto;
}

.inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

.inner .products .product-entry__content .product-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

.inner .products .product-entry__content .product-actions .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 2.4rem;
  height: 2.4rem;
  background-color: black;
}

.inner .product-entry-main .product-actions .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;

  width: 3rem;
  height: 3rem;
  background-color: white;
}

.inner .products {
  display: grid;
  gap: 2rem;
}

.inner .products .product-entry {
  gap: 0.625rem;
  background: #f6f6f6;

  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  border-radius: 1.5rem;
}

.inner .product-container {
  display: grid;
}

.inner .products .product-entry .product-entry__image {
  width: 8.3rem;
  height: 9.2rem;
  padding: 0.5rem;
}

.inner .products .product-entry .product-entry__image img {
  border-radius: 1.125rem;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.inner .products .product-entry .product-entry__content {
  flex-grow: 1;
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.inner .products .product-entry .product-entry__content .content-text {
  display: grid;
  gap: 0.625rem;
  color: black;
}

.inner .product-entry-main .product-title a {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
}

.inner .product-entry-main .product-price-container {
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}

.inner .products .product-entry .product-entry__content a {
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.inner .products .product-entry .product-entry__content h4 {
  font-size: 0.875rem;
  font-weight: 600;
}

.inner .product-grid {
  display: grid;
  gap: 2rem;
}

.light .header-style-home .image-logo,
.light .header-style-home .sticky .image-logo-dark,
.light .header-style-other-pages .image-logo-dark,
.dark .header-style-other-pages .image-logo,
.dark .header-style-home .sticky .image-logo,
.light .header-style-other-pages .sticky .image-logo-dark {
  display: block;
}

.light .header-style-home .image-logo-dark,
.dark .header-style-home .image-logo-dark,
.light .header-style-home .sticky .image-logo,
.dark .header-style-home .sticky .image-logo-dark,
.light .header-style-other-pages .image-logo,
.dark .header-style-other-pages .image-logo-dark,
.dark .header-style-other-pages .sticky .image-logo-dark {
  display: none;
}

.header-style-other-pages {
  position: unset;
}

.light .header-style-other-pages .svg-point circle,
.light .header-style-other-pages .phone-number svg path {
  fill: black;
  stroke: none;
}

.light .header-style-other-pages .sun {
  fill: white;
  stroke: white;
}

.light .header-style-other-pages svg path {
  stroke: black;
}

.light .header-style-other-pages .drop path {
  fill: black;
}

.light .header-style-other-pages .sun-beams,
.light .header-style-other-pages .auth-cart svg path,
.light .header-style-other-pages .search svg path {
  stroke: white;
}

.light .header-style-other-pages a,
.light .header-style-other-pages button,
.light .header-style-other-pages span {
  color: black;
}

.light .header-style-other-pages .btn-head-sec {
  background-color: #000;
}

.light .header-style-other-pages .menu svg path {
  stroke: white;
}

.categories-slider .slick-center {
  transform: scale(1.2);
  transition: transform 0.5s ease;
  z-index: 2;
}

.categories-slider .slick-list {
  padding: 40px 0px !important;
}

.categories-slider .slick-slide {
  margin: 0px 10px;
  transition: transform 0.5s ease;
}

.categories-slider img {
  border-radius: 10px;
}

.categories-slider .products-slider .slick-track {
  margin: 0px 0px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 5px;
  background-color: #eaecef;
  border-radius: 50px;
}

.irs-min,
.irs-max {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #151515;
  border-radius: 2px;
}

.irs--flat .irs-bar {
  top: 25px;
  border-radius: 50px;
  height: 5px;
  background-color: #151515;
}

.irs--flat .irs-handle {
  top: 21px;
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -4px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #000000;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background-color: #ffffff;
  cursor: pointer;
}

.filter_wraps {
  margin-top: 0.5rem;
}

.filter_wraps {
  justify-content: space-between;
}

.products-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
}

.products-list {
  display: grid;
  gap: 0.625rem;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
}

.products-list {
  padding: 0 10px;
}

.products-list .prod-col {
  width: auto;
  padding: 0;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: black;
}

.products-details-page .lg-thumbs img,
.carousel-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-details-page .lg-thumbs {
  margin-top: 40px;
}

.products-details-page .slick-dots {
  display: flex !important;
}

.product-details {
  margin-top: 30px;
}

.cont-prod {
  justify-content: center;
  align-items: start;
}

.product-images-carousel-thumbs .prod-col {
  padding: 0 3px;
}

.products-details-page .products-details {
  margin-top: 2rem;
}

.product-icon {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-social {
  gap: 10px;
}

.product-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border: 1px solid black;

  color: black;
  padding: 0px 0px;
}

.products-details-page .col-product-info {
  display: grid;
  text-align: center;
}

.products-details-page .low-stock-sold-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.block-qty button {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: #fff;
}

.products-details-page .fa-plus:before {
  content: "\f067";
}

.products-details-page .lg-thumbs {
  margin-bottom: 0px;
}

.block-qty input {
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  color: #2e2727;
  background-color: transparent;
  width: auto;
  flex-grow: 1;
}

.products-details-page .form-control,
.products-details-page select.form-control {
  padding: 10px 15px;
}

.products-details-page .fa-minus:before {
  content: "\f068";
}

.products-details-page .col-product-info h1 {
  font-size: 1.3rem;
  font-weight: bold;
}

.products-details-page .prod-info-cont {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.products-details-page .prod-info-cont .product-price {
  font-size: 18px;
}

.products-details-page .btn-add-to-cart,
.quick_view_capt .btn-add-to-cart,
.products-details-page .btn-buynow {
  border-radius: 100px;
  font-size: 16px;
  gap: 0.625rem;
  color: white;
  display: flex;
  justify-content: center;
  background-color: var(--primary-color);
  align-items: center;
  padding: 12px 0;
}

.products-details-page .select-quantity-div>div.form-group {
  width: 100%;
}

.products-details-page .form-group {
  margin-bottom: 0;
}

.products-details-page .select-quantity-div>div.form-group>div:after {
  display: none;
}

.send-notify-email {
  border-radius: 14px;
  border: 1px solid black;
}

.form-notify-me {
  display: grid;
  gap: 0.625rem;
}

.btn-send-notify {
  margin-left: 15px;
  border: none;
  width: 105px;
  border-radius: 13px;
  height: auto;
}

.description-title {
  font-weight: bold;
  color: var(--primary-color);
}

.ltr #product-custom-user-dropdown-fields>div.form-group>div:after,
.select-quantity-div div.form-group>div:after {
  top: 33px;
}

#product-custom-user-option-fields .form-group label {
  border: 1px solid black;
  border-radius: 14px;
}

.size-box {
  display: grid;
  gap: 0.625rem;
}

html[lang="ar"] .reviews_info .single_rev {
  direction: rtl;
  text-align: right;
}

html[lang="en"] .reviews_info .single_rev {
  direction: ltr;
  text-align: left;
}

.reviews_info .single_rev {
  padding: 0;

  padding-bottom: 0 !important;
}

.br-bottom {
  border-bottom: 0;
}

.reviews_info .single_rev .single_rev_caption {
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-product-price-each {
  font-size: 10px;
}

.reviews_info .single_rev_caption .comment-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.rtl .description-paragrah,
.ltr .description-paragrah {
  margin-left: unset;
  margin-right: unset;
}


.products-details-page .add-review .div-btnrating {
  display: flex;
  justify-content: center;
  width: 100%;
}

.products-details-page .add-review .div-btnrating .icon-star1:before {
  font-size: 41px;
}

.products-details-page .add-review .form-group.bottom-buttons {
  display: flex;
  justify-content: center;
}

.products-details-page .btn-submit-new-review {
  padding: 11px 24px;
  border-radius: 12px;
  font-size: 14px;
}

.products-details-page .add-review form {
  display: grid;
  gap: 18px;
}

.products-details-page .product-title {
  color: var(--primary-color);
}

.dark .products-details-page .product-title,
.dark .description-title,
.dark .size-box .text-color-primary,
.dark .size-box .custom-checkbox-label span,
.dark .description-paragrah,
.dark .product-social i {
  color: white;
}

.dark .product-social a path {
  fill: white;
}

.rtl #product-custom-user-dropdown-fields>div.form-group>div:after,
.select-quantity-div div.form-group>div:after {
  right: unset;
  left: 0px;
  top: 35px;
  border-left: 0;
  border-right: 1px solid #ccc;
}

.dark .block-qty button,
.dark .products-details-page .btn-add-to-cart,
.dark .products-details-page .btn-submit-new-review {
  border: 1px solid;
}

.dark .product-social a {
  border-color: white;
}

.products-details-page .add-review textarea {
  padding: 24px;
  border-radius: 12px;
  font-size: 14px;
}

.breadcrumb-item.active {
  color: black;
  font-weight: bold;
}

html[lang="ar"] .reviews_info .single_rev {
  direction: rtl;
  text-align: right;
}

.cart-page-btn {
  gap: 0.625rem;
  font-size: 12px;
  font-weight: bold;
  padding: 13px;
  border-radius: 45px;
}

.dark .free-shipping-rule-message {
  color: white !important;
}

.dark .gift-card-content,
.dark .gift-card-icon-wrapper,
.dark .cart-gift-card {
  color: black !important;
}

.dark .cart-page-btn {
  border: 1px solid white;
  color: white;
}

.cart-product-row-wrapper {
  background: #f5f5f5;
  position: relative;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}

.cart-product-row {
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-product-col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 77px !important;
  width: 77px;
}

.cart-product-col-img .cart-product-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.cart-product-col-details {
  display: grid;
  justify-content: start;
  align-items: center;
  padding-top: 0;

  padding-bottom: 0;
}

.cart-product-row {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-col-details h1 {
  font-size: 12px;
  font-weight: bold;
}

.cart-products-action {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 0;
}

.cart-products-action select {
  border-color: #ccc;
  opacity: 0.7;
  min-width: 44px;
  border-radius: 12px;
  text-align: center;
}

.cart-product-prices {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 0;
}

.cart-product-prices .totals {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  background-color: transparent;
}

.cart-product-prices .totals .cart-product-total-price {
  font-size: 14px;
  color: #00c48c;
}

.cart-product-prices .totals .cart-product-total-before-price {
  font-size: 10px;
  color: #969696;
  margin: 0 5px;
}

.ltr .cart-product-delete {
  position: absolute;
  top: 3px;
  right: 0;
  padding-top: 0;
}

.rtl .cart-product-delete {
  position: absolute;
  top: 3px;
  left: 0;
  padding-top: 0;
}

.icon-delete:before {
  content: "\f2ed";
  color: #f00073;
}

.header-wrapper {
  background-color: #f5f5f5;
}

.section-cart-products-row {
  font-size: 12px;
  color: black;
  font-weight: bold;
}

.cart-product-col-details .custom-field-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-product-col-details .custom-field-name {
  font-size: 12px;
  font-weight: bold;
}

.cart-product-col-details .custom-field-value,
.cart-product-col-details .custom-field-additional-price {
  font-size: 12px;
}

.breadcrumb-section {
  background: #f5f5f5;
}

.cart-view .section-title,
.breadcrumb-item.active {
  font-size: 14px;
  font-weight: bold;
}

.cart-totals-div {
  margin-top: 10px;
  padding: 14px;
  font-size: 10px;
  font-weight: bold;
  background: #f5f5f5;
}

.cart-totals-div .cart-product-row-wrapper {
  background: white;
  padding: 15px;
  margin: 10px;
}

.coupon-form input {
  background: #f5f5f5;
  border-radius: 27px;
  font-size: 12px;
  padding: 26px 16px;
}

.coupon-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 100%;
}

.elan .s-block--animated-brands--marquee {
  font-size: 12px;
  font-weight: bold;
  mask: 0;
}

.elan .s-block--animated-brands--marquee .marquee__group {
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  animation: scroll-x 60s linear infinite;
}

.elan .s-block--animated-brands--marquee:hover .marquee__group {
  animation-play-state: paused;
}

.elan .s-block--animated-brands--marquee {
  display: flex;
  overflow: hidden;
  direction: ltr;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
}

.elan .marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  0% {
    transform: translateX(calc(-100% - clamp(10rem, 1rem + 40vmin, 30rem) / 14));
  }

  100% {
    transform: translateX(0);
  }
}

.modal.lg-modal .modal-dialog {
  width: 80%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.modal-content {
  border-radius: 20px;
  border: 0;
}

.modal-dialog button.close {
  background: white;
  font-size: 25px;
  color: #000000;
  text-shadow: none;
  border: 0px;
}

.quick_view_wrap {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}

.quick_view_thmb {
  float: initial;
  width: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick_view_capt {
  display: block;
  float: left;
  width: 100%;
  padding: 0 1rem;
}

.modal-body .prd_details .product-name {
  color: black;
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
}

.modal-body .product-price .price {
  font-size: 20px;
  color: var(--primary-color);
}

.mailchimp-cont {
  padding: 20px 0;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}

.footer-about-us-links-div {
  display: grid;
  margin: 22px 0;
  gap: 10px;
  text-align: center;
}

.footer-about-us-links-div p a:hover {
  opacity: 70%;
  cursor: pointer;
}

.mailchimp-cont form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.mailchimp-cont input {
  background: #1d1f1f;
  color: white !important;
  border: 1px solid white;
  border-radius: 38px;
  padding: 13px 57px !important;
  font-size: 12px;
}

.mailchimp-cont button {
  color: black !important;
  padding: 13px 17px !important;
  border-radius: 35px;
  font-size: 12px;
  font-weight: bold;
  background: white;
  border: 0px;
}

.mailchimp-cont button:hover,
.footer-companies .social-icons a:hover,
.banner-reverse-section .img .content .button-style:hover,
.banners-section a:hover,
.product-slider-with-image .image-content a:hover,
.blogs-section .blog-card a:hover,
.main-slider.banner-slider .button-style:hover {
  cursor: pointer;
  opacity: 80%;
}

.elan .s-block--animated-brands--marquee:hover {
  cursor: pointer;
  opacity: 90%;
}

.footer-about-us-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.footer-about-us-div {
  margin: 0;
}

.footer-about-us-div .icons div {
  padding: 0;
}

.vat-crn-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.vat-crn-sections img {
  height: 78px;
  width: 71px;
}

.footer-store-section {
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}


.footer-companies .social-icons a {
  height: 36px;
  width: 36px;
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logistics-pay-icons {
  gap: 10px;
}

.logistics-pay-icons a {
  background-color: white;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 13px !important;
}

.footer .icons div {
  padding: 0;
}

.copyrights-text {
  color: white !important;
}

.logistics-pay-icons a img {
  object-fit: contain;
}

.footer-store-section-bars {
  border-bottom: 0;
}

.footer-companies .social-icons a svg {
  height: 16px;
  width: 16px;
}

.footer-companies .icon-facebook-f:before,
.icon-instagram:before,
.icon-snapchat-ghost:before,
.icon-tiktok:before,
.icon-call:before,
.icon-envelope-secondary:before,
.icon-globe-secondary:before {
  color: white;
}

.footer-companies .social-icons a svg {
  fill: white;
}

.footer-companies .social-icons {
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 57px;
}

.rtl .footer-about-us-div,
.ltr .footer-about-us-div {
  padding-right: unset;
  padding-left: 0;
}

.footer .icons a,
.footer .logistics-pay-icons a {
  padding: 0;
}

.qv_slider_wrap,
.qv_thumbs_wrap {
  width: 100%;
}

.qv_slider_wrap .slick-track {
  height: 266px;
}

.qv_thumbs_wrap .content {
  height: 93px;
  margin: 0px 4px 0px 4px;
  overflow: hidden;
  border-radius: 18px;
}

.qv_thumbs_wrap {
  margin-top: 20px;
}

.qv_slider_wrap .content {
  overflow: hidden;
  border-radius: 18px;
}

.qv_slider img,
.qv_thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quick_view_capt .product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.quick_view_capt .rating-total-count {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quick_view_capt .icon-star1:before {
  font-size: 17px;
}

.quick_view_capt .price-discount {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.quick_view_capt .price-discount .old {
  color: #969696;
}

.quick_view_capt .price-discount .price {
  color: #161616;
}

.quick_view_capt .product-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #969696;
}

.quick_view_capt .share-icons a {
  height: 20px;
  width: 20px;
  padding: 4px;
  border: 1px solid black;
  border-radius: 100%;
  color: black;
}

button.close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 10px;
  color: #121212;
  opacity: 1;
  background: #f4f5f7;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

/* search */

.w3-overlay.show {
  opacity: 1;
  visibility: visible;
}

.w3-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  cursor: pointer;
  z-index: 999;
  transition: 0.8s ease;
}

.cart_action {
  padding: 1rem;
}

.cart_action input {
  background: #f4f4f4;
  border: none;
  border-radius: 38px;
  height: 53px;
  padding: 0px 51px;
  color: #979797;
}

.search-suggestion-results {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  padding: 0 1rem;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.search-suggestion-results .product {
  width: 100%;
}

.product-search-sidebar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}

.image-search-sidebar {
  width: 89px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fbf3f0;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-search-sidebar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pinfo {
  display: grid;
  gap: 5px;
  cursor: pointer;
}

.pinfo h6 {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.pinfo .card-price {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  display: grid;
}

.pinfo .card-price .price-discount {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.close-sidebar {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-search-sidebar {
  position: relative;
}

.input-search-sidebar .menu-open-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.input-search-sidebar svg {
  position: absolute;
  top: 18px;
  right: 21px;
}

.pinfo .card-price .price-discount .old {
  color: #969696;
}

.pinfo .card-price .price-discount .price {
  color: #25d366;
}

.w3-ch-sideBar.show,
.slide-menu {
  right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.w3-ch-sideBar {
  height: 100%;
  max-width: 260px;
  min-width: 280px;
  background-color: white;
  color: var(--primary-color);
  position: fixed !important;
  top: 0;
  z-index: +2000;
  overflow: auto;
  position: relative;
  bottom: 0;
  left: auto;
  right: -400px;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.slide-menu {
  max-width: 260px;
  min-width: 280px;
}

.slide-head {
  text-align: end;
  background: black;
  width: 100%;
  color: white;
  height: 55px;
  padding: 1rem;
  transform: translateZ(0);
}

.slide-head h4 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.w3-ch-sideBar::-webkit-scrollbar,
.slide-menu::-webkit-scrollbar {
  height: 0%;
  width: 0;
}

.w3-ch-sideBar::-webkit-scrollbar-track,
.slide-menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.w3-ch-sideBar::-webkit-scrollbar-thumb,
.slide-menu::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
}

/* active width  */

.products-lookbook__gallery {
  width: 100%;
}

.products-lookbook__content {
  position: relative;
  display: flex;
  flex-grow: var(--flex-item);
  height: var(--height-item);
  flex-wrap: nowrap;
}

.products-lookbook__item.active {
  flex: var(--flex-item);
}

.products-lookbook__item {
  overflow: hidden;
  border-radius: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: flex 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  will-change: flex;
  height: var(--height-item);
  border-right: 1px solid #fff;
}

.rtl .products-lookbook__item:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rtl .products-lookbook__item:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ltr .products-lookbook__item:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ltr .products-lookbook__item:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.products-lookbook__item__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ltr .slide-menu {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.products-lookbook__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  flex-grow: var(--flex-item);
  height: var(--height-item);
}

.products-lookbook__label {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.products-lookbook__item.active .products-lookbook__item--card {
  opacity: 1;
  visibility: visible;
}

.products-lookbook__item--card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.products-lookbook__item--card__point {
  position: absolute;
  top: -15px;
  left: -15px;
}

.products-lookbook__item--card__point__button {
  cursor: pointer;
}

.s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
}

.products-lookbook__item--card__point__button button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
  font-size: 0;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.s-button-icon {
  border-radius: 9999px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.s-button-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.products-lookbook__item--card__point__button button:before,
.products-lookbook__item--card__point__button button:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  border: 1px solid #fff;
  animation-name: scale-lookbook;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes scale-lookbook {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

.products-lookbook__item--card__point__button button .s-button-text {
  display: inline !important;
  display: initial !important;
}

.s-button-icon .s-button-text {
  display: flex;
}

.s-button-text {
  pointer-events: none;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.products-lookbook__item--card__point__button button:after {
  animation-delay: 1.5s;
}

.products-lookbook__gallery .slider-container {
  display: flex;
}

.products-lookbook__gallery .active-cards {
  display: none;
}

.products-lookbook__gallery .slider-container .products-lookbook__item_slider {
  overflow: hidden;
  border-radius: 24px;
  padding: 0 5px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: flex 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  will-change: flex;
  border-right: 1px solid #fff;
  max-width: 250px;
  min-width: 250px;
  height: 250px;
}

.products-lookbook__gallery .slider-container .products-lookbook__item_slider .products-lookbook__item--card {
  opacity: 1;
  visibility: visible;
}

.products-lookbook__gallery .slider-container .products-lookbook__item__inner,
.products-lookbook__gallery .slider-container .products-lookbook__img,
.products-lookbook__gallery .slider-container .products-lookbook__img img {
  height: 100%;
  width: 100%;
}

.pinfo .card-price .product-price .price {
  color: black;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

#loading-screen {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  transition: opacity 0.5s ease;
}

#loading-screen img {
  height: 100px;
  object-fit: contain;
  width: 100px;
  animation: scaleAnimation 1s infinite alternate ease-in-out;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    /* Normal size */
  }

  100% {
    transform: scale(1.5);
    /* Scales to 1.5 times its size */
  }
}

.google-app-stores a img {
  border-radius: 4px;
  height: 45px;
}

.products-slider {
  height: auto;
}

#product-custom-user-option-fields input:checked+span:after,
.add-review-form-checkbox input:checked+span:after {
  left: 0;
}

/* scroll top*/

#progress {
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  z-index: 100;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#progress-value {
  display: block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}

.countdown-box {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
  color: black !important;
}

.countdown-number {
  font-size: 1.2rem;
  font-weight: bold;
}

.countdown-label {
  font-size: 0.8rem;
  color: #6c757d;
}

/* responsive*/

@media only screen and (max-width: 768px) {
  .cart-product-prices {
    padding-right: 15px;
  }

  .cart-products-action {
    padding-right: 10px;
  }

  .products-details-page .lg-thumbs {
    display: block;
  }

  .products-details-page .products-details {
    margin-top: 2rem;
  }

  .rtl .description-paragrah,
  .ltr .description-paragrah {
    margin-left: unset;
    margin-right: unset;
  }

  .cats_side_wrap h6 {
    font-size: 12px;
  }
}

@media (min-width: 585px) {
  .inner .product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .banners-section .banners-container .card .content .category-name {
    font-size: 0.7rem;
  }

  .qv_slider_wrap .slick-track {
    height: 392px;
  }

  .mailchimp-cont {
    font-size: 18px;
  }

  .products-lookbook__gallery .slider-container {
    display: none;
  }

  .products-lookbook__gallery .active-cards {
    display: block;
  }

  .pinfo .card-price {
    font-size: 12px;
  }

  .products-details-page .slick-dots {
    display: flex !important;
  }

  .products-details-page .lg-thumbs {
    display: flex;
  }

  .categories-slider .slick-slide {
    margin: 0px 20px;
  }

  .upper-bar {
    display: flex;
  }

  .title {
    font-size: 2rem;
  }

  .main-slider-title {
    font-size: 1.875rem;
  }

  .main-slider-subtitle {
    font-size: 1rem;
    font-weight: 400;
  }

  .subtitle {
    font-size: 1rem;
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid .card {
    cursor: pointer;
    height: 249px;
  }

  .offer-grid .card .content .product-description {
    font-size: 13.522px;
  }

  .offer-grid .card .content .title {
    font-size: 8.113px;
  }

  .offer-grid .card .content .title svg {
    width: 13.522px;
    height: 2.028px;
  }

  .offer-grid .card .content .button-style {
    width: 102.796px;
    gap: 6.761px;
    border-radius: 10.818px;
    height: 33.834px;
    font-size: 8.113px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .offer-grid .card .content .button-style svg {
    width: 13.522px;
    height: 13.522px;
  }

  .main-slider {
    height: 641px;
    max-height: 641px;
  }

  .main-slider .button-style {
    width: 153px;
    height: 51px;
  }

  .main-slider-content-container {
    padding: 0px 110px 173px 110px;
    gap: 45px;
  }

  .s-block--animated-brands--brand img {
    width: 60px;
    height: 60px;
  }

  .main-title .content h2 {
    font-size: 30px;
  }

  .about-us-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .about-us-container .section-title-about {
    padding: 0%;
    font-size: 1.15625rem;
  }

  .about-us-container .section-header {
    gap: 1.5rem;
  }

  .about-us-container .content-section {
    width: 80%;
  }

  .about-us-container .section-description {
    font-size: 0.5625rem;
  }

  .sections-container-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .banners-section,
  .banners-container,
  .banners-section .banners-container .banner-column,
  .banners-section .banner-column .banner-item-row {
    gap: 0.625rem;
  }

  .banners-section .main-banner {
    height: 300px;
  }

  .banners-section .main-banner .banner-content h2 {
    font-size: 0.875rem;
  }

  .banners-section svg {
    width: 13.609px;
    height: 13.609px;
  }

  .banners-section a {
    width: 103.472px;
    height: 34.065px;
    gap: 6.805px;
    border-radius: 10.887px;
    font-size: 8.166px;
  }

  .banners-section .banners-container .card,
  .banners-section .banners-container .banner-column {
    height: 21.25rem;
  }

  .banners-section .banners-container .card .content .title {
    gap: 0.75rem;
    font-size: 0.5rem;
  }

  .banners-section .banners-container .card .content .product-description {
    font-size: 0.85rem;
  }

  .banners-section .banners-container .card img,
  .banners-section .banner-column .banner-item img,
  .banner-column .banner-item-row .subcategory-item img {
    border-radius: 1rem;
  }

  .banners-section .banners-container .card .content {
    gap: 0.8rem;
  }

  .banners-section .banners-container .card .content .title {
    font-size: 0.75rem;
  }

  .main-slider.banner-slider {
    height: 19.7rem;
  }

  .main-slider.banner-slider h2 {
    font-size: 1.3rem;
  }

  .main-slider.banner-slider .main-slider-subtitle {
    font-size: 0.66rem;
  }

  .main-slider.banner-slider .button-style {
    width: 89.231px;
    height: 29.195px;
    gap: 5.886px;
    border-radius: 9.417px;
    font-size: 7.063px;
  }

  .main-slider.banner-slider .button-style svg {
    width: 11.772px;
    height: 11.772px;
  }

  .main-slider.banner-slider .banner-container-content {
    padding: 0 120px;
  }

  .about-us-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .about-us-cards .card-item {
    height: 8.2rem;
  }

  .about-us-cards .card-item .image {
    height: 1.84rem;
    width: 1.84rem;
  }

  .about-us-cards .card-item h2 {
    font-size: 0.84rem;
  }

  .about-us-cards .card-item h3 {
    font-size: 0.63rem;
  }

  .about-us-cards .card-item p {
    font-size: 0.6rem;
  }

  /* features section*/

  .features-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-cards .card-item {
    height: 16.5rem;
    padding: 1rem;
  }

  .features-cards .card-item .image {
    width: 4.5rem;
    height: 4.5rem;
  }

  .features-cards .card-item h3 {
    font-size: 1.25rem;
  }

  .features-cards .card-item p {
    font-size: 0.93rem;
  }

  /* Q&A*/

  .question .q-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .question .card {
    border-radius: 1rem;
    padding: 20px 20px;
  }

  .question .card p {
    font-size: 1rem;
  }

  .question .card .drop {
    height: 1.5rem;
    width: 1.5rem;
  }

  .question .card.Active {
    padding: 20px 20px;
  }

  /* map section*/
  .map-section .map-container {
    height: 24rem;
  }

  /* reverse banner*/

  .banner-reverse-section {
    gap: 0.625rem;
  }

  .banner-reverse-section .img,
  .banner-reverse-section.reverse-photo .img {
    height: 15.75rem;
    width: 100%;
  }

  .banner-reverse-section .img:first-child {
    width: 30%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }

  .ltr .banner-reverse-section .img:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .banner-reverse-section .img:nth-child(2) {
    width: 70%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }

  .ltr .banner-reverse-section .img:nth-child(2) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .banner-reverse-section {
    flex-direction: row;
  }

  .banner-reverse-section.reverse-photo {
    flex-direction: row-reverse;
  }

  .banner-reverse-section.reverse-photo .img:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .banner-reverse-section.reverse-photo .img:nth-child(2) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .banner-reverse-section .img .content .button-style {
    width: 89.771px;
    height: 30.696px;
    gap: 5.792px;
    font-size: 6.95px;
    font-weight: 600;
  }

  .banner-reverse-section .img .content .button-style svg {
    width: 11.583px;
    height: 11.583px;
  }

  .banner-reverse-section .img .content img {
    width: 49.229px;
    height: 35.974px;
  }

  .banner-reverse-section .img .content h2 {
    font-size: 20.85px;

    font-weight: 400;
  }

  .banner-reverse-section .img .content p {
    font-size: 10.425px;
  }

  .banner-reverse-section .img .content .countdown .count-design {
    font-size: 6.95px;
    width: 41.121px;
    height: 41.121px;
  }

  .banner-reverse-section .img .content .countdown .count-design .number {
    font-size: 8.688px;
  }

  /*product slider */

  .product-item .product-title>span {
    position: relative;
    font-size: 0.625rem;
    font-weight: 600;
  }

  .product-item .product-price {
    font-size: 0.625rem;
  }

  .products-slider .prod-col {
    width: 100%;
  }

  .products-slider .slick-track {
    margin-right: 0;
    margin-left: 0;
  }

  /* reverse products*/
  .product-slider-with-image .image-content h1 {
    font-size: 1.125rem;
  }

  .product-slider-with-image .image-content p,
  .product-slider-with-image .image-content a {
    font-size: 0.875rem;
  }

  .product-slider-with-image {
    height: 38.625rem;
  }

  .product-slider-with-image .slider-container {
    flex-direction: row;
  }

  .product-slider-with-image .slider-container.reverse-photo {
    flex-direction: row-reverse;
  }

  .product-slider-with-image .slider-container> :first-child {
    width: 400px;
    height: 100%;
  }

  .product-slider-with-image .slider-container> :nth-child(2) {
    width: 60%;
    flex-grow: 1;
  }

  .product-slider-with-image .products-slider .slick-track {
    margin-right: 20px;
    margin-left: 20px;
  }

  /* category slider*/

  .category-slider-section .products-slider .prod-col {
    width: 13rem;
  }

  .category-slider-section .category-card img {
    height: 14.5rem;
  }

  .category-slider-section .category-card p {
    font-size: 1rem;
  }

  /* blog section*/

  .blogs-section .products-slider .prod-col {
    min-width: 27.25rem;
  }

  .blogs-section .blog-card img {
    height: 18rem;
  }

  .blogs-section .blog-card h1 {
    font-size: 1.125rem;
  }

  .blogs-section .blog-card p {
    font-size: 0.75rem;
  }

  .blogs-section .blog-card a {
    font-size: 0.875rem;
  }

  .blogs-section .blog-card .content {
    gap: 0.2rem;
  }

  /* category slider with background image*/
  .category-image-background {
    height: 33.43rem;
  }

  .category-image-background .content h1 {
    font-size: 2.25rem;
  }

  .category-image-background .content p {
    font-size: 1.125rem;
  }

  .category-with-img-background-section .slider-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .category-slider-background-image {
    margin-top: -5rem;
  }

  .inner .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inner .product-entry-main {
    height: 550px;
  }

  .inner {
    gap: 3rem;
  }

  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-list .prod-col {
    width: 100%;
  }

  .slick-dots li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 15px !important;
    height: 15px !important;
  }

  .banner-container-content {
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .blogs-section .products-slider .prod-col {
    min-width: auto;
  }

  .search.btn-head-sec {
    display: flex;
  }

  .menu.btn-head-sec {
    display: none;
  }

  #loading-screen img {
    height: 200px;
    width: 200px;
  }

  .w3-ch-sideBar {
    max-width: 370px;
    min-width: 370px;
  }

  .slide-menu {
    max-width: 370px;
    min-width: 370px;
  }

  .qv_thumbs_wrap .content {
    height: 122px;
    margin: 0px 0px 14px 0;
  }

  .qv_thumbs_wrap {
    margin-top: 0px;
    width: 12.5%;
  }

  .qv_slider_wrap {
    width: 50%;
  }

  .quick_view_thmb {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: start;
    justify-content: center;
  }

  .main-slider-content-container {
    padding: 0px 110px 128px 110px;
    gap: 32px;
  }

  .footer-companies .social-icons {
    padding: 0;
  }

  .mailchimp-cont {
    flex-direction: row;
  }

  .product-icon {
    margin-top: 0px;
  }

  .cont-prod {
    height: 420px;
    overflow: hidden;
  }

  .product-details {
    margin-top: 0px;
  }

  .col-product-image-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
  }

  .product-images-carousel {
    width: 100%;
  }

  .product-images-carousel-thumbs .prod-col {
    height: 122px;
  }

  .product-images-carousel-thumbs .prod-col .box-1-1 {
    height: 100%;
  }

  .product-images-carousel .slick-track {
    height: 365px;
  }

  .product-images-carousel .slick-track .box-1-1 {
    height: 100%;
  }

  .products-details-page .lg-thumbs {
    margin-top: 0px;
  }

  .product-images-carousel-thumbs {
    width: 15%;
  }

  .about-us-container .gallery-row img {
    height: 12.5rem;
    border-radius: 1.5rem;
  }

  .s-block--animated-brands--brand img {
    width: 100px;
    height: 100px;
  }

  .offer-grid .card {
    height: 368px;
  }

  .offer-grid .card .content .product-description {
    font-size: 20px;
  }

  .offer-grid .card .content .title {
    font-size: 12px;
  }

  .offer-grid .card .content .title svg {
    width: 20px;
    height: 3px;
  }

  .offer-grid .card .content .button-style {
    width: 153px;
    height: 51px;
    gap: 10px;
    border-radius: 16px;

    font-size: 12px;
  }

  .offer-grid .card .content .button-style svg {
    width: 20px;
    height: 20px;
  }

  .about-us-container .header-text {
    font-size: 1rem;
  }

  .about-us-container .section-title-about {
    font-size: 1.75rem;
  }

  .about-us-container .section-description {
    font-size: 0.875rem;
  }

  .about-us-container .stat-number {
    font-size: 3.125rem;
  }

  .sections-container-categories {
    grid-template-columns: repeat(6, 1fr);
  }

  .banners-section .main-banner {
    height: 400px;
  }

  .banners-section .main-banner .banner-content {
    gap: 25px;
  }

  .banners-section .main-banner .banner-content h2 {
    font-size: 1.25rem;
  }

  .banners-section .main-banner .banner-content svg {
    height: 17px;
    width: 17px;
  }

  .banners-section a {
    width: 153px;
    height: 51px;
    gap: 10px;
    border-radius: 16px;
    font-size: 12px;
  }

  .banners-section svg {
    width: 20px;
    height: 20px;
  }

  .banners-section .banners-container .card,
  .banners-section .banners-container .banner-column {
    height: 31.37rem;
  }

  .banners-section .banners-container .card .content .product-description {
    font-size: 1.25rem;
  }

  .main-slider.banner-slider {
    height: 33.5rem;
  }

  .main-slider.banner-slider h2 {
    font-size: 2.25rem;
  }

  .main-slider.banner-slider .main-slider-subtitle {
    font-size: 1.125rem;
  }

  .main-slider.banner-slider .button-style {
    width: 153px;
    height: 51px;
    gap: 10px;
    border-radius: 16px;
    font-size: 12px;
  }

  .main-slider.banner-slider .button-style svg {
    width: 20px;
    height: 20px;
  }

  .main-slider.banner-slider .banner-container-content {
    padding: 0 200px;
  }

  /*about us card section */
  .about-us-cards .card-item {
    border-radius: 1.5rem;
    height: 14.5rem;
  }

  .about-us-cards .card-item .image {
    height: 3.25rem;
    width: 3.25rem;
  }

  .about-us-cards .card-item h2 {
    font-size: 1.5rem;
  }

  .about-us-cards .card-item h3 {
    font-size: 1.125rem;
  }

  .about-us-cards .card-item p {
    font-size: 0.75rem;
  }

  /* features section*/

  .features-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .features-cards .card-item {
    height: 14.5rem;
    padding: 1rem;
  }

  .features-cards .card-item .image {
    width: 4rem;
    height: 4rem;
  }

  .features-cards .card-item h3 {
    font-size: 1.125rem;
  }

  .features-cards .card-item p {
    font-size: 0.875rem;
  }

  /* Q&A*/

  .question .q-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /*  map section*/

  .map-section .map-container {
    height: 30.8rem;
  }

  /*reverse banner*/

  .banner-reverse-section .img,
  .banner-reverse-section.reverse-photo .img {
    height: 27.25rem;
  }

  .banner-reverse-section .img .content .button-style {
    width: 155px;
    height: 53px;
    gap: 10px;
    font-size: 12px;
    border-radius: 16px;
  }

  .banner-reverse-section .img .content .button-style svg {
    width: 20px;
    height: 20px;
  }

  .banner-reverse-section .img .content img {
    width: 85px;
    height: 62.113px;
  }

  .banner-reverse-section .img .content h2 {
    font-size: 36px;
  }

  .banner-reverse-section .img .content p {
    font-size: 18px;
  }

  .banner-reverse-section .img .content .countdown .count-design {
    font-size: 12px;
    width: 71px;
    height: 71px;
  }

  .banner-reverse-section .img .content .countdown .count-design .number {
    font-size: 15px;
  }

  .product-item .product-price {
    font-size: 0.875rem;
  }

  /* product slider */

  .product-item .product-title>span,
  .product-item .product-price {
    font-size: 0.875rem;
  }

  .product-item .btn-add-product,
  .product-item .eyeIcon {
    padding: 0.9rem;
  }

  /* category slider*/
  .category-slider-section .products-slider .prod-col {
    width: 100%;
  }

  .category-slider-section .category-card p {
    font-size: 1rem;
  }

  .products-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .products-list .prod-col {
    width: 100%;
  }

  .slick-dots li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 15px !important;
    height: 15px !important;
  }
}

@media (min-width: 1100px) {
  .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1400px) {}

.description-paragrah img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.search-header .logo:hover {
  cursor: pointer;
}

.attribute-footer .highlight-button {
  border: 1px solid black;
}