@import './plugins/bootstrap.min.css';
@import url("./plugins/select2.css");
@import url("./plugins/select2-bootstrap-5-theme.css");
@import './plugins/intlTelInput.min.css';
@import './plugins/swiper-bundle.min.css';

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

:root {
  --robotoRegular: "Roboto Regular", sans-serif;
  --primary-main-color: #008080;
  --white: #fff;
  --black: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.1;
  font-family: var(--robotoRegular);
  margin: 0;
}

img,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

img:focus-visible {
  outline: none;
}

.background-primary {
  background: #FAFAFA;
}

.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;
}

.primary-title {
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
}

.primary-title span {
  color: #008080;
}

.primary-desc {
  color: #5B5B5B;
  font-size: clamp(14px, 2vw, 16px);
  max-width: 650px;
  margin: 0px auto;
  line-height: 1.4;
  margin-top: 10px;
}

.primary-btn {
  position: relative;
  background: var(--primary-main-color);
  color: var(--white);
  font-size: 14.46px;
  font-weight: 400;
  text-align: center;
  display: flex;
  padding: 13px 20px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 1;
}

.primary-btn:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: var(--black);
  left: -100px;
  top: 0px;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%) scale(0);
  transform-origin: bottom center;
  pointer-events: none;
}

.primary-btn:hover:before {
  transform: translateX(100%) scale(10);
}

.primary-btn img {
  filter: brightness(0) invert(1);
}

.border-primary-btn {
  position: relative;
  background: var(--white);
  color: var(--primary-main-color);
  border: 2px solid var(--primary-main-color);
  font-size: 14.46px;
  font-weight: 400;
  text-align: center;
  display: flex;
  padding: 14px 20px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 1;
}

.border-primary-btn:hover {
  color: var(--white);
}

.border-primary-btn:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: var(--primary-main-color);
  left: -100px;
  top: 0px;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
  transform: translateY(-100%) scale(0);
  transform-origin: bottom center;
  pointer-events: none;
}

.border-primary-btn:hover:before {
  transform: translateX(100%) scale(15);
}

.border-primary-btn img {
  filter: brightness(0) invert(1);
}

#headerSearchIcon {
  top: 50px;
}

#headerSearchIcon .modal-dialog {
  max-width: 700px;
}

#headerSearchIcon .modal-dialog .modal-body h6 {
  font-size: 14px;
  color: #9CA3AF;
}

#headerSearchIcon .modal-dialog .modal-body h6 .count {
  color: rgba(0, 0, 0, 0.7490196078);
}

#headerSearchIcon .productShow {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px 20px;
}

#headerSearchIcon .productShow h2 {
  color: #000000;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  max-width: 250px;
  margin-bottom: 0px;
}

@media (max-width: 500px) {
  #headerSearchIcon .productShow h2 {
    max-width: 200px;
  }
}

#headerSearchIcon .productShow .price {
  color: var(--primary-main-color);
  font-size: clamp(14px, 2vw, 16px);
  text-align: right;
}

#headerSearchIcon .productShow .viewAll {
  color: var(--primary-main-color);
  font-size: 14px;
}

#headerSearchIcon .modal-header {
  padding-top: 15px !important;
}

#headerSearchIcon .headerSearch {
  background: #F3F4F6;
  outline: 0;
  border: 0;
  padding: 16px 50px 16px 16px;
  border-radius: 70px;
  height: 45px;
  line-height: 45px;
  font-size: clamp(14px, 2vw, 16px);
  color: var(--primary-main-color);
  width: 100%;
}

@media (max-width: 500px) {
  #headerSearchIcon .headerSearch {
    height: 35px;
    line-height: 35px;
  }
}

#headerSearchIcon .headerSearchSmall {
  position: absolute;
  right: 30px;
  cursor: pointer;
}

@media (max-width: 500px) {
  #headerSearchIcon .headerSearchSmall {
    width: 20px;
  }
}

.swiper-button-disabled {
  cursor: not-allowed;
}

body.open-sidebar .sidebar,
body.open-filters-sidebar .filters {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body.open-sidebar .sidebar-bg,
body.open-filters-sidebar .filters-bg {
  opacity: 1;
  visibility: visible;
}

body.open-sidebar,
body.open-filters-sidebar {
  overflow: hidden;
}

.sidebar-bg,
.filters-bg {
  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;
  z-index: 100;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 350px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 100;
  transform: translateX(-400px);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  padding: 15px;
}

.sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}

.sidebar .sidebar-body {
  overflow: auto;
  height: calc(100% - 180px);
  margin-top: 20px;
}

.sidebar .sidebar-body ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-body ul li {
  list-style: none;
}

.sidebar .sidebar-body ul li a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: var(--black);
  border-bottom: 1px solid #efefef;
}

.sidebar .sidebar-body .sidebar-dropdown a {
  display: flex;
  justify-content: space-between;
}

.sidebar .sidebar-body .sidebar-dropdown a .headerDownArrow {
  transform: rotate(0);
}

.sidebar .sidebar-body .sidebar-dropdown a .headerDownArrow.active {
  transform: rotate(180deg);
}

.sidebar .sidebar-body .sidebar-dropdown ul {
  padding: 10px 20px;
  display: none;
}

.sidebar .sidebar-body .sidebar-dropdown ul.active {
  display: block;
}

.sidebar .sidebar-body .sidebar-dropdown ul li a {
  justify-content: start;
}

.sidebar .sidebar-body .sidebar-dropdown ul li a span {
  font-size: 1rem;
}

.sidebar .sidebar-body .sidebar-dropdown ul .megaBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sidebar .sidebar-body .sidebar-dropdown ul .megaBox h6 {
  margin: 0;
}

