/*$font-family-sans-serif: 'Nunito', sans-serif;*/
body {
  padding-top: 76px;
}
body #bottom-fixed-container {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3019607843);
}
body #bottom-fixed-container #sitewide-checkout-button {
  width: 360px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media all and (min-width: 451px) {
  body #bottom-fixed-container #sitewide-checkout-button {
    color: #effffd;
  }
}
body select {
  color: var(--bs-body-color) !important;
}

#search-bar-container {
  background-color: #DBF6F2;
  margin-left: -13px;
  margin-right: -13px;
  padding-top: 10px;
  display: none;
}
#search-bar-container .container {
  display: flex;
  gap: 10px;
}
#search-bar-container .container .search-bar-container-col {
  display: inline-block;
}
#search-bar-container .container .search-bar-container-col label {
  font-weight: bold;
  font-size: 13px;
  position: relative;
  top: 1px;
  color: white;
}
#search-bar-container .container .search-bar-container-col a {
  position: relative;
  top: -1px;
}
#search-bar-container .container .search-bar-container-col a i {
  color: #DBF6F2;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: white;
  text-align: center;
  padding-top: 7px;
}
#search-bar-container .container .search-bar-container-col:nth-child(1) {
  min-width: 100px;
}
#search-bar-container .container .search-bar-container-col:nth-child(2) {
  width: 100%;
}
#search-bar-container .container #search-bar {
  font-size: 13px;
  padding: 2px 7px;
  margin-bottom: 10px;
  border: #333 1px solid;
}

@media all and (max-width: 450px) {
  body {
    padding-bottom: 35px;
  }
  body #bottom-fixed-container {
    background-color: #DBF6F2;
  }
  body #bottom-fixed-container #change-postal-mobile-container {
    width: 100%;
    text-align: center;
    height: 36px;
    color: white;
  }
  body #bottom-fixed-container #change-postal-mobile-container p {
    margin-top: 6px;
    display: inline-block;
    padding: 1px 12px;
  }
  body #bottom-fixed-container #sitewide-checkout-button-container {
    margin-bottom: 10px;
  }
  body #bottom-fixed-container #sitewide-checkout-button-container #sitewide-checkout-button {
    border: 1px solid white;
    margin-bottom: 0;
  }
}
@media all and (min-width: 451px) {
  body {
    padding-bottom: 0px;
  }
  #change-postal-mobile-container {
    display: none;
  }
}
a:not(.btn, .nav-link) {
  color: var(--bs-body-color) !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  background-color: #888 !important;
  cursor: not-allowed !important;
}

body {
  background-color: white;
}

.img-background {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-marketplace .img-background {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
}

.product-featured-image .img-background {
  width: 100%;
  height: 280px;
}
@media all and (max-width: 991px) {
  .product-featured-image .img-background {
    height: 200px;
  }
}

input.disabled,
select.disabled,
textarea.disabled {
  background-color: #f6f6f6;
  color: #aaa;
  pointer-events: none;
  cursor: not-allowed !important;
}

.btn.btn-primary,
.btn .nav-user-postal-change {
  border: none;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ff9aad 0%, #ff748b 50%, #d94a63 100%);
  color: #effffd;
  font-size: 14px;
  cursor: pointer;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.btn.btn-primary:hover,
.btn .nav-user-postal-change:hover {
  filter: brightness(0.93);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.25), inset 0 -3px 5px rgba(0, 0, 0, 0.35), 0 5px 10px rgba(0, 0, 0, 0.35);
}
.btn.btn-primary:active,
.btn .nav-user-postal-change:active {
  transform: translateY(1px);
  filter: brightness(0.88);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.45), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn.btn-primary.bordered,
.btn .nav-user-postal-change.bordered {
  border: white 1px solid;
}
.btn.btn-primary {
  text-transform: uppercase;
}
.btn.btn-secondary {
  border: none;
  border-radius: 999px;
  background: linear-gradient(to bottom, #7fbfb1 0%, #5fa99a 50%, #4b8f82 100%);
  color: #effffd;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.btn.btn-secondary:hover {
  filter: brightness(0.93);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.25), inset 0 -3px 5px rgba(0, 0, 0, 0.35), 0 5px 10px rgba(0, 0, 0, 0.35);
}
.btn.btn-secondary:active {
  transform: translateY(1px);
  filter: brightness(0.88);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.45), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn.btn-xs {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-xl {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-body-color) !important;
  line-height: 2;
}
@media all and (max-width: 991px) {
  .nav-link#cart-open, .nav-link#nav-profile {
    display: none;
  }
}
.nav-link#cart-open {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.nav-link#cart-open > img {
  max-width: 20px;
}
.nav-link#cart-open > span {
  padding-top: 4px;
}

#nav-mobile-right {
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
#nav-mobile-right #nav-profile-mobile i {
  font-size: 25px;
}
@media all and (min-width: 1245px) {
  #nav-mobile-right {
    display: none;
  }
}

