/* home banner arrows */
.home-banner .owl-nav button {
  position: absolute;
  background-color: #ffffffaf !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}
.home-banner .owl-nav span {
  scale: 2;
  color: #000;
}
.home-banner .owl-nav .owl-prev {
  top: 45%;
  left: 2%;
}
.home-banner .owl-nav .owl-next {
  top: 45%;
  right: 2%;
}

/* close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

/* search list */
.listitem1{
  display: none;
  position: absolute;
  margin-top: 5px;
  top: 45px;
  max-width: 100%;
  background-color: #f3efef;
  color: #000;
  overflow: auto;
  max-height: 50vh;
  z-index: 9999;
  list-style: none;
  cursor: pointer;
  border-radius: 10px;
}

.listitem2{
  display: none;
  position: absolute;
  margin-top: 5px;
  top: 65px;
  left: 35px;
  width: 80%;
  background-color: #f3efef;
  color: #000;
  overflow: auto;
  max-height: 40vh;
  z-index: 9999;
  list-style: none;
  cursor: pointer;
  border-radius: 10px;
}  

@media (max-width: 991px) {
  .listitem1{
    display: none;
  }
  .flex-around {
    justify-content: center;
  }
  .home-banner .owl-nav button {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 530px) {
  .home-banner .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .home-banner .owl-nav span {
    scale: 1.5;
  }
  .home-banner .owl-nav .owl-next,
  .home-banner .owl-nav .owl-prev {
    top: 40%;
  }
}

@media (max-width: 420px) {
  .home-banner .owl-nav .owl-next,
  .home-banner .owl-nav .owl-prev {
    top: 35%;
  }
}

/* product - popup */
.thumbnail {
  max-width: 50px;
  max-height: 50px;
  cursor: pointer;
}
.icon {
  font-size: 40px;
  cursor: pointer;
  color: #ff0000;
}
#featureSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 360px) {
  #featureSection {
    padding-bottom: 100px;
  }
}
@media (min-width: 520px) {
  #featureSection {
    padding-bottom: 70px;
  }
}
@media (min-width: 720px) {
  #featureSection {
    padding-bottom: 50px;
  }
}

#featureSection .slick-list{
  overflow: unset !important;
}
/*.class="img-pop"{*/
/*    max-height: 270px;*/
/*    max-width: 270px;*/
/*}*/
/*@media (min-width: 576px) {*/
/*    .class="img-pop"{*/
/*        max-height: 450px;*/
/*        max-width: 450px;*/
/*    }*/
/*}*/
