.only-desktop {
  display: block;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;

  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.alert-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.alert-container {
  width: 50%;
  max-width: 450px;
  margin: 10% auto;
}
.err {
  text-align: left !important;
}
.saved-add-address {
  text-align: center;
  margin-top: 20px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
  position: absolute;
  bottom: 35px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 75px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px !important;
  height: 20px;
  content: "-" !important;
  text-align: center;
  opacity: 0.65;
  border-radius: 10px;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-grey {
  background: #f8f9fa;
}
.search .form-control {
  max-width: 350px;
  width: 400px;
  font-size: 1rem !important;
  background: #f5f5f6;
}
.search .form-control:focus {
  box-shadow: none;
  background: #fff;
  border: 2px solid #f1f1f1;
}
.only-mobile {
  display: none;
}
.vendor-banner {
  background-image: url("/assets/images/vendor/shop_500.jpg");
  background-position: 50% 50%;
  background-color: #ffe8cc;
  height: 300px;
  background-repeat: no-repeat;
  max-width: 100%;
  object-fit: cover;
}
.main-shop-section {
  padding: 50px 50px;
}
.main-shop-flex img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 3px solid #000;
}
.main-shop-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-shop-flex h2 {
  font-size: 2rem;
  font-weight: 700;
}
.shop-name h5 {
  color: #888;
  font-weight: 400;
}
.product-flex {
  display: flex;
  gap: 30px;
  align-items: center;
}
.product-flex .numberr {
  font-weight: 900;
  color: #000;
}
.full {
  color: #ffe234;
}
.empty {
  color: #888;
}
.vendor-image img {
  max-width: 100%;
  border-radius: 5px;
}
.height-240 {
  height: 20px;
  background: #f1f1f1;
}
@media only screen and (max-width: 600px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
