body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.clear {
  clear: both;
}

.top-bar {
  background-color: #2FAA40;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 14px 20px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 60px;
  margin-left: 20px;
}

.nav-bar {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.nav {
  margin: 0 60px;
}
.nav a {
  color: #2FAA40;
  font-size: 20px;
  font-weight: 900;
  margin: 0 24px;
}

a i.fa-cart-shopping {color:#000;}

.search {
  flex: 1;
  display: flex;
  align-items: center;
}
.search form {width: 100%;}
.search input[type="text"] {
  padding: 10px;
  border-radius: 10px;
  border:1px solid #2FAA40;
  color: #2FAA40;
  font-size: 15px;
  width: 100%;
  max-width: 500px;
}
.search i.fa-regular {
  font-size: 34px;
  margin-left: 20px;
}

.page-hero {
  width: 100%;
  display: flex;
}
.page-hero div.hero-item {
  width: 33.3%;
}
.page-hero div.hero-item a {
  display: block;

}
.page-hero div.hero-item a img,
.page-hero div.hero-item img{
  width: 100%;
  display: block;
  height: 620px;
  object-fit: cover;
}

.hero-footer {
  background-color: #2FAA40;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding: 24px 20px;
}

.logo-scroll {
  height: 160px;
}

.owl-carousel .owl-item {
  width: 200px;
}

.owl-carousel .owl-item img {
  width: 200px !important;
  height: 200px;
  object-fit: contain;
  background: #fff;
  padding: 0 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.login-wrap {
  background-color: #2FAA40;
  display: flex;
  justify-content: space-between;
  padding: 80px;
  min-height: 530px;
  align-content: center;
  align-items: center;
}

.login-left {
  flex: 1;
  color:#EDEE0E;
  font-size: 92px;
  font-weight: 900;
}
.login-right {
  flex:1;
  color:#fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.login-right input[type=text] {
  padding: 10px;
  background-color: #299136;
  border:1px solid rgba(41, 145, 54, 0.859);
  border-radius: 10px;
  margin: 20px 0;
  color: #fff;
  font-size: 24px;
}
.login-right input[type=submit] {
  border-radius: 10px;
  background-color: #fff;
  color:#2FAA40;
  font-size: 24px;
  font-weight: 900;
  border:0;
  padding: 5px 10px;
  max-width: 120px;
  align-self: flex-end;
}

.shop-type {

}

.shop-type h1 {
  color: #2FAA40;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  padding: 20px 60px;
}

.shop-type-output {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px;
  align-content: center;
}
.shop-type-output a {
  width:430px;
  height: 210px;
  background-color: #e5e5e5;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2FAA40;
  font-size: 24px;
  font-weight: 900;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: lighten;
}
.shop-type-output a:hover {
  background-color: rgba(255,255,255,1);
  background-blend-mode: initial;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
}
.listing-output-wrap {
  display: flex;
  justify-content: space-between;
}

.listing-filters {
  width: 230px;
  margin: 0 0 0 50px;
}
.listing-filters h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px 0;
}
.listing-filters div {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}

.filter-size h3 {
  width: 100%;
  display: block;
}

.listing-filters div:first-of-type {margin-top: 0;}
.listing-filters div.filter-size {
  flex-direction: row;
  flex-wrap: wrap;
}
.listing-filters div.filter-size h5 {
  width: 100%;
}
.listing-filters div.filter-size a,
.listing-filters div.filter-size label{
  border:1px solid #000;
  border-radius: 20px;
  padding:10px 20px;
  margin: 5px;
  text-align: center;
  font-weight: 700;
}
.listing-filters div.filter-size a:hover,
.listing-filters div.filter-size label:hover{
  background-color: #000;
  color: #fff;
}
.listing-filters div.filter-size label.sel {
  background-color: #000;
  color: #fff;
}
.listing-filters div.filter-size label input[type="checkbox"] {
  opacity:0;
  display: none;
}
.listing-filters div.filter-size input[type="submit"] {
  width: 100%;
  display: block;
}


.listing-filters div a {
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}



.listing-output {
  width: 75%;
}
.listing-output p.listing-breadcrumbs {
  color: #2FAA40;
  font-size: 24px;
  font-weight: 900;
}
.listing-output p.listing-breadcrumbs a {
  color: #2FAA40;
  font-size: 24px;
  font-weight: 900;
}

.listing-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: baseline;
  padding-right: 50px;
}

.listing-item {
  width: 23%;
  min-width: 250px;
  margin: 30px 0;
  text-align: center;
}
.listing-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.listing-item p {
  font-size: 16px;
  color: #000;
  margin: 0;
}
.listing-item p strong {
  font-weight: 900;
}

.listing-output table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

a.grnBTN {
  text-align: center; 
  padding: 10px; 
  width: 150px; 
  display: inline-block; 
  color: #fff; 
  background: #16a74a;
}

.filter-blurb {
  margin: 10px 0 20px 0;
}
.filter-blurb a {
  text-decoration: underline;
}

.filter-bread-crumbs {
  display: flex;
  flex-wrap: wrap;
}

.filter-bread-crumbs a {
  padding:5px 10px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.filter-bread-crumbs a span {
  background-color: #fff;
  color:#000;
  border-radius: 20px;
  padding:0px 5px;
  display: block;
  margin-left: 10px;
  font-size: 12px;
}

.search-result-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
}
.search-result-wrap div {
  width: 33%;
  margin: 20px 0;
}

.search-result-wrap div a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.search-result-wrap div p {
  text-align: center;
}
.search-result-wrap div p.srw-brand {
  font-size: 22px;
  margin: 0;
}
.search-result-wrap div p.srw-name {
  margin-top: 0;
}
.search-result-wrap div p.srw-name a{
  font-size: 18px;
  color: #000;
}
.search-result-wrap div p.srw-read a {
  color: #000;
}

@media only screen and (max-width:768px) {

  .listing-output table tbody tr {display: flex; flex-direction: column;}
  .listing-output table tbody tr td {width: 100%;}

  .nav-bar {flex-direction: column;}
  .nav {margin: 0 0 20px 0; display: flex; flex-wrap:wrap; justify-content: center;}
  .nav a {
    margin: 10px 20px;
    text-align: center;
  }
  .search {width: 100%;}
  .page-hero {flex-wrap: wrap;}
  .page-hero div.hero-item {width: 100%;}
  .page-hero div.hero-item a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-carousel .owl-item {
    width: 140px !important;
  }
  .owl-carousel .owl-item img {
    width: 140px !important;
    height: 140px;
  }


  .shop-type h1 {
    padding: 20px;
    text-align: center;
    margin: 0;
    font-size: 40px;
  }
  .shop-type-output {
    padding: 0 20px;
  }

  .shop-type-output a {
    width: 100%;
    margin: 10px 0;
  }

  .login-wrap {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .login-left {
    font-size: 50px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .login-right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .login-right input[type="submit"] {
    align-self: initial;
  }


  .listing-output-wrap {
    flex-direction: column;
    padding: 20px;
  }
  .listing-filters {
    width: 100%;
    margin: 0 !important;
  }
  .listing-output {
    width: 100%;
  }

}