@font-face {
  font-family: "ArchivoMedium";
  src: url("../fonts/static/Archivo-Medium.ttf");
  font-display: block;
}

@font-face {
  font-family: "ArchivoBold";
  src: url("../fonts/static/Archivo-Bold.ttf");
  font-display: block;
}

@font-face {
  font-family: "ArchivoRegular";
  src: url("../fonts/static/Archivo-Regular.ttf");
  font-display: block;
}

@font-face {
  font-family: "ArchivoSemiBold";
  src: url("../fonts/static/Archivo-SemiBold.ttf");
  font-display: block;
}

@font-face {
  font-family: "ArbFONTS";
  src: url("../fonts/ArbFONTS-URW-DIN-Arabic.ttf");
  font-display: block;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[dir="rtl"] * {
  font-family: "ArbFONTS", sans-serif !important;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  word-break: break-word;
}

.primary-black-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
  background-color: #000;
  color: #fff !important;
  border-radius: 40px;
  font-family: "ArchivoMedium", sans-serif;
  border: 1px solid #000;
}
.primary-white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
  background-color: #fff;
  color: #000 !important;
  border-radius: 40px;
  font-family: "ArchivoMedium", sans-serif;
  border: 1px solid #000;
}
.primary-black-btn[disabled] {
  background-color: #ccc;
  border-color: #999;
  cursor: not-allowed;
}

.swal2-confirm {
  border-radius: 40px !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  display: inline-flex !important;
}

.arabic-text {
  font-size: 15px;
  color: #000000;
  margin-inline-start: 5px;
  font-family: "ArbFONTS", sans-serif !important;
  font-weight: 400;
  white-space: nowrap;
}

/* [dir="rtl"] .arabic-text {
  font-family: "ArbFONTS", sans-serif !important;
  font-weight: 600;
} */

.wishlish-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #D1D5DB;
}

.primary-outline-black-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 25px;
  border: 1px solid #000;
  color: #000 !important;
  text-transform: capitalize;
  font-family: "ArchivoMedium", sans-serif;
  border-radius: 40px;
}

.swal2-cancel:hover,
.swal2-cancel {
  background-color: transparent !important;
  border-radius: 45px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.primary-outline-black-btn.bold {
  font-family: "ArchivoBold", sans-serif;
}

.red-basket-btn {
  display: inline-flex;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: transparent;
  border: solid 1px #D1D5DB;
  border-radius: 40px;
  color: #FF0000;
  font-family: "ArchivoBold";
  padding: 10px 25px;
}

.place-primary-black-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: capitalize;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-family: "ArchivoMedium", sans-serif;
  border: 1px solid #000;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {

  .primary-black-btn,
  .primary-outline-black-btn {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
  }

  .product-detail-section .product-detail-gallery .product-images .three-sixty-view {
    width: 40px !important;
    height: 40px !important;
  }

  .product-detail-section .product-detail-gallery .product-images .three-sixty-view img {
    width: 26px !important;
    height: 26px !important;
  }
}

main {
  max-width: 1600px;
  margin: auto;
  /* overflow: hidden; */
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.header-top-marque {
  position: fixed;
  top: 0;
  padding: 6px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  z-index: 100;
  width: 100%;

}

.header-top-marque {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.header-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 54s linear infinite;
  flex: 1 0 100%
}

[dir="rtl"] .header-top-marque .top-marque {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marqueertl 54s linear infinite;
}

.header-top-marque .top-marque span {
  padding-inline: 10px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marqueertl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.home-slider-wrapper {
  position: relative;
}

.home-slider-wrapper .home-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1;
  background: linear-gradient(0.83deg, #000000 0.71%, rgba(0, 0, 0, 0) 85.49%);
  pointer-events: none;
}

.home-slider-wrapper .home-slider-content h1 {
  font-size: 52px;
  font-family: "ArchivoBold";
  color: #fff;
  margin-bottom: 15px;
}

.home-slider-wrapper .home-slider-content p {
  font-size: 16px;
  color: #fff;
  font-family: "ArchivoMedium";
}

.home-slider-wrapper .home-slider .swiper-slide img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.home-slider-wrapper .home-slider-pagination {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.home-slider-wrapper .home-slider-pagination img {
  border-radius: 20px;
  width: 250px;
  pointer-events: auto;
  height: 103px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .home-slider-wrapper .home-slider-content h1 {
    font-size: 38px;
  }

  .home-slider-wrapper .home-slider-content p {
    font-size: 14px;
  }
}

.header-search-box-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}

.header-search-box-bg.show {
  display: block;
}

body.open-filters-sidebar,
body.open-search-sidebar,
body.open-sidebar {
  overflow: hidden;
}

body.open-shopping-cart .shopping-cart-main-bg,
body.open-shopping-cart .shopping-cart-main,
body.open-filters-sidebar .filters-bg,
body.open-filters-sidebar .filters,
body.open-search-sidebar .search-sidebar-bg,
body.open-search-sidebar .search-sidebar,
body.open-sidebar .sidebar-bg,
body.open-sidebar .sidebar {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body.open-search-sidebar .search-sidebar,
body.open-filters-sidebar .filters,
body.open-sidebar .sidebar {
  transition-delay: 0.2s;
}

.filters-bg,
.search-sidebar-bg,
.sidebar-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(-400px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}

.search-sidebar,
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 350px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px #0000001F;
  z-index: 100;
  transform: translateX(-400px);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.shopping-cart-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 450px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px #0000001F;
  z-index: 100;
  transform: translateX(400px);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.shopping-cart-main-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}

.search-sidebar {
  max-width: 500px;
}

.search-sidebar .sidebar-header,
.sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}

.search-sidebar .search-sidebar-body,
.sidebar .sidebar-body {
  overflow: auto;
  height: calc(100% - 160px);
  padding: 15px;
}

.sidebar .sidebar-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100% - 85px);
}

.sidebar .sidebar-body ul li a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  color: #000;
  font-family: "ArchivoBold", sans-serif;
}

.sidebar .sidebar-footer {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}

.sidebar .sidebar-footer .social-links {
  justify-content: center;
}

.search-sidebar .search-sidebar-body {
  overflow: auto;
  height: calc(100% - 80px);
  padding: 15px;
}

.search-sidebar .search-sidebar-body .search-list {
  position: relative;
  inset: unset;
  min-width: auto;
  display: block;
  margin-top: 10px;
}

header {
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

header.top {
  top: 30px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-inner .logo img {
  object-fit: contain;
}

.header-inner .header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-inner .header-icons a {
  position: relative;
  display: inline-block;
}

.header-inner .header-icons a span {
  position: absolute;
  top: 2px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #AC9365;
  font-size: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

[dir="rtl"] .header-inner .header-icons a span {
  right: auto;
  left: -3px;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #111827;
  font-family: "ArchivoMedium", sans-serif;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex: 1;
}

.header-search .links {
  display: flex;
  gap: 15px;
}

.header-search a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #9CA3AF;
  white-space: nowrap;
  font-family: "ArchivoMedium", sans-serif;
}
.header-search a.header-search-icon >img {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.header-icons a.icon >img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 20px;
}
.header-search a.active {
  color: #111827;
}

@media screen and (max-width: 767px) {
  .header-icons a.icon >img {
    min-width: 18px;
    min-height: 18px;
  }
  
}

.header-search a.active::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #D8B271;
}

.header-search-box {
  position: relative;
  flex: 1;
}

.header-search-box input {
  width: 100%;
  background-color: #F3F4F6;
  border-radius: 70px;
  border: 0;
  outline: 0;
  height: 45px;
  padding: 15px;
}

.header-search-box input {
  padding-inline-start: 40px;
}

.header-search-box input::placeholder {
  color: #9CA3AF;
}

.header-search-box .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

[dir="rtl"] .header-search-box .search-icon {
  left: auto;
  right: 10px;
}

.category-tab {
  position: relative;
  padding: 8px 0;
  background-color: #F9FAFB;
  position: sticky;
  top: 116px;
  z-index: 98;
}

/* .category-tab.top {
  top: 116px;
  position: fixed;
  width: 100%;
} */

.category-tab-slider-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .category-tab-slider-wrapper {
    gap: 20px;
  }
}

.category-tab-slider-wrapper .category-slider {
  width: 100%;
}

.category-tab-slider-wrapper .category-left {
  position: absolute;
  top: 0;
  width: 100vh;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* right: calc(100% - 25px); */
  right: 100%;
  background-color: #F9FAFB;
  z-index: 3;
}

.category-tab-slider-wrapper .category-right {
  position: absolute;
  top: 0;
  width: 100vh;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* left: calc(100% - 25px); */
  left: 100%;
  background-color: #F9FAFB;
  z-index: 3;
}

.category-tab-slider-wrapper .slide-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 20px;
  border: 1px solid #AC9365;
  background-color: #AC9365;
  transition: 0.2s;
}

[dir="rtl"] .category-tab-slider-wrapper .slide-arrow svg {
  transform: rotateY(190deg);
}

.category-tab-slider-wrapper .slide-arrow svg path {
  stroke: #fff;
}

.category-tab-slider-wrapper .slide-arrow.swiper-button-disabled {
  background-color: transparent;
  cursor: not-allowed;
}

.category-tab-slider-wrapper .slide-arrow.swiper-button-disabled svg path {
  stroke: #AC9365;
}

/* .category-tab-slider {
  overflow: hidden;
} */

.category-tab-slider .swiper-slide {
  width: max-content;
}

.category-tab-slider a {
  padding: 0 0 0 12px;
  font-size: 16px;
  color: #111827;
  /* text-align: center; */
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  font-weight: 800;
}

.category-tab-slider .menu-main .menu-toggle {
  display: flex;
  gap: 10px;
}

.category-tab-slider .menu-main .menu-toggle img {
  padding: 5px;
  cursor: pointer;
}

.category-tab .menu-parent-main {
  position: sticky;
  top: 0;
}

.category-tab .body-menu-main {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: rgba(249, 250, 251, 1);
  width: 100%;
  max-width: 650px;
  max-height: 300px;
  transition: all 0.3;
  display: none;
  /* padding: 50px 50px 50px 80px; */
  overflow: auto;
  /* height: 100%; */
  /* min-height: 400px; */

}

.category-tab-slider .swiper-slide-visible {
  width: fit-content !important;
}

@media screen and (max-width: 992px) {
  .category-tab .body-menu-main {
    padding: 6px 0;
    overflow-x: hidden;
  }

  .category-tab-slider-wrapper .category-left {
    display: none;
  }

  .category-tab-slider-wrapper .category-right {
    display: none;
  }

  .category-tab-slider a {
    font-size: 13px;
  }

  .category-tab-slider .menu-main .menu-toggle img {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
  }

  .category-tab-slider .swiper-slide-visible {
    width: fit-content !important;
    margin-right: 0px !important;
  }

  .category-tab-slider .swiper-wrapper {
    justify-content: normal !important;
  }
}

.body-menu-main {
  padding: 10px 0;
  box-shadow: 0 4px 5px #00000050;
  border-radius: 2px;
}

.body-menu-main a {
  padding: 5px 15px;
  font-size: 13px;
  color: rgba(17, 24, 39, 0.6);
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  display: flex;
  font-weight: 500;
  transition: 0.2s linear;
}

