main {
  display: flex;
  flex-direction: column;
}

main#loginPage {
  padding: 10vh 20px 250px 20px;
}

main#signupPage {
  padding: 5vh 20px 250px 20px;
}

main#verify-email-Page {
  padding: 10vh 20px 250px 20px;
}

main#email-verified {
  padding: 10vh 20px 250px 20px;
}

main#verify-email-Page h3, main#verify-email-Page p, main#email-verified .web-box h3 {
  margin: 0;
}

main#email-verified .web-box p {
  margin-top: 0;
}

main.auth h1 {
  width: 100%;
  text-align: center;
}

main.auth .alert-box {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

main.auth .auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

main.auth .auth-form .submit {
  width: 100%;
  margin-top: 10px;
}

main.auth .web-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.auth .auth-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 550px;
  margin: 10px auto 0 auto;
  height: 12px;
}

main.auth .auth-nav a {
  margin-left: 10px;
}

main.auth .checkbox-container small {
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  main.auth .checkbox-container small {
    font-size: 0.6rem;
  }
}

#contactmain {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.contact .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 40px 30px 40px;
}
@media (max-width: 600px) {
  .contact .content {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .contact .content {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

.contact .address {
  min-width: 150px;
}

.contact .address,
.contact .contact-details {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 600px) {
  .contact .address,
  .contact .contact-details {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .contact .contact-details {
    margin-top: 20px;
  }
}
@media (min-width: 600px) {
  .contact .contact-details {
    margin-left: 40px;
  }
}

.contact .contact-details a {
  color: #e6ba00;
}

.contact .contact-details a:hover {
  color: #ffcf00;
  text-decoration: underline;
}

.contact h3 {
  margin: 5px 0;
}

.contact .form-width-control {
  display: flex;
  flex-direction: column;
  background-color: #cecfd0;
  padding: 20px 40px 50px 40px;
  width: 100%;
}
@media (min-width: 1000px) {
  .contact .form-width-control {
    flex-direction: row-reverse;
    padding-top: 50px;
  }
}

@media (min-width: 1000px) {
  .contact .form-content {
    margin-left: 20px;
    margin-right: auto;
    width: 35%;
  }
}

.contact form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1000px) {
  .contact form {
    width: 40%;
    margin-left: 12.5%;
  }
}

.contact form input,
.contact form textarea,
.contact form label {
  width: 100%;
}
@media (min-width: 1000px) {
  .contact form input,
  .contact form textarea,
  .contact form label {
    max-width: 600px;
  }
}

.contact form textarea {
  min-height: 100px;
}

.contact form .submit {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}

.contact form .submit:hover {
  background-color: #e6ba00;
}

.contact .feedback-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  font-size: 2rem;
}

.feedback .form-width-control {
  display: flex;
  flex-direction: column;
  background-color: #cecfd0;
  padding: 20px 40px 50px 40px;
  width: 100%;
}

.feedback form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto;
}

.feedback form input,
.feedback form textarea,
.feedback form label {
  width: 100%;
}

.feedback form textarea {
  min-height: 100px;
}

.feedback form .submit {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}

.feedback form .submit:hover {
  background-color: #e6ba00;
}

.feedback .map {
  margin-top: auto;
  height: 400px;
  width: 100%;
  background-color: #a1bcc7;
}

.find-us {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .find-us .content,
  .find-us h1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.find-us .white-box {
  background-color: white;
}

.find-us .content {
  padding: 20px 0 0 0;
}

.find-us .content h3 {
  margin-top: 40px;
}

.find-us .content ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .find-us .content ul {
    padding-left: 0;
  }
}

.find-us .content li:not(.gate-second-row) {
  margin-bottom: 5px;
}

.find-us .content li.gate-second-row {
  margin-bottom: 30px;
}

.find-us .content ul span {
  color: white;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  float: left;
}

.find-us .content ul .gate-open {
  background-color: #6cbf8b;
}

.find-us .content ul .gate-closed {
  background-color: #dc3545;
}

.find-us #googlemaps {
  margin-top: auto;
}

.find-us #googlemaps .map {
  height: 400px;
  width: 100%;
  background-color: #a1bcc7;
}

.home-page .banner-zone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.home-page .banner-zone .primary-info-desktop {
  width: 30%;
  min-width: 300px;
  background-color: #2b2922;
  color: #cecfd0;
  padding: 20px;
}
@media (max-width: 1100px) {
  .home-page .banner-zone .primary-info-desktop {
    display: none;
  }
}

