/* navbar */
.shopbycat {
  background: #89cdac;
}
/* carousel */
.bg-carousel {
  background: #f0f893;
}
/* best offers for you */
.ofcard1 {
  background: #89cdac;
}
.ofcard2 {
  background: #fbdc6f;
}
.ofcard3 {
  background: #feaeae;
}
/* our handpicked finest */
.ng-btn {
  background: #89cdac;
}
.nb-btn-cart {
  border: 2px solid #89cdac;
  color: #89cdac;
}
.nb-btn-cart:hover {
  background: #89cdac;
  color: black;
}
.dry-fruit-bg {
  background: brown;
}
/* footer */
.footer {
  background: #89cdac;
}
.whatsapp-logo{
  position: fixed;
  left: 10px;
  bottom: 10px;
}
select:focus{
  outline: none;
}
.location-icon-color{
  color: #89cdac;
}
@media only screen and (max-width: 769px) {
  nav ul {
    display: block;
  }
  nav ul li {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .nav-logo{
    width: 60px;
    height: 60px;
  }
  .width65{
    width: 65% !important;
  }
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #3f7058;
}
::-webkit-scrollbar-thumb {
  background: #89CDAC;
}
/* custom text selection */
::selection {
  color: black;
  background: #89CDAC;
}