.sidebar .sidebar-footer {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.sidebar .headerIcons {
  gap: 40px;
}

.sidebar .headerIcons .headerAccountIcon {
  cursor: pointer;
}

.sidebar .headerIcons .headerAccountIcon .dropdown-menu.show {
  bottom: 1% !important;
  width: 230px !important;
}

.sidebar .headerIcons .headerAccountIcon .accountIcon {
  padding: 10px 0px;
}

.sidebar .headerIcons .headerAccountIcon .accountIcon span {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  color: #181D27;
}

.sidebar .headerIcons .headerAccountIcon .accountIcon .text-danger {
  color: #FF0909 !important;
}

.form-borderless {
  border: 0;
  padding: 0;
  margin-top: 20px;
}

.form-borderless label {
  font-size: 16px;
  color: #111827;
  margin-bottom: 10px;
}

.form-borderless label span {
  color: red;
}

.form-borderless .primary-btn {
  padding: 16px 20px;
}

.form-borderless .primary-btn:hover::before {
  transform: translateX(100%) scale(15);
}

.input {
  position: relative;
  margin-bottom: 15px;
}

.input input:not([type=checkbox]),
.input textarea {
  width: 100%;
  padding: 20px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  text-align: left;
}

.input.error .select2-selection--single,
.input.error textarea,
.input.error input {
  border: 1px solid red !important;
}

.checkbox .error-txt,
.input .error-txt {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
}

.input.icon-right .icon {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.form label.checkbox {
  margin: 0;
  color: #111827;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.form label.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-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: var(--primary-main-color);
  background-color: var(--primary-main-color);
  background-image: url(../images/white-tick.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.form a {
  color: var(--primary-main-color);
  font-weight: 700;
}

.my-account {
  position: relative;
  overflow: hidden;
}

.my-account:before {
  position: absolute;
  content: "";
  background: url("../images/my-account.png");
  width: 700px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

@media (max-width: 991px) {
  .my-account:before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .my-account:before {
    width: 600px;
  }
}

@media (max-width: 992px) {
  .my-account .g-recaptcha {
    margin-left: 15px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-size: 16px;
  justify-content: end;
}

.breadcrumbs span {
  color: #adadad;
}

header .menu-open {
  cursor: pointer;
}

header .header-top {
  background-color: var(--primary-main-color);
  padding: 13px 10px;
  text-align: center;
}

header .header-top .announcement-bar {
  font-family: var(--robotoRegular);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  color: var(--white);
}

header .headerIcons {
  gap: 40px;
}

header .headerIcons .headerAccountIcon {
  cursor: pointer;
}

header .headerIcons .headerAccountIcon .dropdown-menu.show {
  top: 10px !important;
  width: 230px !important;
}

header .headerIcons .headerAccountIcon .accountIcon {
  padding: 10px 0px;
}

header .headerIcons .headerAccountIcon .accountIcon span {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  color: #181D27;
}

header .headerIcons .headerAccountIcon .accountIcon .text-danger {
  color: #FF0909 !important;
}

header headerline {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1098039216);
}

header nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  gap: 50px;
}

header nav ul li {
  position: unset !important;
  list-style: none;
}

header nav ul a {
  display: block;
  font-family: var(--robotoRegular);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  color: var(--black);
}

header nav ul .headerDownArrow {
  margin: 5px 0px 5px 5px;
}

header .dropdown:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

header .megaMenu {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, 0%);
  border-radius: 8px;
  transition: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  header .megaMenu {
    width: 100%;
  }
}

header .megaMenu .megaMenuTop {
  padding: 40px;
}

header .megaMenu .megaMenuBottom {
  background: #E6F2F2;
  border-radius: 8px;
  display: flex;
  justify-content: end;
}

header .megaMenu .megaMenuBottom a {
  display: flex;
  gap: 10px;
  justify-content: end;
  padding: 20px;
  font-size: 14px;
  color: var(--primary-main-color);
}

header .megaMenu .megaBox {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

header .megaMenu .megaBox img {
  min-width: 20px;
}

header .megaMenu .megaBox h6 {
  font-size: clamp(14px, 2vw, 16px);
  color: #181D27;
}

header .megaMenu .megaBox p {
  color: #535862;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.3;
  margin-bottom: 20px;
}

header .menu-open svg {
  background: var(--primary-main-color);
}

header .headerIcons {
  cursor: pointer;
}

.slider-main {
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  .slider-main .bannerSwiper img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.slider-main .slider-main-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 9;
}

.slider-main .slider-main-content .bannerSwipercontent .slider-text {
  color: var(--white);
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 600;
}

.slider-main .slider-main-content .shop-now {
  color: #171717;
  font-size: clamp(14px, 2vw, 16px);
  background: var(--white);
  padding: 14px 24px;
  border-radius: 50px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

@media (max-width: 992px) {
  .slider-main .slider-main-content .shop-now {
    margin: unset;
    margin-top: 20px;
    padding: 10px 20px;
  }
}

.slider-main .slider-main-content .banner-arrows {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-top: 30px;
}

.slider-main .slider-main-content .banner-arrows .banner-bullets {
  text-align: center;
}

.slider-main .slider-main-content .banner-arrows .banner-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: var(--white);
  opacity: 1;
}

.slider-main .slider-main-content .banner-arrows .banner-bullets .swiper-pagination-bullet-active {
  outline: 2px solid #fff;
  background: transparent;
}

.contact-main .title-sm,
.contact-main .title-lg {
  margin-bottom: 10px;
}

.contact-main .desc {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 15px;
}

.contact-main .form {
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  padding: 20px;
}

.contact-main .form label {
  font-size: 16px;
  color: #111827;
  margin-bottom: 10px;
}

.contact-main .input {
  position: relative;
  margin-bottom: 15px;
}

.contact-main .input input,
.contact-main .input textarea {
  width: 100%;
  padding: 17px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  text-align: left;
}

.contact-main .primary-black-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  text-transform: capitalize;
  background-color: #008080;
  color: #fff;
  border-radius: 38px;
  border: 1px solid #008080;
}

.contact-main .contact-us-info-item {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
}

.contact-main .contact-us-info-item:not(:last-child) {
  border-bottom: 1px solid #D1D5DB;
}

.contact-main .contact-us-info-item h6 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
}

.contact-main .contact-us-info-item a,
.contact-main .contact-us-info-item p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 4px;
  opacity: 0.5;
}

.contact-main .contact-us-info-item .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 48px;
  background-color: rgba(172, 147, 101, 0.0588235294);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-main .input .select2-container .select2-selection--single {
  height: unset;
  background-color: #F6F6F6;
  padding-block: 12px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.slider-bottom {
  padding: 20px 0px;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .slider-bottom {
    margin: 15px;
  }
}

.slider-bottom .bg-light-green {
  background: #C5DBDB;
}

.slider-bottom .bg-green {
  background: var(--primary-main-color);
}

.slider-bottom .slider-box {
  width: 100%;
  padding: 30px;
  text-align: center;
}

.slider-bottom .slider-box .sliderBottomBack {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-bottom .slider-box .box-subTitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4392156863);
}

.slider-bottom .slider-box .box-subTitle.text-white {
  opacity: 0.7;
}

.slider-bottom .slider-box .box-title {
  font-size: clamp(16px, 3vw, 22px);
  color: var(--black);
  max-width: 210px;
  margin: 5px auto;
}

@media (max-width: 500px) {
  .slider-bottom .slider-box .box-title {
    max-width: 100%;
  }
}

.slider-bottom .slider-box .box-img {
  width: 150px;
  margin: 20px auto;
}

.slider-bottom .slider-box .box-bottom {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 1.6px;
  font-weight: 300;
}

.discover-products {
  padding: 80px 0px;
  text-align: center;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .discover-products {
    padding: 3rem 0px;
  }
}

.discover-products .discover-main-box {
  flex-wrap: wrap;
  justify-content: center;
}

.discover-products .discover-main-box .discover-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-bottom: 10px solid var(--primary-main-color);
  min-width: 240px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

@media (max-width: 768px) {
  .discover-products .discover-main-box .discover-box {
    min-width: 160px;
    max-width: 160px;
  }
}

.discover-products .discover-main-box .discover-box .discover-front {
  margin-top: 20px;
  z-index: 9;
}

.discover-products .discover-main-box .discover-box h6 {
  font-size: clamp(14px, 2vw, 22px);
  color: var(--black);
  max-width: 190px;
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: 600;
}

.discover-products .discover-main-box .discover-box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  max-width: 170px;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 15px;
}