.home-page .primary-info-desktop:not(.banner-zone .primary-info-desktop) {
  max-width: 1000px;
}
@media (max-width: 1100px) {
  .home-page .primary-info-desktop:not(.banner-zone .primary-info-desktop) {
    display: none;
  }
}

@media (min-width: 1100px) {
  .home-page .primary-info-mobile {
    display: none;
  }
}

.home-page #banner-homepage-top {
  height: calc(100dvh - 85px) !important;
}
@media (min-width: 640px) {
  .home-page #banner-homepage-top {
    height: calc(100dvh - 110px) !important;
  }
}

.home-page #banner-homepage-top #ticket-button-container {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .home-page #banner-homepage-top #ticket-button-container {
    bottom: 120px;
  }
}
@media (max-width: 500px) {
  .home-page #banner-homepage-top #ticket-button-container {
    bottom: 100px;
  }
}
@media (min-width: 1100px) {
  .home-page #banner-homepage-top #ticket-button-container {
    justify-content: flex-end;
    bottom: 100px;
    right: 100px;
  }
}

.home-page #no-banner #ticket-button-container,
.home-page .primary-info-mobile #ticket-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page #ticket-button-container .ticket-link {
  background-color: #ffcf00;
  color: #2b2922;
  padding: 10px 30px;
  z-index: 2;
  cursor: pointer;
  transition: transform 200ms ease;
  border-radius: 8px;
  opacity: 0.9;
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .home-page #ticket-button-container .ticket-link {
    font-size: 2.2rem;
  }
}

.home-page #ticket-button-container .ticket-span {
  background-color: #ffcf00;
  color: #2b2922;
  padding: 25px 30px 30px 30px;
  z-index: 2;
  border-radius: 8px;
  opacity: 0.9;
  font-size: 1.6rem;
  text-align: center;
  line-height: 20px;
}
@media (min-width: 640px) {
  .home-page #ticket-button-container .ticket-span {
    font-size: 2.2rem;
  }
}

.home-page #ticket-button-container .ticket-span h5 {
  margin: 0;
}

.map h1 {
  margin-bottom: 0;
}

.map h4 {
  margin-top: 0;
}

.map h1,
.map h4 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .map h1,
  .map h4 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.map .content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .map .content {
    flex-direction: row-reverse;
    padding-bottom: 30px;
  }
}

.map #mapImageContainer {
  display: flex;
  position: relative;
  overflow: hidden;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .map #mapImageContainer {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .map #mapImageContainer {
    border-radius: 30px;
  }
}

.map #mapImageContainer img {
  width: 100%;
  max-width: 800px;
}

.map #mapImageContainer .mapIcon {
  position: absolute;
  cursor: pointer;
}

.map #mapInfoContainer {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .map #mapInfoContainer {
    width: 200px;
  }
}

.map #mapInfoContainer h2,
.map #mapInfoContainer p {
  margin-bottom: 0;
}

.map #mapInfoContainer ul {
  padding: 0;
}

.map #mapInfoContainer h2 {
  margin: 10px 0 10px 0;
}

.map #mapInfoContainer ul li:not(:first-child) {
  margin: 0 0 0 10px;
}

.programme {
  display: flex;
  flex-direction: column;
}

.programme h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.programme ul {
  display: flex;
  flex-direction: column;
  list-style-type: circle;
}
@media (max-width: 600px) {
  .programme ul {
    padding-left: 15px;
  }
}

.programme ul li {
  margin-bottom: 10px;
}

.programme ul span {
  font-size: 1.2rem;
}

.programme ul i {
  font-size: 1rem;
  margin-left: 10px;
}

