.section-p1 {
    padding: 70px 0 80px
}
.quantity {
  background-color: #0eb2c5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: -5px;
  left: 80%;
  padding: 3px 5px;
  font-size: 7px;
}


/* Featured Vendors */
#feature .vendors:not(.owl-carousel) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
#feature .fe-box {
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  transition: .3s ease;
}

#feature .fe-box:hover {
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
  background: #d4f2f5;
}

#feature .fe-box img {
  width: 100%;
  margin-bottom: 10px;
  height: 100px;
  object-fit: cover;
}

#feature .fe-box h6 {
  display: inline-block;
  padding: 8px 12px 6px 12px;
  line-height: 1;
  border-radius: 4px;
  color: #000000;
  background-color: #d4f2f5;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
}

#feature .fe-box:nth-child(2) h6 {
  background-color: #cdebbc;
}

#feature .fe-box:nth-child(3) h6 {
  background-color: #d1e8f2;
}

#feature .fe-box:nth-child(4) h6 {
  background-color: #cdd4f8;
}

/* Product Section */
#featured {
    background: #d0fcff;
    text-align: center;
}
#product1,
#featured,
#vendor-products {
  text-align: center;
}

#product1 .pro-container:not(.owl-carousel), 
#featured .pro-container:not(.owl-carousel),
#vendor-products .pro-container:not(.owl-carousel) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

#product1 .pro,
#featured .pro,
#vendor-products .pro {
  padding: 10px 12px;
  border: 1px solid #a0e2e9;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  transition: 0.2s ease;
  position: relative;
  background: #fff;
}

#product1 .pro:hover,
#featured .pro:hover,
#vendor-products .pro:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img,
#featured .pro img,
#vendor-products .pro img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  max-width: 100%;
}

#product1 .pro .des,
#featured .pro .des,
#vendor-products .pro .des {
  text-align: start;
  padding: 10px 0;
}

#product1 .pro .des span,
#featured .pro .des span,
#vendor-products .pro .des span {
  color: #606063;
  font-size: 12px;
}
#product1 .pro .des span a,
#featured .pro .des span a,
#vendor-products .pro .des span a {
    color: #f7942f;
    font-weight: 500;
}

#product1 .pro .des h5 a, #featured .pro .des h5 a,
#vendor-products .pro .des h5 a, #featured .pro .des h5 a {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 500;
}

#product1 .pro .des i,
#featured .pro .des i,
#vendor-products .pro .des i {
  font-size: 12px;
  color: rgb(243, 181, 25);
}

#product1 .pro .des h4 *, #featured .pro .des h4 *,
#vendor-products .pro .des h4 *, #featured .pro .des h4 * {
    font-size: 15px;
    padding-top: 7px;
    color: #0eb2c5 !important;
    font-weight: 600;
}

#product1 .pro .cart,
#featured .pro .cart,
#vendor-products .pro .cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #ecfeff;
  font-weight: 500;
  color: #0eb2c5;
  border: 1px solid #cce7d0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

/* Product Filters */
.product-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.product-filters select,
.product-filters input {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #cce7d0;
  border-radius: 4px;
  background-color: #fff;
  color: #292929;
  cursor: pointer;
}

.product-filters select:focus {
  outline: none;
  border-color: #0eb2c5;
}

/* Category Banners */
#banner3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 80px 70px;
}

#banner3 .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    padding: 20px;
    margin: 20px 7px;
    border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 8px 2px #e3e3e3;
}

#banner3 h3 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    text-shadow: 1px 1px 1px #6c6c6c;
}

#banner3 h4 a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    background: #f7942f;
    padding: 4px 15px;
    border-radius: 5px;
    transition: .3s ease;
}
#banner3 h4 a:hover {
    color: #f7942f;
    background: #fff;
}

/* Media Queries */
@media (max-width: 920px) {

  .quantity {
    top: 15px;
    left: 83%;
  }

  #feature {
    justify-content: center;
  }

  .product-filters {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #banner3 {
    padding: 0 40px;
  }

  #banner3 .banner-box {
    width: 28%;
  }

}

@media (max-width: 477px) {

  .quantity {
    top: 7px;
    left: 80%;
  }

  #feature {
    justify-content: space-between;
  }

  #feature .fe-box {
    width: 155px;
    margin: 0 0 15px 0;
  }

  .product-filters {
    gap: 8px;
  }

  #banner3 {
    padding: 0 20px;
  }

  #banner3 .banner-box {
    width: 100%;
  }

}