@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Libre+Barcode+128+Text&family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-title {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
}

#ToasterContainer {
  pointer-events: none;
  position: fixed;
  padding: 20px;
  bottom: 10px;
  right: 10px;
  max-width: 400px;
  max-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
  border-radius: 5px;
}

#ToasterContainer * {
  pointer-events: auto;
}

.ToasterMessage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 1rem;
  padding-left: 0.4rem;
  margin: 0.5rem 0;
  position: relative;
  padding-right: 1rem;
  border-radius: 0.25rem;
}

.ToasterIcon {
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  height: 24px;
  width: 24px;
}

.HEADERFONT {
  font-family: "Abril Fatface", serif !important;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.navbar:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.navbar:hover .links-container a, .navbar:hover .links-container button {
  color: rgb(182, 178, 178);
}
.navbar:hover #logo-title {
  color: rgb(182, 178, 178);
}
.navbar .links-container i {
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .navbar .links-container i {
    font-size: 18px !important;
  }
}
.navbar .links-container .link {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .navbar .links-container .link {
    font-size: 18px;
  }
}
.navbar .links-container .link:hover {
  color: white;
}

.video-container {
  position: relative;
  width: 110px; /* Adjust the width as needed */
  height: auto;
}

.video-container video {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-72%, -50%);
  width: 100%;
  height: auto;
}

.item_wrapper p {
  border-bottom: 1px solid rgba(49, 49, 49, 0.214);
}
.item_wrapper .trashcan_svg {
  height: 18px;
  width: 18px;
}

footer {
  box-shadow: rgba(19, 19, 19, 0.247) 0px 1px 2px, rgba(0, 0, 0, 0.199) 1px 1px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.SearchInput {
  width: 0px;
  display: none;
}

.active-pop-1 {
  color: #9aad14;
  border-bottom: 1px solid #9aad14;
}

.max-w-8xl {
  max-width: 90rem;
}

.img-h {
  height: 50px;
}

.CATEGORIES_CONTAINER {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 12%, rgba(13, 27, 23, 0.9276085434) 40%, rgba(17, 36, 30, 0.412202381) 70%, rgba(27, 57, 48, 0.1993172269) 79%, rgba(27, 57, 48, 0.1) 100%);
}

.force-text-black {
  color: rgba(43, 43, 43, 0.863) !important;
}/*# sourceMappingURL=base.css.map */