@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Rammetto+One&family=Rubik+Beastly&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Nunito Sans";
  font-size: 14px;
}
header {
  font-weight: 500;
}
.dlcmini p {
  font-size: 10px;
}
#firstheadercontainer,
.mainheadercontainer {
  display: flex;
}
.Headercontainer {
  background-color: #388e3c;
}
#firstheadercontainer {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
#firstheadercontainer.fixed {
  margin-bottom: 120px;
}
.fhcfirst {
  display: flex;
}
.dlcmini {
  cursor: default;
}
.addaddress {
  margin-left: 10px;
  text-decoration: none;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: #0b5c21;
  display: flex;
  justify-content: center;
  align-items: center;
}
#NOTIFICATIONS {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#NOTIFICATIONS img {
  height: 20px;
}
#NOTIFICATIONSCOVER {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff00;
  border: none;
  outline: none;
  cursor: pointer;
}
#NOTIFICATIONSCOVER:disabled {
  background-color: #0000003a;
}
#notifications {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 200px;
  height: 200px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: 300;
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.Nonotifications {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.deliverylocationcontainer {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 50px;
  padding: 5px 20px 5px 10px;
  background-color: #ffffff;
  margin-right: 20px;
}
.dlcmini {
  display: flex;
  flex-direction: column;
}
.locationimage,
.helpcontainer {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: #1b5e20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.locationimage {
  margin-right: 10px;
}
.locationimage img {
  height: 10px;
}
.helpcontainer {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
}
.helpcontainer img {
  height: 15px;
}
#headercontainermini.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
}
.mainheadercontainer {
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}
.logocontainer {
  margin: 10px;
  border: none;
  border-radius: 50%;
  padding: 10px;
}
.logocontainer:hover {
  background-color: #a5d6a7;
}
.logocontainer img {
  height: 40px;
}
.searchcontainer {
  flex-grow: 1;
  position: relative;
}
#searchbar {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border: 1px solid #1b5e20;
  border-radius: 50px;
}
.searchbar {
  width: calc(100% - 30px);
}
#searchinput {
  width: 100%;
  height: 20px;
  border: none;
  outline: none;
}
#searchinput:focus {
  outline: none;
  border: none;
}
.searchimage {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #1b5e20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchimage img {
  height: 15px;
}
.search {
  width: 100%;
  position: absolute;
  height: 400px;
  top: 60px;
  left: 0;
  z-index: 200;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 20px;
  padding-right: 5px;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.searchslide {
  height: 100%;
  overflow-y: scroll;
  padding: 5px 15px 5px 5px;
}
.searchslide::-webkit-scrollbar {
  width: 7px;
}
.searchslide::-webkit-scrollbar-thumb {
  background-color: rgb(154, 154, 154);
  border-radius: 6px;
}
.searchslide::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}
.search-item,
.suggestion-item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  color: #000000;
  text-decoration: none;
  padding: 15px 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
}
.search-item img,
.suggestion-item img {
  height: 30px;
}
.search-item p,
.suggestion-item p {
  flex-grow: 1;
  height: 30px;
}
.search-item:hover,
.suggestion-item:hover {
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.no-results {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilecontainer {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.profileaccount {
  cursor: default;
}
.profilecontainer img {
  height: 20px;
  margin-right: 5px;
}
.logdir {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.logdir:hover {
  text-decoration: underline;
}
.carta {
  color: #000000;
  text-decoration: none;
}
#cartcontainer,
#carticon {
  display: flex;
  align-items: center;
}
#cartcontainer {
  border: none;
  border-radius: 5px;
  padding: 5px;
  margin: 0 10px 0 10px;
  border: none;
  border-radius: 5px;
}
#cartcontainer:hover {
  background-color: #a5d6a7;
}
.crtcln,
.crtclnmini {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crtclnmini {
  align-items: flex-end;
}
#carticon {
  justify-content: center;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1b5e20;
  color: #ffffff;
  margin-bottom: 4px;
  font-size: 8px;
}
#subtotalicon {
  font-size: 10px;
  margin-top: 3px;
}
#cartcontainer img {
  height: 20px;
}
#cartsubtotal {
  margin-top: 5px;
}
.pcart {
  margin-left: 5px;
}
.secondheadercontainer {
  background-color: #a5d6a7;
}
.secondheadercontainermini {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 10px 0 0;
}
.sdhmfirst {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  width: calc(100% - 30px);
  padding: 0 0 10px 10px;
}
.sdhmsecond {
  margin-left: 20px;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#mobilenav {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobilenavcover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  border-radius: 5px;
}
#mobilenav img {
  height: 15px;
}
.secondheadercontainer a {
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px;
  border: none;
  border-radius: 20px;
  color: #0b5c21;
  margin-left: 15px;
}
.secondheadercontainer a:first-child {
  margin-left: 0;
}
#nav {
  background-color: #ffffff;
  padding: 3px 25px;
  border: none;
  border-radius: 20px;
  color: #0b5c21;
}
.navbsrc {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  max-height: 200px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 10;
  padding: 15px;
}
.navbsrc a {
  display: flex;
  column-gap: 5px;
  margin: 0;
}
.navbsrc img {
  height: 20px;
}
.navshow {
  display: block;
}
.navssrc {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: calc(100vh - 55px);
  height: 100dvh;
  z-index: 10001;
  transform: translateX(100%);
  transition: 0.5s linear;
  background-color: #ffffff;
  padding: 0 5px 0 20px;
}
.mobilenavshow {
  transform: translateX(0);
}
#navssrccover {
  width: 20%;
  height: 100%;
  background-color: #0000003a;
  transition: 0.5s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.navssrccover {
  transform: translateX(-100%);
}
.navssrccovershow {
  transform: translateX(0);
}
.mprofilecontainer {
  padding: 30px;
  display: flex;
  align-items: center;
}
.mprofilecontainer img {
  height: 20px;
}
.mprofileaccount {
  margin-left: 10px;
}
#msign-in {
  padding: 10px 50px;
  background-color: #388e3c;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  margin: 0 auto;
}
.mnavbody {
  height: calc(100% - 200px);
  overflow-y: scroll;
  padding: 0 15px 0 0;
}
.mAccount,
.mOffers,
.mCategories {
  border-top: 1px solid #7d7d7d6c;
  padding: 20px 10px;
}
.mAccount p:first-child,
.mOffers p:first-child,
.mCategories p:first-child {
  margin-bottom: 10px;
}
.mAccount a,
.mOffers a,
.mCategories a {
  display: block;
}
.mlogoutcontainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.mlogoutcontainer button {
  padding: 10px 50px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 20px;
}
footer {
  padding: 50px 30px 50px 30px;
  background-color: #e4ebe5;
}
footer a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
.footerhead {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footerp {
  text-align: center;
  margin-top: 30px;
}

.NEWSLETTER {
  margin-top: 80px;
  height: 170px;
  background-color: #a5d6a7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter {
  margin-top: 20px;
}
.newsletter input {
  border: none;
  padding-left: 20px;
  outline: 2px solid #007e36;
  border-radius: 8px;
  height: 40px;
  margin-right: 10px;
}
.newsletter button {
  border: none;
  border-radius: 20px;
  border: 2px solid #007e36;
  color: #000000;
  font-weight: 600;
  background-color: #ffffff;
  padding: 10px 20px;
}

@media (min-width: 760px) {
  .footerhead {
    flex-direction: row;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .privacychoices p {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .logocontainer:hover {
    background-color: #ededed;
  }
  .profilecontainer {
    margin: 0 10px 0 20px;
  }
  .headera {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .headera a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
  }
  .headera img {
    height: 20px;
    margin-right: 5px;
  }
  .headera a:nth-child(1) {
    margin-right: 20px;
  }
}

@media (min-width: 1100px) {
  .helpcontainer:hover,
  #NOTIFICATIONS:hover {
    scale: 1.1;
  }
  .sdhmfirst a:hover,
  #nav:hover {
    scale: 0.9;
  }
  .headera a:hover,
  #cartcontainer:hover {
    background-color: #e3e3e37c;
    cursor: pointer;
  }
  footer a:hover {
    text-decoration: underline;
  }
}

.notify {
  animation: bgColorSwap 3s infinite;
  transition: background-color 0.5s ease-in-out;
}
@keyframes bgColorSwap {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #728a77;
  }
  100% {
    background-color: #ffffff;
  }
}
