.img-carousel {
  height: 30rem;
  margin-top: 4.9rem;
}

.img-carousel .bg-image {
  width: 100%;
  height: 100%;
  background-image: url("../../images/buy-sell-veges-edit.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-carousel .img-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.img-carousel .img-slide .slogan-text {
  font-size: 30px;
  text-align: center;
  width: 80%;
  margin: 7rem auto 0;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Amatic SC', cursive;
}

.img-carousel .nav-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.img-carousel .nav-dots .dot {
  padding: .5rem;
  border-radius: 50%;
  background-color: #a1a1a1;
  margin-right: 6px;
}

.search-sect {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
}

.search-sect .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  width: 60%;
  margin: .5rem auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-sect .search-form input, .search-sect .search-form select {
  margin-right: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  max-height: 50px;
  padding: .4rem;
  outline: none;
}

.search-sect .search-form select {
  max-height: 48px;
  font-family: 'Poppins', sans-serif;
  color: #474747;
  font-size: .8rem;
}

.search-sect .search-form select:focus {
  -webkit-box-shadow: 0px 1px 9px 1px #9FE561;
          box-shadow: 0px 1px 9px 1px #9FE561;
  border: 1px solid #bbb;
}

.search-sect .search-form input::-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
}

.search-sect .search-form input:-ms-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
}

.search-sect .search-form input::-ms-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
}

.search-sect .search-form input::placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
}

.search-sect .search-form input:focus {
  -webkit-box-shadow: 0px 1px 9px 1px #9FE561;
          box-shadow: 0px 1px 9px 1px #9FE561;
  border: 1px solid #bbb;
}

.search-sect .search-form .submit-btn {
  border: 1px solid #A3A3A3;
  border-radius: 5px;
  width: 15%;
  background-color: #A3A3A3;
  height: 38px;
  font-family: 'Poppins', sans-serif;
  background-color: #447B14;
  color: #EBEBEB;
}

.trending-products {
  background-color: #E2E9C4;
  padding: 1rem 0 3rem;
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.trending-products h3 {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  letter-spacing: 2px;
  font-size: 30px;
}

.trending-products p {
  text-align: center;
}

.trending-products .scrolling {
  display: none;
}

.trending-products .products-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trending-products .products-carousel .product-card {
  width: 20%;
  -webkit-box-shadow: 0px 1px 9px 1px #888888;
          box-shadow: 0px 1px 9px 1px #888888;
  background-color: #858585;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 1.25rem;
}

.trending-products .products-carousel .product-card .product-image {
  background-color: #FFF;
  padding-top: 1rem;
}

.trending-products .products-carousel .product-card .product-image .category {
  margin: 0 .6rem .5rem;
}

.trending-products .products-carousel .product-card .product-image .category .product-category {
  border: 1px solid #ccc;
  color: #EDFDF1;
  background-color: #579E1A;
  padding: .4rem;
  border-radius: 5px 20px 20px;
  font-size: .8rem;
}

.trending-products .products-carousel .product-card .product-image .image-div {
  margin: 0 auto;
  width: 80%;
}

.trending-products .products-carousel .product-card .product-image .like-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
  position: relative;
  top: 1.1rem;
}

.trending-products .products-carousel .product-card .product-image .like-sect .unliked {
  text-align: center;
  padding: .25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdfffd;
  color: #4c4d4a;
}

.trending-products .products-carousel .product-card .product-image .like-sect .liked {
  background-color: #FFF;
  font-size: 1.4rem;
  color: #D10000;
}

.trending-products .products-carousel .product-card .product-info {
  padding: 1rem 1rem;
  line-height: 1.9rem;
}

.trending-products .products-carousel .product-card .product-info span {
  display: block;
}

.trending-products .products-carousel .product-card .product-info .prod-name {
  font-size: 1.7rem;
  font-weight: bold;
  color: #D6D7EB;
  letter-spacing: 2px;
  margin: 10px 0;
  display: block;
}