.nav-item {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.nav-item .btn-primary {
  text-transform: uppercase;
  border: 0px;
}
.nav-item .btn-primary.nav-user-postal-change {
  display: inline-grid;
}
.nav-item .btn-primary .user-postal-display {
  display: inline-block;
  padding: 0;
  background: white;
  line-height: 1.6em;
  border-radius: 4px;
  margin-bottom: 3px;
}

.nav-link i {
  color: #5C9D93;
  font-size: 30px;
}

.navbar-nav-right {
  align-items: center;
}

@media all and (max-width: 1244px) {
  .container.header .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .container.header .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
}
@media all and (min-width: 1245px) {
  .container.header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}

@media all and (max-width: 1244px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex !important;
  }
}
@media all and (min-width: 1245px) {
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

.fa-solid.fa-user {
  position: relative;
  top: 3px;
  margin: 0px 10px;
}

.closing-soon {
  color: white;
  background-color: #DBF6F2;
  padding: 5px;
  display: inline-block;
  border-radius: 9px 0px 9px 0px;
  margin-bottom: 6px;
  background: linear-gradient(to bottom, #7fbfb1 0%, #5fa99a 50%, #4b8f82 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.25), 0 4px 8px rgba(0, 0, 0, 0.3);
  /*border: none;
  //border-radius: 999px;
  background: linear-gradient(to bottom,
          #7fbfb1 0%,
          #5fa99a 50%,
          #4b8f82 100%);
  color: #effffd;
  //font-size: 20px;
  //font-weight: 600;
  cursor: pointer;
  line-height: normal;
  padding: 5px;
  text-transform: uppercase;

  box-shadow:
      inset 0 2px 4px rgba(255, 255, 255, 0.4),
      inset 0 -2px 4px rgba(0, 0, 0, 0.25),
      0 4px 8px rgba(0, 0, 0, 0.3);

  transition: all 0.2s ease;*/
}

.product-images .closing-soon {
  position: relative;
  left: -5px;
  position: absolute;
  left: 22px;
}

.e404,
.e404 * {
  text-align: center !important;
  font-weight: bold;
  align-items: center;
}
.e404 p,
.e404 * p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-group {
  padding-bottom: 20px;
}

span.required {
  color: #C00;
  font-weight: bold;
  padding-left: 5px;
}

/**
 form validate
*/
input.valid,
select.valid,
textarea.valid,
input.valid:focus,
select.valid:focus,
textarea.valid:focus {
  border-color: #5C9D93;
  background-color: white;
  color: var(--bs-heading-color);
  box-shadow: none !important;
}

input.invalid,
select.invalid,
textarea.invalid,
label.invalid,
p.invalid,
input.invalid:focus,
select.invalid:focus,
textarea.invalid:focus {
  border-color: #A00;
  background-color: #FFF8F8;
  color: red;
  box-shadow: none !important;
}

label.invalid,
p.invalid {
  border-width: 1px;
  border-style: solid;
  padding: 0px 5px;
}

.form-group {
  position: relative;
}

.form-group .validation {
  position: absolute;
  top: 35px;
  right: 20px;
}

#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
#loading-container #loading {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#loading-container #loading .fa {
  font-size: 100px;
  color: #DBF6F2;
}

#hero {
  display: flex;
  background: #DBF6F2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  align-items: center;
  position: relative;
  top: 14px;
}
#hero.hero-50-50-layout {
  background: #DBF6F2 !important;
}
#hero.hero-50-50-layout img {
  max-height: 300px;
  max-width: 90%;
}
@media all and (max-width: 980px) {
  #hero.hero-50-50-layout img {
    max-height: 150px;
  }
}
#hero.hero-50-50-layout .col-6:last-child {
  text-align: left;
}
#hero.hero-50-50-layout .col-6:last-child h5 {
  padding-left: 0;
}
#hero.hero-50-50-layout.markeplace-single-hero {
  padding: 30px 0px;
}
#hero.hero-50-50-layout.markeplace-single-hero .user-marketplace-open-subscribe {
  margin-top: 20px;
}
@media all and (max-width: 980px) {
  #hero.hero-50-50-layout {
    flex-direction: column;
    min-height: unset;
    row-gap: 30px;
    padding: 20px;
  }
  #hero.hero-50-50-layout .col-6 {
    width: 100%;
    text-align: center !important;
  }
  #hero.hero-50-50-layout .col-6 .description-desktop {
    margin-top: 15px;
  }
}
#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6,
#hero p,
#hero span {
  color: var(--bs-body-color);
}
#hero h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Nunito, sans-serif !important;
}
#hero h2 {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
}
#hero > div {
  text-align: center;
}
#hero .hero-logo {
  max-width: 40%;
  height: auto;
}
#hero h5 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 30px auto 0 auto;
}