@media (min-width: 1000px) {
  .programme .clear-box {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1000px) {
  .programme ul,
  .programme h2,
  .programme h3,
  .programme p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.scouts .title-section h1 {
  margin-bottom: 0;
}

.site-map ul,
.site-map h2 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
@media (min-width: 600px) {
  .site-map ul,
  .site-map h2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-map li {
  margin-bottom: 10px;
}

.site-map li i {
  margin-right: 10px;
}

.supporters {
  display: flex;
  flex-direction: column;
}

.supporters .supporters-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 1100px) {
  .supporters .supporters-main {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.supporters .supporters-main a,
.supporters .supporters-main disupporter-non-link {
  max-width: 240px;
  margin-bottom: 30px;
}

@media (min-width: 500px) {
  .supporters .supporters-main a,
  .supporters .supporters-main disupporter-non-link {
    margin-right: 30px;
  }
}

.supporters .supporters-main a img,
.supporters .supporters-main disupporter-non-link img {
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.supporters .form-content-container {
  background-color: #cecfd0;
  width: 100%;
}

.supporters .form-width-control {
  display: flex;
  flex-direction: column;
  padding: 30px 40px 50px 40px;
  width: 100%;
}
@media (min-width: 1100px) {
  .supporters .form-width-control {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}

.supporters .form-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media (min-width: 1100px) {
  .supporters .form-content {
    margin-top: 16px;
  }
}

.supporters .form-content h2 {
  margin-bottom: 0;
}

.supporters form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0 auto;
}
@media (min-width: 1100px) {
  .supporters form {
    margin: 20px 40px 0 0;
  }
}

.supporters form input,
.supporters form textarea,
.supporters form label {
  width: 100%;
}

.supporters form textarea {
  min-height: 100px;
}

.supporters form .submit {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
}

.supporters form .submit:hover {
  background-color: #e6ba00;
}

.banner {
  display: flex;
  position: relative;
  max-width: 100%;
}
@media (min-width: 640px) {
  .banner.height-sm {
    height: 390px;
  }
  .banner.height-md {
    height: 500px;
  }
  .banner.height-lg {
    height: 700px;
  }
}

.banner.padding .swiper-slide {
  padding: 0 40px 40px 40px;
}
@media (max-width: 640px) {
  .banner.padding .swiper-slide {
    padding: 0 20px 20px 20px;
  }
}

.banner.padding-top .swiper-slide {
  padding-top: 40px !important;
}
@media (max-width: 640px) {
  .banner.padding-top .swiper-slide {
    padding-top: 20px !important;
  }
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: black;
  opacity: 0.2;
  --swiper-navigation-size: 32px;
  --swiper-navigation-sides-offset: 60px;
}
@media (max-width: 640px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  color: #ffcf00;
  opacity: 1;
}

.banner.banner-shadow .swiper-button-next,
.banner.banner-shadow .swiper-button-prev {
  top: calc(50% - 20px);
}

.banner.banner-shadow .swiper-pagination {
  bottom: 48px;
}
@media (max-width: 640px) {
  .banner.banner-shadow .swiper-pagination {
    bottom: 28px;
  }
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  opacity: 0.4;
}

.banner .swiper-pagination-bullet-active {
  background-color: #ffcf00;
}

.banner .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner.rounded .swiper-slide img {
  border-radius: 30px;
}

.banner.banner-shadow .swiper-slide img {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .banner.banner-shadow .swiper-slide img {
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 8px 8px -1px rgba(0, 0, 0, 0.2), 0 5px 6px -4px rgba(0, 0, 0, 0.2);
  }
}

.banner .swiper-slide .banner-mobile-image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.rounded .swiper-slide .banner-mobile-image {
  border-radius: 25px;
}

.banner.banner-shadow .swiper-slide .banner-mobile-image {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.2);
}

html {
  background-color: rgb(235, 235, 235);
  height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom);
}

body {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease;
}

#page-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.page-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.section-width {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.title-section {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .title-section {
    width: 75%;
  }
}

main {
  position: relative;
  margin-top: 110px;
}
@media (max-width: 640px) {
  main {
    margin-top: 85px;
  }
}

.link-trail {
  position: absolute;
  top: 2px;
  left: 10px;
}

.link-trail i {
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (min-width: 640px) {
  .link-trail a:hover {
    color: #2b2922;
    text-decoration: underline;
  }
}

ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.page-column-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .page-column-container {
    flex-direction: row;
  }
}

.page-column-container .page-column {
  flex-grow: 1;
  min-width: 200px;
}

@media (min-width: 640px) {
  .page-column-container .page-column:not(:first-child) {
    margin-left: 40px;
  }
}

.page-button-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-button-row .page-button span {
  margin-left: 5px;
}

button {
  padding: 6px 9px;
  font-size: 1rem;
  cursor: pointer;
}

button.page-button,
a.page-button,
input.page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  border-radius: 3px;
  font-size: 1rem;
  cursor: pointer;
}
@media (max-width: 640px) {
  button.page-button,
  a.page-button,
  input.page-button {
    font-size: 0.8rem;
  }
}

.page-button.padding {
  padding: 5px 10px;
}
@media (max-width: 640px) {
  .page-button.padding {
    padding: 3px 8px;
  }
}

.page-button.padding-large {
  padding: 8px 16px;
}
@media (max-width: 640px) {
  .page-button.padding-large {
    padding: 6px 12px;
  }
}

