nav {
  height: 70px;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0px;
}

.site-nav .logo {
  height: 22px;
  width: auto;
  position: absolute;
  top: 24px;
  left: 10px;
  z-index: 99;
}

.site-nav .logo img {
  height: 100%;
  width: auto;
}

.nav-logo {
  height: 60px;
  width: auto;
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 999;
}

.nav-logo img {
  height: 100%;
  width: auto;
}

.show-modal {
  border: none;
  position: absolute;
  padding: 0;
  height: 34px;
  width: 34px;
  top: 18px;
  right: 25px;
  cursor: pointer;
  overflow: hidden;
  background: none;
  z-index: 9999;
}

.close-modal {
  border: none;
  position: absolute;
  padding: 3px;
  height: 40px;
  width: 40px;
  top: 14px;
  right: 19px;
  cursor: pointer;
  overflow: hidden;
  background: none;
  z-index: 9999;
}

.show-modal .menu-icon,
.close-modal .menu-icon {
  height: 100%;
  width: 100%;
}

.modal {
  position: fixed;
  top: 45%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 999;
}

.modal .main-menu-style {
  display: block;
  width: 100vw;
}

.modal .main-menu-style a {
  padding: 0 20px;
  margin: 0;
  position: relative;
}

.modal .main-menu-style a::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background-color: var(--foe-color-two);
  transition: all ease-in-out 0.2s;
}
.modal .main-menu-style a:hover::after {
  width: 100%;
  left: 0;
}

.modal .main-menu-style ul {
  margin: 0;
  padding: 0;
}

.modal .main-menu-style li {
  margin: 0;
  list-style: none;
}

.social {
  padding: 35px 0 0;
}

.social svg {
  height: 25px;
  width: 25px;
  margin: 0 8px;
}

.social {
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 888;
}

.overlay-tophalf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 45vh;
  z-index: 889;
}

.overlay-tophalf::after {
  content: '';
  position: fixed;
  top: 45vh;
  height: 5.21vw;
  width: 100%;
  background-image: url(../img/before.png);
  background-repeat: no-repeat;
  background-position: center bottom 1px;
  background-size: cover;
}

#modal-decoration-one,
#modal-decoration-two,
#modal-decoration-three,
#modal-decoration-four,
#modal-decoration-five,
#modal-decoration-six {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition-timing-function: cubic-bezier(0.2, 0.1, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.1, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.1, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0.1, 0, 1);
}

#modal-decoration-one.offset,
#modal-decoration-two.offset,
#modal-decoration-three.offset,
#modal-decoration-four.offset,
#modal-decoration-five.offset,
#modal-decoration-six.offset {
  transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
}

#modal-decoration-one {
  width: 40vw;
  height: calc(40vw * 0.64365);
  bottom: -6vw;
  left: -8vw;
  background-image: url('../../../uploads/2021/08/leaf-1-1.png');
  animation: decoration-one 12s infinite ease-in-out 2s;
  -moz-animation: decoration-one 12s infinite ease-in-out 2s;
  -webkit-animation: decoration-one 12s infinite ease-in-out 2s;
  -o-animation: decoration-one 12s infinite ease-in-out 2s;
}

#modal-decoration-one.offset {
  bottom: -37vw;
  left: -34vw;
}

#modal-decoration-two {
  width: 20vw;
  height: calc(20vw * 1.00353);
  bottom: -7vw;
  left: 18vw;
  background-image: url('../../../uploads/2021/08/leaf-2-1.png');
  animation: decoration-two 10s infinite ease-in-out 2s;
  -moz-animation: decoration-two 10s infinite ease-in-out 2s;
  -webkit-animation: decoration-two 10s infinite ease-in-out 2s;
  -o-animation: decoration-two 10s infinite ease-in-out 2s;
}

#modal-decoration-two.offset {
  bottom: -45vw;
  left: -45vw;
}

#modal-decoration-three {
  width: 20vw;
  height: calc(20vw * 1.30519);
  bottom: -15vw;
  left: 32vw;
  background-image: url('../../../uploads/2021/08/leaf-7-1.png');
  animation: decoration-three 12s infinite ease-in-out 2s;
  -moz-animation: decoration-three 12s infinite ease-in-out 2s;
  -webkit-animation: decoration-three 12s infinite ease-in-out 2s;
  -o-animation: decoration-three 12s infinite ease-in-out 2s;
}

