
h1 {
  font-weight: 300;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #006633;
  text-transform: uppercase;
  margin: 1rem 0;
}

.logo {
  height: 2.5rem;
}

input.form-control {
  border-radius: 3rem;
}

body {
  font-weight: 500;
}

.btn {
  border-radius: 30px;
  font-weight: 700;
}

.btn:not(.btn-block) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.975);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

ul.nav > li,
ol.nav > li {
  margin-left: 0.5rem;
  margin-left: 1rem;
}

.banner {
  background: url(https://res.cloudinary.com/insightscs/image/upload/w_2400/b_black,o_75/f_auto,q_auto:eco/delivere/alexander-schimmeck-6bykmLxy-3Y-unsplash.jpg);
  /*background: url(https://res.cloudinary.com/insightscs/image/upload/w_2400/b_black,o_85/f_auto,q_auto:eco/delivere/sven-scheuermeier-4R1YpmGO52I-unsplash.jpg);*/
  /*  min-height: 60vh;
  @media (min-width: 768px) {
    min-height: 50vh;
  } */
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

.banner h1 {
  font-family: "Maragsa Display";
  line-height: 0.9;
  /* background: $usaid-red;
    padding: 1rem; */
  margin-bottom: 1.5rem;
  font-size: 3.25rem;
}

@media (min-width: 768px) {
  .banner h1 {
    font-size: 6rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.breadcrumbs,
.search {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  background: #ba0c2f;
  color: #fff;
  text-align: center;
}

.breadcrumbs {
  /* background: $usaid-red;
  color: #fff;
  padding: 0.75rem 0;*/
  font-size: 2.25rem;
  font-weight: 300;
}

.breadcrumbs a,
.breadcrumbs .separator {
  /*  font-weight: 400;
    opacity: 0.625; */
}

.breadcrumbs a:hover {
  opacity: 1;
}

.breadcrumbs .separator {
  padding: 0 0.15rem;
}

.farmerIcon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}


.row.products-grid {
  padding-bottom: 5rem;
}

.row.products-grid > * {
  margin-bottom: 2rem;
  margin-bottom: 3rem;
}

 .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px rgba(0, 47, 108, 0.125) solid;
}

.row.products-grid .product:hover {
  cursor: pointer;
}

.product .thumbnail {
  height: 9rem;
  width: 9rem;
  margin: 0 auto 0.5rem;
}

.product .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product .details > * {
  display: block;
  margin-bottom: 0.5rem;
}

.product .details .price {
  font-size: 1rem;
  font-weight: 700;
}

.product .details .price .uom {
  font-size: 0.75rem;
  font-weight: 500;
}

.product .details .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer {
  /* background: $usaid-red;
  color: $usaid-white; */
  border-top: 1px rgba(0, 47, 108, 0.125) solid;
  background: #f9f9f9;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.logos img {
  max-height: 2.5rem;
  margin-right: 1rem;
}

.single-product {
  padding-top: 6rem;
  padding-bottom: 2.5rem;
  min-height: 75vh;
}

.single-product .thumbnail {
  width: 100%;
  height: auto;
}

.swiper-product {
  display: -webkit-box;
      display: -ms-flexbox;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 1rem;
      border-bottom: 1px rgba(0, 47, 108, 0.125) solid;
}
.swiper-product .thumbnail {
  height: 9rem;
  width: 9rem;
  margin: 0 auto 0.5rem;
}

.swiper-product .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swiper-product .details > * {
  display: block;
  margin-bottom: 0.5rem;
}

.swiper-product .details .price {
  font-size: 1rem;
  font-weight: 700;
}

.swiper-product .details .price .uom {
  font-size: 0.75rem;
  font-weight: 500;
}

.swiper-product .details .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 
.table-responsive {
  .table {
    text-align: right;
    th {
      text-transform: uppercase;
      font-size: 0.65rem;
    }
    td {
      font-size: 0.75rem;
    }
    th,
    td {

      @media (min-width: 768px) {
        white-space: nowrap;
      }
      vertical-align: middle;
      .price {
        font-weight: 700;

      }
      .price,
      .uom {
        white-space: nowrap;
      }
    }
  }
}
 */

.status {
  padding: 0.25rem;
  border-radius: 3px;
  text-transform: capitalize;
  background: rgba(0, 47, 108, 0.15);
}

.status.status-done {
  background: #1b5e20;
  color: #fff;
}

.subtotal td,
.tax td,
.total td {
  border: none;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.tax td {
  padding-bottom: 0.5rem;
  border-bottom: 1px rgba(0, 47, 108, 0.125) solid;
}

.total .totalAmount {
  font-size: 1rem;
  color: #006633;
  font-weight: 700;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cart-main {
  background-color: #f4f4f4;
}

.cart {
  font-size: .8rem;
}
.product_name {
  text-align: left;
  width: 50%;
}

.product_img {
  width: 8rem;
}

.store_name {
  text-align: left;
  font-size: .85rem;
}

.cart-card {
  background-color: #f4f4f4; 
  margin: 1rem;
  border-radius: 10px;
}

.delete_item {
  cursor: pointer;
}

/* 
remove Php
remove style="height: 20rem;"
add class="btn-secondary"
*/
.swiper-container {
  height: auto;
  margin: 3rem auto;
  padding-bottom: 2rem;
}

.swiper-container .swiper-wrapper {
  height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
  text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fbad1b;
  color: #116836;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 1rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fcae1d;
  background: #fc811d;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.125rem;
}

.swiper-button-prev::after {
  margin-left: -0.1875rem;
}

.swiper-button-next::after {
  margin-right: -0.1875rem;
}

.product,
.swiper-product {
  font-size: 0.75rem;
}

.product .title,
.swiper-product .title {
  min-height: 2.5rem;
}

.swiper-pagination-bullet-active {
  background: #116836;
}

.btn-secondary {
  background: #fbad1b;
  color: white;
  padding: 0.25rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-transform: capitalize;
  border-radius: 2rem;
  font-size: 80%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-secondary:hover {
  background: #fcae1d;
  background: #fc811d;
  color: white;
}

/*# sourceMappingURL=style.css.map */

/* 
remove Php
remove style="height: 20rem;"
add class="btn-secondary"
*/
.swiper-container {
  height: auto;
  margin: 3rem auto;
  padding-bottom: 2rem;
}

.swiper-container .swiper-wrapper {
  height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide {
  text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fbad1b;
  color: #116836;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 1rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: calc(50% - 2.5rem);
  border: 2px white solid;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fcae1d;
  background: #fc811d;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.125rem;
}

.swiper-button-prev::after {
  margin-left: -0.1875rem;
}

.swiper-button-next::after {
  margin-right: -0.1875rem;
}

.product,
.swiper-product {
  font-size: 0.75rem;
}

.product .title,
.swiper-product .title {
  min-height: 2.5rem;
}

.swiper-pagination-bullet-active {
  background: #116836;
}

.btn-secondary {
  background: #fbad1b;
  color: white;
  padding: 0.25rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-transform: capitalize;
  border-radius: 2rem;
  font-size: 80%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-secondary:hover {
  background: #fcae1d;
  background: #fc811d;
  color: white;
}

@media (max-width: 767px) {
  header.header > .row > * {
    margin-bottom: 1rem;
    text-align: center;
  }
  header.header > .row > *:last-child {
    margin-bottom: 0;
  }
  header.header > .row > *:last-child > .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: unset !important;
  }
}

ul.product-categories li {
  display: inline-block;
  background: rgba(17, 104, 54, 0.075);
  padding: 0.25rem 0.5rem;
  border-radius: 2rem;
  margin: 0 0.5rem 0.5rem 0;
}

@media (min-width: 992px) {
  ul.product-categories li {
    display: block;
    float: left;
    clear: both;
  }
}
/*# sourceMappingURL=ekadiwa.css.map */