button.page-button:not(.submit, .warning-overlay .page-button, .no-margin),
a.page-button:not(.submit, .warning-overlay .page-button, .no-margin) {
  margin-top: 10px;
  margin-bottom: 10px;
}

button.page-button:not(:first-child, .submit, .warning-overlay .page-button, .no-margin),
a.page-button:not(:first-child, .submit, .warning-overlay .page-button, .no-margin, .empty-basket a) {
  margin-left: 10px;
}

@media (min-width: 640px) {
  button.page-button:hover:not(.pb-success, .pb-danger, .pb-dark),
  a.page-button:hover:not(.pb-success, .pb-danger, .pb-dark) {
    background-color: #e6ba00;
  }
}

button.page-button i,
a.page-button i {
  font-size: 1.1rem;
  color: white;
  margin-left: 5px;
}
@media (max-width: 640px) {
  button.page-button i,
  a.page-button i {
    font-size: 0.8rem;
  }
}

.page-button .fa-angles-left {
  margin-left: 0;
  margin-right: 5px;
}

button.button-active {
  background-color: #2b2922;
}

.page-button.pb-success {
  background-color: #6cbf8b;
}

@media (min-width: 640px) {
  .page-button.pb-success:hover {
    background-color: #49a76c;
  }
}

.page-button.pb-danger {
  background-color: #dc3545;
}

@media (min-width: 640px) {
  .page-button.pb-danger:hover {
    background-color: #bb2d3b;
  }
}

.fa-toggle-off {
  color: #dc3545;
}

.fa-toggle-on {
  color: #6cbf8b;
}

.wb-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.wb-container-row .web-box {
  margin: 0;
}
@media (min-width: 500px) {
  .wb-container-row .web-box {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .wb-container-row .web-box {
    width: 100%;
  }
}

.web-box {
  border-radius: 5px;
  margin-bottom: 10px;
}

.web-box:not(.product-page-main) {
  background-color: white;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.web-box.limited {
  max-width: 600px;
}

.web-box h3 {
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}

.web-box ul {
  margin: 0;
  padding: 10px;
}

.web-box .wb-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .web-box .wb-row:not(form .wb-row) {
    flex-direction: column;
  }
}

.clear-box {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 40px 40px;
  color: white;
}
@media (max-width: 640px) {
  .clear-box {
    padding: 20px 20px 40px 20px;
  }
}

.clear-box.center {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .clear-box.center-mobile {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .clear-box.center-desktop {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.clear-box.small {
  max-width: 600px;
}

.clear-box.medium {
  max-width: 900px;
}

.clear-box.large {
  max-width: 1200px;
}

.clear-box h2 {
  margin-bottom: 10px;
}

.clear-box p {
  font-size: 1.1rem;
}

.popup-label-container {
  position: relative;
  display: flex;
}

@media (min-width: 640px) {
  .popup-label-button:hover .popup-label {
    display: flex;
  }
}

.popup-label {
  display: none;
  position: absolute;
  right: 26px;
  line-height: 10px;
  white-space: nowrap;
  background-color: #2b2922;
  color: white;
  padding: 6px 8px 4px 8px;
  border-radius: 5px;
  font-size: 0.6rem;
  z-index: 4;
  letter-spacing: 0.1rem;
}

.popup-label:not(.fa-square .popup-label-container .popup-label) {
  bottom: 4px;
}

.fa-square .popup-label-container .popup-label {
  bottom: -9px;
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 640px) {
  .hide-desktop {
    display: none;
  }
}

.image-viewer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 6;
  padding: 10px;
}
@media (min-width: 640px) {
  .image-viewer {
    padding: 20px;
  }
}

.viewer-image {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}
@media (min-width: 640px) {
  .viewer-image {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
  }
}

.image-viewer .fa-xmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  font-size: 1.1rem;
  width: 18px;
  height: 18px;
  text-align: center;
}

@media (min-width: 640px) {
  .image-viewer .fa-xmark:hover {
    color: black;
    background-color: white;
  }
}

#loading-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1500ms ease-out;
}

#loading-screen.transition1 img {
  transform: scale(0.9);
}

#loading-screen.transition2 {
  transition: all 800ms ease-in;
  opacity: 0;
}

#loading-screen.remove {
  display: none;
}

#loading-screen img {
  transition: all 2300ms ease-out;
  height: 20%;
  position: relative;
  top: 0%;
}

#loading-screen img.remove {
  transition: all 600ms ease-in;
  opacity: 0;
  top: 2%;
}