.body-menu-main a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.body-menu-main a:hover {
  color: rgba(17, 24, 39, 1);
}

/* .category-tab .body-menu-main .menu-child-main {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
} */

.category-tab .body-menu-main .menu-parent-main a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px;
  font-size: 13px;
  color: #111827;
  text-align: center;
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  text-align: left;
}

.category-tab .body-menu-main .menu-parent-main a.active {
  color: rgba(216, 178, 113, 1);
}

.category-tab .body-menu-main .menu-child-main .child-menu a {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  padding: 10px 0 10px 50px;
  font-size: 13px;
  color: rgba(17, 24, 39, 0.6);
  text-align: center;
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  transition: 0.3s all;
  text-align: left;

  @media screen and (max-width: 992px) {
    padding: 10px 10px 10px 15px;
  }
}

.category-tab .body-menu-main .menu-child-main .child-menu a:hover {
  color: rgba(17, 24, 39, 1);
}

.category-tab .body-menu-main .menu-child-main .child-menu {
  display: none;
  margin-left: 30px;

  @media screen and (max-width: 992px) {
    margin-left: 0;
  }
}

.category-tab .body-menu-main .menu-child-main .child-menu:first-child {
  display: block;
}

.category-tab .body-menu-main .menu-parent-main .menu-arrow-down {
  transform: rotate(-90deg);
}

.section-separator {
  border-top: 1px solid #00000026;
  margin: 60px 0;
}

.subtitle {
  font-size: 20px;
  font-family: "ArchivoBold", sans-serif;
  color: #AC9365;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}

.subtitle::before {
  content: '';
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="8" height="17" viewBox="0 0 8 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 7.62069L0 0V17L8 7.62069Z" fill="%23AC9365"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8px;
  min-width: 10px;
}

[dir="rtl"] .subtitle::before {
  transform: rotateY(190deg);
}

.title {
  font-size: 34px;
  font-family: "ArchivoBold", sans-serif;
  color: #000;
}

.title-lg {
  font-size: 38px;
  font-family: "ArchivoBold", sans-serif;
  text-transform: capitalize;
  color: #000;
}

.title-md {
  font-size: 36px;
  font-family: "ArchivoBold", sans-serif;
  color: #000;
}

.desc {
  font-size: 14px;
  font-family: "ArchivoRegular", sans-serif;
  color: #6B7280;
  margin-bottom: 15px;
}

.slider-arrows-line {
  flex: 1;
  border-top: 1px solid #000;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-arrows a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 35px;
  border: 1px solid #000;
  transition: 0.3s;
}

.slider-arrows a img {
  height: 15px;
  transition: 0.3s;
}

[dir="rtl"] .slider-arrows a img {
  transform: rotateY(190deg);
}

.slider-arrows a:hover {
  background-color: #000;
}

.slider-arrows a:hover img {
  filter: brightness(0) invert(1);
}

.category-card {
  text-align: center;
}

.category-card img {
  border-radius: 20px;
}

[dir="rtl"] .category-card a:nth-child(3) img {
  transform: rotateY(190deg);
}

.category-card .category-card-title {
  height: 40px;
  font-size: 18px;
  font-family: "ArchivoBold", sans-serif;
  margin-top: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #AC9365;
  font-family: "ArchivoMedium", sans-serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.category-card a {
  text-underline-offset: 3px;
}

/* Discount Offier section css start */
.discount-card {
  position: relative;
  padding: 20px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  height: 100%;
}

.discount-card .left-img {
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  filter: brightness(0.5);
}

.discount-card .right-img {
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  filter: brightness(0.5);
}

.discount-slider .swiper-slide:nth-child(odd) .discount-card {
  background: rgba(244, 244, 244, 1);
}

.discount-slider .swiper-slide:nth-child(odd) span {
  font-family: "ArchivoMedium";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.discount-slider .swiper-slide:nth-child(odd) .category-card-title {
  font-family: "ArchivoBold";
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
}

.discount-slider .swiper-slide:nth-child(even) .discount-card {
  background: rgba(216, 178, 113, 1);
}


.discount-slider .swiper-slide:nth-child(even) span {
  font-family: "ArchivoMedium";
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}


.discount-slider .swiper-slide:nth-child(even) .category-card-title {
  font-family: "ArchivoBold";
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
}


/* Discount Offier section css End */

/* Poduct Card */
.product-card .img {
  position: relative;
}

.product-card .img .product-card-img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: #fff;
}

.product-card .img .discount {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  background-color: #D8B271;
  border-radius: 20px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  direction: ltr;
  font-family: "ArchivoBold", sans-serif;
}

.product-card .img .wishlist-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
}

[dir="rtl"] .product-card .img .discount {
  left: auto;
  right: 15px;
}

[dir="rtl"] .product-card .img .wishlist-icon {
  right: auto;
  left: 15px;
}

.product-card .product-card-content {
  padding: 10px 0;
  display: block;
}

.product-card .product-card-content .product-card-colors {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.product-card .product-card-content .product-card-colors span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #eee;
  cursor: pointer;
}

.product-card .product-card-content .product-card-colors span.active {
  border: 2px solid #6B7280 !important;
}

.product-card .product-card-content .product-card-category {
  font-size: 14px;
  font-family: "ArchivoBold", sans-serif;
  color: #00000080;
  margin-bottom: 4px;
}
.product-card .product-card-content .product-card-category a {
  font-size: 14px;
  font-family: "ArchivoBold", sans-serif;
  color: #00000080;
  margin-bottom: 4px;
}
.product-card .product-card-content .product-card-title {
  font-family: "ArchivoBold", sans-serif;
  font-size: 18px;
  /* text-transform: capitalize; */
  color: #000;
  margin-bottom: 6px;
}

.product-card .product-card-content .product-card-title a {
  font-family: "ArchivoBold", sans-serif;
  font-size: 18px;
  /* text-transform: capitalize; */
  color: #000;
  margin-bottom: 6px;
}

.product-card .product-card-content .product-card-title .hilight {
  display: inline;
  background-color: #FFBC6D;
}
.product-card .product-card-content .product-card-title a .hilight  {
  display: inline;
  background-color: #FFBC6D;
}
.product-card .product-card-content .product-card-price {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #111827;
}

.product-card .product-card-content .product-card-price a {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #111827;
}
.product-card .product-card-content .product-card-price del {
  color: #00000040;
  font-family: "ArchivoRegular", sans-serif;
}

.product-card .product-card-content .product-card-price span {
  font-family: "ArchivoBold", sans-serif;
}

/* Poduct Card End */

/* Need Ideas Card */
.need-ideas-card {
  position: relative;
}

.need-ideas-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}

.need-ideas-card>img {
  width: 100%;
  border-radius: 20px;
}

.need-ideas-card .need-ideas-card-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.need-ideas-card .need-ideas-card-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 45px;
  background-color: #fff;
}

[dir="rtl"] .need-ideas-card .need-ideas-card-link>img {
  transform: rotateY(190deg);
}

/* Need Ideas Card End */

/* Brand Card */
.brand-card {
  text-align: center;
}

.brand-card.bordered {
  border: 1px solid #00000040;
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
}

.brand-card>img {
  height: 142px;
}

.brand-card span {
  display: block;
  font-size: 18px;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 10px;
}

.brand-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #AC9365;
  font-family: "ArchivoMedium", sans-serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}

[dir="rtl"] .brand-card a {
  text-underline-offset: 3px;
}

[dir="rtl"] .brand-card a img {
  transform: rotateY(190deg);
}

/* Brand Card End */

/* Insta Feed Section */
.insta-section {
  margin-bottom: 60px;
}

.insta-follow-card {
  display: flex;
  padding: 20px;
  background-color: #F0F0F0;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
}

.insta-follow-card .info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.insta-follow-card .info img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}

.insta-follow-card .info h4 {
  font-size: 18px;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 0;
}

.insta-follow-card .info p {
  margin-bottom: 0;
}

.insta-images {
  display: flex;
  gap: 20px;
}

.insta-images .insta-img {
  width: 20%;
}

.insta-images .insta-img img {
  aspect-ratio: 320 / 463;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  .insta-images {
    flex-wrap: wrap;
  }

  .insta-images .insta-img {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 580px) {
  .insta-images {
    flex-wrap: wrap;
  }

  .insta-images .insta-img {
    width: calc(50% - 20px);
  }
}

/* Insta Feed Section End */

/* Footer */
footer .mainfooter {
  background-color: #F9F9F9;
}

footer .footer-links {
  margin-bottom: 20px;
}

footer .footer-links .footer-link-title {
  font-size: 18px;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 20px;
}

footer .footer-links a {
  display: block;
  font-family: "ArchivoBold", sans-serif;
  font-size: 14px;
  color: #00000080;
}

footer .footer-links a[dir="ltr"] {
  text-align: right;
}

[dir="ltr"] footer .footer-links a[dir="ltr"] {
  text-align: left;
}

footer .footer-links a:not(:last-child) {
  margin-bottom: 8px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  background-color: #F2F2F2;
}

.social-links a img {
  width: 20px;
}

.footerbottom {
  padding: 20px 0;
  background-color: #F4F4F4;
}

.footerbottom a {
  font-family: "ArchivoBold", sans-serif;
  font-size: 14px;
  color: #00000080;
}

.footerbottom p {
  margin: 0;
  font-family: "ArchivoBold", sans-serif;
  font-size: 14px;
  color: #00000080;
}

.footerbottom p a {
  color: #000;
}

@media screen and (max-width: 992px) {
  .social-links {
    justify-content: center;
  }
}

/* Footer End */

/* Search List */
.search-list {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #fff;
  border-radius: 12px;
  z-index: 10;
  width: 100%;
  min-width: 600px;
  box-shadow: 0px 0px 50px 0px #00000014;
  display: none;
  z-index: 100;
}

.search-list.show {
  display: block;
}

.search-list .search-list-count {
  padding: 10px;
  font-size: 14px;
  font-family: "ArchivoMedium", sans-serif;
  color: #9CA3AF;
  /* border-bottom: 1px solid #E5E7EB;
  line-height: 14px; */
}

.search-list .search-list-count span {
  color: #000;
}

.search-list .search-list-items .no-result {
  text-align: center;
  padding: 10px 0;
}

.search-list .search-list-items .search-list-item {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #E5E7EB;
  cursor: pointer;
}

.search-list .search-list-items .search-list-item .search-item-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-list .search-list-items .search-list-item .search-item-text .search-item-img img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
}

.search-list .search-list-items .search-list-item .search-item-text .search-item-info>span {
  font-size: 14px;
  color: #00000080;
  font-family: "ArchivoBold", sans-serif;
}

