/* @import url("/assets/Roboto-Regular.ttf"); */
@font-face {
  font-family: Roboto;
  src: url(/assets/Roboto-Regular.ttf);
}
html {
  height: 100%;
  background-color: #fffff5;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fffff5;
  min-height: 400px;
  margin-bottom: 100px;
  clear: both;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #015701;
  overflow: hidden;
  padding: 1rem;
}
.topnav a:not(#logo):not(.droplink) {
  background-color: #015701;
}
.topnav a:not(#logo):not(.droplink):hover {
  background-color: #013401;
  cursor: pointer;
  transition: 0.3s;
}
.topnav a:not(#logo):not(.droplink) {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 0.3rem;
  display: flex;
}

.navbar-links {
  display: flex;
  justify-content: baseline;
  align-items: center;
  margin: auto;
  gap: 1rem;
}

#logo img {
  width: 15rem;
}

.right-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.searchbar {
  border-radius: 5px;
  padding: 0.2rem;
}

.go-search {
  border: none;
  padding: 0.2rem;
  border-radius: 5px;
  background-color: #ffffff;
  color: #015701;
  font-weight: bold;
}
.go-search:hover {
  cursor: pointer;
  background-color: #ededed;
  transition: 0.3s;
}

.cart {
  float: right;
  margin-right: 1rem;
}
.cart a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 0.3rem;
}
.cart a:hover {
  cursor: pointer;
  background-color: #013401;
  transition: 0.3s;
}

.contact-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  gap: 1rem;
  padding: 0.5rem;
  background-color: #ae0505;
  color: #ffffff;
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.contact-info p {
  margin: 0;
}

.socials {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 1rem;
}
.socials a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  min-width: 2rem;
  border-radius: 5px;
  padding: 0.3rem;
}
.socials a:hover {
  cursor: pointer;
  background-color: #8b0404;
  transition: 0.3s;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.footer {
  background-color: #015701;
  color: white;
  text-align: center;
  padding: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content {
  padding: 1rem;
}

#dropdown #dropbtn {
  color: #ffffff;
  font-size: 1.2rem;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 0.3rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
#dropdown:hover #dropbtn {
  background-color: #013401;
  transition: 0.3s;
}

#dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: #014d01;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #013401;
  scroll-behavior: smooth;
}

#dropdown:hover #dropdown-content {
  display: block;
}

#dropdown:active #dropdown-content {
  display: block;
}

.droplink {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.7rem 0.5rem;
  display: flex;
  background-color: #014d01;
}
.droplink:hover {
  background-color: #013401;
  cursor: pointer;
  transition: 0.3s;
}

.flex-row {
  display: flex;
  gap: 1rem;
}

.flex-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

a {
  color: #ae0505;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .content {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .flex-row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-row img {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .topnav {
    display: none;
  }
  .mobile-topnav {
    display: flex;
    flex-direction: column;
  }
  .contact-nav {
    display: none;
  }
  .mobile-contact-nav {
    display: flex;
  }
  .navbar-links {
    justify-content: space-around;
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .mobile-topnav {
    display: none;
  }
  .mobile-contact-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #toggle {
    display: none;
  }
}
.mobile-bars {
  padding: 0 1rem;
}

.space {
  height: 4rem;
}

#primary.site-content {
  background-color: #fffff5;
}

.content-wrap {
  background-color: #fffff5;
}

.content {
  background-color: #fffff5;
}

#main.content {
  background: none;
}

#toggle {
  background-color: #950404;
}

#cart-status-hover {
  display: none;
}

.navbar-links {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.go-search {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #9f0505;
  color: #ffffff;
  border: none;
  padding: 0.3rem;
}
.go-search:hover {
  background-color: #8b0404;
  cursor: pointer;
  transition: 0.3s;
}

#dropbtn {
  font-weight: bold;
}

#accordionmenu a.toggle {
  font-weight: bold;
  background-color: #7c0404;
  border-radius: 5px;
}

#content {
  font-family: Roboto, sans-serif;
}

.categories-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: rgb(61, 10, 10);
  padding: 0.5rem;
  border-radius: 15px;
  margin: 0rem 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3019607843);
}
.categories-menu a {
  text-decoration: none;
  background-color: #950404;
  border-radius: 5px;
  padding: 0.2rem;
  color: #ffffff;
  text-align: center;
  width: 90%;
}
.categories-menu a:hover {
  background-color: #630303;
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
}

#accordionmenu {
  display: none;
}

.both {
  display: flex;
  align-items: center;
}

.page-container {
  background-color: #fffff5;
}

#main.content,
#front {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

table.cart-list input {
  width: 4rem;
}

#main.content {
  background-color: #fffff5;
}

.cart-count {
  background-color: #ae0505;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.2rem;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  margin-top: -1rem;
}

.cart-count.show {
  display: block;
}

#dropdown-content {
  text-align: left;
}
#dropdown-content a {
  text-align: left;
}

.nav-cat {
  color: #ffffff;
  background-color: #ae0505;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
}

.cat-end {
  height: 5px;
  background-color: #016601;
}

.catlink {
  background-color: #014301;
}

.firstlink {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.accessibility {
  font-size: 50rem;
  background-color: #015701;
  position: fixed;
  left: 1rem;
  bottom: 3rem;
  z-index: 1000;
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6039215686);
}
@media screen and (max-width: 600px) {
  .accessibility {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    left: 0.5rem;
    bottom: 10rem;
  }
}

.modal-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ae0505;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  text-decoration: none;
  border-radius: 10px;
}
.modal-button i {
  font-size: 2rem;
}
.modal-button:hover {
  background-color: #950404;
  cursor: pointer;
  transition: 0.3s;
}

.modal-buttons-div {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.navtree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navtree ul p {
  background-color: #ae0505;
  color: #ffffff;
  text-align: center;
  padding: 0 0.5rem;
  margin: 0;
  border-radius: 5px;
}
.navtree ul li a {
  text-align: left;
}

.cart-indicator {
  background-color: #ae0505;
  color: #ffffff;
  padding: 0.2rem;
  font-size: 1.2remrem;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  max-width: 10rem;
  margin-left: -8rem;
  margin-top: 2rem;
  border-radius: 15px;
}

.cart-icon-dtop:hover {
  cursor: pointer;
}
.cart-icon-dtop:hover .cart-indicator {
  display: block;
}
.cart-icon-dtop.empty:hover .cart-indicator {
  display: none;
}

.navbar * li.menu a[href="#"] {
  background: none !important;
  cursor: default !important;
  color: #f7efc6 !important;
  font-size: 1.2rem;
  filter: none !important;
}

@media screen and (min-width: 601px) {
  .navbar-links {
    justify-content: space-evenly;
  }
}

.modal-header-green {
  background-color: #045505;
  color: #fff;
}

.modal-footer-red {
  background-color: #ae0605;
  color: #fff;
}

.modal-submit {
  background-color: #045505;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: .5rem 1rem;
  border-radius: 5px;
}

.modal-close {
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

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