.large-message-box {
  display: flex;
  width: 100%;
  padding: 40px;
}

a.large-message-box {
  cursor: pointer;
}

.large-message-box.gray-box {
  background-color: #cecfd0;
}

.large-message-box.black-box {
  background-color: #2b2922;
}

.large-message-box.black-box h2 {
  color: white;
}

a.large-message-box:hover h2 {
  transform: scale(1.05);
}

.large-message-box h2 {
  transition: all 100ms ease;
  color: #2b2922;
  font-size: 2.4em;
  text-align: center;
  white-space: pre-wrap;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .large-message-box.limited h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .large-message-box.limited h2 {
    font-size: 1.8rem;
  }
}

.image-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px 10px 20px;
}
@media (min-width: 750px) {
  .image-grid {
    padding: 40px 20px;
  }
}

.image-grid img {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .image-grid img {
    width: 100%;
  }
}
@media (min-width: 750px) {
  .image-grid img {
    height: 300px;
  }
}

@media (min-width: 750px) {
  .image-grid img:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 640px) {
  .lt .hover:hover,
  .hover:hover h2,
  .hover:hover li,
  .hover:hover i {
    cursor: pointer;
    color: #0f6a6b;
  }
}

@media (min-width: 640px) {
  .hover-background:hover {
    background-color: #2b2922;
    color: white;
    cursor: pointer;
  }
}

@media (min-width: 640px) {
  .hover-background:hover i {
    color: white;
  }
}

.alert-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 10px 0;
  padding: 10px 40px 10px 15px;
  border-radius: 5px;
  color: white;
  width: 100%;
}
@media (max-width: 640px) {
  .alert-box {
    font-size: 0.8rem;
  }
}

.alert-box li {
  color: white;
}

.alert-box.error {
  background-color: #dc3545;
}

.alert-box.success {
  background-color: #49a76c;
}

.alert-box.info {
  background-color: #1d9fdd;
}

.floating .alert-box {
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  max-width: 400px;
}
@media (pointer: coarse) {
  .floating .alert-box {
    /* mobile device */
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media (pointer: fine), (pointer: none), (pointer: fine) and (any-pointer: coarse) {
  .floating .alert-box {
    /* desktop */
    /* touch desktop */
    width: calc(100% - 37px);
    margin-right: 27px;
  }
}

.limited .alert-box {
  max-width: 600px;
}

.alert-box h3 {
  margin: 0;
}

.alert-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1rem;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
@media (max-width: 640px) {
  .alert-box i {
    font-size: 0.8rem;
  }
}

@media (min-width: 640px) {
  .alert-box i:hover {
    background-color: white;
  }
}

@media (min-width: 640px) {
  .alert-box.error i:hover {
    color: #dc3545;
  }
}

@media (min-width: 640px) {
  .alert-box.success i:hover {
    color: #49a76c;
  }
}

@media (min-width: 640px) {
  .alert-box.info i:hover {
    color: #1d9fdd;
  }
}

.warning-overlay {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(80, 80, 80, 0.5);
  z-index: 6;
}

.warning-box {
  width: 90%;
  max-width: 800px;
  padding: 10px 15px;
}

.warning-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.warning-box p {
  margin: 0;
  padding: 0;
}

.warning-box .row {
  display: flex;
  width: 100%;
}

.warning-box .pb-danger {
  flex-grow: 1;
  min-width: 100px;
  margin: 5px 10px 0 0;
}

.warning-box .pb-success {
  flex-grow: 5;
  margin-top: 5px;
  margin: 5px 0 0 0;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background-color: #2b2922;
  padding: 20px;
  margin-top: auto;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media (min-width: 640px) {
  footer {
    padding: 40px;
  }
}

footer .logo img {
  display: flex;
  height: 140px;
}
@media (max-width: 640px) {
  footer .logo img {
    height: 100px;
  }
}

footer nav {
  display: flex;
  flex-direction: column;
  margin: 10px auto 0 auto;
}
@media (min-width: 640px) {
  footer nav {
    flex-direction: row;
    margin: 0;
  }
}

footer nav .footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 0 30px 0;
  color: white;
}
@media (min-width: 640px) {
  footer nav .footer-links {
    align-items: flex-start;
    margin: 0 60px 0 0;
  }
}

footer nav .footer-links.categories {
  display: flex;
  flex-wrap: wrap;
}

footer nav .footer-links .title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffcf00;
}

footer nav .nav-link {
  width: 100%;
  margin: 5px auto 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  footer nav .nav-link {
    text-align: start;
  }
}

@media (min-width: 640px) {
  footer nav .nav-link:hover {
    text-decoration: underline;
  }
}

footer .footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

footer #footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  color: white;
}