#main-filter {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main-filter span {
  display: none;
  flex-basis: 0;
  white-space: nowrap;
}
#main-filter span:not(:last-child) {
  text-align: right;
  border-right: #DBF6F2 1px dotted;
}
#main-filter span a {
  font-size: 24px;
  color: #DBF6F2;
  text-transform: uppercase;
  text-decoration: none;
}
#main-filter span a.selected {
  color: white !important;
  background-color: #DBF6F2;
  border-radius: 5px;
  padding: 0px 5px;
}

#sub-filter-container {
  display: flex;
  gap: 15px;
}
#sub-filter-container.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

#category-filter,
#farmer-filter {
  flex: 1;
  width: 50%;
  /*a {
      font-size: 14px;
      color: $primary-color;
      text-transform: uppercase;
      text-decoration: none;
  }

  .category {
      flex: 1 1 0px;
      text-align: center;
      border-right: $primary-color 1px solid;

      @media all and (max-width: 991px) {
          border: none;
      }
  }

  .category:last-child {
      border-right: none;
  }*/
}
#category-filter #category-filter-container,
#category-filter #farmer-filter-container,
#farmer-filter #category-filter-container,
#farmer-filter #farmer-filter-container {
  background-color: #DBF6F2;
  color: var(--bs-body-color);
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#category-filter #category-filter-container p,
#category-filter #farmer-filter-container p,
#farmer-filter #category-filter-container p,
#farmer-filter #farmer-filter-container p {
  flex: 1;
  padding: 0px;
  margin: 0px;
  line-height: 0;
}
#category-filter #category-filter-container select,
#category-filter #farmer-filter-container select,
#farmer-filter #category-filter-container select,
#farmer-filter #farmer-filter-container select {
  border: #eee 1px solid;
  max-width: 100%;
  border-radius: 5px;
}
@media all and (max-width: 450px) {
  #category-filter #category-filter-container p,
  #category-filter #category-filter-container select,
  #category-filter #farmer-filter-container p,
  #category-filter #farmer-filter-container select,
  #farmer-filter #category-filter-container p,
  #farmer-filter #category-filter-container select,
  #farmer-filter #farmer-filter-container p,
  #farmer-filter #farmer-filter-container select {
    font-size: 14px;
  }
}

.listing-item .listing-marketplace {
  margin: 0;
  padding: 0;
  background-color: #DBF6F2;
  /*border-radius: 10px 10px 0px 0px;*/
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px;
  align-items: center;
  row-gap: 18px;
}
.listing-item .listing-marketplace .reference-image {
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
}
.listing-item .listing-marketplace .reference-image img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .listing-item .listing-marketplace .reference-image {
    padding: 0px;
  }
}
.listing-item .listing-marketplace .reference-text {
  font-size: 14px;
  color: #152e18;
  padding-right: 30px;
}
.listing-item .listing-marketplace .reference-text > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 768px) {
  .listing-item .listing-marketplace .reference-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#products,
#products-home,
.listing-item .products {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#products .product,
#products-home .product,
.listing-item .products .product {
  position: relative;
  padding: 15px 0px;
  flex: 0 0 calc(25% - 30px);
  /* 4 per row */
  /* 1 per row on mobile */
}
@media all and (max-width: 991px) {
  #products .product,
  #products-home .product,
  .listing-item .products .product {
    flex: 0 0 100%;
  }
}
#products .product .product-name-container a,
#products-home .product .product-name-container a,
.listing-item .products .product .product-name-container a {
  text-decoration: none !important;
}
#products .product .product-name,
#products-home .product .product-name,
.listing-item .products .product .product-name {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
#products .product .img-background,
#products .product .gallery-images,
#products-home .product .img-background,
#products-home .product .gallery-images,
.listing-item .products .product .img-background,
.listing-item .products .product .gallery-images {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
#products .product div:first-child,
#products-home .product div:first-child,
.listing-item .products .product div:first-child {
  text-align: left;
}
#products .product div:first-child a,
#products-home .product div:first-child a,
.listing-item .products .product div:first-child a {
  text-decoration: none !important;
}
#products .product div:first-child h3,
#products-home .product div:first-child h3,
.listing-item .products .product div:first-child h3 {
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#products .product div:nth-child(2),
#products-home .product div:nth-child(2),
.listing-item .products .product div:nth-child(2) {
  text-align: center;
}
#products .product img,
#products-home .product img,
.listing-item .products .product img {
  max-width: 150px;
}
#products .product.row .product-list-additional-information,
#products-home .product.row .product-list-additional-information,
.listing-item .products .product.row .product-list-additional-information {
  display: block;
}
#products .product .product-description,
#products-home .product .product-description,
.listing-item .products .product .product-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#products .product .product-description *,
#products-home .product .product-description *,
.listing-item .products .product .product-description * {
  margin-bottom: 0;
}
#products .product .open-at,
#products-home .product .open-at,
.listing-item .products .product .open-at {
  margin-bottom: 0;
  padding-top: 15px;
}
@media all and (max-width: 767px) {
  #products .product > div:not(:last-child),
  #products-home .product > div:not(:last-child),
  .listing-item .products .product > div:not(:last-child) {
    margin-bottom: 18px;
  }
  #products .product h3,
  #products-home .product h3,
  .listing-item .products .product h3 {
    text-align: center;
  }
}

.more-products {
  text-align: center;
  background-color: #DBF6F2;
  padding: 10px;
}
.more-products .btn {
  text-align: center;
  margin: 10px 0px;
  background-color: white;
  color: #DBF6F2;
}
.more-products .btn:hover {
  background-color: #DBF6F2 !important;
  color: white !important;
}
.more-products a {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-decoration: none;
  min-width: 230px;
  font-size: 18px;
}

.product-shipping-select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
       appearance: auto !important;
}

.listing-item .products {
  margin: 0px 0px 50px 0px;
}

#farmers {
  border: #DBF6F2 3px solid;
  border-radius: 10px;
  margin: 50px 0px;
}
#farmers .farmer {
  padding: 25px;
  align-items: center;
}
#farmers .farmer div:first-child {
  text-align: center;
}
#farmers .farmer div:first-child h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#farmers .farmer div:nth-child(2) {
  text-align: center;
}
#farmers .farmer img {
  max-width: 150px;
}