.discover-products .discover-main-box .discover-box .discover-back {
  position: absolute;
  bottom: -40px;
  left: 60px;
  width: 100%;
  pointer-events: none;
}

.delivery-section {
  background: rgba(0, 128, 128, 0.168627451);
  padding: 40px 0px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .delivery-section {
    padding: 20px 0px;
  }
}

.delivery-section.delivery-section-01 {
  padding: 20px 0px;
  background-color: var(--primary-main-color);
}

.delivery-section.delivery-section-01 .delivery-slides-01 {
  animation-name: marquee-to-right;
  gap: 100px;
}

@media (max-width: 768px) {
  .delivery-section.delivery-section-01 .delivery-slides-01 {
    gap: 50px;
  }
}

.delivery-section.delivery-section-01 .delivery-slides-01 img {
  width: 150px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes marquee-to-right {
  from {
    transform: translate(-50%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.delivery-section .delivery-slides {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  overflow: hidden;
  animation-name: marquee-to-left;
  animation-duration: 34s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  gap: 30px;
}

@keyframes marquee-to-left {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(-50%, 0);
  }
}

.delivery-section .delivery-text {
  width: -moz-max-content;
  width: max-content;
  color: var(--black);
  font-size: clamp(16px, 2vw, 22px);
}

.adventure-waves {
  background: #F3F9F9;
}

.adventure-waves .side-image {
  width: 19%;
}

.adventure-waves .adventure-waves-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.adventure-waves .adventure-waves-content .adventure-waves-content-top {
  max-width: 600px;
  margin: 0 auto;
}

.adventure-waves .adventure-waves-content .adventure-waves-content-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.adventure-waves .adventure-waves-content .adventure-waves-content-bottom img {
  max-width: 140px;
}

@media (max-width: 768px) {
  .adventure-waves .adventure-waves-content .adventure-waves-content-bottom img {
    max-width: 100px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .adventure-waves .adventure-waves-content .adventure-waves-content-bottom img {
    max-width: 120px;
  }
}

.our-client {
  position: relative;
  background: rgba(239, 247, 247, 0.7411764706);
  padding: 80px 0px;
}

@media (max-width: 600px) {
  .our-client {
    padding: 3rem 0px;
  }
}

.our-client .our-client-center {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .our-client .our-client-center {
    top: 50%;
  }
}

.our-client .our-client-top {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.our-client .reviewSlider .reviewSlider-box {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  padding: 70px 40px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  opacity: 0.6;
  transform: scale(0.85);
  transition: 0.6s;
}

@media (max-width: 768px) {
  .our-client .reviewSlider .reviewSlider-box {
    padding: 40px 30px;
  }
}

.our-client .reviewSlider .reviewSlider-box.swiper-slide-active {
  opacity: 1;
  transform: unset;
}

.our-client .reviewSlider .reviewSlider-box .reviewslider-text {
  color: #5B5B5B;
  font-size: clamp(14px, 3vw, 16px);
  margin-bottom: 10px;
}

.our-client .reviewSlider .reviewSlider-box .reviewslider-title {
  color: var(--primary-main-color);
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .our-client .reviewSlider .reviewSlider-box .reviewslider-title {
    margin-top: 10px;
  }
}

.our-client .reviewSlider .reviewSlider-box .reviewslider-desc {
  font-size: 14px;
  color: #5B5B5B;
}

.our-client .review-next img {
  transform: rotate(180deg);
}

.feature-selection {
  padding: 80px 0px;
  background-color: #EDEEEE;
}

@media (max-width: 600px) {
  .feature-selection {
    padding: 3rem 0px;
  }
}

.product-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  height: 100%;
}

.product-card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card.product-video-card {
  position: relative;
  border: unset;
}

.product-card.product-video-card a {
  padding: 13px 0;
}

.product-card.product-video-card video {
  height: 418px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.product-card.product-video-card .video-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 30px;
}

.product-card.product-video-card .video-content .video-title {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 600;
  color: var(--white);
}

.product-card.product-video-card .video-content .video-desc {
  font-size: 15px;
  color: var(--white);
}

.product-card a {
  padding: 20px;
}

.product-card .wishlist-icon {
  border: 1px solid rgba(19, 19, 23, 0.2);
  border-radius: 50px;
  padding: 8px;
  transition: 0.3s ease all;
}

.product-card .wishlist-icon:hover {
  background: #0080800D;
  transition: 0.3s ease all;
}

.product-card .product-image {
  position: relative;
  max-width: 180px;
  margin: 20px auto;
}

.product-card .product-image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card h3 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: var(--black);
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .sale {
  position: relative;
  font-size: 14px;
  background: rgba(0, 128, 128, 0.031372549);
  color: var(--primary-main-color);
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 0 22px;
  height: 34px;
  line-height: 34px;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
}

.product-card .sale::before {
  position: absolute;
  content: attr(data-hover);
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transform: translate(-50%, 100%);
  color: var(--white);
  top: 8px;
  left: 50%;
  height: 37px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.product-card .sale div {
  transition: all 0.3s ease-in-out;
}

.product-card .price {
  font-size: clamp(16px, 3vw, 18px);
  color: var(--primary-main-color);
}

.product-card .cutprice {
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: clamp(14px, 2vw, 16px);
  text-decoration: line-through;
}

.product-card .product-primary-btn {
  margin-top: 10px;
  position: relative;
  background: var(--primary-main-color);
  color: var(--white);
  font-size: 14.46px;
  font-weight: 400;
  text-align: center;
  display: flex;
  padding: 13px 0;
  border-radius: 50px;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 1;
}

.product-card .product-primary-btn:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: var(--black);
  left: -100px;
  top: 0px;
  border-radius: 50%;
  transition: 0.9s;
  z-index: -1;
  transform: translateY(-100%) scale(0);
  transform-origin: bottom center;
  pointer-events: none;
}

.product-card .product-primary-btn img {
  filter: brightness(0) invert(1);
}

.product-card:hover .product-primary-btn::before {
  transform: translateX(100%) scale(10);
}

.product-card:hover .sale {
  background-color: var(--primary-main-color);
}

.product-card:hover .sale:before {
  opacity: 1;
  transform: translate(-50%, 0);
}

.product-card:hover .sale div {
  opacity: 0;
  transform: translate(0, -100%);
}

.product-slider-arrows .button-slider {
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--primary-main-color);
  height: 60px;
  width: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 57px;
}

@media (max-width: 992px) {
  .product-slider-arrows .button-slider {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
}

.product-slider-arrows .button-slider.swiper-button-disabled {
  background: var(--white);
}

.product-slider-arrows .button-slider.swiper-button-disabled img {
  filter: brightness(0) invert(0);
}

.product-slider-arrows .button-slider img {
  filter: brightness(0) invert(1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.product-slider-arrows .button-slider.product-next img {
  transform: rotate(180deg);
}

.explore-product {
  padding: 80px 0px;
  background: #EDEEEE;
}

@media (max-width: 600px) {
  .explore-product {
    padding: 3rem 0px;
  }
}

.explore-product .tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

@media (max-width: 991px) {
  .explore-product .tabs {
    gap: 20px;
  }
}

.explore-product .tabs a {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  color: var(--black);
  font-size: clamp(16px, 3vw, 18px);
  display: block;
  padding: 12px 34px;
  font-weight: 500;
  transition: 0.3s ease all;
  border-radius: 50px;
}


.explore-product .tabs a:hover {
  color: var(--white);
  background-color: var(--primary-main-color);
  transition: 0.3s ease all;
}

.explore-product .tabs a.active {
  color: var(--white);
  background-color: var(--primary-main-color);
  transition: 0.3s ease all;
}

@media (max-width: 991px) {
  .explore-product .primary-btn {
    gap: 20px;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-top: 20px !important;
    font-size: 16px;
    padding: 13px 50px;
  }
}

.feature-selection .swiper-slide,
.main-product-slider .swiper-slide {
  height: auto;
}

.sub-header .primary-title {
  color: var(--black);
  margin-bottom: 2px;
}

.sub-header p {
  font-size: 14px;
  color: var(--black);
  margin-bottom: 0px;
}

.our-future {
  padding: 80px 0px;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .our-future {
    padding: 3rem 0px;
  }
}

.our-future .future-next img {
  transform: rotate(180deg);
}

.our-future .our-future-Slider .ourfuture-box .feature-image {
  margin-bottom: 15px;
  border-radius: 8px;
  width: 100%;
}

.our-future .our-future-Slider .ourfuture-box h2 {
  font-size: clamp(16px, 4vw, 24px);
  color: #111827;
  font-weight: 600;
  text-transform: capitalize;
}

.our-future .our-future-Slider .ourfuture-box p {
  font-size: clamp(14px, 4vw, 16px);
  color: #6B7280;
}

.our-future .our-future-Slider .ourfuture-box .primary-btn {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  padding: 13px 50px;
}

@media (max-width: 600px) {
  .our-future .our-future-Slider .ourfuture-box .primary-btn {
    padding: 10px 26px;
  }
}

.our-future .our-future-listing-Slider {
  overflow: hidden;
  height: 480px;
}

.our-future .our-future-listing-Slider .ourfuture-listing-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E7EB;
}

@media (max-width: 992px) {
  .our-future .our-future-listing-Slider .ourfuture-listing-box {
    padding-bottom: 5px;
  }
}

.our-future .our-future-listing-Slider .ourfuture-listing-box:last-child {
  border: unset;
}

.our-future .our-future-listing-Slider .feature-image {
  height: 135px;
}

@media (max-width: 991px) {
  .our-future .our-future-listing-Slider .feature-image {
    height: auto;
  }
}

.our-future .our-future-listing-Slider .feature-image img {
  border-radius: 8px;
  border-radius: 8px;
  height: 135px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 300px;
}

@media (max-width: 992px) {
  .our-future .our-future-listing-Slider .feature-image img {
    height: auto;
  }
}

.our-future .our-future-listing-Slider h2 {
  font-size: clamp(14px, 3vw, 22px);
  color: #111827;
  font-weight: 700;
  text-transform: capitalize;
}

.our-future .our-future-listing-Slider p {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 0;
}

.main-categories .col-lg-3 {
  position: relative;
  overflow: hidden;
}

.main-categories .cate-img {
  padding-bottom: 20px;
}

.main-categories .cate-content {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.main-categories .cate-content .cate-title {
  color: var(--white);
  font-size: clamp(20px, 3vw, 30px);
  text-transform: uppercase;
  font-weight: 600;
}

.main-categories .cate-content .cate-desc {
  color: var(--white);
  font-size: 14px;
  max-width: 200px;
  margin: 10px auto;
}

.main-categories .sale {
  background: rgba(0, 128, 128, 0.1019607843);
}

.faq-title {
  font-size: clamp(20px, 4vw, 44px);
  text-transform: capitalize;
  color: var(--black);
  font-weight: 600;
}

.faq-desc {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 0;
}

.collapse-parent {
  border: 1px solid #E6F2F2;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

.collapse-parent.active {
  background-color: #E6F2F2;
}

.collapse-parent .collapse-body {
  padding: 0 20px 20px 20px;
  color: var(--black);
  font-size: 14px;
  line-height: 1.4;
}

.collapse-parent>a {
  padding: 20px;
  display: block;
  color: var(--black);
  font-weight: 400;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
}

.collapse-parent>a span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.collapse-parent>a span::before,
.collapse-parent>a span::after {
  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::before {
  transform: translate(-50%, -50%);
}

.collapse-parent>a span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.collapse-parent.active>a span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sub-banner {
  position: relative;
}

@media (max-width: 992px) {
  .sub-banner img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.sub-banner .sub-banner-content {
  position: absolute;
  bottom: 60px;
}

@media (max-width: 992px) {
  .sub-banner .sub-banner-content {
    bottom: 20px;
  }
}

.sub-banner .sub-banner-content h1 {
  font-size: clamp(20px, 4vw, 48px);
}

.sub-banner .sub-banner-content p {
  font-size: 14px;
}

.main-brands {
  padding: 100px 0px;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .main-brands {
    padding: 3rem 0px;
  }
}

.main-brands .brand-box {
  margin-bottom: 20px;
}

.main-brands .brand-box a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--white);
}

.main-brands .brand-box .brand-title {
  font-size: clamp(18px, 4vw, 20px);
  color: var(--black);
  margin: 20px 0px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-brands .brand-box .brand-link {
  font-size: clamp(16px, 4vw, 16px);
  color: var(--primary-main-color);
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  border-bottom: 2px solid;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

/* input[type=checkbox]:checked {
  background-color: var(--primary-main-color);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 2px;
  background-image: url("../images/white-tick.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  border: none !important;
} */

input[type=checkbox]:focus-visible {
  outline: 0;
}

.filter-box-body-inner::-webkit-scrollbar {
  width: 0;
}

/* Range Input */
.range-input-wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}

.range-input-wrapper .range-input-slider {
  position: relative;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}

.range-input-wrapper .range-input-slider .range-input-progress {
  position: absolute;
  height: 3px;
  background-color: var(--primary-main-color);
}

.range-input-wrapper .range-input {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.range-input-wrapper .range-input input {
  position: absolute;
  top: -3px;
  height: 3px;
  width: 100%;
  -moz-appearance: none;
  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 var(--primary-main-color);
  border-radius: 18px;
  pointer-events: auto;
  cursor: pointer;
}

.range-input-wrapper .range-input input[type=range]::-moz-slider-thumb {
  appearance: none;
  -moz-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-vals {
  position: relative;
  width: 100%;
}

.range-input-wrapper .range-input-vals>span {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: #ececec;
  font-size: 14px;
  color: #1F2937;
}

.range-input-wrapper .range-input-vals>span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 5px;
  height: 8px;
  background-color: #ececec;
}

.range-input-wrapper .range-input-vals>span.range-input-min-val {
  transform: translateX(-25%);
}

.range-input-wrapper .range-input-vals>span.range-input-min-val::after {
  left: 15px;
  transform: translateX(-10%) rotate(45deg);
}

.range-input-wrapper .range-input-vals>span.range-input-max-val {
  transform: translateX(25%);
}

.range-input-wrapper .range-input-vals>span.range-input-max-val::after {
  right: 15px;
  transform: translateX(-10%) rotate(45deg);
}

@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 rgba(0, 0, 0, 0.1215686275);
    z-index: 100;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(-400px);
    opacity: 0;
    overflow: auto;
  }
}

.top-category {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #FAFAFA;
}

@media (max-width: 929px) {
  .top-category {
    padding: 40px 0px;
  }
}

.top-category .cate-search {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
}

.top-category .cate-search span {
  color: var(--primary-main-color);
}

.main-category {
  background: #FAFAFA;
}

.main-category .sort-dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.7490196078);
  background-color: #F2F2F2;
  padding: 14px 23px;
  border-radius: 50px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .main-category .sort-dropdown a {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.main-category .sort-dropdown .dropdown-menu {
  width: 230px;
  border: 0;
  padding: 0;
  border: 1px solid #eee;
}

.main-category .sort-dropdown .dropdown-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: var(--black);
  background-color: unset;
  border-radius: 0px;
}

.main-category .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.7490196078);
  background-color: #F2F2F2;
  padding: 14px 23px;
  border-radius: 50px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .main-category .filter-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.main-category .total-list-items {
  position: relative;
  font-size: 16px;
  color: var(--black);
  margin-bottom: 5px;
}

/* .main-category .total-list-items:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 100%;
  height: 2px;
  width: 10%;
  background-color: #000;
} */

.main-category .total-list-items:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1019607843);
}

.main-category .filters .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.main-category .filters .filter-title h6 {
  color: var(--black);
  font-size: 16px;
  text-transform: uppercase;
}

.main-category .filters .filter-title a {
  color: #FF0000;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-category .filters .filter-box {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.main-category .filters .filter-box .filter-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.2s;
  color: #212529;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 500;
}

.main-category .filters .filter-box .filter-box-body .filter-box-body-inner {
  max-height: 400px;
  overflow: auto;
}

.main-category .filters .filter-box .filter-box-body .filter-box-body-inner.range {
  overflow: visible;
}

.main-category .filters .filter-box .filter-box-body .filter-box-body-inner .filter-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.main-category .filters .filter-box .filter-box-body .filter-box-body-inner .filter-box-item label {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  flex: 1;
  color: #212529;
  font-size: 14px;
}

.main-category .filters .filter-box .filter-box-body .filter-box-body-inner .filter-box-item label .collection-check-box {
  border: 1px solid #000000;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}

.main-category .product-card {
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.main-category .product-card .sale {
  background: rgba(0, 128, 128, 0.1019607843);
  border: none;
}

.main-category .product-card:hover .sale {
  background-color: var(--primary-main-color) !important;
}

.mainProduct2 {
  width: 100%;
}

.mainProduct {
  padding: 0;
  height: 560px;
}

@media (max-width: 992px) {
  .mainProduct {
    max-width: 100%;
    height: unset;
  }
}

.mainProduct .swiper-wrapper {
  max-width: 140px;
  gap: 20px;
}

@media (max-width: 992px) {
  .mainProduct .swiper-wrapper {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.mainProduct .swiper-slide {
  height: 110px !important;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .mainProduct .swiper-slide {
    height: unset !important;
  }

  .mainProduct .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.mainProduct .swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid var(--primary-main-color);
}

.main-product {
  padding: 50px 0px;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .main-product {
    padding: 3rem 0px;
    padding-bottom: 0;
  }
}

.main-product .go-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(0, 0, 0, 0.7490196078);
  font-size: 14px;
  font-weight: 700;
}

.main-product .wishlist-main {
  font-size: clamp(16px, 4vw, 18px);
  color: #383734;
  font-weight: 500;
}

.main-product .wishlist-main .wishlist-icon {
  border: 1px solid rgba(19, 19, 23, 0.2);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

.main-product .wishlist-main .wishlist-icon img {
  width: 14px;
}

.main-product .detail-info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main-product .detail-info-price div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.main-product .detail-info-price .cutprice {
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: clamp(14px, 2vw, 16px);
  text-decoration: line-through;
  width: 100%;
}

.main-product .detail-info-price span {
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #FF0909;
  color: var(--white);
  white-space: nowrap;
  font-size: 14px;
}

.main-product .price {
  color: var(--primary-main-color);
  font-weight: 600;
  margin-top: 20px;
  font-size: clamp(20px, 4vw, 32px);
}

@media (max-width: 768px) {
  .main-product .price {
    margin-bottom: 0;
  }
}

.main-product .variant-title {
  color: #383734;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 500;
}

.main-product .filter-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.main-product .filter-colors .color-radio {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--white);
  cursor: pointer;
}

.main-product .filter-colors .color-radio.txt {
  width: auto;
  height: auto;
  border-radius: 10px;
}

.main-product .filter-colors .color-radio.txt .varaint-text {
  width: auto;
  height: auto;
  border-radius: 40px;
  padding: 12px 25px;
  background: rgba(0, 128, 128, 0.1019607843);
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-main-color);
}

.main-product .filter-colors .color-radio.txt .varaint-text.active {
  background-color: var(--primary-main-color);
  color: var(--white);
}

.main-product .filter-colors .color-radio.txt .varaint-text span {
  border: unset;
}

.main-product .filter-colors .color-radio.sold-out .varaint-text {
  background: #E8E8E8;
  color: #9C9C9C;
  text-decoration: line-through;
  cursor: not-allowed;
}

.main-product .filter-colors .color-radio input {
  display: none;
}

.main-product .filter-colors .color-radio span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #E8DED8;
}

.main-product .filter-colors .color-radio span span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
}

.main-product .variant-dropdown {
  margin-top: 10px;
}

.main-product .variant-dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.7490196078);
  background-color: #F2F2F2;
  padding: 14px 23px;
  border-radius: 50px;
  font-size: 16px;
  width: 100%;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.main-product .variant-dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  border: 1px solid #eee;
  width: 300px;
}

.main-product .variant-dropdown .dropdown-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: var(--black);
  background-color: unset;
  border-radius: 0px;
}

