/* a,
button {
  font-family: "rocaregular" !important;
} */
.submenu-hidden {
  display: none;
}
.submenu-visible {
  display: block;
}
@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateCounterClockwise {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rotate-parent {
  animation: rotateCounterClockwise 8s linear infinite;
  transition-duration: 0.3s;
}
.group:hover .rotate-parent {
  transition-duration: 0.3s;
  animation: rotateClockwise 8s linear infinite;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.tab-active {
  background-color: #5b5f40;
  color: #fff !important;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
input[type="radio"]:checked + label {
  border: 2px solid #000;
}
.card-container {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.card-container::-webkit-scrollbar {
  display: none;
}
.card-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1447px) {
  .img-menu img {
    width: 170px;
  }
  #shopMenu {
    top: 279px;
  }
}
.fshop8 {
  display: none !important;
}
@media (max-width: 992px) {
  .fshop3,
  .fshop5,
  .fshop6,
  .fshop7 {
    display: none;
  }
  .fshop4 {
    top: 76% !important;
    left: 70% !important;
  }

  .fshop2 {
    top: 52% !important;
    left: 12% !important;
  }
  .fshop8 {
    display: block !important;
    position: absolute;
    top: 21%;
    right: 6%;
  }
}
/*  */
.myRotetSwiperParent .swiper-button-prev,
.myRotetSwiperParent .swiper-button-next,
.peopleboughtslider .swiper-button-prev,
.peopleboughtslider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.myRotetSwiperParent .swiper-button-prev,
.peopleboughtslider .swiper-button-prev {
  left: 20px;
}
.myRotetSwiperParent .swiper-button-next,
.peopleboughtslider .swiper-button-next {
  right: 20px;
}
.myRotetSwiperParent .swiper-button-prev::after,
.myRotetSwiperParent .swiper-button-next::after,
.peopleboughtslider .swiper-button-prev::after,
.peopleboughtslider .swiper-button-next::after {
  display: none;
}
.myRotetSwiperParent .swiper-button-prev:hover,
.myRotetSwiperParent .swiper-button-next:hover,
.peopleboughtslider .swiper-button-prev:hover,
.peopleboughtslider .swiper-button-next:hover {
  background-color: #ffffff;
  transition-duration: 0.5s;
}

@font-face {
  font-family: "hossroundregular";
  src: url("./font/hossroundregular.otf") format("truetype");

  font-style: normal;
}

@font-face {
  font-family: "rocalight";
  src: url("./font/rocalight.otf") format("truetype");
  font-style: normal;
}


.about-section h1 , .why-choose-us h1 {
  font-family: 'rocalight';
  font-weight: 400;
  font-size: clamp(2rem, 0.4167rem + 3.2986vw, 4.375rem);
}

.about-section h2 , .why-choose-us h2 {
  font-family: 700;
  font-size: clamp(2.0625rem, 1.4375rem + 1.3021vw, 3rem) !important;
  line-height: 110%;
  font-family: "hossroundregular" !important;
}

.about-section .button-shop a  {
  font-family: 'rocalight';
  font-size: 18px;
  transition: .5s !important;
  background-color: #FFF8EB;
  border: 1px solid #FFF8EB;
}

.about-section .button-shop a:hover  {
  background: #5b5f40 !important;
  color: #fff8eb !important;
}


 .submit-feedback a {
  font-family: 'rocalight';
  font-size: 18px;
  transition: .5s !important;
  border: 1px solid #5b5f40;
  color: #fff8eb !important;
  background-color: #5b5f40 !important;
}

.submit-feedback a:hover  {
  background-color: #FFF8EB !important;
  color: #5b5f40 !important;

}


.about-section p , .why-choose-us p , .why-choose-us .materials{
  font-size: 18px;
     font-family: "hossroundregular" !important;
}

 .sub-categroy .button-shop .category-btn {
  font-family: 'rocalight';
  font-size: 18px;
  transition: .5s !important;
  background-color: #EFE9DA;
  border: 1px solid #FFF8EB;
  color: #5B5F40;
  text-transform: uppercase;
}


.sub-categroy .category-btn.active {
  background-color: #5B5F40 !important;
  color: white !important;
}

/* dropdown start */

   .dropdown {
       
      position: relative;
    }

    .dropdown-1 .dropdown-btn , .dropdown-btn {
      background: #fff;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      cursor: pointer;
    }

    .dropdown-1 .dropdown-content {
      display: none;
      background: #fff;
      border: 1px solid #ccc;
      max-height: 220px;
      overflow-y: auto;
      margin-top: 5px;
      border-radius: 4px;
      padding: 10px;
      position: absolute;
      z-index: 10;
      width: 100%;
    }

    .dropdown-1 .multiSel span {
      background: #e0e0e0;
      margin: 3px 5px 3px 0;
      padding: 3px 8px;
      border-radius: 12px;
      font-size: 12px;
      display: inline-block;
    }

    .dropdown-1 .hida {
      color: #999;
    }

    .dropdown-1 .checkbox-group label {
      display: block;
      margin-bottom: 5px;
    }

    .dropdown-1 #otherInput {
      display: none;
      margin-left: 20px;
      margin-top: 5px;
      width: calc(100% - 30px);
      padding: 5px;
    }

    select {
  -webkit-appearance: none;
  appearance: none;
  
}

.select-wrapper-arrow {
   
  position: absolute;
  top: 11px;
  right: 10px;
  
   
}