#marketplaces > .listing-item,
#receptions > .listing-item,
#cart-communities > .listing-item {
  margin-bottom: 20px;
}
#marketplaces > .listing-item > .listing-marketplace,
#marketplaces > .listing-item .listing-reception,
#receptions > .listing-item > .listing-marketplace,
#receptions > .listing-item .listing-reception,
#cart-communities > .listing-item > .listing-marketplace,
#cart-communities > .listing-item .listing-reception {
  /*border-radius: 10px;*/
}
#marketplaces > .listing-item > .listing-marketplace .marketplace-name a,
#marketplaces > .listing-item > .listing-marketplace .reception-name a,
#marketplaces > .listing-item .listing-reception .marketplace-name a,
#marketplaces > .listing-item .listing-reception .reception-name a,
#receptions > .listing-item > .listing-marketplace .marketplace-name a,
#receptions > .listing-item > .listing-marketplace .reception-name a,
#receptions > .listing-item .listing-reception .marketplace-name a,
#receptions > .listing-item .listing-reception .reception-name a,
#cart-communities > .listing-item > .listing-marketplace .marketplace-name a,
#cart-communities > .listing-item > .listing-marketplace .reception-name a,
#cart-communities > .listing-item .listing-reception .marketplace-name a,
#cart-communities > .listing-item .listing-reception .reception-name a {
  color: var(--bs-body-color) !important;
  text-decoration: none !important;
}
#marketplaces > .listing-item > .listing-marketplace > .reference-button,
#marketplaces > .listing-item .listing-reception > .reference-button,
#receptions > .listing-item > .listing-marketplace > .reference-button,
#receptions > .listing-item .listing-reception > .reference-button,
#cart-communities > .listing-item > .listing-marketplace > .reference-button,
#cart-communities > .listing-item .listing-reception > .reference-button {
  text-align: center;
}
#marketplaces > .listing-item > .listing-marketplace > .reference-button a,
#marketplaces > .listing-item .listing-reception > .reference-button a,
#receptions > .listing-item > .listing-marketplace > .reference-button a,
#receptions > .listing-item .listing-reception > .reference-button a,
#cart-communities > .listing-item > .listing-marketplace > .reference-button a,
#cart-communities > .listing-item .listing-reception > .reference-button a {
  display: block;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-decoration: none;
  min-width: 230px;
  font-size: 18px;
  gap: 10px;
}
#marketplaces > .listing-item > .listing-marketplace > .reference-button a:hover,
#marketplaces > .listing-item .listing-reception > .reference-button a:hover,
#receptions > .listing-item > .listing-marketplace > .reference-button a:hover,
#receptions > .listing-item .listing-reception > .reference-button a:hover,
#cart-communities > .listing-item > .listing-marketplace > .reference-button a:hover,
#cart-communities > .listing-item .listing-reception > .reference-button a:hover {
  background-color: #DBF6F2 !important;
  border: 1px solid #DBF6F2 !important;
  color: white !important;
}
@media all and (max-width: 991px) {
  #marketplaces > .listing-item > .listing-marketplace > .reference-button,
  #marketplaces > .listing-item .listing-reception > .reference-button,
  #receptions > .listing-item > .listing-marketplace > .reference-button,
  #receptions > .listing-item .listing-reception > .reference-button,
  #cart-communities > .listing-item > .listing-marketplace > .reference-button,
  #cart-communities > .listing-item .listing-reception > .reference-button {
    padding: 10px 20px 7px 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #marketplaces > .listing-item > .listing-marketplace > .reference-text h3,
  #marketplaces > .listing-item > .listing-marketplace > .reference-text p,
  #marketplaces > .listing-item .listing-reception > .reference-text h3,
  #marketplaces > .listing-item .listing-reception > .reference-text p,
  #receptions > .listing-item > .listing-marketplace > .reference-text h3,
  #receptions > .listing-item > .listing-marketplace > .reference-text p,
  #receptions > .listing-item .listing-reception > .reference-text h3,
  #receptions > .listing-item .listing-reception > .reference-text p,
  #cart-communities > .listing-item > .listing-marketplace > .reference-text h3,
  #cart-communities > .listing-item > .listing-marketplace > .reference-text p,
  #cart-communities > .listing-item .listing-reception > .reference-text h3,
  #cart-communities > .listing-item .listing-reception > .reference-text p {
    text-align: center;
  }
  #marketplaces > .listing-item > .listing-marketplace > .reference-button,
  #marketplaces > .listing-item .listing-reception > .reference-button,
  #receptions > .listing-item > .listing-marketplace > .reference-button,
  #receptions > .listing-item .listing-reception > .reference-button,
  #cart-communities > .listing-item > .listing-marketplace > .reference-button,
  #cart-communities > .listing-item .listing-reception > .reference-button {
    text-align: center;
  }
}