.main-product .qty-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: end;
  margin-bottom: 30px;
  margin-top: 10px;
}

.main-product .qty-price .quentity-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-product .qty-price .quentity-input span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #F0F0F0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main-product .qty-price .quentity-input input {
  text-align: center;
  width: 30px;
  height: 50px;
  outline: 0;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  color: var(--black);
}

.main-product .qty-price .total-price span {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.main-product .qty-price .total-price p {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
}

.main-product .primary-btn {
  padding: 17px 0;
  font-size: 16px;
}

.main-product .primary-btn:hover:before {
  transform: translateX(100%) scale(20);
}

.main-product .primary-title {
  color: var(--primary-main-color);
  line-height: 1.3;
}

.main-product .p-title {
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .main-product .p-title {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.main-product p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.45;
}

.main-product .mainProductSlider {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .main-product .mainProductSlider {
    display: block;
    flex-direction: unset;
  }

  .main-product .mainProductSlider .mainProduct {
    margin-top: 20px;
  }
}

.main-cart .custom-return-button {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-cart .product-main-basket {
  background: #F6F6F6;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px 12px 0 0;
}

@media (max-width: 768px) {
  .main-cart .product-main-basket {
    display: none;
  }
}

.main-cart .product-main-basket .basket-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.main-cart .product-main-basket .basket-table-text {
  color: #111827;
  font-size: 16px;
  font-weight: 400;
}

.main-cart .product-cart-main {
  border-radius: 0px 0px 20px 20px;
  margin-top: 0;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-top: unset;
}

.main-cart .product-cart-main .product-cart-one {
  padding: 20px;
}

.main-cart .product-cart-main .product-cart-one:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
}

.main-cart .product-cart-main .product-cart-one .cart-product-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .main-cart .product-cart-main .product-cart-one .cart-product-main {
    margin-bottom: 20px;
  }
}

.main-cart .product-cart-main .product-cart-one .cart-product-main img {
  width: 100px;
}

.main-cart .product-cart-main .product-cart-one .cart-product-main .product-title-main span {
  font-size: 14px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.5;
  margin-bottom: 5px;
}

.main-cart .product-cart-main .product-cart-one .cart-product-main .product-title-main h6 {
  font-size: clamp(16px, 3vw, 18px);
  color: var(--black);
  font-weight: var(--black);
}

.main-cart .product-cart-main .basket-price-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.main-cart .product-cart-main .basket-price-main .price-number {
  width: 40%;
}

.main-cart .product-cart-main .basket-price-main .price-number del {
  font-size: 14px;
  opacity: 0.2;
  color: var(--black);
  margin-bottom: 5px;
  display: block;
}

.main-cart .product-cart-main .basket-price-main .price-number h6 {
  color: var(--primary-main-color);
  font-size: 18px;
  font-weight: 500;
}

.main-cart .product-cart-main .basket-price-main .basket-price-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-cart .product-cart-main .basket-price-main .basket-price-flex .quentity-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-cart .product-cart-main .basket-price-main .basket-price-flex .quentity-input span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #F0F0F0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .main-cart .product-cart-main .basket-price-main .basket-price-flex .quentity-input span {
    width: 40px;
    height: 40px;
  }
}