footer #footer-socials a {
  margin-right: 10px;
  cursor: pointer;
}

@media (min-width: 640px) {
  footer #footer-socials a:hover {
    color: #ffcf00;
  }
}

form {
  display: flex;
  flex-direction: column;
}

form .input-label-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 8px;
  min-width: 50px;
  width: 20%;
}

form .input-label-container input,
form .input-label-container label,
form .input-label-container select,
form .input-label-container option {
  min-width: 50px;
}

form.web-box,
.web-box form {
  position: relative;
}

form.web-box .submit,
.web-box form .submit {
  margin-right: auto;
}

form.web-box i,
.web-box form i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: #2b2922;
  cursor: pointer;
}

form.web-box i:hover:not(.show-password i),
.web-box form i:hover:not(.show-password i) {
  background-color: #2b2922;
  color: white;
}

form input:not(form input:last-child, .checkbox-container input, .submit),
form textarea,
form label.file-input-label,
form select,
.stripe-input {
  margin-bottom: 10px;
}

form input:not(.checkbox-container input, .submit),
.form input:not(.checkbox-container input, .submit),
form textarea,
form label.file-input-label,
form select,
form option,
form .stripe-input {
  padding: 5px 8px;
  border-radius: 5px;
  color: #2b2922;
  background-color: white;
  height: 33px;
  cursor: pointer;
}

form input:not(.checkbox-container input, .submit),
.form input:not(.checkbox-container input, .submit),
form textarea,
form label.file-input-label,
form select:not(.product-page .wb-content),
.stripe-input {
  border: 2px solid #cecfd0;
}

form input:focus:not(.checkbox-container input, .submit),
.form input:focus:not(.checkbox-container input, .submit),
form textarea:focus,
form label.file-input-label:hover,
.stripe-input:focus {
  border: 2px solid white;
}

form textarea {
  resize: vertical;
  min-height: 33px;
  overflow: hidden;
}

form .submit {
  background-color: #2b2922;
  border: none;
  color: white !important;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
  height: 33px;
  padding: 5px 10px;
}

form .submit:not(.web-box .submit, .product-page-main .submit, .contact .submit, .feedback .submit) {
  width: 80%;
  margin: 5px auto 5px auto;
}

form .submit:hover {
  background-color: #cecfd0;
  border: none;
  color: black;
}

form label.show-password {
  position: relative;
  margin: 0 0 2px 3px;
}

form label:not(.file-input-label, .show-password),
.form label {
  font-weight: bold;
  line-height: 20px;
  margin-left: 2px;
}

form label {
  min-width: 50px;
}

form span {
  color: #dc3545;
}

form p {
  width: 80%;
  margin: 5px auto 5px auto;
  text-align: center;
}

form i {
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 7px;
  z-index: 1;
}

form input.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form label.file-input-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  max-width: 300px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: pointer;
  background-color: white;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

form label.file-input-label::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

form label i {
  cursor: pointer;
}

form .checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}

form .checkbox-container input {
  margin: 0 5px 0 0;
}

#header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 110px;
  background-color: #2b2922;
  z-index: 3;
}
@media (max-width: 640px) {
  header {
    height: 85px;
  }
}
@media (min-width: 640px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header #header-start,
header #header-end {
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 50%;
  height: 100%;
}

header #header-start {
  justify-content: flex-start;
}

header #header-end {
  justify-content: flex-end;
}

header .logo-link {
  max-width: 162px;
}
@media (max-width: 640px) {
  header .logo-link {
    max-width: 120px;
  }
}

header img.logo {
  height: 110px;
  padding: 10px 5px;
}
@media (max-width: 640px) {
  header img.logo {
    height: 85px;
  }
}

header #header-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #ffcf00;
  margin-right: 10px;
}
@media (max-width: 500px) {
  header #header-socials {
    display: none;
  }
}

header #header-socials a {
  margin-right: 10px;
  opacity: 0.8;
  cursor: pointer;
}

header #header-socials a:hover {
  opacity: 1;
}

header #nav-menu-button {
  transition: transform 200ms ease;
  font-size: 1.8rem;
  opacity: 0.8;
  color: #ffcf00;
  cursor: pointer;
}
@media (min-width: 500px) {
  header #nav-menu-button {
    padding-bottom: 4px;
  }
}