.search-list .search-list-items .search-list-item .search-item-text .search-item-info h5 {
  font-family: "ArchivoBold", sans-serif;
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.search-list .search-list-items .search-list-item .search-item-text div span,
.search-list .search-list-items .search-list-item .search-item-text .search-item-info h5 span {
  background-color: #FFBC6D;
}

.search-list .search-list-items .search-list-item .search-item-text .search-item-info div span {
  background-color: #FFBC6D;
}

.search-list .search-list-items .search-list-item .search-item-price {
  text-align: end;
  white-space: nowrap;
}

.search-list .search-list-items .search-list-item .search-item-price del {
  font-family: "ArchivoRegular", sans-serif;
  color: #9CA3AF;
}

.search-list .search-list-items .search-list-item .search-item-price span {
  font-family: "ArchivoBold", sans-serif;
}

.search-list .search-link a {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #AC9365;
  font-family: "ArchivoMedium", sans-serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}

[dir="rtl"] .search-list .search-link a {
  text-underline-offset: 3px;
}

[dir="rtl"] .search-list .search-link a img {
  transform: rotateY(190deg);
}

/* Search List End */

/* Banner */
.banner {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid transparent;
}

.banner .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 0 50px 0;
  color: #fff;
  background: linear-gradient(0.83deg, #000000 0.71%, rgba(0, 0, 0, 0) 85.49%);
}

.banner .banner-content h1 {
  font-size: 46px;
  font-family: "ArchivoBold";
}

.banner .banner-content p {
  font-size: 16px;
  font-family: "ArchivoMedium";
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "ArchivoMedium", sans-serif;
}

[dir="rtl"] .breadcrumbs img {
  transform: rotateY(190deg);
}

.breadcrumbs a {
  color: #FFFFFF99;
}

.breadcrumbs-light-parent {
  position: sticky;
  top: 123px;
  padding: 10px 0;
  border-top: 1px solid #00000026;
  border-bottom: 1px solid #00000026;
  background-color: #fff;
  z-index: 10;
  text-transform: capitalize;
}

.breadcrumbs-light {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-family: "ArchivoMedium", sans-serif;
}

.breadcrumbs-light a {
  color: #9CA3AF;
}

[dir="rtl"] .breadcrumbs-light img {
  transform: rotateY(190deg);
}

/* Banner End */

/* Listing Banner */
.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.filter-title h6 {
  font-size: 20px;
  font-family: "ArchivoSemiBold", sans-serif;
}

.filter-title a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FF0000;
  font-family: "ArchivoSemiBold", sans-serif;
}

[dir="rtl"] .filter-title a img {
  transform: rotateY(190deg);
}

/* Listing Banner End */

/* Filter Box */
.filter-box {
  background-color: #F9F9F9;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.filter-box.now-shopping-by {
  background-color: transparent;
  padding: 0;
  display: none;
}

.filter-box.now-shopping-by .filter-box-body-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-box.now-shopping-by .now-shopping-by-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 15px;
  background-color: #F2F2F2;
  border-radius: 20px;
  font-family: "ArchivoBold", sans-serif;
}

.filter-box.now-shopping-by .now-shopping-by-tag img {
  cursor: pointer;
}

.filter-box.show .filter-box-title {
  margin-bottom: 20px;
}

.filter-box.show .filter-box-body {
  max-height: 400px;
  overflow: auto;
}

.filter-box.show .filter-box-body::-webkit-scrollbar {
  width: 0;
}

.filter-box.show .filter-box-body.visible {
  overflow: visible;
}

.filter-box.show .filter-box-title span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.filter-box .filter-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.2s;
  font-family: "ArchivoBold", sans-serif;
}

.filter-box .filter-box-title span {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 25px;
  background-color: #F0F0F0;
}

.filter-box .filter-box-title span::before,
.filter-box .filter-box-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.filter-box .filter-box-title span::before {
  height: 12px;
  border-right: 1px solid #000;
}

.filter-box .filter-box-title span::after {
  width: 12px;
  border-top: 1px solid #000;
}

.filter-box .filter-box-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}

.filter-box .filter-box-body .filter-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.filter-box .filter-box-body .filter-box-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex: 1;
  color: #00000080;
  font-size: 13px;
  font-family: "ArchivoSemiBold", sans-serif;
}

.filter-box .filter-box-body .filter-box-item label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #0000000D;
  border-radius: 4px;
}

.filter-box .filter-box-body .filter-box-item label input[type="checkbox"]:checked {
  background-color: #D8B271;
  background-image: url('../images/white-tick.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-box .filter-box-body .filter-box-item span {
  font-family: "ArchivoBold", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 350px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 10px 50px 0px #0000001F;
    z-index: 100;
    transform: translateX(-400px);
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
    overflow: auto;
  }
}

.total-list-items {
  position: relative;
  font-size: 14px;
  font-family: "ArchivoSemiBold", sans-serif;
  margin-bottom: 5px;
}

.total-list-items::before,
.total-list-items::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  background-color: #0000001A;
}

.total-list-items::before {
  width: 10%;
  background-color: #000;
}

/* Filter Box End */

/* Sort Dropdown */
.sort-dropdown>a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "ArchivoBold", sans-serif;
  color: #000000BF;
  background-color: #F2F2F2;
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.sort-dropdown .dropdown-menu {
  width: 230px;
  border: 0;
  padding: 0;
  border: 1px solid #eee;

}

.sort-dropdown .dropdown-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #000;
  font-family: "ArchivoMedium", sans-serif;
}

/* Sort Dropdown End */

/* Filter Colors */
.filter-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-colors .color-radio {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}

.filter-colors .color-radio input {
  display: none;
}

.filter-colors .color-radio input:checked+span {
  border-color: #6B7280;
}

.filter-colors .color-radio>span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #b8b8b8;
}

.filter-colors .color-radio>span span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
}

/* Filter Colors End */

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "ArchivoBold", sans-serif;
  color: #000000BF;
  background-color: #F2F2F2;
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 14px;
}

/* Product Detail Section */
.product-detail-sticky {
  position: sticky;
  top: 170px;
}

.detail-info-brand-code>img {
  filter: grayscale(1);
}

.gallery-modal-images .slider-arrows img {
  height: auto !important;
}

.gallery-modal-images .slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  justify-content: space-between;
  width: 100%;
}

.gallery-modal-images .slider-arrows a {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
}

.product-detail-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  align-items: flex-start;
}

.product-detail-section .product-detail-gallery {
  position: relative;
  width: 45%;
  /*calc(100% - 630px); */
}

.product-detail-section .product-detail-gallery .product-images {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}

/* .product-detail-section .product-detail-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 630px);
  border-bottom-right-radius: 24px;
  overflow: hidden;
} */

[dir="rtl"] .product-detail-section .product-detail-gallery .product-images {
  border-bottom-left-radius: 24px;
}

.product-detail-section .product-detail-gallery .product-images .gallery-item {
  width: 50%;
  text-align: center;
}

.product-detail-section .product-detail-gallery .product-images img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 525 / 578;
  object-fit: contain;
  background-color: #fff;
}

.product-detail-section .product-detail-gallery .product-images .more-photos {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  font-family: "ArchivoBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  border: solid 1px #000;
}

[dir="rtl"] .product-detail-section .product-detail-gallery .product-images .more-photos {
  right: auto;
  left: 20px;
}

.product-detail-section .product-detail-gallery .product-image-slider {
  position: relative;
  margin-top: 20px;
  padding-inline: 15px;
}

.product-detail-section .product-detail-gallery .product-image-slider>a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #AC9365;
  z-index: 2;
}

.product-detail-section .product-detail-gallery .product-image-slider>a.swiper-button-disabled,
.product-detail-section .product-detail-gallery .product-image-slider>a.swiper-button-lock {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-detail-section .product-detail-gallery .product-image-slider>a.product-image-slider-prev {
  left: 5px;
}

.product-detail-section .product-detail-gallery .product-image-slider>a.product-image-slider-next {
  right: 5px;
}

.product-detail-section .product-detail-gallery .product-image-slider img {
  border-radius: 10px;
  cursor: pointer;
  height: 100px;
  object-fit: cover;
}

.product-detail-section .product-detail-gallery .product-image-slider .product-image {
  text-align: center;
}

.product-detail-section .product-detail-info {
  width: 50%;
  /*630px; */
  padding: 20px 50px;
}

.product-detail-info .go-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000000BF;
  font-family: "ArchivoBold", sans-serif;
}

[dir="rtl"] .product-detail-info .go-back img {
  transform: rotateY(190deg);
}

.detail-info-brand-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.detail-info-brand-code div {
  color: #000;
  text-transform: uppercase;
  font-family: "ArchivoBold", sans-serif;
}

.detail-info-brand-code div span {
  font-family: "ArchivoMedium", sans-serif;
}

.detail-info-title {
  font-size: 34px;
  color: #000;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 10px;
}

.detail-info-desc {
  color: #00000080;
  font-family: "ArchivoMedium", sans-serif;
  text-transform: capitalize;
}

.detail-info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.detail-info-price div {
  font-size: 32px;
  font-family: "ArchivoBold", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-info-price div del {
  font-size: 16px;
  color: #00000080;
  font-family: "ArchivoSemiBold", sans-serif;
}

.detail-info-price span {
  display: inline-block;
  text-align: center;
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #FF0909;
  color: #fff;
  font-family: "ArchivoBold", sans-serif;
}

.product-detail-info label {
  font-size: 16px;
  font-family: "ArchivoMedium", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

/* @media screen and (max-width: 1200px) {
  .product-detail-section .product-detail-gallery {
    width: calc(100% - 500px);
  }

  .product-detail-section .product-detail-info {
    width: 500px;
  }
} */

@media screen and (max-width: 992px) {
  .product-detail-section .product-detail-gallery .product-images .gallery-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product-detail-section .product-detail-gallery {
    width: 100%;
  }

  .product-detail-section .product-detail-info {
    width: 100%;
    padding: 20px;
  }

  .product-detail-section .product-detail-gallery .product-images .gallery-item {
    width: 50%;
  }

  .product-detail-section .product-detail-gallery .product-images .more-photos {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 10px;
    line-height: 12px;
  }

  .detail-info-title {
    font-size: 28px;
  }

  .detail-info-price div {
    font-size: 24px;
  }
}

.product-available {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-available-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.product-available-parent .product-available-text {
  max-width: 110px;
}

.product-available-parent .product-available:nth-child(1) {
  width: calc(30% - 20px);
}

.product-available-parent .product-available:not(:nth-child(1)) {
  width: calc(25% - 20px);
}

@media screen and (max-width: 768px) {
  .product-available-parent {
    gap: 0;
  }

  .product-available-parent .product-available:nth-child(1) {
    width: 100%;
  }

  .product-available-parent .product-available:not(:nth-child(1)) {
    width: 50%;
  }
}

.product-available .product-available-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 45px;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
}

.product-available .product-available-text span {
  font-size: 16px;
  color: #18AF52;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 5px;
  display: block;
}

.product-available .product-available-text p {
  color: #00000080;
  font-family: "ArchivoSemiBold", sans-serif;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

.product-available .product-available-text p a {
  color: #000;
  font-family: "ArchivoBold", sans-serif;
  text-decoration: underline;
}

.product-available .product-available-text p b {
  color: #000;
  font-family: "ArchivoBold", sans-serif;
}

.qty-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: end;
  margin-bottom: 30px;
}

.qty-price .total-price span {
  font-size: 16px;
  font-family: "ArchivoSemiBold", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.qty-price .total-price p {
  margin: 0;
  color: #00000080;
  font-family: "ArchivoSemiBold", sans-serif;
  font-weight: 500;
}

.quentity-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quentity-input span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #F0F0F0;
  cursor: pointer;
  user-select: none;
}

.quentity-input input {
  font-family: "ArchivoBold", sans-serif;
  text-align: center;
  width: 50px;
  height: 50px;
  outline: 0;
  border: 0;
  font-size: 18px;
  background-color: transparent;
}

/* Product Detail Section End */

/* Has Product Spots */
.has-product-spots {
  position: relative;
}

.has-product-spots .product-spot {
  position: absolute;
  display: none !important;
}

.product-spot>a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 10px transparent;
  z-index: 1;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.product-spot .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
}

.product-spot .dropdown-menu[data-popper-placement="top"] {
  margin-top: unset !important;
  margin-bottom: 7px !important;
}

.product-spot .dropdown-menu[data-popper-placement="top"]::before {
  transform: translateX(-50%) rotate(-225deg);
  top: auto;
  bottom: -5px;
}

.product-spot .dropdown-menu {
  padding: 10px;
  border-radius: 6px;
  width: 115px;
  margin-top: 7px !important;
}

.product-spot .dropdown-menu .name {
  font-size: 14px;
  font-family: "Archivo-Regular", sans-serif;
  text-align: center;
  color: #000;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.product-spot .dropdown-menu .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-spot .dropdown-menu .price .price-txt {
  display: inline-block;
  padding: 2px 10px;
  background-color: #AC93651A;
  border-radius: 24px;
  font-size: 14px;
  color: #AC9365;
  font-family: "ArchivoRegular", sans-serif;
}

.product-spot .dropdown-menu .price .price-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #AC9365;
}