.main-cart .product-cart-main .basket-price-main .basket-price-flex .quentity-input input {
  text-align: center;
  width: 30px;
  height: 50px;
  outline: 0;
  border: 0;
  font-size: 18px;
  background-color: transparent;
}

.main-cart .product-cart-main .basket-price-main .basket-price-flex .close-icon-main {
  cursor: pointer;
}

.main-cart .cart-basket-summary {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
}

.main-cart .cart-basket-summary .order-summary-heading {
  background-color: #F6F6F6;
  padding: 20px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.main-cart .cart-basket-summary .order-summary-heading .order-summary-heading h6 {
  font-size: 16px;
  color: #111827;
}

.main-cart .cart-basket-summary .summary-text-main {
  background-color: var(--white);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 20px;
}

.main-cart .cart-basket-summary .summary-text-main .basket-summary-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #E5E7EB;
}

.main-cart .cart-basket-summary .summary-text-main .basket-summary-main .summary-text span {
  font-size: 16px;
  color: var(--black);
}

.main-cart .cart-basket-summary .summary-text-main .basket-summary-main .summary-price h6 {
  font-size: 16px;
  color: var(--black);
  font-weight: 700;
}

.main-cart .cart-basket-summary .summary-text-main .basket-summary-main .summary-price .primary-color {
  color: var(--primary-main-color);
}