header #nav-menu-button:hover {
  opacity: 1;
}

header .header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcf00;
  height: 30px;
  padding: 0 10px;
  opacity: 0.8;
}

header .header-button:hover {
  opacity: 1;
}

header .header-button:not(:first-child) {
  margin-left: 10px;
}

header .header-button span {
  color: #2b2922;
  text-align: center;
  line-height: 1rem;
  font-size: 1rem;
}
@media (min-width: 640px) {
  header .header-button span {
    font-size: 1.2rem;
  }
}

.site-menu {
  position: fixed;
  top: 0;
  right: -240px;
  height: 100%;
  width: 240px;
  background-color: #2b2922;
  padding: 10px 0;
  overflow-y: auto;
  z-index: 6;
  transition: all 200ms ease;
  display: flex;
  flex-direction: column;
}

.site-menu #menu-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 10px 10px;
}

.site-menu img.logo {
  display: flex;
  align-self: center;
  width: 90%;
}

.site-menu #menu-items {
  flex-direction: column;
  padding: 0;
  margin: 0 0 20px 0;
}

.site-menu .nav-link {
  transition: border-radius 200ms ease;
}

.site-menu .nav-link #menu-ticket-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffcf00;
  height: 40px;
  opacity: 0.8;
}

.site-menu .nav-link #menu-ticket-button:hover {
  opacity: 1;
}

.site-menu .nav-link #menu-ticket-button i,
.site-menu .nav-link #menu-ticket-button li {
  color: #2b2922;
}

.site-menu .nav-link,
.site-menu .primary-nav-link {
  cursor: pointer;
}

.site-menu .nav-link:not(:last-child, :first-child) {
  border-bottom: 1px solid #cecfd0;
}

.site-menu .nav-link .primary-nav-link {
  border-left: 2px solid #2b2922;
  border-right: 2px solid #2b2922;
}

.site-menu .nav-link .primary-nav-link:hover {
  border-left: 2px solid #ffcf00;
  border-right: 2px solid #ffcf00;
}

.site-menu .primary-nav-link,
.site-menu .nav-sublink {
  display: flex;
  align-items: center;
  height: 40px;
}

.site-menu .primary-nav-link:hover li,
.site-menu .primary-nav-link:hover p,
.site-menu .primary-nav-link:hover i {
  color: #ffcf00;
}

.site-menu .nav-sublink:hover li,
.site-menu .nav-sublink:hover p,
.site-menu .nav-sublink:hover i {
  color: white;
}

.site-menu .nav-link-icon {
  font-size: 1rem;
  width: 40px;
  text-align: center;
}

.site-menu .nav-link .fa-angle-down,
.site-menu .nav-link .fa-angle-up {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 0.9rem;
  width: 36px;
  height: 100%;
  padding: 5px;
}

.site-menu .nav-link .fa-angle-up {
  display: none;
}

.site-menu .nav-sublinks {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 200ms ease;
}

.site-menu .nav-sublink {
  background-color: #cecfd0;
  padding-left: 10px;
  min-height: 40px;
  max-height: 40px;
}

.site-menu .nav-sublink:first-child {
  border-top: 1px solid #cecfd0;
}

.site-menu .nav-sublink:not(:first-child) {
  border-top: 1px solid white;
}

.site-menu .nav-sublink:hover {
  background-color: #2b2922;
}

.site-menu .nav-sublink .nav-link-icon {
  margin-left: auto;
}

.site-menu #menu-socials {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.site-menu #menu-socials a:not(:first-child) {
  margin-left: 15px;
}

.site-menu #menu-socials i:hover {
  color: #ffcf00;
}

header .menu-overlay {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: black;
  transition: all 200ms ease;
}

.menu-non-active {
  transform: translate3d(0, 0, 0);
}

.menu-active {
  transform: translate3d(-240px, 0, 0);
}

table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

tr {
  border-bottom: 1px solid rgb(235, 235, 235);
}

thead tr {
  height: 35px;
}

tbody tr {
  height: 30px;
}

table .fa-xmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: #2b2922;
  cursor: pointer;
  font-size: 1rem;
}

table .fa-xmark:hover {
  background-color: #2b2922;
  color: white;
}

tr.dark-row {
  background-color: #2b2922;
  color: white;
}

tr th {
  white-space: nowrap;
}

tr th, tr td {
  padding-left: 7px;
  text-align: left;
}

tr th:last-child, tr td:last-child {
  padding-right: 8px;
}