#content {
  padding: 50px 0px;
}

#description {
  padding: 10px;
  margin: 50px 0px;
  background-color: #eee;
  text-align: center;
}

#product-listing .listing-item .listing-marketplace .marketplace-name a,
.marketplace-products .listing-item .listing-marketplace .marketplace-name a {
  color: #152e18 !important;
  text-decoration: none !important;
}
#product-listing .listing-item .listing-marketplace > .reference-text > p,
.marketplace-products .listing-item .listing-marketplace > .reference-text > p {
  margin-bottom: 0;
}
#product-listing .listing-item .listing-marketplace > .reference-button,
.marketplace-products .listing-item .listing-marketplace > .reference-button {
  text-align: center;
}
#product-listing .listing-item .listing-marketplace > .reference-button a,
.marketplace-products .listing-item .listing-marketplace > .reference-button a {
  display: block;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-decoration: none;
  min-width: 230px;
  font-size: 18px;
}
#product-listing .listing-item .listing-marketplace > .reference-button a:hover,
.marketplace-products .listing-item .listing-marketplace > .reference-button a:hover {
  background-color: #DBF6F2 !important;
  border: 1px solid #DBF6F2 !important;
  color: white !important;
}
@media all and (max-width: 767px) {
  #product-listing .listing-item .listing-marketplace .marketplace-name,
  .marketplace-products .listing-item .listing-marketplace .marketplace-name {
    text-align: center;
  }
  #product-listing .listing-item .listing-marketplace > .reference-text > p,
  .marketplace-products .listing-item .listing-marketplace > .reference-text > p {
    text-align: center;
  }
  #product-listing .listing-item .listing-marketplace > .reference-button,
  .marketplace-products .listing-item .listing-marketplace > .reference-button {
    text-align: center;
    margin-bottom: 20px;
  }
}
#product-listing .products .product .product-price,
.marketplace-products .products .product .product-price {
  font-size: 20px;
  font-weight: bold;
  margin-top: -5px;
}
#product-listing .products .product .product-price span.product-price-default-prices,
.marketplace-products .products .product .product-price span.product-price-default-prices {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  display: block;
  line-height: 1;
}
#product-listing .category-title,
.marketplace-products .category-title {
  background-color: #DBF6F2;
  color: var(--bs-body-color);
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 25px;
}

#product .row {
  padding: 25px 0px;
}
@media all and (max-width: 991px) {
  #product .row.page-single-title {
    padding-bottom: 0;
  }
}
#product .gallery:not(.product-featured-image) {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10% 5%;
}
#product .gallery:not(.product-featured-image) a {
  flex-basis: 30%;
  height: 120px;
}
#product .gallery:not(.product-featured-image) a .gallery-image {
  width: 100%;
  height: calc(100% - 20px);
  background-size: cover;
  background-position: center;
  padding: 0px;
  margin: 0px;
}
#product .product-price {
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0px;
}
#product .product-add-to-cart {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#product .product-add-to-cart .add-to-cart-quantity {
  padding: 5px 10px;
  text-align: right;
  border: #ccc 1px solid;
  border-radius: 5px;
  font-size: 20px;
}
#product .product-add-to-cart .add-to-cart-unit {
  font-size: 20px;
  color: #666;
}
#product .product-add-to-cart .add-to-cart {
  font-size: 20px;
}
#product .product-marketplace,
#product .product-shipping,
#product .product-farmer {
  margin: 25px 0px;
}
#product .product-marketplace .merketplace-info {
  font-weight: bold;
}
#product .product-marketplace .merketplace-info.closed {
  color: red;
}
#product .product-marketplace .merketplace-info.opened {
  color: green;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.marketplace-products > .additional-product .img-background, .row.additional-products > .additional-product .img-background {
  margin-bottom: 18px;
}
@media all and (max-width: 651px) {
  .row.marketplace-products > .additional-product:not(:first-child), .row.additional-products > .additional-product:not(:first-child) {
    margin-top: 30px;
    position: relative;
  }
  .row.marketplace-products > .additional-product:not(:first-child)::before, .row.additional-products > .additional-product:not(:first-child)::before {
    content: "";
    width: 85%;
    height: 2px;
    background-color: #DBF6F2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .row.marketplace-products > .additional-product:not(:first-child) > .row, .row.additional-products > .additional-product:not(:first-child) > .row {
    padding-top: 30px;
  }
}