.main-cart .discount-rule-main .discount-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.main-cart .discount-rule-main .discount-rule h6 {
  color: var(--black);
  font-size: 16px;
}

.main-cart .discount-rule-main .input {
  position: relative;
  margin-bottom: 15px;
}

.main-cart .discount-rule-main .input input {
  width: 100%;
  padding: 17px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  text-align: left;
}

.main-cart .discount-rule-main .apply-discount {
  padding-bottom: 15px;
}

.main-cart .discount-rule-main .apply-discount button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 11px 25px;
  font-size: 16;
  border: 1px solid var(--black);
  color: var(--black) !important;
  text-transform: capitalize;
  border-radius: 40px;
}

.main-cart .discount-rule-main .summary-checkout .primary-btn {
  padding: 15px 0;
}

.main-cart .discount-rule-main .collapse-toggle {
  cursor: pointer;
}

.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 !important;
}

.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 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #ced4da !important;
}

.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: #000000;
  background-color: #e9ecef;
}

.input .iti .iti__selected-flag,
.input .iti .iti__selected-flag:hover {
  background-color: transparent;
}

.iti {
  width: 100%;
}

.input .iti .iti__selected-flag::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgba(139, 139, 139, 0.4392156863);
}

.main-checkout .form .place-order-main {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  padding: 20px;
}