.product-spot .dropdown-menu .price .price-icon img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffffac;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ffffffac;
  }
}

@media screen and (max-width: 768px) {
  .has-product-spots.onlyDasktop .product-spot {
    display: none;
  }
}

/* Has Product Spots End */

/* Range Input */
.range-input-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.range-input-wrapper .range-input-slider {
  position: relative;
  height: 4px;
  background-color: #0000001A;
}

.range-input-wrapper .range-input-slider .range-input-progress {
  position: absolute;
  height: 4px;
  background-color: #000;
}

.range-input-wrapper .range-input {
  position: relative;
  user-select: none;
}

.range-input-wrapper .range-input input {
  position: absolute;
  top: -4px;
  height: 4px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
  outline: 0;
}

.range-input-wrapper .range-input input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 18px;
  pointer-events: auto;
  cursor: pointer;
}

.range-input-wrapper .range-input input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 18px;
  pointer-events: auto;
  cursor: pointer;
}

.range-input-wrapper .range-input input[type="range"]::-ms-thumb {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 18px;
  pointer-events: auto;
  cursor: pointer;
}

.range-input-vals {
  position: relative;
  width: 100%;
}

.range-input-vals>span {
  position: absolute;
  width: max-content;
  bottom: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #ececec;
  font-family: "ArchivoMedium", sans-serif;
}

.range-input-vals>span::after {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 5px;
  height: 8px;
  background-color: #ececec;
}

.range-input-vals>span.range-input-min-val::after {
  left: 15px;
  transform: translateX(-10%) rotate(45deg);
}

.range-input-vals>span.range-input-max-val::after {
  right: 15px;
  transform: translateX(-10%) rotate(45deg);
}

.range-input-vals span.range-input-min-val {
  transform: translateX(-25%);
}

.range-input-vals span.range-input-max-val {
  transform: translateX(25%);
}

/* RTL Styles */
[dir="rtl"] .range-input-vals span.range-input-min-val {
  transform: translateX(20%);
}

[dir="rtl"] .range-input-vals span.range-input-max-val {
  transform: translateX(-20%);
}

[dir="rtl"] .range-input-vals>span.range-input-min-val::after {
  right: 15px;
  left: auto;
  transform: translateX(10%) rotate(45deg);
}

[dir="rtl"] .range-input-vals>span.range-input-max-val::after {
  left: 15px;
  right: auto;
  transform: translateX(10%) rotate(45deg);
}

[dir="rtl"] .range-input-wrapper .range-input-slider .range-input-progress {
  left: auto;
  right: 0;
}

[dir="rtl"] .range-input-wrapper .range-input input[type="range"] {
  left: 0;
  right: auto;
}

/* Range Input End */

/* Detail Page Tabs */
.detail-page-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0000004D;
}

.detail-page-tabs a {
  display: inline-block;
  padding: 20px 10px;
  color: #000;
  font-size: 16px;
  font-family: "ArchivoBold", sans-serif;
}

.detail-page-tabs a.active {
  color: #D8B271;
}

/* Detail Page Tabs End */

/* Detail Slider Section */
.detail-page-tabs-section {
  position: relative;
  padding: 80px 0 10px 0;
  margin-bottom: 60px;
}

.detail-page-tabs-section .peculiarities-sliders::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #AC93651A;
  z-index: -1;
}

[dir="rtl"] .detail-page-tabs-section .peculiarities-sliders::after {
  right: auto;
  left: 0;
}

.detail-page-tabs-section h2 {
  font-size: 34px;
  font-family: "ArchivoBold", sans-serif;
  color: #000;
  margin-bottom: 40px;
}

.peculiarities-sliders {
  display: flex;
  align-items: center;
  gap: 40px;
}

.peculiarities-sliders .peculiarities-img-slider {
  width: 50%;
}

.peculiarities-sliders .peculiarities-img-slider {
  border-radius: 20px;
  overflow: hidden;
}

.peculiarities-sliders .peculiarities-text-slider {
  width: 50%;
}

.peculiarities-sliders .peculiarities-text-slider .peculiarities-text-count {
  display: flex;
  align-items: flex-start;
  font-size: 26px;
  margin-bottom: 50px;
}

.peculiarities-sliders .peculiarities-text-slider .peculiarities-text-count span {
  font-size: 52px;
  font-family: "ArchivoRegular", sans-serif;
  line-height: 52px;
}

.peculiarities-sliders .peculiarities-text-slider h5 {
  font-size: 28px;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 20px;
}

.peculiarities-sliders .peculiarities-text-slider p {
  font-size: 14px;
  color: #00000080;
  font-family: "ArchivoRegular", sans-serif;
}

.peculiarities-sliders .peculiarities-text-slider .swiper-slide {
  background-color: #fff;
}

.peculiarities-thumbnails {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 30px;
}

.peculiarities-thumbnails .peculiarities-thumbnail-1,
.peculiarities-thumbnails .peculiarities-thumbnail-2 {
  min-width: 150px;
  flex: 1;
}

.peculiarities-thumbnails .peculiarities-thumbnail-1 img,
.peculiarities-thumbnails .peculiarities-thumbnail-2 img {
  min-width: 150px;
  border-radius: 10px !important;

}

.peculiarities-thumbnails .peculiarities-thumbnail-1 h5,
.peculiarities-thumbnails .peculiarities-thumbnail-2 h5 {
  font-size: 15px !important;
}

.peculiarities-thumbnails .peculiarities-thumbnail-1 h5,
.peculiarities-thumbnails .peculiarities-thumbnail-2 h5 {
  font-size: 20px;
  font-family: "ArchivoBold", sans-serif;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.2s;
}

.peculiarities-thumbnails .peculiarities-thumbnail-1 .swiper-slide-active h5,
.peculiarities-thumbnails .peculiarities-thumbnail-2 .swiper-slide-active h5 {
  opacity: 1;
}


@media screen and (max-width: 992px) {
  .peculiarities-thumbnails {
    display: none;
  }

  .detail-page-tabs-section .peculiarities-sliders::after {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .detail-page-tabs-section .peculiarities-sliders::after {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .peculiarities-sliders {
    flex-wrap: wrap;
  }

  .peculiarities-sliders .peculiarities-text-slider,
  .peculiarities-sliders .peculiarities-img-slider {
    width: 100%;
  }

  .detail-page-tabs-section .peculiarities-sliders::after {
    width: 50%;
    height: 50%;
  }

}

.characteristics-links h1,
.characteristics-links h2,
.characteristics-links h3,
.characteristics-links h4,
.characteristics-links h5,
.characteristics-links h6 {
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 20px;
}

.characteristics-links .list-title {
  border-bottom: 1px solid #00000040;
  padding: 20px 0;
  font-size: 20px;
  font-family: "ArchivoBold", sans-serif;
  margin-bottom: 20px;
}

.characteristics-links a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #000;
  font-family: "ArchivoRegular", sans-serif;
  text-decoration: underline;
}

.complete-the-look-count {
  display: flex;
  align-items: flex-start;
  font-size: 26px;
  margin-bottom: 50px;
}

.complete-the-look-count span {
  font-size: 52px;
  font-family: "ArchivoRegular", sans-serif;
  line-height: 52px;
}

/* Detail Slider Section End */


.review-list {
  padding: 25px 0;
}

.review-list .review-card {
  border-bottom: 1px solid #c4c4c4bc;
  padding: 20px 0 40px 0;
}

.review-list .review-card .head {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 16px;
}

.review-list .review-card .head .user-info {
  display: flex;
  gap: 16px;
  align-items: center;
}

.review-list .review-card .head .user-info .img {
  width: 60px;
}

.review-list .review-card .head .user-info .img img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 60px;
}

.review-list .review-card .head .user-info .name h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
  font-family: "ArchivoBold", sans-serif;
}

.review-list .review-card .head .user-info .name .rating-star {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-list .review-card .head .user-info .name .rating-star span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #00000080;
  font-family: "ArchivoMedium", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.review-list .review-card .head .date {
  color: #00000080;
  font-size: 14px;
  font-family: "ArchivoMedium", sans-serif;
}

.review-list .review-card .body p {
  color: #00000080;
  font-size: 16px;
  font-family: "ArchivoMedium", sans-serif;
}

.review-form input,
.review-form textarea {
  background-color: transparent !important;
  border: 1px solid #c4c4c4bc !important;
}

.rating-stars {
  display: flex;
  gap: 5px;
}

.rating-stars input {
  display: none;
}

.rating-stars label::before {
  content: 'â˜…';
  color: #ac936550;
  font-size: 28px;
}

.rating-stars label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
}

.rating-stars label.active::before,
.rating-stars label.hover::before {
  color: #AC9365;
}

.rating-parent {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rating-parent .rating-txt {
  font-size: 22px;
  color: #000;
  font-family: "ArchivoBold", sans-serif;
}

/* Brand Listing Section */
.brand-listing-section {
  padding: 60px 0;
}

.brand-listing-section .brand-search {
  position: relative;
  /* margin-bottom: 30px; */
}

.brand-listing-section .brand-search input {
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 70px;
  border: 0;
  outline: 0;
  height: 45px;
  padding: 15px;
  padding-inline-start: 40px;
}

.brand-listing-section .brand-search input::placeholder {
  color: #9CA3AF;
}

.brand-listing-section .brand-card>img {
  height: 120px;
}

.brand-listing-section .brand-search .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

[dir="rtl"] .brand-listing-section .brand-search .search-icon {
  left: auto;
  right: 10px;
}

.brand-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-family: "ArchivoBold", sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
}

.brand-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #F1F1F1;
}

.brand-title .icon img {
  opacity: 0.35;
}

/* .brand-bg-cards {
  display: flex;
  gap: 20px;
  overflow: auto;
} */

.brand-bg-cards::-webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.brand-bg-cards .brand-bg-card {
  /* width: 16.66%;
  min-width: 140px; */
  height: 100%;
  margin: 0 10px;
  background-color: #F9F9F9;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-bg-cards .swiper-slide {
  height: auto;
}