#cart {
  position: fixed;
  top: 0;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background-color: white;
  border-top: #DBF6F2 3px solid;
  padding: 30px;
  transition: right 0.3s 0s ease-in-out;
  z-index: 99999;
}
#cart.open {
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 25px;
}
#cart.closed {
  right: -100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0px;
}
#cart .title {
  text-align: center;
}
#cart #cart-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
}
#cart .cart-table th,
#cart .cart-table td {
  font-size: 12px;
  vertical-align: middle;
}
#cart .cart-table th .cart-payment-method-option-container,
#cart .cart-table td .cart-payment-method-option-container {
  display: flex;
  align-items: center;
}
#cart #cart-next {
  padding: 20px;
}
#cart #clear-cart {
  background: #888;
}

#checkout .cart-table td .cart-payment-method-option-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#checkout .cart-table td .cart-payment-method-option-container i {
  display: none;
}
#checkout #place-order-button-order-sum {
  display: block;
  text-transform: none;
}
#checkout #checkout-back-button {
  height: 100%;
}
#checkout .login-needed-container {
  background-color: #DBF6F2;
  color: white;
  border-radius: var(--bs-border-radius);
  padding: 10px;
}

.phone-input-container {
  display: grid;
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
}
.phone-input-container .int-tel-input {
  display: none;
}
.phone-input-container .iti__flag-container {
  position: relative;
  height: 100%;
}
.phone-input-container .iti__flag-container .iti__selected-flag {
  border-radius: var(--bs-border-radius);
}
.phone-input-container .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  display: none;
}
.phone-input-container .dial-code {
  position: absolute;
  background-color: #F2F2F2;
  left: 61px;
  width: 50px;
  top: 1px;
  height: calc(100% - 2px);
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-input-container .phone-number-input {
  padding-left: 56px;
}

footer {
  background-color: #DBF6F2;
  padding: 50px 0px 0px 0px;
}
footer .top {
  margin-bottom: 50px;
}
footer .top h3 {
  color: var(--bs-body-color);
  margin-bottom: 25px;
}
footer .top a {
  color: var(--bs-body-color) !important;
  text-decoration: none;
  display: block;
}
footer .top .change-user-postal {
  display: inline;
  color: #ff748b;
  cursor: pointer;
}
footer .bottom {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 8px;
}
footer .bottom * {
  font-size: 12px;
  color: white !important;
  margin-bottom: 0px;
}
footer #product-placed-in-cart {
  background: #DBF6F2;
  position: fixed;
  top: 127px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--bs-body-color);
  font-size: 21px;
  padding: 21px 43px;
  border-radius: 9px;
  overflow: hidden;
  transition: all 0.3s linear;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.6509803922);
  z-index: 99999;
}
footer #product-placed-in-cart #product-placed-in-cart-loading {
  content: "";
  width: 0%;
  left: 0;
  bottom: 0;
  height: 3px;
  background: var(--bs-body-color);
  transition: width 2.3s linear;
  position: absolute;
  pointer-events: none;
}
footer #product-placed-in-cart #product-placed-in-cart-loading.opened {
  width: 100%;
  pointer-events: all;
}
footer #product-placed-in-cart.opened {
  display: block;
  opacity: 1;
  pointer-events: all;
}
@media all and (max-width: 800px) {
  footer #product-placed-in-cart {
    font-size: 12px;
    padding: 12px 16px;
    text-align: center;
  }
}

#user {
  padding-top: 30px;
}
#user.profile {
  background-color: #eee;
}
#user.profile > div > div {
  background-color: white;
  padding: 25px;
}
#user .delete-user-delivery-address,
#user .delete-user-billing-address {
  cursor: pointer;
}
#user .delete-user-delivery-address > i,
#user .delete-user-billing-address > i {
  color: red;
}

#product-listing .products .product.row {
  position: relative;
}

.shipping-at > p:not(:last-child) {
  margin-bottom: 0;
}

.ui-dialog-titlebar-close {
  position: relative !important;
  top: -3px !important;
  right: -10px !important;
  border-style: solid;
  border-radius: 100%;
  height: 25px !important;
  width: 25px !important;
}

.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#user-postal-modal-backdrop,
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  transition: -webkit-backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
}

#modal {
  overflow: scroll;
}

#user-postal-modal-backdrop > #user-postal-modal,
#modal #modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  max-width: 90%;
  width: 600px;
}

#modal #modal-content {
  top: 20px;
  transform: translate(-50%);
}

