body,
html {
  scroll-behavior: smooth !important;
}

.bg-brown {
  background-color: #a5854f !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.notices {
  z-index: 9999999999 !important;
}

.overflow-x-none {
  overflow-x: hidden !important;
}

.font-futurait {
  font-family: 'Futuralt book', sans-serif !important;
}

.form-text-input.cart-page,
.dropdown-input {
  color: #000000 !important;
}

.empty-state {
  height: calc(100% - 100px) !important;
}

.package-content.corporate,
.package-content.event {
  overflow-x: hidden !important;
}

.package,
.all-packages-flex {
  cursor: pointer !important;
}

.package_holder:hover > .package_detail {
  opacity: 1;
}

.package_holder > img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.package_holder:hover > img {
  opacity: 0.5;
  transform: translateY(-10px);
}

.package_detail {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.package_detail_overlay {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.package_detail_overlay > p {
  line-height: normal;
  color: #000000;
  opacity: 0;
  transition: all 0.5s;
}

.package_detail_overlay:hover > p {
  opacity: 1;
  transform: translateY(30px);
}

/* Vue Toast */
.notices {
  padding: 2em !important;
}

.notices .toast .toast-text {
  padding: 0 1em !important;
  font-size: 1em !important;
  line-height: unset;
  box-shadow: 2px;
}

.cart {
  top: unset !important;
}

.nav-user {
  position: relative;
  width: 3vw;
  height: 3vw;
  max-height: 32.125px;
  max-width: 32.125px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('/images/user-icon-brown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .nav-user {
    width: 30px;
    height: 30px;
    max-height: none;
    max-width: none;
  }
}

input[readonly] {
  cursor: pointer !important;
}

.package-image-mod {
  display: flex;
  height: 40vh;
  min-height: 252.390625px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  justify-content: center;
  align-items: center;
}
.image {
  display: block;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .package-image-mod {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .package-image-mod {
    min-height: 140px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .package-image-mod {
    height: 170px;
    min-height: auto;
    margin-bottom: 10px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .site-credit {
    right: 7vw !important;
    bottom: 90px !important;
  }
}
/*! CSS Used from: Embedded */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Focus for all fields */
input:focus,
textarea:focus,
select:focus {
  @apply border border-solid border-yellow-600 !important;
}
input:active,
textarea:active,
select:active {
  @apply border border-solid border-yellow-600 !important;
}
input:hover,
textarea:hover,
select:hover {
  @apply border border-solid border-yellow-600 !important;
}

.event-overlay.content {
  left: 50%;
}

/* Build Your Pack Page */
.snack-name.small {
  text-align: unset;
  flex: unset;
  align-self: unset;
}

.add-custom-to-cart {
  display: flex;
  white-space: nowrap;
  border-radius: 0;
}

.custom-pack-name {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.custom-pack-name:-internal-autofill-selected {
  background-color: transparent;
  color: inherit;
}

.custom-pack-name:focus {
  padding: 5px;
  border-radius: 5px;
  outline: none !important;
  border: 0.5px solid #a5854f;
  box-shadow: 0 0 10px #b9975b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .home-content {
    padding-top: 30vh;
  }
}