.brand-bg-cards .brand-bg-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: #F1F1F1;
  transition: 0.2s;
}

.brand-bg-cards .brand-bg-card div {
  display: block;
  font-size: 14px;
  font-family: "ArchivoBold", sans-serif;
  margin-top: 10px;
  color: #000;
}

.brand-bg-cards .brand-bg-card.active,
.brand-bg-cards .brand-bg-card:hover {
  background-color: #D8B2711A;
}

.brand-bg-cards .brand-bg-card.active .icon,
.brand-bg-cards .brand-bg-card:hover .icon {
  background-color: #D8B271;
}

.brand-bg-cards .brand-bg-card .icon img {
  opacity: 0.35;
}

.brand-bg-cards .brand-bg-card.active .icon img,
.brand-bg-cards .brand-bg-card:hover .icon img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .brand-bg-cards .brand-bg-card {
    min-width: calc(50vw - 20px);
  }
}

/* Brand Listing Section End */

/* Gallery Modal */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  padding: 0 15px;
  visibility: hidden;
  transform: translateX(-20px);
  transition: 0.3s;
  z-index: 100;
}

.gallery-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.gallery-modal .gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.gallery-modal .gallery-modal-gallery {
  height: 100vh;
}

.gallery-modal-gallery .gallery-modal-images {
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  position: relative;
}

.gallery-modal-gallery .gallery-modal-images img {
  height: calc(100vh - 190px);
  margin: auto;
  display: block;
  object-fit: contain;
  max-width: 80%;
}

.gallery-modal-gallery .gallery-modal-thumbnails {
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
}

.gallery-modal-gallery .gallery-modal-thumbnails .swiper-wrapper {
  justify-content: center;
}

.gallery-modal-gallery .gallery-modal-thumbnails img {
  height: 90px;
  margin: auto;
  display: block;
  opacity: 0.8;
  border: 1px solid transparent;
  cursor: pointer;
}

.gallery-modal-gallery .gallery-modal-thumbnails .swiper-slide-thumb-active img {
  opacity: 1;
  border-color: #D8B271;
}


@media screen and (max-width: 600px) {
  .gallery-modal-gallery .gallery-modal-thumbnails .swiper-wrapper {
    justify-content: unset;
  }
}

/* Gallery Modal End */

/* Blog Card */
.blog-card-main-sec .col-lg-4:nth-child(2) {
  position: relative;
}

.blog-card-main-sec .col-lg-4:nth-child(2) .blog-card {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% - 5px);
}

.blog-card-main-sec .col-lg-4:nth-child(2) .blog-card:nth-child(1) {
  top: 0;
}

.blog-card-main-sec .col-lg-4:nth-child(2) .blog-card:nth-child(2) {
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .blog-card-main-sec .col-lg-4:nth-child(2) .blog-card {
    position: relative;
    inset: unset;
    height: auto;
  }

  .blog-card {
    margin-bottom: 15px;
  }
}

.blog-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card>img {
  width: 100%;
  min-height: 190px;
}

.blog-card .blog-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 20px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.blog-card .blog-card-content h5 {
  color: #fff;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.blog-card .blog-card-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
}

[dir="rtl"] .blog-card .blog-card-content span {
  transform: rotateY(190deg);
}

/* Blog Card End */

/* News Detail Section */
.news-detail-section {
  padding: 50px 0;
}

.news-detail-section .news-detail-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.news-detail-section .news-detail-title h1 {
  max-width: 900px;
  font-size: 48px;
  line-height: 52px;
  font-family: "ArchivoBold", sans-serif;
  color: #000;
}

.news-detail-section .news-detail-title .date {
  width: 158px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  border-radius: 150px;
  border: 1px solid #D1D5DB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.news-detail-section .news-detail-title .date span {
  font-family: "ArchivoRegular", sans-serif;
  color: #374151;
  font-size: 14px;
  margin-top: 10px;
}

.news-detail-section h1,
.news-detail-section h2,
.news-detail-section h3,
.news-detail-section h4,
.news-detail-section h5,
.news-detail-section h6 {
  /* font-size: 34px; */
  font-family: "ArchivoBold", sans-serif;
  margin-top: 40px;
}

.news-detail-section p {
  font-size: 14px;
  color: #4B5563;
  font-family: "ArchivoRegular", sans-serif;
}

@media screen and (max-width: 900px) {
  .news-detail-section .news-detail-title {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .news-detail-section .news-detail-title h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

/* News Detail Section End */

/* Contact Page */
.contact-us-info-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
}

.shipping-services {
  padding: 15px 10px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}

.shipping-services .shipping-service-card {
  display: flex;
  gap: 20px;
  align-items: center;
}

.shipping-services .shipping-service-card .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 55px;
  background-color: #AC93650F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shipping-services .shipping-service-card h5 {
  color: #111827;
  font-size: 18px;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 5px;
}

.shipping-services .shipping-service-card p {
  margin-bottom: 0;
  font-size: 14px;
  color: #374151;
}

.contact-us-info-item:not(:last-child) {
  border-bottom: 1px solid #D1D5DB;
}

.contact-us-info-item .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  background-color: #AC93650F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-info-item .icon img {
  width: 20px;
}

[dir="rtl"] .contact-us-info-item .icon img {
  transform: rotateY(180deg);
}

.contact-us-info-item h6,
.contact-us-info-item a,
.contact-us-info-item p {
  font-size: 16px;
  color: #374151;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 4px;
}

.contact-us-info-item h6 {
  color: #1F2937;
}

.form {
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  padding: 20px;
}

.form.form-borderless {
  border: 0;
  padding: 0;
}

.form label {
  font-size: 16px;
  color: #111827;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 6px;
}

.form label span {
  color: red;
}

.form label.checkbox {
  margin: 0;
  color: #111827;
  font-family: "ArchivoMedium", sans-serif;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  user-select: none;
}

.form label.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
}



.form label.checkbox input[type="checkbox"]:checked {
  border-color: #D8B271;
  background-color: #D8B271;
  background-image: url('../images/white-tick.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.form label.checkbox a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form a {
  color: #AC9365;
  font-family: "ArchivoBold", sans-serif;
}

.form .breadcrumbs {
  justify-content: center;
  margin-top: 20px;
}

.form .breadcrumbs span {
  color: #6B7280;
}

.form .sign-in-width {
  display: flex;
  gap: 10px;
}

.form .sign-in-width a {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  border: 1px solid #D1D5DB;
  color: #111827;
  padding: 12px;
  border-radius: 50px;
}

.form .desc {
  color: #4B5563;
}

.form .have-an-account {
  text-align: center;
  font-family: "ArchivoMedium", sans-serif;
  margin-top: 20px;
  color: #111827;
}

label.radio {
  margin: 0;
  color: #111827;
  font-family: "ArchivoMedium", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

label.radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #9CA3AF;
  border-radius: 16px;
}

label.radio input[type="radio"]:checked {
  border-color: #D8B271;
  /* background-color: #D8B271; */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D8B271' class='bi bi-dot' viewBox='0 0 16 16'%3E%3Cpath d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.input {
  position: relative;
  margin-bottom: 15px;
}

.input input,
.input textarea {
  width: 100%;
  padding: 12px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  font-family: "ArchivoRegular", sans-serif;
  border-radius: 5px;
  text-align: left;
}

[dir="rtl"] .input input,
[dir="rtl"] .input textarea {
  text-align: right;
}

.input input::placeholder {
  color: #6B7280;
}

.checkbox .error-txt,
.input .error-txt {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  font-family: "ArchivoRegular", sans-serif;
}

.checkbox.error .error-txt,
.input.error .error-txt {
  display: block;
}

.input.error .select2-selection--single,
.input.error textarea,
.input.error input {
  border: 1px solid red !important;
}

label.checkbox.error input[type="checkbox"] {
  border-color: red;
}


.input.icon-right .icon {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

[dir="rtl"] .input.icon-right .icon {
  right: auto;
  left: 10px;
}

.input.icon-right input {
  padding-inline-end: 30px;
}

#ServerErrors {
  font-size: 12px;
  color: red;
  /* background-color: #F6F6F6; */
  padding: 5px 10px;
  margin-bottom: 15px;
  display: none;
}

#ServerErrors img {
  width: 15px;
  margin-right: 4px;
  vertical-align: text-bottom;
}

#ServerErrors a {
  text-decoration: underline;
}

/* intlTelInput */
.input .iti {
  width: 100%;
}

.input .iti .iti__search-input {
  border-radius: 0;
}

.input .iti .iti__selected-flag,
.input .iti .iti__selected-flag:hover {
  background-color: transparent;
}

.input .iti .iti__selected-flag::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #8B8B8B;
}

[dir="rtl"] .input .iti .iti__selected-flag::after {
  right: auto;
  left: 0;
}

.input .iti>input {
  padding-inline-start: 90px !important;
}

[dir="rtl"] .input .iti>input {
  padding-inline-start: 20px !important;
  padding-inline-end: 90px !important;
}

/* intlTelInput End */

/* Select2 End */

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #000;
  background-color: #F6F6F6;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  font-family: "ArchivoRegular", sans-serif;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 14px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #ced4da;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #ced4da;
}

.input .select2-container .select2-selection--single {
  height: unset;
  background-color: #F6F6F6;
  padding-block: 12px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  font-family: "ArchivoRegular", sans-serif;
}

/* Select2 End */

/* Contact Page End */

/* Showcasing Card */
.showcasing-card {
  border: 1px solid #D1D5DB;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}

.showcasing-card .content {
  padding: 20px;
}

.showcasing-card .content h4 {
  font-size: 24px;
  font-family: "ArchivoMedium", sans-serif;
  color: #111827;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.showcasing-card .content p {
  font-family: "ArchivoRegular", sans-serif;
  color: #374151;
  font-size: 14px;
  text-transform: capitalize;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.showcasing-card .content a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  font-family: "ArchivoBold", sans-serif;
  border-radius: 40px;
}

/* Showcasing Card End */

/* Create Your Dream Home Section */
.create-your-dream-home-section {
  display: flex;
  /* flex-wrap: wrap; */
}

@media screen and (max-width : 992px) {
  .create-your-dream-home-section {
    flex-wrap: wrap;
  }
}

.create-your-dream-home-section>img {
  width: calc(50% - 200px);
}

.create-your-dream-home-section>img:nth-child(1) {
  border-radius: 15px 0 0 15px;
}

.create-your-dream-home-section>img:nth-child(3) {
  border-radius: 0 15px 15px 0;
}

[dir="rtl"] .create-your-dream-home-section>img:nth-child(1) {
  border-radius: 0 15px 15px 0;
}

[dir="rtl"] .create-your-dream-home-section>img:nth-child(3) {
  border-radius: 15px 0 0 15px;
}

.create-your-dream-home-card {
  min-width: 400px;
  padding: 20px;
  background-color: #AC936514
}

.create-your-dream-home-card .create-your-dream-home-border-card {
  padding: 10px;
  border: 1px dashed #AC9365;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-your-dream-home-card .create-your-dream-home-border-card h4 {
  font-size: 22px;
  margin: 30px 0;
  font-size: #000;
  font-family: "ArchivoBold", sans-serif;
}

@media screen and (max-width: 992px) {
  .create-your-dream-home-section>img {
    width: 100%;
  }

  [dir="rtl"] .create-your-dream-home-section>img:nth-child(1),
  .create-your-dream-home-section>img:nth-child(1) {
    border-radius: 15px 15px 0 0;
  }

  [dir="rtl"] .create-your-dream-home-section>img:nth-child(3),
  .create-your-dream-home-section>img:nth-child(3) {
    border-radius: 0 0 15px 15px;
  }

  .create-your-dream-home-card {
    width: 100%;
    min-width: unset;
  }

  .create-your-dream-home-card .create-your-dream-home-border-card {
    padding: 20px 10px;
  }
}

/* Create Your Dream Home Section End */

/* Recent Events Card */
.swiper-backface-hidden .swiper-slide {
  height: initial;
}

.swiper-slider-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-slider-nav .swiper-slider-progress {
  flex: 1;
  height: 2px;
  background-color: #D1D5DB;
}

.swiper-slider-nav .swiper-slider-progress .swiper-scrollbar-drag {
  margin-top: -1px;
  height: 4px;
  background-color: #AC9365;
}

.swiper-slider-nav .swiper-slider-arrows {
  display: flex;
  gap: 10px;
}

.swiper-slider-nav .swiper-slider-arrows a.swiper-button-disabled,
.swiper-slider-nav .swiper-slider-arrows a.slick-disabled {
  opacity: 0.5;
}

.recent-events-card {
  display: flex;
  height: 100%;
}

.recent-events-card .img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 50%;
}