#modal-decoration-three.offset {
  bottom: -42vw;
  left: 75vw;
}

#modal-decoration-four {
  width: 30vw;
  height: calc(30vw * 0.84379);
  bottom: -9vw;
  left: 45vw;
  background-image: url('../../../uploads/2021/08/leaf-8-1.png');
  animation: decoration-four 9s infinite ease-in-out 2s;
  -moz-animation: decoration-four 9s infinite ease-in-out 2s;
  -webkit-animation: decoration-four 9s infinite ease-in-out 2s;
  -o-animation: decoration-four 9s infinite ease-in-out 2s;
}

#modal-decoration-four.offset {
  bottom: -57vw;
  left: 63vw;
}

#modal-decoration-five {
  width: 20vw;
  height: calc(20vw * 1.16019);
  bottom: -9vw;
  left: 69vw;
  background-image: url('../../../uploads/2021/08/leaf-5.png');
  animation: decoration-five 13s infinite ease-in-out 2s;
  -moz-animation: decoration-five 13s infinite ease-in-out 2s;
  -webkit-animation: decoration-five 13s infinite ease-in-out 2s;
  -o-animation: decoration-five 13s infinite ease-in-out 2s;
}

#modal-decoration-five.offset {
  bottom: -37vw;
  left: 78vw;
}

#modal-decoration-six {
  width: 24vw;
  height: calc(24vw * 1.05647);
  bottom: -8vw;
  left: 82vw;
  background-image: url('../../../uploads/2021/08/leaf-4.png');
  animation: decoration-six 10s infinite ease-in-out 2s;
  -moz-animation: decoration-six 10s infinite ease-in-out 2s;
  -webkit-animation: decoration-six 10s infinite ease-in-out 2s;
  -o-animation: decoration-six 10s infinite ease-in-out 2s;
}

#modal-decoration-six.offset {
  bottom: -45vw;
  left: 34vw;
}

.cart-icon {
  position: absolute;
  display: block;
  justify-content: center;
  height: 32px;
  width: 32px;
  top: 18px;
  right: 70px;
  background-image: url('../img/cart-icon-2.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cart-count {
  font-family: var(--font-body);
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 7px;
  font-size: 13px;
  color: #000;
}

.hthb-notification a {
  color: var(--foe-color-six);
}

.hthb-notification a:hover,
.hthb-notification a:focus,
.hthb-notification a:active {
  color: var(--foe-color-two);
}

.pum-theme-950,
.pum-theme-default-theme {
  background-color: rgba(81, 19, 49, 0.9) !important;
}

.pum-theme-950 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 5vw 10vw !important;
  border-radius: 10px !important;
}

.pum-theme-950 .pum-title,
.pum-theme-default-theme .pum-title {
  text-align: center !important;
  text-shadow: none !important;
  font-family: var(--font-h-two) !important;
}

.pum-theme-950 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  background-color: var(--foe-color-two) !important;
}

.pum-theme-950 .pum-content,
.pum-theme-default-theme .pum-content {
  text-align: center !important;
}

.pum-overlay :before {
  display: none;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  nav {
    height: 80px;
  }

  .site-nav .logo {
    top: 29px;
    left: 25px;
  }

  .nav-logo {
    top: 15px;
    left: 17px;
  }

  .show-modal {
    top: 23px;
    right: 35px;
  }

  .close-modal {
    top: 20px;
    right: 35px;
  }

  .cart-icon {
    top: 23px;
    right: 80px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  nav {
    height: 100px;
  }

  .site-nav .logo {
    top: 35px;
    left: 40px;
    height: 30px;
  }

  .nav-logo {
    top: 100px;
    left: 110px;
  }

  .show-modal {
    top: 33px;
    right: 40px;
  }

  .close-modal {
    top: 100px;
    right: 110px;
  }

  .cart-icon {
    top: 33px;
    right: 85px;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1440px) {
}