.trending-products .products-carousel .product-card .product-info .prod-price {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.trending-products .products-carousel .product-card .product-info .prod-description {
  line-height: 1.8rem;
}

.trending-products .products-carousel .product-card .product-info .prod-rating {
  margin: .5rem 0;
  color: #1c1c1c;
}

.trending-products .products-carousel .product-card .product-info .prod-rating .fas.fa-star {
  -webkit-text-stroke: 1px #1C1C1C;
  background: #756300;
  background: linear-gradient(31deg, #756300 22%, #d1b000 51%, #756300 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trending-products .products-carousel .product-card .product-info .prod-rating .fas.fa-star, .trending-products .products-carousel .product-card .product-info .prod-rating .far.fa-star:hover {
  cursor: pointer;
}

.trending-products .products-carousel .product-card .product-info .add-to-cart {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 0 1rem;
  padding: .3rem .5rem;
  border-radius: 1rem;
  background-color: #579E1A;
  color: #EDFDF1;
}

.all-categories {
  font-family: 'Poppins', sans-serif;
}

.all-categories h3 {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  letter-spacing: 2px;
  font-size: 30px;
}

.all-categories .sub-head {
  text-align: center;
}

.all-categories .scroll-buttons {
  display: none;
}

.all-categories .category-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 76%;
  margin: 0 auto;
  padding: 1rem;
}

.all-categories .category-cards .category-card {
  width: 22%;
  border: 1px solid #ccc;
  border-radius: .5rem;
  -webkit-box-shadow: 0px 1px 9px 1px #9FE561;
          box-shadow: 0px 1px 9px 1px #9FE561;
  /* margin-right: 2rem; */
  margin: 1rem auto;
  text-align: center;
}

.all-categories .category-cards .category-card .categ-image {
  background-color: #ddd;
  color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8rem;
  text-align: center;
}

.all-categories .category-cards .category-card .categ-image a {
  color: #ededed;
}

.all-categories .category-cards .category-card .categ-image .categ-name:hover {
  cursor: pointer;
}

.all-categories .category-cards .category-card .categ-image.fruit {
  background-image: url("../../images/fruits-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.vegetable {
  background-image: url("../../images/vegetables-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.spices {
  background-image: url("../../images/spices-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.herbal-seeds {
  background-image: url("../../images/seed-herbs-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.cereals-nuts {
  background-image: url("../../images/nuts-oils-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.animal-products {
  background-image: url("../../images/meats-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.tubers {
  background-image: url("../../images/tubers-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.eateries {
  background-image: url("../../images/eateries-bg.jpg");
}

.all-categories .category-cards .category-card .categ-image.others {
  background-image: url("../../images/others-bg.jpg");
}

.all-categories .category-cards .category-card .categ-description {
  padding: 0 1rem;
  font-size: .9rem;
  color: #474747;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
  }
  .wrapper .img-carousel {
    margin-top: 2.9rem;
    height: auto;
  }
  .wrapper .img-carousel .img-slide {
    height: auto;
  }
  .wrapper .img-carousel .img-slide .slogan-text {
    margin: .5rem auto 0;
  }
  .wrapper .search-sect .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .search-sect .search-form input,
  .wrapper .search-sect .search-form select {
    margin: .5rem 0;
  }
  .wrapper .search-sect .search-form .submit-btn {
    width: 100%;
    margin: .5rem 0;
  }
  .wrapper .trending-products .scrolling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 3;
    width: 98%;
    margin: 0 auto;
    top: 330px;
  }
  .wrapper .trending-products .scrolling .scroll-button {
    padding: .55rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    background-color: #BFEE96;
    color: #5C5C5C;
    font-size: 1rem;
  }
  .wrapper .trending-products .products-carousel {
    display: -webkit-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: scroll;
    padding: 0 1rem;
  }
  .wrapper .trending-products .products-carousel .product-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 15rem;
        -ms-flex: 15rem;
            flex: 15rem;
    margin-bottom: 1rem;
    margin: 1rem 0 1rem 1rem;
  }
  .wrapper .trending-products .products-carousel .product-card .image-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .trending-products .products-carousel .product-card .image-div img {
    height: 120px;
    width: 120px;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info {
    line-height: unset;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-name {
    font-size: 1.5rem;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-price {
    font-size: 1.3rem;
    margin: 0;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-description {
    line-height: 1.3rem;
    font-size: .8rem;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .add-to-cart {
    font-size: .9rem;
  }
  .wrapper .all-categories .scroll-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 92%;
    margin: 0 auto;
    top: 150px;
    z-index: 3;
  }
  .wrapper .all-categories .scroll-buttons .scroll-btn {
    padding: .55rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    background-color: #BFEE96;
    color: #5C5C5C;
    font-size: 1rem;
  }
  .wrapper .all-categories .category-cards {
    width: 85%;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .wrapper .all-categories .category-cards .category-card {
    width: 12rem;
    margin: 0 .8rem;
  }
}

@media screen and (max-width: 1098px) and (min-width: 769px) {
  .wrapper .search-sect .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .search-sect .search-form input,
  .wrapper .search-sect .search-form select {
    margin: .5rem 0;
  }
  .wrapper .search-sect .search-form .submit-btn {
    width: 100%;
    margin: .5rem 0;
  }
  .wrapper .trending-products h3 {
    margin: 1rem 0 0;
  }
  .wrapper .trending-products .scrolling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 3;
    width: 98%;
    margin: 0 auto;
    top: 330px;
  }
  .wrapper .trending-products .scrolling .scroll-button {
    padding: .55rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    text-align: center;
    background-color: #BFEE96;
    color: #5C5C5C;
    font-size: 1rem;
  }
  .wrapper .trending-products .products-carousel {
    display: -webkit-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: scroll;
    padding: 0 1rem;
  }
  .wrapper .trending-products .products-carousel .product-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 15rem;
        -ms-flex: 15rem;
            flex: 15rem;
    margin-bottom: 1rem;
    margin: 1rem 0 1rem 1rem;
  }
  .wrapper .trending-products .products-carousel .product-card .image-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .trending-products .products-carousel .product-card .image-div img {
    height: 120px;
    width: 120px;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info {
    line-height: unset;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-name {
    font-size: 1.5rem;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-price {
    font-size: 1.3rem;
    margin: 0;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .prod-description {
    line-height: 1.3rem;
    font-size: .8rem;
  }
  .wrapper .trending-products .products-carousel .product-card .product-info .add-to-cart {
    font-size: .9rem;
  }
  .wrapper .all-categories .category-cards {
    width: 95%;
  }
}
/*# sourceMappingURL=carousel.css.map */