[dir="rtl"] .recent-events-card .img {
  border-radius: 20px 0 0 20px;
}

.recent-events-card .img img {
  height: 100%;
  object-fit: cover;
}

.recent-events-card .content {
  flex: 1;
  padding: 20px;
  border: 1px solid #D1D5DB;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

[dir="rtl"] .recent-events-card .content {
  border-radius: 0 20px 20px 0;
}

.recent-events-card .content span {
  display: inline-block;
  padding: 5px 10px;
  color: #AC9365;
  background-color: #AC93651F;
  border-radius: 40px;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 15px;
}

.recent-events-card .content h5 {
  font-size: 22px;
  color: #111827;
  font-weight: 600;
  font-family: "ArchivoMedium", sans-serif;
  margin-bottom: 15px;
}

.recent-events-card .content .date {
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-family: "ArchivoRegular", sans-serif;
  margin-bottom: 20px;
}

.recent-events-card .content a {
  font-weight: 600;
}

.recent-events-card.vertical {
  flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.recent-events-card.vertical .img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.recent-events-card.vertical .img img {
  width: 100%;
}

.recent-events-card.vertical .content {
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 576px) {
  .recent-events-card {
    flex-direction: column-reverse;
  }

  [dir="rtl"] .recent-events-card .img,
  .recent-events-card .img {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }

  .recent-events-card .img img {
    width: 100%;
  }

  [dir="rtl"] .recent-events-card .content,
  .recent-events-card .content {
    border-radius: 0 0 20px 20px;
  }
}

/* Recent Events Card End */

/* Event Detail Info Card */
.event-detail-info-card {
  border: 1px solid #D1D5DB;
  border-radius: 24px;
  overflow: hidden;
}

.event-detail-info-card .event-detail-info-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "ArchivoRegular", sans-serif;
}

.event-detail-info-card .event-detail-info-card-item:nth-child(1) {
  background-color: #AC9365;
}

.event-detail-info-card .event-detail-info-card-item:nth-child(1) div {
  color: #fff;
  font-size: 18px;
}

.event-detail-info-card .event-detail-info-card-item:not(:last-child) {
  border-bottom: 1px solid #D1D5DB;
}

.event-detail-info-card .event-detail-info-card-item div {
  color: #6B7280;
}

.event-detail-info-card .event-detail-info-card-item div img {
  margin-inline-end: 8px;
}

.event-detail-info-card .event-detail-info-card-item span {
  color: #1F2937;
}

/* Event Detail Info Card End */

/* Collapse Parent */
.collapse-parent {
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

.collapse-parent.active {
  background-color: #F3F4F6;
}

.collapse-parent>a {
  padding: 15px;
  display: block;
  color: #1F2937;
  font-size: 18px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-family: "ArchivoMedium", sans-serif;
  text-transform: capitalize;
}

.collapse-parent>a span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.collapse-parent>a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #000;
  transition: 0.3s;
}

.collapse-parent>a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1px;
  height: 12px;
  background-color: #000;
  transition: 0.3s;
}

.collapse-parent.active>a span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.collapse-parent .collapse-body {
  padding: 0 15px 15px 15px;
  color: #4B5563;
  font-family: "ArchivoMedium", sans-serif;
}

.collapse-parent .collapse-body h6 {
  padding-top: 10px;
  margin-bottom: 2px;
  color: #1F2937;
  font-family: "ArchivoMedium", sans-serif;
}

.collapse-parent .collapse-body ul {
  padding-left: 1rem;
  margin-top: 5px;
}

/* Collapse Parent End */

/* Certification Card */
.certification-card {
  padding: 15px;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.certification-card .certification-card-title {
  padding: 8px;
  color: #111827;
  background-color: #F3F4F6;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "ArchivoSemiBold", sans-serif;
}

.certification-card img {
  max-height: 175px;
}

/* Certification Card End */

/* Awards */
.award-card {
  position: relative;
  border: solid 2px #D1D5DB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.award-card .title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  padding-inline: 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}

.award-card .layer {
  position: absolute;
  inset: 0;
  background-color: #0000004D;
  z-index: 0;
}

@media screen and (max-width: 500px) {
  .award-card {
    padding: 20px;
  }
}

/* Awards End */

@media screen and (max-width: 768px) {

  .banner {
    height: 300px;
  }

  .title {
    font-size: 28px;
  }

  .title-md {
    font-size: 34px;
  }

  .category-card .category-card-title {
    font-size: 14px;
    list-style: unset;
  }

  .category-card a {
    font-size: 12px;
  }
}


/* Basket Start */

.cart-basket-summary {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
}

.product-main-basket {
  background: #F6F6F6;
  padding: 20px;
  border-radius: 12px;
}

.basket-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.product-cart-main {
  border: 1px solid #D1D5DB;
  border-radius: 20px;
  margin-top: 30px;
}

.custom-return-button {
  font-family: "ArchivoBold";
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

[dir="rtl"] .custom-return-button img {
  transform: rotateY(180deg);
}

.product-cart-one {
  padding: 20px;
}

.track-order-detail-main .product-cart-one:not(:nth-last-child(2)),
.product-cart-main .product-cart-one:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
}


.basket-table-text {
  font-family: "ArchivoBold";
  color: #111827;
  font-size: 18px;
}

.product-title-main span {
  font-family: "ArchivoBold";
  font-size: 14px;
  color: #00000080;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-title-main .custom-dot-view {
  border: 2px solid #eee;
}

.product-title-main h6 {
  font-family: "ArchivoBold";
  font-size: 20px;
  color: #000000;
}

.product-title-main p {
  font-family: "ArchivoMedium";
  font-size: 14px;
  color: #4B5563;
  margin-top: 25px;
  margin-bottom: 0;
}

.cart-img-main img {
  width: 100px;
  min-width: 100px;
  border-radius: 5px;
}

.cart-product-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.price-number del {
  font-family: "ArchivoMedium";
  font-size: 14px;
  color: #00000040;
}

.price-number h6 {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000000;
}

.price-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  width: 40%;

}

.place-order-text-main .price-number {
  word-break: unset;
  flex-wrap: unset;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .price-number {
    width: 100%;
  }
}

.order-summary-main {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  padding: 20px;
}

.summary-text-main {
  background-color: #fff;
}

.order-summary-heading {
  background-color: #F6F6F6;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: none;
  /* border-top: solid 1px #D1D5DB;
  border-left: solid 1px #D1D5DB;
  border-right: solid 1px #D1D5DB; */
}

.order-summary-heading h6 {
  font-family: "ArchivoBold";
  font-size: 20px;
  color: #111827;
}

.summary-text span {
  font-family: "ArchivoMedium";
  font-size: 18px;
  color: #4B5563;
}

.summary-price h6 {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000000;
}

[dir=rtl] .summary-price h6 {
  font-weight: 600;
}

.basket-summary-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #E5E7EB;
  gap: 20px;
}

.summary-text-main {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
}

.discount-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.discount-rule h6 {
  font-family: "ArchivoMedium";
  color: #111827;
  font-size: 18px;
}

.summary-unorder-list li {
  font-family: "ArchivoMedium";
  font-size: 14px;
  color: #6B7280;
}

.apply-discount {
  padding-bottom: 15px;
  border-bottom: solid 1px #E5E7EB;
}

.apply-discount:last-child {
  border-bottom: none;
}

.summary-checkout {
  padding: 15px 0;
}

.clear-update-basket-main {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.basket-price-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.close-icon-main {
  cursor: pointer;
}

span.collapse-toggle {
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .product-main-basket {
    display: none;
  }

  .clear-update-basket-main {
    justify-content: center;
  }

  .basket-price-main {
    display: block;
  }

  .basket-price-flex {
    justify-content: space-between;
    padding-top: 10px;
  }

  .price-number {
    padding-top: 10px;
  }
}

.cart-main-button {
  text-align: center;
}

.continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  padding: 10px 0;
  text-transform: capitalize;
  background-color: transparent;
  color: #000;
  border-radius: 40px;
  font-family: "ArchivoBold", sans-serif;
}

[dir="rtl"] .continue-shopping img {
  transform: rotateY(190deg);
}

.shopping-cart-price-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}


/* Basket End */

/* Place Order Start */

.title-sm {
  font-size: 32px;
  font-family: "ArchivoBold", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 20px;
}

.place-order-main {
  border: 1px solid #D1D5DB;
  border-radius: 20px;
  padding: 20px;
}