#user-postal-modal-backdrop > #user-postal-modal > #user-postal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border: 1px solid black;
  border-radius: 100%;
  background-color: white;
  font-size: 20px;
  font-weight: bold;
  width: 32px;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
}

.product-list-error-info {
  text-align: center;
}
.product-list-error-info .change-user-postal {
  display: inline;
  color: var(--bs-heading-color);
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.add-to-cart-group {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .add-to-cart-group {
    margin-bottom: 20px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .add-to-cart-group {
    display: grid;
    grid-template-areas: "plus count minus text" "kosarba kosarba kosarba asd";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 33px 1fr 33px auto;
  }
  .add-to-cart-group .add-to-cart-unit2 {
    grid-area: text;
  }
  .add-to-cart-group .add-to-cart {
    grid-area: kosarba;
  }
}
@media all and (max-width: 767px) {
  .add-to-cart-group {
    justify-content: center;
    margin-bottom: 10px;
  }
}

#home-container {
  margin: 50px auto;
}
@media all and (max-width: 767px) {
  #home-container .col-md-3 {
    margin-bottom: 50px;
  }
}

.container.header {
  max-width: unset;
  position: fixed;
  background-color: white;
  z-index: 99999;
  top: 0;
}
.container.header > nav {
  max-width: 1320px;
  margin: 0 auto;
}
.container.header > nav .header-login-button {
  font-size: 13px;
  line-height: 1.4em;
}

.view-image {
  z-index: 999999 !important;
}