.main-checkout .form .place-order-main textarea {
  width: 100%;
  padding: 12px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  font-family: "ArchivoRegular", sans-serif;
  border-radius: 5px;
  text-align: left;
}

.main-checkout .form label {
  font-size: clamp(14px, 4vw, 16px);
  color: #111827;
  margin-bottom: 10px;
}

.main-checkout .form label span {
  color: #FF511A;
}

.main-checkout .form .input {
  position: relative;
  margin-bottom: 15px;
}

.main-checkout .form .input input {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  text-align: left;
}

.main-checkout .form .select2-selection--single {
  height: unset;
  background-color: #F6F6F6;
  padding-block: 12px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  font-family: "ArchivoRegular", sans-serif;
}

.main-checkout .form .checkbox {
  margin: 0;
  color: #111827;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main-checkout .form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
}

.title-sm,
.title-lg {
  font-size: clamp(20px, 4vw, 32px);
  text-transform: capitalize;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 20px;
}

.news-and-blog .our-future-listing-Slider {
  height: unset;
}

@media (max-width: 600px) {
  .news-and-blog .our-future {
    padding: 2rem 0px;
  }
}

.inner-blog {
  padding: 80px 0px;
  background-color: #fafafa;
}

@media (max-width: 600px) {
  .inner-blog {
    padding: 3rem 0px;
    padding-bottom: 0;
  }
}

.inner-blog .blog-image {
  margin: 20px 0px;
}

.inner-blog .blog-content .blog-heading {
  color: var(--black);
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-blog .blog-content p {
  color: var(--black);
  font-size: clamp(14px, 3vw, 16px);
  opacity: 0.6;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .inner-blog .blog-content p {
    margin-bottom: 20PX;
  }
}

.inner-blog .blog-content .blog-sm-heading {
  display: flex;
  font-size: clamp(14px, 3vw, 16px);
  color: var(--black);
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.inner-blog .blog-content .blog-sm-heading span {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--black);
}

.about-us {
  position: relative;
  background: rgba(239, 247, 247, 0.7411764706);
  padding: 80px 0px;
}

@media (max-width: 600px) {
  .about-us {
    padding: 3rem 0px;
  }
}

.about-us .aboutUs-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about-us .aboutUs-box h3 {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--black);
  text-transform: uppercase;
}

.about-us .aboutUs-box p {
  font-size: 14px;
  color: #5B5B5B;
  line-height: 1.3;
  margin-bottom: 0;
}