.place-order-main-collapse {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.place-order-text-main {
  background-color: #fff;
  padding: 20px;
}

.place-order-carts .place-order-text-main:not(:last-child) {
  border-bottom: 1px solid #D1D5DB;
}

.collapse-header {
  padding: 20px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.collapse-header .place-order-img-main {
  cursor: pointer;
}

.custom-radio-place {
  padding: 5px 0 15px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: solid 1px #E5E7EB;
}

.payment-option-div .summary-text span {
  font-family: "ArchivoMedium";
  font-size: 16px;
  color: #4B5563;
}

.already-account {
  font-family: "ArchivoMedium";
  font-size: 18px;
  color: rgba(17, 24, 39, 0.5);
}

.payment-option-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
}

.order-thank-main {
  border-bottom: solid 1px #D1D5DB;
  padding-bottom: 15px;
}

.thanks-for-order-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.thank-heading-main p {
  font-family: "ArchivoMedium";
  color: #6B7280;
  font-size: 16px;
  margin-bottom: 0;
}

.order-num span {
  color: #000;
  font-family: "ArchivoBold";
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  text-transform: capitalize;
}

.order-num p {
  color: #4B5563;
  font-family: "ArchivoMedium";
  font-size: 18px;
  margin-bottom: 0;
  text-align: end;
}

.border-left-custom {
  border-left: solid 1px #D1D5DB;
  height: 20px;
  margin-top: 3px;
}

.track-order-main {
  text-align: center;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 380px) {

  .already-account {
    display: none;
  }
}

@media screen and (max-width: 1200px) {

  .product-main-basket {
    display: none;
  }

  .product-cart-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {

  .product-main-basket {
    display: none;
  }

  .clear-update-basket-main {
    justify-content: center;
  }

  .basket-price-main {
    display: block;
  }

  .basket-price-flex {
    justify-content: space-between;
    padding-top: 10px;
  }

  .price-number {
    padding-top: 10px;
  }

  .close-icon-main {
    position: absolute;
    right: 5px;
    top: 20px;
  }

  [dir="rtl"] .close-icon-main {
    right: auto;
    left: 5px;
  }

  .product-cart-one {
    position: relative;
  }

  .mobile-price-main {
    display: flex !important;
    justify-content: space-between;
  }
}

/* Place Order End */

/* Tracking Order Start */

.traking-order-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.track-order-price p {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #111827;
  margin-bottom: 0;
}

.order-tracking {
  text-align: center;
  position: relative;
  flex: 1;
}

.img-main img {
  width: 90px;
  min-width: 90px;
}

.order-tracking span {
  font-family: "ArchivoBold";
  font-size: 22px;
  color: #000000;
}

.order-trackings {
  text-align: center;
}

.tracking-img {
  width: 55px;
  height: 55px;
}

.order-trackings span {
  font-family: "ArchivoBold";
  font-size: 20px;
  color: #000000;
  display: block;
  padding-top: 10px;
}

.order-tracking::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  border: solid 3px #E5E7EB;
  height: 2px;
  width: 100%;
  border-radius: 3px;
}

.tracking-delivery-main {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 20px;
  margin-top: 65px;
}

.tracking-card-title span {
  font-family: "ArchivoBold";
  font-size: 20px;
  color: #000000;
}

.tracking-card-des span {
  font-family: "ArchivoMedium";
  font-size: 18px;
  color: #4B5563;
}

.tracking-border-main {
  border-bottom: solid 1px #E5E7EB;
  margin: 60px 0;
}

.track-order-detail-main {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  margin-top: 40px;
}

.track-order-footer {
  background-color: #F3F4F6;
  padding: 20px;
  border-radius: 20px;
}

.track-order-price span {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #111827;
}

.traking-estimated-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quentity-lable span {
  display: none;
}

.tracking-order-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.quentity-lable p {
  font-family: "ArchivoBold";
  font-size: 14px;
}




@media screen and (max-width: 767px) {
  .tracking-img {
    width: 45px;
    height: 45px;
  }

  .order-trackings span {
    font-size: 16px;
  }

  .tracking-order-price-main {
    justify-content: space-between;
    align-items: center;
  }

  .quentity-lable span {
    font-family: "ArchivoBold";
    font-size: 14px;
    display: block;
  }

  .quentity-lable {
    display: flex;
    gap: 5px;
  }

}

/* Tracking Order End */

/* My Account Start */
.account-tab-main {
  background-color: #F3F4F6;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-circle-text {
  font-family: "ArchivoMedium";
  background-color: #01C6E2;
  border-radius: 50px;
  color: #fff;
  padding: 20px 25px;
  font-size: 36px;
}

.profile-main-circle {
  box-shadow: 0 0 0 1px #9CA3AF;
  padding: 10px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}

.profile-main-circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 80px;
  /* background-color: #00c6e3; */
  font-size: 36px;
  font-family: "ArchivoMedium", sans-serif;
  color: white;
}

.profile-main-circle span img {
  border-radius: 100%;
}

.profile-name-email span {
  font-family: "ArchivoBold";
  font-size: 22px;
  color: #000;
}

.profile-name-email p {
  font-family: "ArchivoMedium";
  color: #4B5563;
  font-size: 16px;
}

.profile-name-email {
  padding: 10px 0;
  text-align: center;
}

/* Tab section Start */
.custom-tab-main .nav-link {
  color: #000;
  fill: #000;
  background: transparent;
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
}

.nav-underline .nav-link.active {
  color: #111827 !important;
}

.custom-tab-main .nav-link.active {
  color: #fff;
  fill: #fff;
  background: #000;
  border-radius: 35px;
  padding: 12px 20px;
}

.custom-tab-main .nav-link path {
  stroke: #000;
}

.custom-tab-main .nav-link.active path {
  stroke: #fff;
}

.custom-tab-main .nav-link.sign-out {
  color: #FF0909;
}

.custom-tab-main .nav-link.sign-out svg path {
  stroke: #FF0909;
}

.account-tab {
  width: 100%;
  padding-top: 20px;
}

.tab-font-text {
  font-family: "ArchivoSemiBold";
  text-transform: capitalize;
  padding-inline-start: 10px;
}

.sign-out-main {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 12px 20px;
}

.sign-out-main a {
  color: #FF0909 !important;
}

.dashboard-cart-main {
  border: solid 1px #D1D5DB;
  padding: 10px 15px;
  border-radius: 16px;
  margin-top: 20px;
}

.dasboard-cart-img-main-one {
  margin-bottom: 15px;
}

.dashboard-cart-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.dashboard-cart-text span {
  font-family: "ArchivoBold";
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.dashboard-cart-text-one span {
  font-family: "ArchivoBold";
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.dashboard-cart-text p {
  font-family: "ArchivoMedium";
  font-size: 16px;
  color: #374151;
}

.view-order-main a {
  font-family: "ArchivoMedium";
  font-size: 16px;
  color: #000000;
  text-decoration-line: underline;
}

.view-order-main p {
  font-family: "ArchivoMedium";
  font-size: 16px;
  color: #000000;
  margin-bottom: 3px !important;
}

.dashboard-cart-main.full-height {
  height: calc(100% - 20px);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.form-tab-edit {
  margin-top: 20px;
}

.edit-name-button-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.edit-profile-main {
  position: absolute;
  right: 0;
  top: 55px;
}

.edit-profile-main label {
  cursor: pointer;
}

.edit-my-account-tab {
  margin: 25px 0;
  border-bottom: solid 1px #D1D5DB;
}

.edit-my-account-tab .nav-link {
  font-family: "ArchivoMedium";
  font-weight: 500 !important;
  color: #6B7280 !important;
}

.edit-my-account-tab .nav-link .active {
  color: #000 !important;
  border-bottom-color: #000 !important;
}

.account-flex-order {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.account-dropdown .dropdown-menu {
  width: 165px;
  border: 0;
  padding: 0;
  border: 1px solid #eee;
}

.account-dropdown>a {
  padding: 12px 15px;
}

.order-detail-main-card {
  border: solid 1px #D1D5DB;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.order-detail-head {
  padding: 20px 0;
  border-bottom: solid 1px #0000001A;
}

.order-detail-head span {
  font-family: "ArchivoMedium";
  font-size: 16px;
  color: #000000;
}

.order-heading-name {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.shipping-address-main span {
  font-family: "ArchivoMedium";
  font-size: 14px;
  color: #374151;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

.shipping-address-main {
  padding: 20px 0;
}

.order-detail-summary span {
  font-family: "ArchivoBold";
  font-size: 22px;
  color: #000000;
  text-transform: capitalize;
}

.order-price-view span {
  font-family: "ArchivoMedium";
  color: #6B7280;
  font-size: 18px;
}

.order-price-view del {
  font-family: "ArchivoMedium";
  font-size: 14px;
  color: #00000040;
}

.product-order-view {
  padding: 15px;
}

.product-order-view:not(:last-child) {
  border-bottom: solid 1px #E5E7EB;
}

.order-detail-main-card-one:not(:last-child) {
  margin-bottom: 20px;
}

.order-detail-main-card-one {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
}

.order-detail-summary {
  padding: 15px;
}

.custom-dot-view {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.view-order-summary-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot::before {
  width: 5px;
  height: 5px;
  background: #FF9900;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}


.dot-success::before {
  width: 5px;
  height: 5px;
  background: #00FF00;
  content: "";
  padding: 5px;
  display: block;
  border-radius: 15px;
}



.view-order-summary-price h6 {
  font-family: "ArchivoMedium";
  font-size: 18px;
  color: #000000;
}

[dir=rtl] .view-order-summary-price h6 {
  font-weight: 500;
}

.summary-text-main-two {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px;
}

.total-price-order-view {
  background-color: #F6F6F6;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-checkbox-address label.checkbox {
  margin: 0;
  color: #111827;
  font-family: "ArchivoMedium", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.custom-checkbox-address label.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
}

.custom-checkbox-address label.checkbox input[type="checkbox"]:checked {
  border-color: #D8B271;
  background-color: #D8B271;
  background-image: url('../images/white-tick.svg');
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.main-address-heading-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-order-main {
  overflow: auto;
}

.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  min-width: 800px;
}

.table-heading {
  font-family: "ArchivoBold";
  color: #111827;
  font-size: 18px;
}

.table-heading:first-child {
  width: 15%;
}

.table-heading:not(:first-child) {
  width: 20%;
}

.table-body {
  border: solid 1px #D1D5DB;
  border-radius: 20px;
  min-width: 800px;
}

.my-order-main .table-body {
  max-height: 490px;
  overflow: auto;
}

.table-badge-trasit {
  font-family: "ArchivoMedium";
  font-size: 16px;
  background-color: #FF990014;
  color: #FF9900;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-badge-delivered {
  font-family: "ArchivoMedium";
  font-size: 16px;
  background-color: #4BB54314;
  color: #4BB543;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-badge-pending {
  font-family: "ArchivoMedium";
  font-size: 16px;
  background-color: #FFD60114;
  color: #FFD601;
  border-radius: 40px;
  padding: 8px 16px;
  display: inline-block;
}

.table-text-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #E5E7EB;
  padding: 20px;
}

.table-text-main:last-child {
  border-bottom: none;
}

.table-text {
  font-family: "ArchivoMedium";
  font-size: 18px;
  color: #000;
}

.table-text:first-child {
  width: 15%;
}

.table-text:not(:first-child) {
  width: 20%;
}

.custom-modal-title {
  font-family: "ArchivoBold";
  font-size: 30px !important;
  color: #000;
}

.custom-modal-title-main {
  border-bottom: solid 1px #E5E7EB;
  padding: 20px 0 !important;
}

.modal-content-main {
  padding: 0 30px;
}

.add-modal-footer {
  justify-content: end;
  display: flex;
  gap: 10px;
  padding: 15px 0 5px 0;
}

@media screen and (max-width: 767px) {
  .account-tab-data {
    margin-top: 20px;
  }

  .title-lg {
    font-size: 32px;
  }

  .account-flex-order {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  .shopping-cart-main-sec {
    position: relative;
  }

  .shopping-cart-price-flex {
    flex-direction: revert !important;
  }

  .order-detail-main-card-one:not(:last-child) {
    margin-top: 20px;
  }
}

/* Tab section End */

/* My Account End */
/* Shopping Cart Side bar Start */
/* .shopping-cart-main {
  background-color: #fff;
  padding-bottom: 40px;
  position: fixed;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  z-index: 100;
  top: 0;
  right: 0;
} */

.shopping-cart-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  border-bottom: solid 1px #D1D5DB;
  background-color: #F3F4F6;
  padding: 18px 20px;
}

.shopping-cart-body {
  padding: 0 20px;
  height: calc(100% - 81px);
  overflow: auto;
}

.shopping-cart-main-sec {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #E5E7EB;
  padding: 20px 0;
}

.shopping-cart-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.shopping-cart-title {
  font-family: "ArchivoBold";
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
}

.shopping-cart-one-main {
  display: flex;
  gap: 10px;
}

.shopping-cart-one-main .shopping-cart-img-main img {
  width: 100px;
  min-width: 100px;
  border-radius: 5px;
}

.shopping-cart-close {
  border: solid 1px #D1D5DB;
  padding: 10px;
  border-radius: 30px;
}

.product-count-badge {
  font-family: "ArchivoMedium";
  background-color: #fff;
  color: #111827;
  padding: 8px 16px;
  border-radius: 24px;
  white-space: nowrap;
}

.product-code {
  font-family: "ArchivoBold";
  font-size: 12px;
  color: #00000080;
  display: block;
}

.product-title {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000;
  display: block;
}

.product-price-shopping {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000;
  display: block;
  padding-top: 15px;
}

.shopping-cart-price-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.quentity-width span {
  width: 35px;
  height: 35px;
}

.quentity-width input {
  width: 50px;
}

/* Shopping Cart Side bar End */

/* user card start */
.main-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}

.user-text-main span {
  font-family: "ArchivoBold";
  font-size: 18px;
  color: #000;
}

.user-img-main {
  box-shadow: 0 0 0 1px #9CA3AF;
  padding: 2px;
  border-radius: 25px;
}

.user-img-main span {
  /* background-color: #01C6E2; */
  color: #fff;
  /* padding: 7px 12px; */
  border-radius: 25px;
  display: flex;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  justify-content: center;
  align-items: center;
}

.user-img-main span img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.user-text-main p {
  font-family: "ArchivoMedium";
  font-size: 12px;
  color: #4B5563;
}

.user-area {
  font-family: "ArchivoMedium";
  color: #000000;
  font-size: 14px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: solid 1px #E5E7EB;
  cursor: pointer;
}

.user-area:last-child {
  color: #FF0909;
}

.dropdown-menu-user::after {
  display: none;
}

.user-area:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

/* user card end */

/* About Vedio Main Sart */
section.vedio-main-sec {
  margin: 50px 0;
}

.lootah-link-text a {
  color: #AC9365;
  font-family: "ArchivoMedium";
  text-decoration-line: underline;
}

.main-msg-text {
  text-transform: capitalize;
}

.main-msg-text p {
  font-family: "ArchivoRegular";
  font-size: 16px;
  color: #374151;
}

.lootah-build-bold {
  font-family: "ArchivoBold";
  font-size: 16px;
  color: #000;
}

.special-msg-text h1,
.special-msg-text h2,
.special-msg-text h3,
.special-msg-text h4,
.special-msg-text h5,
.special-msg-text h6 {
  font-family: "ArchivoBold";
  color: #111827;
}

.special-msg-text p {
  font-family: "ArchivoRegular";
  font-size: 16px;
  color: #374151;
}

.special-msg-text h1 a,
.special-msg-text h2 a,
.special-msg-text h3 a,
.special-msg-text h4 a,
.special-msg-text h5 a,
.special-msg-text h6 a {
  color: #111827;
}

.special-msg-text strong {
  font-family: "ArchivoBold";
  font-size: 16px;
  color: #000;
}

.special-msg-text a {
  color: #AC9365;
  font-family: "ArchivoMedium";
  text-decoration-line: underline;
}


/* About Vedio Main End */

/* .product-load-more-card {
  display: none;
} */

.custom-load-img-main .product-load-more-card {
  display: none;
}

.image-copy-right-logo img {
  width: 80px;
  margin-inline-start: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
}

.preloader.hide {
  display: none;
  pointer-events: none;
}

.toastify {
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  max-width: calc(100% - 20px);
}

.toastify .toast-close {
  color: #000;
}

.toastify.success::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url('../images/toastify-success.svg');
  background-repeat: no-repeat;
  margin-inline-end: 10px;
}

.toastify.error::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url('../images/toastify-error.svg');
  background-repeat: no-repeat;
  margin-inline-end: 10px;
}

/* .form-check-input:checked {
  background-color: #AC9365; 
  border-color: #AC9365;
}

.form-check-input:focus {
  box-shadow: none !important;
} */


.bogo-offer {
  display: block;
  color: green;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}


.product-title-main .bogo-offer {
  display: block;
  color: green;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 5px;
}

@media only screen and (max-width: 360px) {
  .toastify-right {
    left: auto !important;
  }
}

/* notify */
.notify-email .notify-heading-main {
  margin: 30px 0 20px 0;
  text-align: center;
}

.notify-email .notify-heading-main h5 {
  font-family: "ArchivoMedium";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}

.notify-email .notify-heading-main p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.notify-email .input .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}

.notify-email .input input {
  padding-inline-start: 50px;

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }
}

/* Rating
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: 'â˜… ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
} */


.product-detail-section .product-detail-gallery .product-images .three-sixty-view {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  border-radius: 80px;
  background-color: rgba(216, 178, 113, 1);
}

.product-detail-section .product-detail-gallery .product-images .three-sixty-view img {
  width: 36px;
  height: 36px;
  background-color: transparent;
}

[dir="rtl"] .product-detail-section .product-detail-gallery .product-images .more-photos {
  right: auto;
  left: 20px;
}

.product-detail-section .product-detail-gallery .product-image-slider {
  position: relative;
  margin-top: 20px;
  padding-inline: 15px;
}

.product-detail-section .product-detail-gallery .product-image-slider>a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #AC9365;
  z-index: 2;
}

.product-detail-section .product-detail-gallery .product-image-slider>a.product-image-slider-prev {
  left: 5px;
}

.product-detail-section .product-detail-gallery .product-image-slider>a.product-image-slider-next {
  right: 5px;
}

.product-detail-section .product-detail-gallery .product-image-slider img {
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid black;
}

#Image360Product {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.reel {
  /* border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  max-width: 100%;
  height: auto;
  display: block;
}

.swiper-center {
  justify-content: center !important;
  display: flex !important;
}


/* New Category Menu Start */
.category-tab-slider-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
}