@media all and (max-width: 768px) {
  .description-desktop {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .description-desktop {
    display: block;
  }
}

.description-mobile {
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .description-mobile {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .description-mobile {
    display: none;
  }
}

.description-opener {
  color: white;
  font-size: 30px;
  padding-top: 10px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.description-opener.closed {
  transform: rotate(0deg);
}
.description-opener.opened {
  transform: rotate(180deg);
}
@media all and (max-width: 768px) {
  .description-opener {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .description-opener {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.hidden-new-address,
.hidden-new-billing-address {
  display: none;
}

.unavailable-product {
  opacity: 0.8 !important;
  pointer-events: none !important;
  filter: grayscale(80%) !important;
}
.unavailable-product .product-sold-out-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cart-quantity {
  position: relative;
  background-color: #5C9D93;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 14px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  top: 10px;
  left: -15px;
  padding: 0px !important;
  line-height: 1.8;
}

.product-images {
  display: grid;
  grid-template-columns: 3.33fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 10px;
  padding-left: 0px !important;
}
.product-images.only-featured-image {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.gallery-images {
  background-image: url(/storage/product-gallery/1/BTuhlJxLrSbsVY0PD28AeqfQx7OmzQyNoDJYaWfJ.jpg);
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
}

.product-images a:nth-child(1) {
  grid-area: 1/1/4/2;
}

.product-images a:nth-child(2) {
  grid-area: 1/2/2/3;
}

.product-images a:nth-child(3) {
  grid-area: 2/2/3/3;
}

.product-images a:nth-child(4) {
  grid-area: 3/2/4/3;
}

@media all and (max-width: 450px) {
  h1 {
    font-size: 20px !important;
  }
  .product .img-background,
  .listing-item .img-background {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .product-price {
    text-align: left;
    margin-top: -10px;
  }
}
.view-image-tools {
  background: rgba(0, 0, 0, 0.8) !important;
}

.view-image-container > .view-image-close:not(.view-image-close__full) {
  background-color: rgba(0, 0, 0, 0.8);
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.close-modal {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1em;
  background: #DBF6F2;
  color: white;
  border-radius: 100px;
  font-size: 30px;
  transform: translate(50%, -50%);
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.35;
}

@media all and (min-width: 1201px) {
  .markeplace-single-hero .img-background {
    width: 280px;
    height: 280px;
  }
}
@media all and (max-width: 1200px) {
  .markeplace-single-hero .offset-1 {
    margin-left: 0px !important;
  }
}
@media all and (max-width: 374px) {
  .products .product {
    padding: 10px 0px !important;
  }
  .btn {
    padding: 5px !important;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#billing-same-as-shipping {
  margin: 11px 0px 12px 0px;
}

.newsletter-group span {
  margin-left: 5px;
}

.newsletter-group .newsletter-submit {
  background-color: #DBF6F2;
  color: var(--bs-body-color);
  padding: 2px 5px;
  border-radius: 5px;
}

#cookie-layer {
  z-index: 1;
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #DBF6F2;
  width: 100%;
}
#cookie-layer .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
#cookie-layer .container p a {
  color: white !important;
  text-decoration: underline;
}
#cookie-layer .container .cookie-consent-button[data-consent=true] {
  background-color: white !important;
  color: #DBF6F2;
}

#cookie-container h3,
#cookie-container p {
  color: white;
}

#newDiv-1059c32a,
.cookiePanel-1059c32a {
  display: none;
}

.orders-table {
  width: 100%;
  margin: 20px 0px;
}

.orders-table th {
  text-align: left;
  border-bottom: #aaa 2px solid;
}

.orders-table td {
  padding: 10px 0px;
  border-bottom: #ccc 1px solid;
}

.hamarosan-elfogy,
.closing-soon {
  margin-bottom: 5px;
  background-color: #FC7088;
  display: inline-block;
  color: white;
  border-radius: 5px;
  padding: 1px 7px 0px 7px;
  font-size: 13px;
}

.real-order-product-quantity {
  max-width: 100px;
  text-align: right;
}

.order-product-change-quantity-info {
  color: #DBF6F2;
  font-size: 12px;
  position: relative;
  top: -5px;
  display: none;
}

#banner {
  max-height: 300px;
  max-width: 95%;
  width: auto;
  height: auto;
  border-radius: 15px;
}

#banner-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#banner-popup img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scrollable {
  max-height: 100%;
  overflow: scroll;
  padding-bottom: 100px;
}

/* Hide the default checkbox */
.address-save-checkbox {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  border: 2px solid #DBF6F2 !important;
  border-radius: 4px !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  --bs-form-check-bg-image: none !important;
}

/* Add a checkmark when checked */
.address-save-checkbox:checked {
  background-color: #DBF6F2 !important;
  border-color: #DBF6F2 !important;
}

.address-save-checkbox:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 6px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

/* Optional: Hover effect */
.address-save-checkbox:hover {
  border-color: #5d743f !important;
}

#checkout-select-billing-address.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#place-order.disabled {
  background: #888;
  opacity: 1;
}

#checkout-register {
  font-size: 14px;
}

.user-marketplace-open-subscribe {
  margin-bottom: 10px;
}

.user-marketplace-open-subscribe i {
  margin-right: 8px;
}

.vj-title,
.vj-content,
.vj-content * {
  color: var(--bs-body-color) !important;
}

.product-container {
  position: relative;
  top: 60px;
  padding-bottom: 50px;
  float: none;
}

.product-tabs-container {
  margin-top: 15px !important;
}

.product-tabs-container .product-tabs-tab {
  padding-top: 20px;
  display: none;
}

.product-tabs-container .product-tabs-tab[data-tab=product-details] p {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-tabs-container .product-tabs-tab.active {
  display: block;
}

.product-farmer-container {
  background-color: #f6f6f6;
  padding: 15px 30px;
}

.product-farmer-container .product-farmer-container-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.product-farmer-container .product-farmer-container-header a {
  display: flex;
  gap: 30px;
  text-decoration: none;
}

.product-farmer-container .product-farmer-container-header img {
  max-width: 80px;
  max-height: 80px;
}

.product-shipping-no-delivery {
  background-color: #eee;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 15px;
  display: block;
}

.farmer-unavailable-product-list {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

@media all and (max-width: 449px) {
  .real-order-product-quantity.form-control {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .align-bottom-narrow {
    position: absolute;
    bottom: 30px;
    padding-bottom: 15px;
  }
  .open-at {
    padding-bottom: 24px !important;
  }
}
@media all and (min-width: 992px) {
  .align-bottom {
    position: absolute;
    bottom: 30px;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .product-shipping-select {
    width: 100%;
  }
}
.product-shipping-select {
  max-width: 100%;
}

.container.virtual-jog {
  max-width: 95% !important;
}

@media all and (min-width: 1400px) {
  .open-at {
    max-width: 400px;
  }
}
@media all and (max-width: 1399px) {
  .open-at {
    max-width: 340px;
  }
}
@media all and (max-width: 1199px) {
  .open-at {
    max-width: 280px;
  }
}
@media all and (max-width: 991px) {
  .open-at {
    max-width: 200px;
  }
}
@media all and (max-width: 767px) {
  .open-at {
    max-width: 100%;
  }
  #main-filter {
    display: block;
    border-radius: 5px;
    background-color: #f4f4f4;
  }
  #main-filter span {
    display: block;
    text-align: center !important;
  }
  #main-filter span:not(:last-child) {
    border-right: none;
  }
  #sub-filter-container {
    display: block;
  }
  #sub-filter-container #category-filter,
  #sub-filter-container #farmer-filter {
    width: 100%;
  }
  .farmer-filter-button {
    font-size: 12px !important;
    padding: 3px 7px !important;
  }
  #farmer-filter {
    border-bottom: #fff 5px solid;
  }
  #farmer-filter-container {
    border-radius: 10px 10px 0px 0px !important;
  }
  #category-filter-container {
    border-radius: 0px 0px 10px 10px !important;
  }
  #checkout table th,
  #checkout table tr,
  #checkout table td {
    padding: 3px;
  }
  #select-this-saved-address,
  #select-this-saved-billing-address {
    margin-top: 20px;
  }
}
/*
    Extra narrow screen
*/
@media all and (max-width: 374px) {
  #checkout {
    padding: 0px;
  }
  #checkout * {
    font-size: 12px;
  }
  #checkout table th,
  #checkout table tr,
  #checkout table td {
    padding: 3px;
  }
}