footer .footer-top {
  background: #EFF7F7;
  padding: 50px 0px;
}

footer .footer-top .recapcha-main {
  max-width: 440px;
  margin-left: auto;
}

@media (max-width: 992px) {
  footer .footer-top .recapcha-main {
    max-width: 100%;
  }
}

footer .footer-top .recapcha-main .g-recaptcha {
  margin-top: 20px;
}

@media (max-width: 992px) {
  footer .footer-top .recapcha-main .g-recaptcha {
    margin-left: 15px;
  }
}

footer .footer-top h4 {
  font-size: 32px;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 600;
  color: #181D27;
}

footer .footer-top p {
  color: #535862;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
}

footer .footer-top h6 {
  color: #414651;
  font-size: 14px;
  font-weight: 500;
  max-width: 440px;
  margin-left: auto;
}

@media (max-width: 992px) {
  footer .footer-top h6 {
    max-width: 100%;
  }
}

footer .footer-top .form-group {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

@media (max-width: 992px) {
  footer .footer-top .form-group {
    justify-content: flex-start;
  }
}

@media (max-width: 500px) {
  footer .footer-top .form-group {
    flex-wrap: wrap;
  }
}

footer .footer-top .form-group label {
  position: relative;
}

footer .footer-top .form-group .footer-search {
  position: relative;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  padding: 10px 0 10px 40px;
  width: 300px;
  color: #717680;
  font-size: clamp(14px, 2vw, 16px);
  height: 44px;
  line-height: 44px;
}

footer .footer-top .form-group .emailMessage {
  position: absolute;
  left: 10px;
  top: 12px;
}

footer .footer-top .form-group button {
  background: #008080;
  border: none;
  padding: 10px 30px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: clamp(14px, 2vw, 16px);
}

footer .footer-mid {
  padding: 50px 0px;
}

@media (max-width: 768px) {
  footer .footer-mid {
    padding: 30px 0px;
  }
}

footer .footer-mid p {
  font-size: clamp(14px, 2vw, 16px);
  color: #535862;
  max-width: 300px;
  margin-top: 30px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  footer .footer-mid p {
    margin-top: 10px;
  }
}

footer .footer-mid h3 {
  font-size: clamp(16px, 3vw, 18px);
  color: #181D27;
  font-weight: 500;
  margin-bottom: 20px;
}

footer .footer-mid ul {
  margin: 0;
  padding: 0;
}

footer .footer-mid ul li {
  list-style: none;
}

footer .footer-mid ul li a {
  color: rgba(0, 128, 128, 0.5019607843);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

footer .footer-bottom {
  border-top: 1px solid #E9EAEB;
  padding: 30px 0px;
}

@media (max-width: 768px) {
  footer .footer-bottom {
    padding: 20px 0px;
  }
}

footer .footer-bottom .copyright span {
  color: #717680;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
}

@media (max-width: 500px) {
  footer .footer-bottom .copyright {
    text-align: center;
  }
}

footer .footer-bottom .socialLinks {
  justify-content: end;
}

@media (max-width: 500px) {
  footer .footer-bottom .socialLinks {
    justify-content: center;
  }
}

body.open-shopping-cart .shopping-cart-main,
body.open-shopping-cart .shopping-cart-main-bg {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.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;
}

.shopping-cart-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 100;
  transform: translateX(400px);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.shopping-cart-main .shopping-cart-header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 18px 25px;
  margin-bottom: 20px;
}

.shopping-cart-main .shopping-cart-header-main .shopping-cart-title {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
}

.shopping-cart-main .shopping-cart-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 15px 25px;
  padding-top: 0px;
}

.shopping-cart-main .shopping-cart-header-top h6 {
  margin-bottom: 0;
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 400;
}

.shopping-cart-main .shopping-cart-header-top h6 .count {
  color: rgba(0, 0, 0, 0.7490196078);
}

.shopping-cart-main .shopping-cart-header-top a {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  color: #C30000;
  display: block;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 300;
}

.shopping-cart-main .shopping-cart-header-bottom {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  padding-bottom: 10px;
  gap: 20px;
  border-top: 1px solid #E5E7EB;
}

.shopping-cart-main .shopping-cart-header-bottom img {
  width: 88px;
}

.shopping-cart-main .shopping-cart-header-bottom .shopping-content {
  max-width: 250px;
}

.shopping-cart-main .shopping-cart-header-bottom .shopping-content h5 {
  color: #000000;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
}

.shopping-cart-main .shopping-cart-header-bottom .shopping-content .price {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--primary-main-color);
}

.shopping-cart-main .shopping-cart-header-bottom .quentity-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shopping-cart-main .shopping-cart-header-bottom .quentity-input span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  background-color: #F0F0F0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shopping-cart-main .shopping-cart-header-bottom .quentity-input input {
  text-align: center;
  width: 30px;
  height: 30px;
  outline: 0;
  border: 0;
  font-size: 16px;
  background-color: transparent;
}

.shopping-cart-main .shopping-cart-header-bottom .quentity-input img {
  width: 14px;
  height: 14px;
}

.shopping-cart-main .shopping-cart-header-bottom .deleteIcon {
  width: 18px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.shopping-cart-main .shaping-cart-item-main {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  padding-bottom: 10px;
  gap: 20px;
  border-top: 1px solid #E5E7EB;
  padding-top: 50px;
  justify-content: space-between;
}

.shopping-cart-main .shaping-cart-item-main h4 {
  font-size: clamp(14px, 2vw, 16px);
  color: #000000;
}

.shopping-cart-main .shaping-cart-item-main h4 span {
  font-size: 14px;
  color: var(--primary-main-color);
}

.shopping-cart-main .cart-main-button {
  padding: 18px 25px;
}

.shopping-cart-main .cart-main-button .continue-shopping {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-transform: capitalize;
}

/*# sourceMappingURL=style.css.map */



/* 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 .search-list-item {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid #E5E7EB;
}

.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 .search-item-info h5 span {
  background-color: #99d9d9;
}

.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;
  color: var(--primary-main-color);
}

.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 */