#categoryList {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

#categoryList li {
  padding: 8px 14px;
}

#categoryList li span {
  display: flex;
  align-items: center;
  gap: 7px;
}

#categoryList li span a {
  font-size: 13px;
  color: #111827;
  text-align: center;
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  padding: 0;
}

/* More Button */
.more-btn {
  position: relative;
  display: none;
}

.more-btn .more-toggle {
  font-size: 13px;
  color: #111827;
  text-align: center;
  font-family: "ArchivoMedium", sans-serif;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

/* More dropdown menu */
.more-menu {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  padding: 0;
  border-radius: 8px;
  max-height: 50vh;
  overflow: auto;
  z-index: 999;
  min-height: 100px;
}

.more-btn.open .more-menu {
  display: block;
}

.more-menu li {
  list-style: none;

}

.more-menu li span a {
  font-size: 13px;
  color: #111827;
  /* text-align: center; */
  font-family: "ArchivoMedium", sans-serif;
  user-select: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.more-menu li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  transition: 0.3s all;
}

.more-menu li span:hover {
  background: #F3F4F6;
}

/* Custom dropdown inside each LI */
.custom-dropdown {
  position: relative;
  display: inline-block;
  /* width: 40px; */

  /* .dropdown-toggle {
    cursor: pointer;
    padding: 5px;

    &::after {
      display: none;
    }
  } */
}

.custom-dropdown .dropdown-toggle {
  cursor: pointer;
  padding: 5px;
}

.custom-dropdown .dropdown-toggle img {
  width: 10px;
  min-width: 10px;
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
}

.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  /* min-width: 180px; */
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  /* opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0); */
  opacity: 0;
  visibility: hidden;
  /* display: none; */
  transform: translateY(-4px);
  transition: 0.2s;
}

.more-menu li:first-child span {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.more-menu li:last-child span {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* .custom-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
} */

.custom-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  max-height: 50vh;
  overflow: auto;
}

.custom-dropdown .dropdown-menu li a {
  padding: 8px 14px;
  display: block;
  text-align: left !important;
  transition: 0.3s all;
}

.custom-dropdown .dropdown-menu li:hover {
  background: #F3F4F6;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  #categoryList>li {
    display: none !important;
  }

  #categoryList>li:nth-child(1) {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767.98px) {
  #categoryList li {
    display: none !important;
  }

  #categoryList li:nth-child(1) {
    display: inline-flex !important;
  }

  #categoryList li:nth-child(2) {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #categoryList li {
    display: none !important;
  }

  #categoryList li:nth-child(1) {
    display: inline-flex !important;
  }

  #categoryList li:nth-child(2) {
    display: inline-flex !important;
  }

  #categoryList li:nth-child(3) {
    display: inline-flex !important;
  }
}

/* New Category Menu End */





/* our projects start */

.our-projects-heading {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 10px;
}

.page-breadcrumps a {
  color: #FFFFFF99;
}

.page-breadcrumps img {
  color: #FFFFFF99;
  margin-right: 4px;
  margin-left: 4px;
}



.project-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #F9F9F9;
  padding: 24px 12px;
}

.product-card-body {
  padding-top: 16px;
}

.project-card-img {
  overflow: hidden;
  border-radius: 10px;
}

.project-card img {
  width: 100%;
  height: auto;
  transition: 0.5s all;
}

.project-card:hover img {
  transform: scale(1.1);
  filter: grayscale();
}

.category-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #00000080;
  background-color: #F4F4F4;
  border-radius: 60px;
  margin-top: 10px;
  padding: 5px 10px;

}

.category-label::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ac9365;
}

.category-desc {
  color: #00000080;
  margin-bottom: 0;
  font-size: 16px;
}



/* Search Modal Css Start  */
.custom-modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.custom-modal-search .custom-modal-body video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-modal-search.show {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.custom-modal-search .custom-modal-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.custom-modal-search .custom-modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 20px; */
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 90vh;
}

.custom-modal-search .custom-modal-body.md {
  max-width: 600px;
  padding: 30px;
  height: auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.custom-modal-search .custom-modal-body.sm {
  max-width: 500px;
  padding: 40px 50px;
  height: auto;
  border-radius: 8px;
}

.custom-modal-search .custom-modal-body .close-custom-modal {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #AC9365;
  border-radius: 60px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  z-index: 1;
}

.custom-modal-body .search-main {
  position: relative;
}

.custom-modal-body .search-main input {
  width: 100%;
  height: 100%;
  outline: 0;
  background-color: transparent;
  padding: 15px 50px 15px 20px;
  font-size: 14px;
  color: #6F6F6F;
  border: solid 1px #6F6F6F;
  border-radius: 8px;
}

.custom-modal-body .search-main .search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #AC9365;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal-body .search-list {
  padding-left: 0;
  position: unset;
  display: block;
  background: none;
  box-shadow: none;
  min-width: unset;
  height: calc(100% - 100px);
  overflow: auto;
  max-height: 400px;
}

.custom-modal-body .search-list-item a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #9CA3AF;
  font-family: "ArchivoMedium", sans-serif;
}

.custom-modal-body .search-list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #000;
}

.custom-modal-body .search-list li:last-child {
  padding-bottom: 0;
}

.custom-modal-body .search-list-item a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #9CA3AF;
  font-family: "ArchivoMedium", sans-serif;
}

/*# sourceMappingURL=header.css.map */