tr td div {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

tr td div::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

tr td img {
  margin: 5px 0 0 0;
  border-radius: 5px;
}

tr td.padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

tr .tr-buttons {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

tr i:not(.primary, .non-primary, .fa-xmark) {
  position: relative;
  font-size: 1rem;
  text-align: right;
  cursor: pointer;
  color: black;
  margin-top: 3px;
}

tr i:not(tr:first-child, .primary, .non-primary) {
  margin-left: 7px;
}

tr i:hover:not(.primary, .non-primary) {
  color: #2b2922;
}

tr i:hover .button-label:not(tr .button-label:hover) {
  display: inline-block;
}

tr .button-label {
  margin: 0;
  padding: 0;
  display: none;
  z-index: 2;
}

tr .button-label p {
  position: absolute;
  bottom: -20px;
  right: 150%;
  background-color: #2b2922;
  color: white;
  padding: 6px 10px 6px 8px;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

tr .button-label div {
  position: absolute;
  bottom: 3px;
  right: 125%;
  height: 12px;
  width: 12px;
  background-color: #2b2922;
  transform: rotate(45deg);
  border-radius: 0 3px 0 10px;
}

table .empty-table {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin: 20px;
  width: 100%;
  opacity: 0.6;
}

table .empty-table h3 {
  margin: 0;
  color: #2b2922;
}

table .primary, table .non-primary {
  font-size: 1.1rem;
}

table .primary {
  color: #6cbf8b;
}

table .non-primary {
  color: #dc3545;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Staatliches", cursive;
  font-weight: 100;
  text-transform: uppercase;
}

.thick-title {
  font-weight: 600;
}

p, a, i, li, input, label, button, textarea, select {
  font-family: "Nunito", sans-serif;
}

.lt h1, .lt h2, .lt h3, .lt h4, .lt h5, .lt h6, .lt p, .lt a, .lt i, .lt li, .lt input, .lt label,
h1.lt, h2.lt, h3.lt, h4.lt, h5.lt, h6.lt, p.lt, a.lt, i.lt, li.lt, input.lt, label.lt, button.lt {
  color: white;
}

.dk h1, .dk h2, .dk h3, .dk h4, .dk h5, .dk h6, .dk p, .dk a, .dk i, .dk li, .dk input, .dk label,
h1.dk, h2.dk, h3.dk, h4.dk, h5.dk, h6.dk, p.dk, a.dk, i.dk, li.dk, input.dk, label.dk {
  color: black;
}

.title h1, .title h2 {
  margin: 0;
}

i {
  font-size: 1.6rem;
}

#alert-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 20px;
  width: calc(100% - 40px);
  z-index: 12;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.alert-box {
  position: relative;
  display: flex;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  padding: 25px 40px 20px 20px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  transition: transform 200ms ease-in-out;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .alert-box {
    width: 100%;
    font-size: 0.8rem;
  }
}
@media (min-width: 640px) {
  .alert-box {
    min-width: 460px;
    max-width: 700px;
  }
}

.alert-box.error {
  background-color: #dc3545;
}

.alert-box.success {
  background-color: #6cbf8b;
}

.alert-box.exit:not(.pause) {
  transform: translateX(calc(100% + 20px));
}

.alert-box.remove:not(.pause) {
  display: none;
}

.alert-box span {
  margin-bottom: 5px;
}

.alert-box strong {
  font-weight: 800;
}

.alert-box .loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  transition: width 7s;
}

.alert-box.start .loading-bar {
  width: 0%;
}

.alert-box.error .loading-bar {
  background-color: rgba(255, 255, 255, 0.8);
}

.alert-box.success .loading-bar {
  background-color: rgba(80, 80, 80, 0.5);
}

.alert-box .loading-bar-background {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
}

.alert-box.error .loading-bar-background {
  background-color: #bb2d3b;
}

.alert-box.success .loading-bar-background {
  background-color: #49a76c;
}

.alert-box h3 {
  margin: 0;
}

.alert-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 0.9rem;
  top: 6px;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
@media (max-width: 640px) {
  .alert-box i {
    font-size: 0.8rem;
  }
}

.alert-box .fa-times {
  right: 6px;
}

.alert-box .fa-pause {
  right: 26px;
}

@media (min-width: 640px) {
  .alert-box i:hover {
    background-color: white;
  }
}

@media (min-width: 640px) {
  .alert-box.error i:hover {
    color: #dc3545;
  }
}

@media (min-width: 640px) {
  .alert-box.success i:hover {
    color: #6cbf8b;
  }
}