@charset "UTF-8";
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
@media (max-width: 619px) {
  .row {
    padding-bottom: 24px;
  }
}

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

.full-row {
  width: 90%;
}

@media (min-width: 720px) {
  .col-md-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
}

@media (min-width: 720px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
}

@media (min-width: 720px) {
  .col-md-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 720px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-4-and-half {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 720px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 720px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 719px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 719px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 720px) {
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 720px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 720px) {
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-offset-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

[class*=col-] {
  float: left;
}
@media (max-width: 719px) {
  [class*=col-] {
    float: none;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.col-2-3 {
  width: 56%;
}
@media (max-width: 619px) {
  .col-2-3 {
    width: 100%;
  }
}

.col-1-3 {
  width: 29%;
}

.col-1-2 {
  width: 40%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-8 {
  width: 12.5%;
}

.flex-strech {
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 719px) {
  .flex-column-mobile {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 719px) {
  .col-1-2, .col-1-3, .col-1-4, .col-1-5 {
    width: 100%;
    padding: 0;
  }
}
.logo-wrapper {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.logo-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.nav-logo {
  text-align: center;
  width: 80px;
  height: 80px;
  display: block;
  margin: 22px 10px 22px auto;
}
.nav-logo img {
  width: 80px;
}

nav {
  display: none;
  position: relative;
  text-align: center;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
nav .nav-item {
  display: inline-flex;
  flex-direction: column;
}
nav a, nav .nav-item > a {
  position: relative !important;
  padding: 10px 24px 10px 24px;
  border-style: solid;
  border-color: #f6e000;
  border-width: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin: 3px 6px;
  letter-spacing: normal;
  color: #191919;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav a.active, nav .nav-item > a.active {
  background: #f6e000;
  text-decoration: underline;
  text-decoration-color: #f6e000;
  text-decoration-width: 2px;
  font-weight: 700;
}
nav a.highlight, nav .nav-item > a.highlight {
  border-width: 3px;
  padding: 8px 24px;
  font-weight: 700;
}
nav a.no-border, nav .nav-item > a.no-border {
  border-width: 0;
}
nav .nav-item > span {
  font-style: italic;
  font-size: 10px;
}
nav .nav-item > span img {
  width: 10px;
  margin-bottom: 2px;
}
@media (max-width: 1150px) {
  nav a {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  nav {
    display: none;
  }
}

.main-nav {
  display: flex;
  justify-content: center;
}

.flex-basis-0 {
  flex-basis: 0;
}

.lang-and-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-and-cart a {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 3px;
}
.lang-and-cart a.active {
  font-weight: bold;
}

@media (max-width: 1150px) {
  nav a, nav .nav-item > a {
    font-size: 20px;
  }
  .nav-logo {
    width: 70px;
    height: 70px;
    margin: 15px 10px 15px auto;
  }
  .nav-logo img {
    width: 60px;
    margin-top: 5px;
  }
  .lang-and-cart a {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  nav a, nav .nav-item > a {
    font-size: 12px;
  }
  .lang-and-cart a {
    font-size: 12px;
  }
  .logo-wrapper, #menu {
    max-width: 910px;
  }
}
@media (max-width: 1000px) {
  nav {
    display: none !important;
  }
  .lang-and-cart a {
    font-size: 14px;
  }
}
#cart img, #profile img, #cartmobile img, #profilemobile img {
  width: 20px;
  padding-right: 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}
#cart span, #profile span, #cartmobile span, #profilemobile span {
  vertical-align: middle;
  background: #f6e000;
  padding: 4px 10px;
  border-radius: 50%;
}
#cart.empty, #profile.empty, #cartmobile.empty, #profilemobile.empty {
  opacity: 0.5;
}
#cart.empty span, #profile.empty span, #cartmobile.empty span, #profilemobile.empty span {
  background: #ccc;
}
@media (max-width: 719px) {
  #cart img, #profile img, #cartmobile img, #profilemobile img {
    width: 14px;
    padding-right: 2px;
    margin-bottom: 2px;
  }
  #cart span, #profile span, #cartmobile span, #profilemobile span {
    padding: 1px 6px;
  }
}

a.cart-item-size {
  margin-right: 0;
}
@media (max-width: 719px) {
  a.cart-item-size {
    margin-right: 8px;
  }
}
@media (max-width: 400px) {
  a.cart-item-size {
    margin-right: 6px;
  }
}

#profile, #profilemobile {
  opacity: 0.7;
}
#profile img, #profilemobile img {
  padding-right: 12px;
  width: 24px;
}
@media (max-width: 719px) {
  #profile img, #profilemobile img {
    width: 16px;
    padding-right: 10px;
  }
}

.link-normal {
  padding-right: 20px !important;
}

.yellow-nav-divider {
  background-color: #f6e000;
  height: 2px;
  width: 50%;
  max-width: 150px;
  margin: 15px auto 15px 8px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 10px 20px 25px 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-content a {
  display: block;
  color: #333333;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0rem 1rem;
  padding: 0.7rem 0.3rem;
  position: relative !important;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.green-divider {
  width: 60px;
  height: 0px;
  border: solid 2px #41D63E;
  margin: 1rem 1rem;
}

.dropdown {
  display: inline-block;
}
.dropdown.selected {
  border-top: solid 7px #41D63E;
  padding-top: 20px;
}

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

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-nav-trigger {
  display: none;
  position: fixed;
  z-index: 300;
  left: 5%;
  top: 20px;
  height: 54px;
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #191919;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}

.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

@media (max-width: 1000px) {
  .cd-nav-trigger {
    display: block;
    top: 25px;
  }
}
.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 70%;
  margin: 0 auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}

.cd-nav h2::after {
  /* bottom separation line */
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}

.cd-nav .cd-primary-nav {
  margin-top: 60px;
}

.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}

.cd-nav .cd-primary-nav a {
  font-family: "Nunito", sans-serif;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}

.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}

.cd-nav .cd-contact-info {
  margin-top: 80px;
}

.cd-nav .cd-contact-info li {
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}

.cd-nav .cd-contact-info a {
  color: #ffffff;
}

.cd-nav .cd-contact-info span {
  display: block;
}

.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 4.4rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}
.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 14vh;
  width: 80%;
  text-align: left;
  margin-top: 30px;
  margin: 30px auto 0 auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #f9dc50;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay a:visited {
  color: #f9dc50;
}

.overlay a .sub-link {
  padding: 7px 8px 7px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #f9dc50;
  display: block;
  transition: 0.3s;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay .donate-nav-button {
  margin-top: 20px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 16px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: 0 none;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.page-carousel {
  border: none !important;
  width: 100%;
}

.carousel {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.card .carousel .carousel-indicators {
  bottom: 0;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 719px) {
  .img-fluid {
    height: auto;
  }
  .img-fluid.mobile-300 {
    height: 300px;
  }
}

.d-block {
  display: block !important;
}

.card img {
  max-width: 100%;
  height: auto;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  max-width: 28%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}
.carousel-caption p {
  font-size: 35px;
  text-align: left;
}
.carousel-caption p.white {
  color: #fff;
}
.carousel-caption p.long-text {
  font-size: 30px;
}
@media (max-width: 719px) {
  .carousel-caption {
    max-width: 95%;
    padding-right: 14px;
  }
  .carousel-caption p {
    font-size: 30px;
  }
  .carousel-caption p.long-text {
    font-size: 26px;
  }
}

.d-none {
  display: none !important;
}

.card a:not(.btn) {
  color: #444444;
}

.card .carousel a {
  position: absolute;
  color: #FFFFFF !important;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control {
  background-color: #f6e000;
  border-radius: 50%;
  opacity: 0.8;
  text-shadow: none;
}

.carousel-control.right, .carousel-control.left {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.carousel-control.left {
  height: 50px;
  top: 50%;
  width: 50px;
  left: 25px;
  opacity: 0;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
.carousel-control {
  background-color: #f6e000;
  border-radius: 50%;
  opacity: 0.8;
  text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
  opacity: 1;
  background-color: #f6e000;
}

.carousel-control.left {
  height: 50px;
  top: calc(50% - 25px);
  width: 50px;
  left: 25px;
  opacity: 0;
}

.carousel-control.right {
  height: 50px;
  right: 25px;
  top: calc(50% - 25px);
  width: 50px;
  opacity: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  display: inline-block;
  z-index: 5;
}

.carousel-control .fa {
  font-size: 16px;
  margin: 2px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.page-carousel {
  border: none !important;
  width: 100%;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.carousel-indicators > li {
  background-color: rgba(204, 204, 204, 0.49);
  border: 0 none;
}

.carousel-indicators .active {
  background-color: #423e3e;
}

.page-carousel:hover .carousel-control.right,
.page-carousel:hover .carousel-control.left {
  opacity: 0.7;
  z-index: 1;
}

.card .carousel .carousel-indicators {
  bottom: 0;
}

.card .carousel a {
  position: absolute;
  color: #FFFFFF !important;
}

.card .carousel a:hover {
  color: #FFFFFF !important;
}

.card .carousel a .fa-angle-left:before, .fa-chevron-left:before {
  padding-right: 3px;
  padding-top: 2px;
}

.card .carousel a .fa-angle-right:before, .fa-chevron-right:before {
  padding-left: 3px;
  padding-top: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(204, 204, 204, 0.49);
  border: 0 none;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.card .carousel .carousel-indicators {
  bottom: 30px;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.mar-bottom-30 {
  margin-bottom: 30px;
}

.mar-bottom-50 {
  margin-bottom: 50px;
}

.mar-bottom-50-i {
  margin-bottom: 50px !important;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-50 {
  margin-top: 50px;
}

.no-top-mar {
  margin-top: 0 !important;
}

.no-bottom-mar {
  margin-bottom: 0 !important;
}

.no-top-pad {
  padding-top: 0 !important;
}

.no-bottom-pad {
  padding-bottom: 0 !important;
}

.section-bottom {
  margin-bottom: 50px !important;
}
@media (max-width: 719px) {
  .section-bottom {
    margin-bottom: 30px !important;
  }
}

.img-80 {
  width: 80%;
}
.img-80 img {
  width: 80%;
}

.full-width {
  width: 100%;
}

.effect-tilt {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.effect-tilt:hover, .effect-tilt:focus, .effect-tilt:active {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

.effect-curl {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.effect-curl:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.effect-curl:hover:before, .effect-curl:focus:before, .effect-curl:active:before {
  width: 25px;
  height: 25px;
}

@-webkit-keyframes effect-levitate {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes effect-levitate {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes effect-levitate-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes effect-levitate-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.effect-levitate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.effect-levitate {
  -webkit-animation-name: effect-levitate-float, effect-levitate;
  animation-name: effect-levitate-float, effect-levitate;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.effect-levitate:hover, .effect-levitate:focus, .effect-levitate:active {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 115%;
  bottom: auto;
  left: 50%;
  margin-top: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 110%;
  bottom: auto;
  left: 50% !important;
  margin-left: -2px;
  width: 0 !important;
  border-top: 0;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

[data-tooltip]:before,
[data-tooltip]:after {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

@-webkit-keyframes glowing {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@-o-keyframes glowing {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes glowing {
  0% {
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
@media (max-width: 619px) {
  .row {
    padding-bottom: 24px;
  }
}

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

.full-row {
  width: 90%;
}

@media (min-width: 720px) {
  .col-md-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
}

@media (min-width: 720px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
}

@media (min-width: 720px) {
  .col-md-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 720px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-4-and-half {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 720px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 720px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 719px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 719px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 720px) {
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 720px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 720px) {
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width: 720px) {
  .col-md-offset-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

[class*=col-] {
  float: left;
}
@media (max-width: 719px) {
  [class*=col-] {
    float: none;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.col-2-3 {
  width: 56%;
}
@media (max-width: 619px) {
  .col-2-3 {
    width: 100%;
  }
}

.col-1-3 {
  width: 29%;
}

.col-1-2 {
  width: 40%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-8 {
  width: 12.5%;
}

.flex-strech {
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 719px) {
  .flex-column-mobile {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 719px) {
  .col-1-2, .col-1-3, .col-1-4, .col-1-5 {
    width: 100%;
    padding: 0;
  }
}
.logo-wrapper {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.logo-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.nav-logo {
  text-align: center;
  width: 80px;
  height: 80px;
  display: block;
  margin: 22px 10px 22px auto;
}
.nav-logo img {
  width: 80px;
}

nav {
  display: none;
  position: relative;
  text-align: center;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
nav .nav-item {
  display: inline-flex;
  flex-direction: column;
}
nav a, nav .nav-item > a {
  position: relative !important;
  padding: 10px 24px 10px 24px;
  border-style: solid;
  border-color: #f6e000;
  border-width: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin: 3px 6px;
  letter-spacing: normal;
  color: #191919;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav a.active, nav .nav-item > a.active {
  background: #f6e000;
  text-decoration: underline;
  text-decoration-color: #f6e000;
  text-decoration-width: 2px;
  font-weight: 700;
}
nav a.highlight, nav .nav-item > a.highlight {
  border-width: 3px;
  padding: 8px 24px;
  font-weight: 700;
}
nav a.no-border, nav .nav-item > a.no-border {
  border-width: 0;
}
nav .nav-item > span {
  font-style: italic;
  font-size: 10px;
}
nav .nav-item > span img {
  width: 10px;
  margin-bottom: 2px;
}
@media (max-width: 1150px) {
  nav a {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  nav {
    display: none;
  }
}

.main-nav {
  display: flex;
  justify-content: center;
}

.flex-basis-0 {
  flex-basis: 0;
}

.lang-and-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-and-cart a {
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 3px;
}
.lang-and-cart a.active {
  font-weight: bold;
}

@media (max-width: 1150px) {
  nav a, nav .nav-item > a {
    font-size: 20px;
  }
  .nav-logo {
    width: 70px;
    height: 70px;
    margin: 15px 10px 15px auto;
  }
  .nav-logo img {
    width: 60px;
    margin-top: 5px;
  }
  .lang-and-cart a {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  nav a, nav .nav-item > a {
    font-size: 12px;
  }
  .lang-and-cart a {
    font-size: 12px;
  }
  .logo-wrapper, #menu {
    max-width: 910px;
  }
}
@media (max-width: 1000px) {
  nav {
    display: none !important;
  }
  .lang-and-cart a {
    font-size: 14px;
  }
}
#cart img, #profile img, #cartmobile img, #profilemobile img {
  width: 20px;
  padding-right: 4px;
  margin-bottom: 4px;
  vertical-align: middle;
}
#cart span, #profile span, #cartmobile span, #profilemobile span {
  vertical-align: middle;
  background: #f6e000;
  padding: 4px 10px;
  border-radius: 50%;
}
#cart.empty, #profile.empty, #cartmobile.empty, #profilemobile.empty {
  opacity: 0.5;
}
#cart.empty span, #profile.empty span, #cartmobile.empty span, #profilemobile.empty span {
  background: #ccc;
}
@media (max-width: 719px) {
  #cart img, #profile img, #cartmobile img, #profilemobile img {
    width: 14px;
    padding-right: 2px;
    margin-bottom: 2px;
  }
  #cart span, #profile span, #cartmobile span, #profilemobile span {
    padding: 1px 6px;
  }
}

a.cart-item-size {
  margin-right: 0;
}
@media (max-width: 719px) {
  a.cart-item-size {
    margin-right: 8px;
  }
}
@media (max-width: 400px) {
  a.cart-item-size {
    margin-right: 6px;
  }
}

#profile, #profilemobile {
  opacity: 0.7;
}
#profile img, #profilemobile img {
  padding-right: 12px;
  width: 24px;
}
@media (max-width: 719px) {
  #profile img, #profilemobile img {
    width: 16px;
    padding-right: 10px;
  }
}

.link-normal {
  padding-right: 20px !important;
}

.yellow-nav-divider {
  background-color: #f6e000;
  height: 2px;
  width: 50%;
  max-width: 150px;
  margin: 15px auto 15px 8px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 10px 20px 25px 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-content a {
  display: block;
  color: #333333;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0rem 1rem;
  padding: 0.7rem 0.3rem;
  position: relative !important;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.green-divider {
  width: 60px;
  height: 0px;
  border: solid 2px #41D63E;
  margin: 1rem 1rem;
}

.dropdown {
  display: inline-block;
}
.dropdown.selected {
  border-top: solid 7px #41D63E;
  padding-top: 20px;
}

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

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-nav-trigger {
  display: none;
  position: fixed;
  z-index: 300;
  left: 5%;
  top: 20px;
  height: 54px;
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #191919;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}

.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

@media (max-width: 1000px) {
  .cd-nav-trigger {
    display: block;
    top: 25px;
  }
}
.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 70%;
  margin: 0 auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}

.cd-nav h2::after {
  /* bottom separation line */
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}

.cd-nav .cd-primary-nav {
  margin-top: 60px;
}

.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}

.cd-nav .cd-primary-nav a {
  font-family: "Nunito", sans-serif;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}

.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}

.cd-nav .cd-contact-info {
  margin-top: 80px;
}

.cd-nav .cd-contact-info li {
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}

.cd-nav .cd-contact-info a {
  color: #ffffff;
}

.cd-nav .cd-contact-info span {
  display: block;
}

.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 4.4rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}
.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 14vh;
  width: 80%;
  text-align: left;
  margin-top: 30px;
  margin: 30px auto 0 auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #f9dc50;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay a:visited {
  color: #f9dc50;
}

.overlay a .sub-link {
  padding: 7px 8px 7px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #f9dc50;
  display: block;
  transition: 0.3s;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.overlay .donate-nav-button {
  margin-top: 20px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 16px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.products {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  padding: 3vh 5% 8vh 5%;
  row-gap: 30px;
  column-gap: 25px;
  list-style: none;
  line-height: 0;
  grid-auto-flow: dense;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.products.four-cols {
  grid-template-columns: repeat(4, 2fr);
  padding-top: 4vh;
  padding-bottom: 6vh;
}
.products.four-cols .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products.four-cols .product .price {
  width: 60%;
  padding: 20px 20px;
}
.products.four-cols .product .notes {
  font-size: 12px;
  margin-bottom: 6px;
}
.products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #000;
  border: solid 2px #f6e000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.products .product figure {
  position: relative;
}
.products .product figure .discount-badge {
  position: absolute;
  right: 60px;
  top: 36px;
  padding: 22px 11px;
  background: #f6e000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
.products .product figure .sold-out-badge {
  position: absolute;
  right: 22px;
  top: 20px;
  padding: 22px 11px;
  background: #ccc;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.products .product figure .limited-badge {
  position: absolute;
  right: 22px;
  top: 20px;
  padding: 22px 11px;
  background: #f6e000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.products .product img {
  width: 100%;
  margin: 0 auto;
}
.products .product h1,
.products .product h2,
.products .product h3 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  line-height: 20px;
}
.products .product h4 {
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  line-height: 20px;
}
.products .product .product-info-wrapper {
  display: flex;
  flex-direction: column;
}
.products .product .product-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.products .product .product-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding-left: 22px;
}
.products .product .product-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 22px;
  margin-top: 8px;
  margin-bottom: 18px;
  text-align: left;
}
.products .product .product-title.narrow {
  max-width: 55%;
}
.products .product .price-normal {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-right: 22px;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.products .product .price-normal .conv-price {
  display: none;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.products .product .price-normal .old-price {
  color: #ccc;
  text-decoration: line-through;
  float: right;
  font-size: 16px;
}
.products .product .price-normal .old-price.conv-price {
  display: none;
  font-size: 14px;
  line-height: 14px;
}
.products .product .price-normal .old-price-classic {
  color: #ccc;
  text-decoration: line-through;
  padding-right: 4px;
  font-size: 18px;
}
.products .product .price-normal.sold-out {
  color: #000;
}
.products .product .product-notes {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 0;
}
.products .product .product-notes.left {
  text-align: left;
}
.products .product .notes {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #191919;
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: 1em;
}
.products .product .price {
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  background-color: #000;
  padding: 20px 50px;
  width: 180px;
  margin: 10px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.products .product .price .old-price {
  color: #ccc;
  text-decoration: line-through;
  padding-right: 4px;
}
.products .product .price.sold-out {
  color: #000;
  background-color: #ccc;
}
.products .product .caption {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.125em;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.products .product .caption span {
  max-width: 70%;
}
.products .product:hover {
  border: solid 2px #000;
}
.products .product:hover .product-cta p {
  background: #2D2B2B;
  color: #f6e000;
}
.products .product.subscription {
  background: #f6e000;
}
.products .product.subscription img {
  width: 85%;
  margin-top: 40px;
}
.products .product.subscription .product-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.products .product.subscription .price-normal {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}
.products .product.subscription .product-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.products .product.subscription .product-cta button,
.products .product.subscription .product-cta span,
.products .product.subscription .product-cta p {
  border: 2px #2D2B2B solid;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 719px) {
  .products {
    grid-template-columns: repeat(1, 2fr);
    padding: 1vh 5% 4vh 5%;
    row-gap: 16px;
  }
}
@media (max-width: 400px) {
  .products {
    grid-template-columns: repeat(1, 2fr);
    padding: 1vh 5% 4vh 5%;
    row-gap: 16px;
  }
  .products .product .product-title {
    font-size: 16px;
  }
  .products .product .price-normal {
    font-size: 14px;
  }
  .products .product .price-normal .old-price {
    font-size: 14px;
  }
  .products .product .product-notes {
    font-size: 12px;
  }
}

.shop-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1vh 0;
  width: 100%;
}
.shop-navigation .product-types {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: #f2f2f2;
  padding: 18px 24px;
}
.shop-navigation .product-types a {
  margin: 2px 8px 0 8px;
  color: black !important;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.4;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.shop-navigation .product-types a.active {
  font-weight: bold;
  opacity: 1;
}
.shop-navigation .product-types a:visited {
  color: black !important;
}
.shop-navigation .product-types a:hover {
  opacity: 0.8;
}
.shop-navigation .product-types .yellow-divider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f6e000;
}
.shop-navigation .grid-switch {
  display: flex;
  padding: 16px 0;
  align-items: center;
}
.shop-navigation .grid-switch span {
  margin-right: 10px;
}
.shop-navigation .grid-switch a {
  margin: 0 8px;
  color: #ccc;
}
.shop-navigation .grid-switch a.big {
  line-height: 16px;
  font-size: 24px;
}
.shop-navigation .grid-switch a.active {
  color: #191919;
}
@media (max-width: 719px) {
  .shop-navigation {
    padding: 5px 0 1vh;
  }
  .shop-navigation .product-types {
    width: 100%;
    padding: 10px 4vw;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .shop-navigation .product-types a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
  }
  .shop-navigation .product-types a.last {
    float: none;
    margin-left: 8px;
  }
}

.shop-features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0 10px 0;
}
.shop-features div {
  display: flex;
  align-items: center;
  max-width: 230px;
  padding-right: 20px;
}
.shop-features div span {
  font-size: 16px;
}
.shop-features div span.bold {
  font-weight: bold;
}
.shop-features div img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  padding-right: 15px;
}
@media (max-width: 719px) {
  .shop-features {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .shop-features div {
    margin: 0 auto;
  }
  .shop-features div span {
    font-size: 12px;
  }
  .shop-features div img {
    height: 34px;
    padding-bottom: 5px;
  }
}

.shop-features-bold {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 55px 0 60px 0;
  background-color: #f6e000;
}
.shop-features-bold div {
  display: flex;
  align-items: center;
  max-width: 250px;
  padding-right: 35px;
}
.shop-features-bold div span {
  font-size: 18px;
  font-weight: bold;
}
.shop-features-bold div img {
  height: 48px;
  padding-right: 15px;
}
.shop-features-bold div:last-of-type {
  padding-right: 0;
}
@media (max-width: 719px) {
  .shop-features-bold {
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .shop-features-bold div {
    margin: 0 auto;
    padding-right: 0;
  }
  .shop-features-bold div span {
    font-size: 12px;
  }
  .shop-features-bold div img {
    height: 36px;
    padding-bottom: 10px;
  }
}

.yellow-sec-divider {
  background-color: #f6e000;
  height: 6px;
  width: 80%;
  max-width: 500px;
  margin: 6px auto;
}

.leaves-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.leaves-divider img {
  padding: 0 14px;
  width: 40px;
}

.yellow-title-divider {
  background-color: #f6e000;
  height: 6px;
  width: 50%;
  max-width: 150px;
  margin: 15px auto 0 auto;
}

@media (min-width: 720px) {
  .shop-title-box {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 33.333333%;
  }
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
}
.section-subtitle p {
  margin-top: 0;
}
@media (max-width: 719px) {
  .section-subtitle {
    font-size: 12px;
  }
}

.promo-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  max-width: 800px;
}
.promo-subtitle p {
  margin-top: 0;
}
@media (max-width: 719px) {
  .promo-subtitle {
    font-size: 14px;
  }
}

.cta-light, .next-action-nav a {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-style: solid;
  border-color: #f6e000;
  border-width: 2px;
  padding: 16px 24px 14px 24px;
  margin: 0 14px;
  letter-spacing: 2px;
}
.cta-light:visited, .next-action-nav a:visited {
  color: #000;
}
@media (max-width: 1100px) {
  .cta-light, .next-action-nav a {
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  .cta-light, .next-action-nav a {
    font-size: 12px;
  }
}

.hover-white, .next-action-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6e000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 100px;
}
.hover-white:before, .next-action-nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-white:hover, .next-action-nav a:hover {
  color: #000;
  border-color: #fff;
}
.hover-white:hover:before, .next-action-nav a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button-wrapper-row {
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.shop-hero-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 5vh auto 10px auto;
  text-align: center;
}
@media (max-width: 719px) {
  .shop-hero-nav .cta-light, .shop-hero-nav .next-action-nav a, .next-action-nav .shop-hero-nav a {
    font-size: 12px;
    padding: 10px 10px 8px 10px;
    margin: 4px 4px;
  }
}

.next-action-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px auto;
  text-align: center;
}
.next-action-nav a {
  padding: 8px 30px 6px 30px;
  margin-bottom: 40px;
  font-weight: bold;
}
.next-action-nav a:hover {
  border-color: #f6e000;
}

.shop-hero-title {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 880px;
  color: white;
}
.shop-hero-title a {
  color: white;
  background: linear-gradient(to bottom, #f6e000 0%, #f6e000 100%) repeat-x 0 100%;
  background-size: 3px 3px;
}
.shop-hero-title a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23f6e000' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}
.shop-hero-title a:visited {
  color: white;
}
@media (max-width: 719px) {
  .shop-hero-title {
    min-width: 310px;
    top: 90px;
  }
}
@media (max-width: 400px) {
  .shop-hero-title {
    min-width: 250px;
  }
}

.shop-intro {
  padding: 8vh 6.5% 3vh 6.5%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.shop-intro h2 {
  font-size: 36px;
  margin-bottom: 26px;
}
.shop-intro p {
  line-height: 1.4;
}
.shop-intro .leaves {
  text-align: center;
  margin: 30px auto 20px auto;
  width: 400px;
}
.shop-intro .leaves img {
  margin-left: 10px;
  margin-right: 10px;
  width: 46px;
}
@media (max-width: 719px) {
  .shop-intro {
    padding: 5vh 10% 4vh 10%;
  }
  .shop-intro h2 {
    font-size: 32px;
  }
}

.product-wrapper {
  width: 90%;
  max-width: 1100px;
  padding: 3vh 5% 10vh 5%;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .product-wrapper {
    padding: 3vh 5% 5vh 5%;
  }
}

.product-left {
  width: 52%;
}
.product-left img {
  width: 100%;
}
@media (max-width: 719px) {
  .product-left {
    width: 84%;
    margin: 0 auto;
  }
}

.product-image {
  position: relative;
}
.product-image .product-discount-badge {
  position: absolute;
  right: 40px;
  top: 26px;
  padding: 12px 18px;
  background: #f6e000;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
.product-image .product-sold-out-badge {
  position: absolute;
  right: 20px;
  top: 16px;
  padding: 12px 18px;
  background: #ccc;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-description {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 0 30px 0;
  padding: 28px 34px;
}
.product-description h3 {
  text-transform: uppercase;
}

.product-float {
  float: right;
  padding: 0;
  max-width: 420px;
  width: 43%;
  left: 57%;
  position: absolute;
  top: 250px;
}
@media (max-width: 719px) {
  .product-float {
    position: relative;
    top: auto;
    width: 84%;
    margin: 0 auto;
    left: auto;
    float: none;
  }
}
@media (min-width: 1400px) {
  .product-float {
    left: 54%;
  }
}

.breadcrums {
  float: right;
}
.breadcrums a {
  color: #000;
}
@media (max-width: 719px) {
  .breadcrums {
    float: none;
    margin-bottom: 15px;
    text-align: right;
  }
}

.manufacturer {
  font-family: Nunito;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(25, 25, 25, 0.5);
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .manufacturer {
    margin-top: 24px;
    font-size: 14px;
  }
}

.product-name {
  font-family: Nunito;
  font-size: 40px;
  font-weight: 800;
  color: #191919;
  margin: 0 0 36px 0;
  line-height: 1.2;
}
@media (max-width: 719px) {
  .product-name {
    font-size: 32px;
    margin: 0 0 26px 0;
  }
}

.aval-quantity {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}

.priceline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Nunito;
  font-size: 22px;
  font-weight: bold;
  text-align: justify;
  color: #191919;
  line-height: 1.1;
  width: 78%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  margin: 0;
}
.product-price .conv-price {
  display: none;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.product-price .old-price {
  font-size: 20px;
  color: #ccc;
  text-decoration: line-through;
  padding-right: 4px;
}
.product-price .old-price.conv-price {
  display: none;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 719px) {
  .product-price {
    font-size: 20px;
  }
  .product-price .conv-price,
  .product-price .old-price .conv-price {
    font-size: 12px;
  }
}

.packaging {
  padding: 10px 24px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f6e000;
  margin: 0 0 10px;
}

.info-label {
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  margin-top: 10px;
  text-transform: uppercase;
}

.product-info {
  margin: 4px 0;
}

.quantity-row {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.3px;
  text-align: justify;
  text-transform: uppercase;
  color: #191919;
}
.quantity-row input {
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(246, 224, 0, 0.2) !important;
  width: 40px;
  padding: 5px 0 5px 10px;
  margin-left: 16px;
}
.quantity-row input:invalid {
  background-color: rgba(246, 224, 0, 0.2) !important;
}
@media (max-width: 719px) {
  .quantity-row {
    padding-top: 20px;
    font-size: 16px;
  }
}

a.shop-button {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 280px;
  max-width: 96%;
  margin: 40px 0 0 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.shop-button:visited {
  color: white;
}
a.shop-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6e000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.shop-button:hover {
  background: #000;
  color: #000;
  border-color: #000;
}
a.shop-button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.shop-button:hover img {
  filter: invert(100%) !important;
  -webkit-filter: invert(100%) !important;
}
a.shop-button.not-allowed {
  opacity: 0.5;
  cursor: not-allowed;
}
a.shop-button.not-allowed:hover {
  text-align: center;
}
a.shop-button.not-allowed:hover:after {
  content: attr(data-title);
  display: block;
  font-size: 14px;
  color: #ef5656;
}
a.shop-button img {
  width: 20px;
  margin-bottom: 5px;
  margin-right: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 719px) {
  a.shop-button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 18px 0 0 0;
    width: 240px;
  }
}
span.sold-out-button {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 280px;
  max-width: 96%;
  margin: 40px 0 0 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #000;
  background: #ccc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 719px) {
  span.sold-out-button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 18px 0 0 0;
    width: 240px;
  }
}

.similar-products h2 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.24;
  color: #191919;
}
.similar-products .products {
  padding-bottom: 6vh;
}
@media (max-width: 719px) {
  .similar-products h2 {
    font-size: 30px;
  }
}

.promoted-products {
  margin-top: 70px;
}
.promoted-products h2 {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.24;
  color: #191919;
  margin-top: 16px;
  margin-bottom: 8px;
}
.promoted-products a.show-more {
  display: block;
  text-align: center;
  color: #191919;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.promoted-products .products {
  grid-template-columns: repeat(3, 2fr);
  padding-bottom: 4vh;
}
@media (max-width: 719px) {
  .promoted-products {
    margin-top: 40px;
  }
  .promoted-products h2 {
    font-size: 28px;
    max-width: 90%;
    margin: 14px auto 6px auto;
  }
  .promoted-products .products {
    grid-template-columns: repeat(1, 2fr);
    padding-bottom: 10vh;
  }
  .promoted-products .products.pad-b-30_mobile {
    padding-bottom: 30px;
  }
}

.p-no-padding p {
  padding-bottom: 0;
  margin-bottom: 4px;
}

.spacer-4vh {
  height: 4vh;
}

.pagination {
  display: block !important;
  height: 10vh;
}
.pagination a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 28px;
  width: 40px;
  max-width: 96%;
  margin: 0 auto 0 auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:visited {
  color: white;
}
.pagination a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pagination a:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.pagination a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.countdown-banner {
  display: flex;
  height: 80px;
  border-style: solid;
  border-width: 2px;
  border-color: #f6e000;
  width: 80%;
  margin: 15px auto 0 auto;
}
.countdown-banner .countdown-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  padding-left: 14%;
  width: 26%;
}
.countdown-banner .countdown-label p {
  margin: 0;
}
.countdown-banner .countdown {
  display: flex;
  flex-direction: row;
  width: 45%;
  justify-content: space-evenly;
  align-items: center;
}
.countdown-banner .countdown .countdown-elem {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.countdown-banner .countdown .countdown-elem .big {
  font-size: 20px;
  font-weight: bold;
}
.countdown-banner .countdown .countdown-elem .small {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 719px) {
  .countdown-banner {
    flex-direction: column;
    height: 100px;
    justify-content: center;
  }
  .countdown-banner .countdown-label {
    width: 86%;
    margin: 0 auto 10px auto;
    padding: 0;
    justify-content: center;
    font-size: 16px;
  }
  .countdown-banner .countdown {
    width: 100%;
  }
  .countdown-banner .countdown .countdown-elem .big {
    font-size: 20px;
    line-height: 1.1;
  }
}

.grind-select {
  margin-left: 3px;
  font-size: 90%;
  padding: 3px;
  border-radius: 4px;
}

.snipcart-add-item.final img {
  width: 20px;
  margin-bottom: 2px;
  margin-right: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-image {
  width: 24px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #48db71;
  padding: 11px 10px 2px;
  margin: 10px auto 1.4em;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 450px;
  text-align: center;
}
.modal-content h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.modal-content p {
  margin-bottom: 0;
  color: #666;
}
.modal-content span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 2em;
  color: #666;
}
.modal-content .btn-open {
  display: none;
}
.modal-content .btn-open.is-active {
  display: block;
}
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content button {
  font-size: 1.25em;
  font-weight: bold;
  background-color: #000;
  border: none;
  padding: 0.5em 1em;
  color: #fff;
  box-shadow: 0 0 0 2px #000 inset;
  border-radius: 0.25em;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
}
.modal-content button:hover {
  box-shadow: 0 0 0 2px #000 inset;
  color: #000;
  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:visited {
  color: inherit;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  transition: opacity 0.3s ease-in;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input {
  background: none;
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

@font-face {
  font-family: "AvenirBlack";
  src: url(../fonts/Avenir-Black.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "AvenirBook";
  src: url(../fonts/Avenir-Book.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Nunito", sans-serif;
}

.wrapper {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .wrapper {
    width: auto;
  }
}

.grid {
  margin: 0 0 20px 0;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
}
@media (max-width: 719px) {
  [class*=col-] {
    float: none;
  }
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 45%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-8 {
  width: 12.5%;
}

@media (max-width: 719px) {
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5 {
    width: 100%;
    padding: 0;
  }
}
.mar-r-30 {
  margin-right: 30px;
}

.mar-l-30 {
  margin-left: 30px;
}

.mar-r-0 {
  margin-right: 0;
}

.pad-r-30 {
  padding-right: 30px;
}

.pad-b-30 {
  padding-bottom: 30px;
}

.pad-t-30 {
  padding-top: 30px !important;
}

.pad-t-70 {
  padding-top: 70px !important;
}

.pad-t-80 {
  padding-top: 80px !important;
}

.pad-b-70 {
  padding-bottom: 70px !important;
}

@media (max-width: 719px) {
  .pad-mobile-top-1-50 {
    padding-top: 1.5em;
  }
}

@media (max-width: 719px) {
  .pad-b-30_mobile {
    padding-bottom: 30px;
  }
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.modul {
  padding: 20px;
}

.wrapper {
  padding: 5px 50px 70px 50px;
}
@media (max-width: 719px) {
  .wrapper {
    padding: 20px 5px;
  }
}

.wrapper-tall {
  padding: 40px 50px;
}

.wrapper-slim {
  padding: 50px 80px;
}

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px;
}
.grid-pad [class*=col-]:last-of-type {
  padding-right: 0px;
}

.spacer {
  position: relative;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.spacer.p20 {
  padding-top: 20px;
}
.spacer.p50 {
  padding-top: 50px;
}

.header-standard {
  height: 194px;
}
@media (max-width: 1150px) {
  .header-standard {
    height: 190px;
  }
}
@media (max-width: 1000px) {
  .header-standard {
    height: 100px;
  }
}

#menu {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#menu > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero-section {
  position: relative;
}
.hero-section.fit-height {
  height: calc(100vh - 194px);
}
.hero-section.fit-height img {
  height: 100%;
}
.hero-section.fit-height img.cover {
  object-fit: cover;
}
@media (max-width: 1150px) {
  .hero-section.fit-height {
    height: calc(100vh - 190px);
  }
}
@media (max-width: 719px) {
  .hero-section.fit-height {
    height: auto;
  }
  .hero-section.fit-height.mobile-full-height {
    height: calc(100vh - 100px);
  }
  .hero-section.fit-height.mobile-height-half {
    height: 50vh;
  }
}
.hero-section.fit-height-with-menu {
  height: calc(100vh - 194px);
}
.hero-section.fit-height-with-menu img {
  height: 100%;
}
.hero-section.fit-height-with-menu img.cover {
  object-fit: cover;
}
@media (max-width: 1150px) {
  .hero-section.fit-height-with-menu {
    height: calc(100vh - 190px);
  }
}
@media (max-width: 719px) {
  .hero-section.fit-height-with-menu {
    height: auto;
  }
  .hero-section.fit-height-with-menu.mobile-full-height {
    height: calc(100vh - 100px);
  }
  .hero-section.fit-height-with-menu.mobile-height-half {
    height: 50vh;
  }
}
.hero-section.height-400 {
  max-height: 400px;
}
.hero-section img {
  width: 100%;
}
.hero-section img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 719px) {
  .hero-section img {
    height: 240px;
    object-fit: cover;
  }
  .hero-section img.map-image {
    height: 50vh;
  }
}
.hero-section .caption {
  position: absolute;
  margin: 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: 0.125em;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .hero-section .caption {
    font-size: 3.2rem;
  }
}
@media (max-width: 719px) {
  .hero-section .caption {
    font-size: 2rem;
  }
}
.hero-section .caption.shop-title {
  font-size: 3.7rem;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media (max-width: 1140px) {
  .hero-section .caption.shop-title {
    font-size: 3.2rem;
  }
}
.hero-section .dark-caption {
  position: absolute;
  margin: 0;
  color: #000;
  line-height: 1;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 600;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 20px #fff, -2px -2px 20px #fff, 2px -2px 20px #fff, -2px 2px 20px #fff;
}
@media (max-width: 1100px) {
  .hero-section .dark-caption {
    font-size: 3.2rem;
  }
}
@media (max-width: 719px) {
  .hero-section .dark-caption {
    font-size: 2rem;
    text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff, 2px -2px 10px #fff, -2px 2px 10px #fff;
  }
}

.hover-dark {
  position: relative;
  background: none;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6e000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-dark:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hover-underline {
  position: relative;
  background: none;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #aab7bd;
  opacity: 0.8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-underline:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-cta {
  margin: 20px auto 10px auto;
  padding: 25px 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.custom-cta a {
  color: #fff;
}
.custom-cta a .button, .custom-cta a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta a .extra-choice {
  margin-left: 15px;
  padding: 5px 20px;
  background-color: #f6e000;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}
.custom-cta.big-margin {
  margin-top: 40px;
}
.custom-cta.no-margin {
  margin-top: 0;
}
.custom-cta.boxed {
  width: 88%;
  max-width: 1100px;
}
.custom-cta.invert-colors {
  background-color: #f6e000;
  color: #000;
}
.custom-cta.invert-colors a {
  color: #000;
}
.custom-cta.invert-colors a .button, .custom-cta.invert-colors a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta.invert-colors a .extra-choice {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.custom-cta.invert-colors a .button:hover, .custom-cta.invert-colors a .subscription-card-full .extra-choice:hover, .subscription-card-full .custom-cta.invert-colors a .extra-choice:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 719px) {
  .custom-cta {
    margin: 10px 0;
    padding: 18px 5%;
  }
  .custom-cta a {
    font-size: 12px;
  }
  .custom-cta a .button, .custom-cta a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta a .extra-choice {
    display: inline-block;
    font-size: 12px;
    margin: 6px 0 6px 15px;
  }
}

.custom-cta-big {
  margin: 20px auto 0 auto;
  padding: 75px 0;
  background-color: #0e2faf;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.custom-cta-big a {
  color: #fff;
  font-size: 22px;
}
.custom-cta-big a .text {
  margin-bottom: 20px;
}
.custom-cta-big a .button, .custom-cta-big a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta-big a .extra-choice {
  margin-left: 15px;
  padding: 5px 20px;
  background-color: #f6e000;
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  font-weight: bold;
  border-radius: 3px;
}
.custom-cta-big.big-margin {
  margin-top: 40px;
}
.custom-cta-big.no-margin {
  margin-top: 0;
}
.custom-cta-big.boxed {
  width: 88%;
  max-width: 1100px;
}
.custom-cta-big.invert-colors {
  background-color: #f6e000;
  color: #000;
}
.custom-cta-big.invert-colors a {
  color: #000;
}
.custom-cta-big.invert-colors a .button, .custom-cta-big.invert-colors a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta-big.invert-colors a .extra-choice {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.custom-cta-big.invert-colors a .button:hover, .custom-cta-big.invert-colors a .subscription-card-full .extra-choice:hover, .subscription-card-full .custom-cta-big.invert-colors a .extra-choice:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 719px) {
  .custom-cta-big {
    margin: 10px 0 0 0;
    padding: 30px 5%;
  }
  .custom-cta-big a {
    font-size: 14px;
  }
  .custom-cta-big a .button, .custom-cta-big a .subscription-card-full .extra-choice, .subscription-card-full .custom-cta-big a .extra-choice {
    display: inline-block;
    font-size: 14px;
    margin: 6px 0 6px 0;
  }
}

.text-title-section {
  position: relative;
  width: 70%;
  margin: 35px auto 0 auto;
  max-width: 800px;
}
.text-title-section .title {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .text-title-section .title {
    font-size: 2rem;
  }
}
@media (max-width: 719px) {
  .text-title-section .title {
    font-size: 1.6rem;
  }
}

.headline-section {
  display: flex;
  position: relative;
  height: 320px;
  padding: 0 0;
}
@media (max-width: 719px) {
  .headline-section {
    height: 280px;
  }
}
.headline-section .headline-wrapper {
  display: flex;
  width: 40%;
  margin: 0 auto;
}
.headline-section .headline-wrapper .headline {
  display: flex;
  align-items: center;
  margin: 20px auto;
  width: 420px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 719px) {
  .headline-section .headline-wrapper {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .headline-section .headline-wrapper .headline {
    font-size: 20px;
  }
}
.headline-section .left-image-box {
  display: flex;
  left: 0;
  width: 30%;
}
.headline-section .right-image-box {
  display: flex;
  right: 0;
  width: 30%;
}

.text-section {
  padding: 60px 5%;
  max-width: 1200px;
  margin: 0 auto;
}
.text-section.narrow {
  padding: 60px 10%;
}
.text-section.narrow.small-top-pad {
  padding-top: 20px;
}
.text-section.centered {
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 719px) {
  .text-section {
    padding: 30px 5% 35px 5%;
  }
  .text-section.narrow {
    padding: 35px 5% 35px 5%;
  }
  .text-section.narrow.small-top-pad {
    padding-top: 20px;
  }
}

.center-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.center-title.subtitle {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 500;
}
.center-title.mar-top {
  margin-top: 16px;
}
@media (max-width: 719px) {
  .center-title {
    font-size: 28px;
  }
  .center-title.mobile-small {
    font-size: 24px;
  }
  .center-title.mobile-small.subtitle {
    font-size: 12px;
  }
  .center-title.mobile-normal.subtitle {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .center-title.mobile-normal.subtitle {
    font-size: 16px;
  }
}

.big-center-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 20px 0 10px 0;
}
@media (max-width: 719px) {
  .big-center-title {
    font-size: 28px;
  }
}

.p-title {
  margin: 0;
  line-height: 1.24;
  font-weight: 800;
  font-size: 45px;
}
@media (max-width: 1100px) {
  .p-title {
    font-size: 42px;
  }
}
@media (max-width: 1000px) {
  .p-title {
    font-size: 32px;
  }
}
@media (max-width: 719px) {
  .p-title {
    font-size: 36px;
    padding: 0 24px 20px 24px;
  }
}

.p-wrap p {
  margin-top: 0;
  padding: 0 24px;
  text-align: left;
}

.bold-text {
  font-weight: bold;
}

.display-none {
  display: none !important;
}

.parallax {
  height: 320px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
}
@media (max-width: 719px) {
  .parallax {
    height: 220px;
  }
}

.parallax-bg {
  position: absolute;
  width: 300px;
  margin-left: calc(25% - 300px);
  height: 13.875rem;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-background-size: 80% 120%;
  background-size: 80% 120%;
}
.parallax-bg.left {
  left: 0;
}
.parallax-bg.right {
  right: 0;
}
@media (max-width: 1200px) {
  .parallax-bg {
    width: 25%;
    margin-left: auto;
  }
}
@media (max-width: 719px) {
  .parallax-bg {
    background-size: 135px;
  }
}

.flex-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 30px 0 40px;
  text-align: center;
}
.flex-cols .flex-col {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1;
  justify-content: start;
}
.flex-cols .flex-col img {
  height: 76px;
  margin: 0px auto 25px auto;
  padding-top: 70px;
  object-fit: contain;
}
.flex-cols .flex-col h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.flex-cols .flex-col .right-badge {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.9;
}
.flex-cols .flex-col .right-badge img {
  height: 20px;
  padding: 0;
  margin: 0;
}
.flex-cols .flex-col.third {
  max-width: 32%;
}
@media (max-width: 719px) {
  .flex-cols .flex-col img {
    height: 50px;
    padding-top: 60px;
  }
  .flex-cols .flex-col h4 {
    font-size: 14px;
  }
  .flex-cols .flex-col p {
    font-size: 14px;
    padding: 0 3px;
  }
  .flex-cols .flex-col .right-badge {
    font-size: 24px;
    right: 42px;
  }
  .flex-cols .flex-col .right-badge img {
    height: 16px;
  }
}

.logos-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-gap: 10px 10px;
}
.logos-wrapper img {
  display: block;
  width: 70%;
  margin: 10px auto;
}
.logos-wrapper.wide {
  grid-template-columns: repeat(6, 2fr);
}
@media (max-width: 719px) {
  .logos-wrapper {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .logos-wrapper.wide {
    grid-template-columns: repeat(3, 2fr);
  }
}

.flex-items-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.flex-items-wrapper .flex-item {
  flex: 0 0 20%;
  max-width: 20%;
  justify-content: center;
  margin-bottom: 12px;
}
.flex-items-wrapper .flex-item.narrow {
  flex: 0 0 16%;
  max-width: 16%;
}
.flex-items-wrapper .flex-item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000;
}
.flex-items-wrapper .flex-item a img {
  height: 100px;
  max-width: 80%;
  margin: 0 auto;
  object-fit: contain;
}
.flex-items-wrapper .flex-item a img.big {
  height: 110px;
  max-width: 80%;
  margin-top: 15px;
}
.flex-items-wrapper .flex-item a img.bw {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.flex-items-wrapper .flex-item a img.bw:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.flex-items-wrapper .flex-item a span {
  font-size: 0;
  font-weight: bold;
  transition: all 0.15s;
  line-height: 20px;
}
.flex-items-wrapper .flex-item a:visited {
  color: #000;
}
.flex-items-wrapper .flex-item a:hover span {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 719px) {
  .flex-items-wrapper .flex-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-items-wrapper .flex-item a span {
    font-size: 14px;
    line-height: 20px;
  }
}

.full-width-title {
  width: 100%;
  margin: 20px 0 50px 0;
}
@media (max-width: 719px) {
  .full-width-title {
    margin: 20px 0 20px 0;
  }
}

.subscription-card-full {
  display: flex;
  position: relative;
  background-color: #f6e000;
  width: 100%;
  height: 400px;
  padding: 25px 20px 20px 20px;
  border: solid 2px #f6e000;
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.subscription-card-full .description {
  display: flex;
  flex-direction: column;
}
.subscription-card-full .subtitle {
  font-size: 14px;
  text-transform: uppercase;
}
.subscription-card-full .title {
  font-size: 30px;
  font-weight: bold;
}
.subscription-card-full .promo {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.subscription-card-full .extra {
  font-size: 14px;
  font-style: italic;
}
.subscription-card-full .extra a {
  color: #0e2faf;
}
.subscription-card-full .extra a:visited {
  color: #0e2faf;
}
.subscription-card-full .extra.hidden {
  display: none;
}
.subscription-card-full .breadcrumbs {
  padding-top: 30px;
}
.subscription-card-full .breadcrumbs ul {
  display: flex;
}
.subscription-card-full .breadcrumbs li {
  padding-right: 10px;
}
.subscription-card-full .breadcrumbs li a {
  font-weight: bold;
  opacity: 0.3;
}
.subscription-card-full .breadcrumbs li a.active {
  opacity: 1;
}
.subscription-card-full .breadcrumbs li:not(:first-of-type):before {
  opacity: 0.3;
  content: "—";
  padding-right: 10px;
}
.subscription-card-full .chooser-section {
  padding-left: 60px;
}
.subscription-card-full .chooser-section.plus {
  padding-left: 75px;
}
@media (max-width: 1150px) {
  .subscription-card-full .chooser-section {
    padding-left: 30px;
  }
  .subscription-card-full .chooser-section.plus {
    padding-left: 30px;
  }
}
.subscription-card-full .question {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.subscription-card-full .chooser {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.subscription-card-full .choice-with-price {
  position: relative;
  margin-right: 20px;
}
.subscription-card-full .choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 170px;
  width: 170px;
  border: solid 2px #ffffff;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-full .choice img {
  height: 48px;
  margin: 42px auto 18px;
}
.subscription-card-full .choice .choice-title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.subscription-card-full .choice:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.subscription-card-full .choice:focus, .subscription-card-full .choice:active, .subscription-card-full .choice.selected {
  background-color: #ffffff;
}
.subscription-card-full .choice.mar-r-0 {
  margin-right: 0;
}
@media (max-width: 1380px) {
  .subscription-card-full .choice {
    height: 150px;
    width: 150px;
  }
  .subscription-card-full .choice img {
    height: 46px;
    margin: 32px auto 18px;
  }
}
@media (max-width: 1200px) {
  .subscription-card-full .choice {
    height: 135px;
    width: 135px;
  }
  .subscription-card-full .choice img {
    height: 40px;
    margin: 28px auto 18px;
  }
  .subscription-card-full .choice .choice-title {
    font-size: 12px;
  }
}
.subscription-card-full .price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
.subscription-card-full .weight {
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 4px;
  color: rgba(79, 79, 79, 0.8509803922);
  line-height: 1;
}
.subscription-card-full .close {
  position: absolute;
  right: 20px;
}
.subscription-card-full .close img {
  height: 30px;
}
.subscription-card-full .button, .subscription-card-full .extra-choice {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #000;
  color: #f6e000;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-full .button.final, .subscription-card-full .final.extra-choice {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.subscription-card-full .button.final.not-allowed, .subscription-card-full .final.not-allowed.extra-choice {
  opacity: 0.5;
  cursor: not-allowed;
}
.subscription-card-full .button.final.not-allowed:hover, .subscription-card-full .final.not-allowed.extra-choice:hover {
  text-align: center;
}
.subscription-card-full .button.final.not-allowed:hover:after, .subscription-card-full .final.not-allowed.extra-choice:hover:after {
  content: attr(data-title);
  display: block;
  font-size: 14px;
  color: #ef5656;
}
.subscription-card-full .button:hover, .subscription-card-full .extra-choice:hover {
  background-color: #0e2faf;
}
.subscription-card-full .extra-choice {
  right: 220px;
  letter-spacing: 0.5px;
  border: solid 2px #f6e000;
  padding: 10px 16px;
  color: #000;
  background-color: #f6e000;
}
.subscription-card-full .extra-choice:hover {
  border: solid 2px #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.subscription-card-full .extra-choice:focus, .subscription-card-full .extra-choice:active, .subscription-card-full .extra-choice.selected {
  border: solid 2px #ffffff;
  background-color: #ffffff;
}
.subscription-card-full .badge {
  position: absolute;
  right: -20px;
  top: -40px;
  height: 80px;
  width: 80px;
  background-color: #0e2faf;
  color: #f6e000;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-full .badge span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
@media (max-width: 719px) {
  .subscription-card-full {
    flex-direction: column;
    height: auto;
    width: 90%;
  }
  .subscription-card-full .title {
    font-size: 24px;
  }
  .subscription-card-full .promo {
    margin-top: 0;
    font-size: 14px;
  }
  .subscription-card-full .chooser-section {
    padding-left: 0;
  }
  .subscription-card-full .chooser-section.plus {
    padding-left: 0;
  }
  .subscription-card-full .chooser {
    justify-content: center;
  }
  .subscription-card-full .breadcrumbs {
    font-size: 12px;
    padding-top: 16px;
  }
  .subscription-card-full .breadcrumbs li {
    padding-right: 4px;
  }
  .subscription-card-full .breadcrumbs li a {
    font-weight: bold;
    opacity: 0.3;
  }
  .subscription-card-full .breadcrumbs li a.active {
    opacity: 1;
  }
  .subscription-card-full .breadcrumbs li:not(:first-of-type):before {
    opacity: 0.3;
    content: "·";
    padding-right: 4px;
  }
  .subscription-card-full .question {
    font-size: 20px;
    margin-top: 10px;
  }
  .subscription-card-full .close img {
    height: 22px;
  }
  .subscription-card-full .choice {
    height: 120px;
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .subscription-card-full .choice .choice-title {
    font-size: 12px;
  }
  .subscription-card-full .choice img {
    height: 34px;
    margin: 25px auto 14px;
  }
  .subscription-card-full .price {
    font-size: 16px;
    margin: 8px 10px 22px;
  }
  .subscription-card-full .badge {
    right: -2px;
    top: -18px;
    height: 60px;
    width: 60px;
    font-size: 9px;
  }
  .subscription-card-full .button, .subscription-card-full .extra-choice {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 14px;
    text-align: center;
    margin: 15px auto 10px;
    width: 240px;
  }
  .subscription-card-full .button.final, .subscription-card-full .final.extra-choice {
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.data-input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -22px;
  margin-right: 20px;
}
.data-input:last-of-type {
  margin-right: 0;
}
.data-input .input-block {
  display: flex;
  flex-direction: column;
}
.data-input .input-block span {
  font-size: 14px;
}
.data-input .input-block input,
.data-input .input-block textarea {
  width: 250px;
  height: 32px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2784313725);
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}
.data-input .input-block input:focus, .data-input .input-block input:hover,
.data-input .input-block textarea:focus,
.data-input .input-block textarea:hover {
  border: solid 1px #000000;
}
.data-input .input-block textarea {
  height: 158px;
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (max-width: 1380px) {
  .data-input .input-block input,
  .data-input .input-block textarea {
    width: 210px;
    height: 28px;
  }
  .data-input .input-block textarea {
    height: 138px;
  }
}
@media (max-width: 1200px) {
  .data-input .input-block textarea {
    height: 123px;
  }
}
@media (max-width: 1150px) {
  .data-input .input-block input,
  .data-input .input-block textarea {
    width: 190px;
    height: 28px;
  }
  .data-input .input-block textarea {
    height: 123px;
  }
}
@media (max-width: 719px) {
  .data-input {
    margin-top: 8px;
    margin-right: 0;
  }
  .data-input .input-block span {
    margin-top: 6px;
  }
}

.book-price,
.book-gratis {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 44px;
}
.book-price.hidden, .book-price.hide,
.book-gratis.hidden,
.book-gratis.hide {
  display: none;
}
@media (max-width: 719px) {
  .book-price,
  .book-gratis {
    flex-direction: row;
    margin-left: 0;
    align-items: flex-end;
  }
}
.book-price .label,
.book-gratis .label {
  margin-top: 12px;
  font-size: 14px;
}
@media (max-width: 719px) {
  .book-price .label,
  .book-gratis .label {
    margin-top: 16px;
    font-size: 12px;
  }
}
.book-price .price,
.book-gratis .price {
  margin-top: 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
@media (max-width: 719px) {
  .book-price .price,
  .book-gratis .price {
    margin: 0 0 1px 10px;
  }
}

.book-footnote {
  display: flex;
  margin-top: 16px;
  font-style: italic;
  font-size: 14px;
}

.book-select {
  font-size: 90%;
  padding: 6px 3px;
  border-radius: 4px;
}
@media (max-width: 719px) {
  .book-select {
    max-width: 100%;
  }
}

.book-tab.hidden {
  display: none;
}

.book-input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  max-width: 450px;
}
.book-input:last-of-type {
  margin-right: 0;
}
@media (max-width: 719px) {
  .book-input {
    max-width: 100%;
  }
}
.book-input span {
  font-size: 14px;
}
@media (max-width: 1380px) {
  .book-input .input-block input,
  .book-input .input-block textarea {
    width: 210px;
    height: 28px;
  }
  .book-input .input-block textarea {
    height: 138px;
  }
}
@media (max-width: 1200px) {
  .book-input .input-block textarea {
    height: 123px;
  }
}
@media (max-width: 1150px) {
  .book-input .input-block input,
  .book-input .input-block textarea {
    width: 190px;
    height: 28px;
  }
  .book-input .input-block textarea {
    height: 123px;
  }
}
@media (max-width: 719px) {
  .book-input {
    margin-top: 8px;
    margin-right: 0;
    max-width: 100%;
  }
  .book-input span {
    margin-top: 6px;
  }
}

#subscription-2,
#subscription-3,
#subscription-3k,
#subscription-4 {
  display: none;
  opacity: 0;
}

.subscription-card-big {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 400px;
  padding: 25px 20px 20px 20px;
  margin-right: 10px;
  border: solid 2px #f6e000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-big .subtitle {
  font-size: 14px;
  text-transform: uppercase;
}
.subscription-card-big .title {
  font-size: 22px;
  font-weight: bold;
}
.subscription-card-big .promo {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 50%;
}
.subscription-card-big .price-row {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  bottom: 20px;
}
.subscription-card-big .price {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 8px 0;
}
.subscription-card-big .button, .subscription-card-big .subscription-card-full .extra-choice, .subscription-card-full .subscription-card-big .extra-choice {
  background-color: #f6e000;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-big img {
  position: absolute;
  max-width: 50%;
  top: 0;
  right: 10px;
  height: 100%;
  object-fit: contain;
}
.subscription-card-big .badge {
  position: absolute;
  left: 82%;
  top: 15px;
  height: 80px;
  width: 80px;
  background-color: #0e2faf;
  color: #f6e000;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-big .badge span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.subscription-card-big .promo-highlight {
  max-width: 80%;
  padding: 1px 10px;
  background-color: #0e2faf;
  color: #f6e000;
  font-size: 12px;
  line-height: 1.45;
  font-weight: bold;
  border-radius: 4px;
  margin-top: -8px;
}
.subscription-card-big:hover {
  background-color: #f6e000;
}
.subscription-card-big:hover .button, .subscription-card-big:hover .subscription-card-full .extra-choice, .subscription-card-full .subscription-card-big:hover .extra-choice {
  background-color: #000;
  color: #f6e000;
}
.subscription-card-big:link, .subscription-card-big:visited {
  color: black;
}
@media (max-width: 719px) {
  .subscription-card-big {
    margin-right: 0;
    margin-bottom: 15px;
    height: auto;
  }
  .subscription-card-big .subtitle {
    font-size: 12px;
  }
  .subscription-card-big .promo {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .subscription-card-big .price-row {
    position: relative;
    bottom: 10px;
  }
  .subscription-card-big .price {
    font-size: 16px;
  }
  .subscription-card-big .button, .subscription-card-big .subscription-card-full .extra-choice, .subscription-card-full .subscription-card-big .extra-choice {
    font-size: 14px;
  }
  .subscription-card-big img {
    max-width: 46%;
  }
}

.subscription-card-normal {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 170px;
  padding: 25px 20px 20px 20px;
  border: solid 2px #f6e000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-normal .subtitle {
  font-size: 14px;
  text-transform: uppercase;
}
.subscription-card-normal .title {
  font-size: 22px;
  font-weight: bold;
}
.subscription-card-normal .promo {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 50%;
}
.subscription-card-normal .price-row {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  bottom: 20px;
}
.subscription-card-normal .price {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.subscription-card-normal .badge {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 80px;
  width: 80px;
  background: #f6e000;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscription-card-normal .badge span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.subscription-card-normal img {
  position: absolute;
  max-width: 50%;
  top: 5%;
  right: 3px;
  height: 95%;
  object-fit: contain;
}
.subscription-card-normal:hover {
  background-color: #f6e000;
}
.subscription-card-normal:hover .button, .subscription-card-normal:hover .subscription-card-full .extra-choice, .subscription-card-full .subscription-card-normal:hover .extra-choice {
  background-color: #000;
  color: #f6e000;
}
.subscription-card-normal:hover .badge {
  background-color: #0e2faf;
  color: #f6e000;
}
.subscription-card-normal:link, .subscription-card-normal:visited {
  color: black;
}
@media (max-width: 719px) {
  .subscription-card-normal {
    margin-bottom: 15px;
  }
  .subscription-card-normal .subtitle {
    font-size: 12px;
  }
  .subscription-card-normal .promo {
    font-size: 14px;
  }
  .subscription-card-normal .price {
    font-size: 16px;
  }
  .subscription-card-normal .button, .subscription-card-normal .subscription-card-full .extra-choice, .subscription-card-full .subscription-card-normal .extra-choice {
    font-size: 14px;
  }
  .subscription-card-normal img {
    max-width: 46%;
  }
}

.subscribe-button {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 220px;
  text-align: center;
  margin: 0 8% 30px 8%;
  padding: 30px 0px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subscribe-button h1 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: bold;
}
.subscribe-button span {
  font-weight: bold;
}
.subscribe-button .subscription-title {
  height: 50px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-x: center;
}
.subscribe-button .subscription-title span {
  font-size: 20px;
}
.subscribe-button .subscription-type-desc p {
  padding-top: 30px;
  padding-bottom: 4px;
  font-size: 14px;
}
.subscribe-button .subscription-price-row {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  bottom: 0;
  background-color: #f6e000;
  font-size: 16px;
  font-weight: normal;
}
.subscribe-button .subscription-price-row span {
  font-weight: normal;
  padding: 0 25px;
}
.subscribe-button .subscription-price-row span:last-of-type {
  padding-left: 10px;
}
@media (max-width: 1050px) {
  .subscribe-button .subscription-price-row {
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  .subscribe-button .subscription-price-row {
    font-size: 16px;
  }
}
.subscribe-button .subscription-price {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  border-style: solid;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-width: 1.5px 0 0;
  padding: 15px 0 5px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.subscribe-button.shop {
  width: 240px;
}
.subscribe-button:hover {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.vertical-middle {
  align-items: center;
}

.flex {
  display: flex;
}

.top-pad-30 {
  padding-top: 30px !important;
}

.top-pad-50 {
  padding-top: 50px !important;
}

.top-pad-70 {
  padding-top: 70px !important;
}

.bottom-pad-30 {
  padding-bottom: 30px !important;
}

@media (max-width: 719px) {
  .mobile-no-top-pad {
    padding-top: 0 !important;
  }
}

.wid-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.wid-75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.f14 {
  font-size: 14px;
}

.tex-center {
  text-align: center;
}

.yellow-bkg {
  background-color: #f6e000;
}

.snipcart-summary-fees__notice {
  margin-bottom: 14px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

.parallax-main-container {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 30vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.parallax-container {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  height: 30vh;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 1000px) {
  .mobile-only {
    display: block !important;
  }
}

.mobile-only-flex {
  display: none !important;
}
@media (max-width: 1000px) {
  .mobile-only-flex {
    display: flex !important;
  }
}

@media (max-width: 719px) {
  .mobile-hidden {
    display: none !important;
  }
}

.cta-wrapper {
  width: 100%;
}
.cta-wrapper a {
  position: relative;
  display: block;
  height: 65px;
  line-height: 65px;
  width: 325px;
  max-width: 96%;
  margin: 50px auto 30px auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta-wrapper a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cta-wrapper a:hover {
  background: none;
  color: #000;
  border-color: #000;
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.5);
}
.cta-wrapper a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 719px) {
  .cta-wrapper a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}

.contact-section {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-width: 600px;
  margin: 10px auto 20px auto;
}
.contact-section.more-right {
  width: 41%;
  margin: 20px auto 30px calc(35% + 24px);
}
@media (max-width: 719px) {
  .contact-section {
    width: 75%;
    margin-top: 10px;
  }
  .contact-section.more-right {
    width: 75%;
    margin: 0 auto 20px auto;
  }
}
.contact-section .text {
  width: 100%;
  padding: 20px 0 10px 0;
  text-align: left;
}
.contact-section .text ul li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5em;
}
.contact-section .text ul li p {
  display: inline;
}
.contact-section form {
  width: 100%;
}
.contact-section form .field {
  padding: 15px 0;
}
.contact-section form .field label,
.contact-section form .field input,
.contact-section form .field textarea {
  width: calc(100% - 18px);
}
.contact-section form .field label {
  font-weight: bold;
  margin: 5px 0;
}
.contact-section form .field input {
  border-color: #abaaaa;
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  opacity: 0.8;
  padding: 8px 8px;
  margin-top: 4px;
  font-weight: bold;
}
.contact-section form .field textarea {
  border-color: #abaaaa;
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  opacity: 0.8;
  min-height: 100px;
  padding: 8px 8px;
  margin-top: 4px;
  font-weight: bold;
}
.contact-section form .field input:focus,
.contact-section form .field textarea:focus {
  border-color: #000;
  opacity: 1;
  outline: none;
}
.contact-section form .field input:invalid,
.contact-section form .field textarea:invalid {
  background-color: inherit;
}
.contact-section form input[type=submit] {
  position: relative;
  display: block;
  height: 56px;
  width: 215px;
  margin: 30px auto 10px auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-section form input[type=submit]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-section form input[type=submit]:hover {
  background: none;
  color: #000;
  border-color: #000;
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.5);
}
.contact-section form input[type=submit]:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.long-text-section {
  display: flex;
  flex-direction: column;
  width: 70%;
  max-width: 800px;
  margin: 20px auto 40px auto;
}
@media (max-width: 719px) {
  .long-text-section {
    width: 80%;
  }
}
.long-text-section .text {
  width: 100%;
  padding: 0px 0 30px 0;
  text-align: left;
}
.long-text-section .text ul li {
  list-style: disc;
}
.long-text-section .text ol {
  list-style: decimal;
  list-style-position: inside;
}

.blog .meta-info {
  font-size: 14px;
  color: #a3a3a3;
  text-transform: uppercase;
}
.blog .title {
  position: relative;
  width: 82%;
  margin: 35px auto 0 8%;
  max-width: 800px;
}
.blog .title h1 {
  font-weight: 800;
  padding-top: 12px;
}
.blog .content {
  display: flex;
  flex-direction: column;
  width: 82%;
  max-width: 800px;
  margin: 16px auto 40px 8%;
  text-align: left;
  color: #191919;
}
.blog .content img {
  width: 100%;
  margin: 20px 0;
}
.blog .button-next {
  float: right;
  width: 225px;
  background-color: #000;
  color: #fff;
  margin-top: 30px;
  padding: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.blog .button-previous {
  float: left;
  width: 225px;
  background-color: #000;
  color: #fff;
  margin-top: 30px;
  padding: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.blog-list .blog-list-title {
  position: relative;
  width: 85%;
  margin: 35px auto 20px 0;
  max-width: 800px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-list .blog-post-link {
  padding-bottom: 12px;
}
.blog-list .blog-post-link .meta-info {
  font-size: 12px;
  color: #a3a3a3;
  text-transform: uppercase;
}
.blog-list .blog-post-link h1 {
  position: relative;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  padding-top: 8px;
  color: #191919;
}
.blog-list .blog-post-link hr {
  width: 98%;
  border-color: #191919;
  margin: 0.5em 0 1em 0;
}
@media (max-width: 719px) {
  .blog-list {
    padding: 0 30px;
  }
}

.testimonial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.testimonial .testimonial-text {
  line-height: 1.5;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.testimonial .testimonial-author {
  line-height: 1.71;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 719px) {
  .testimonial .testimonial-text {
    font-size: 18px;
  }
}

.map-link {
  position: absolute;
  right: 32.1%;
  top: 32.6%;
  padding: 3%;
  color: transparent;
  background-size: cover;
  border-radius: 50%;
  box-shadow: -2px 20px 15px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 719px) {
  .map-link {
    right: 25.1%;
    top: 34.6%;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .map-link {
    right: 21%;
  }
}
@media (max-width: 485px) {
  .map-link {
    right: 14%;
  }
}
@media (max-width: 420px) {
  .map-link {
    right: 12%;
  }
}

@media (max-width: 719px) {
  .mobile-map-link {
    position: absolute;
    padding: 25%;
    color: transparent;
    right: 0%;
    top: 15.6%;
  }
}

.map-details {
  position: absolute;
  left: 14%;
  top: 36%;
  padding: 10px 40px 18px;
  background-color: rgba(246, 224, 0, 0.7019607843);
}
@media (max-width: 719px) {
  .map-details {
    left: 4%;
    top: 31%;
    padding: 0 4px 10px 15px;
  }
}

.map-details-title {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0.2em;
}
@media (max-width: 719px) {
  .map-details-title {
    font-size: 14px;
  }
}

.map-details-info {
  font-size: 16px;
  margin: 0.1em 0;
  padding-right: 0.7em;
}
@media (max-width: 719px) {
  .map-details-info {
    font-size: 12px;
  }
  .map-details-info.smaller {
    max-width: 132px;
    font-size: 12px;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  padding: 5vh 6vw 1vh 6vw;
  grid-gap: 0;
  list-style: none;
  line-height: 0;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-grid li {
  position: relative;
  grid-column-start: span var(--cols);
  grid-row-start: span var(--rows);
  --cols: 1;
  --rows: 1;
  overflow: hidden;
  background: #000;
  line-height: 0;
}
.gallery-grid a {
  display: block;
  height: 24vw;
}
.gallery-grid img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media (min-width: 1300px) {
  .gallery-grid a {
    height: 20rem;
  }
}
@media (max-width: 719px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 2fr);
    padding: 2vh 8vw 1vh 8vw;
  }
  .gallery-grid a {
    height: 10rem;
  }
}

.snipcart-customfield-element span textarea {
  width: 100%;
}

.snip-header__title {
  font-family: "Nunito", sans-serif !important;
}

.snip-header__total {
  font-family: "Nunito", sans-serif !important;
}

#mc_embed_signup .button, #mc_embed_signup .subscription-card-full .extra-choice, .subscription-card-full #mc_embed_signup .extra-choice {
  background-color: black !important;
  letter-spacing: 1px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700;
}

img.card-logo {
  width: 30px;
  border-style: solid;
  border-width: 1px;
  padding: 0 10px;
  border-color: rgba(128, 128, 128, 0.3411764706);
  margin-right: 8px;
}

.card-info span {
  display: flex;
  padding: 5px 0;
  font-size: 10px;
  color: #505050;
}

.blog-pagination {
  display: flex !important;
  height: 10vh;
}
.blog-pagination a {
  position: relative;
  display: block;
  height: 26px;
  line-height: 26px;
  width: 70px;
  max-width: 96%;
  margin: 0 auto 0 auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-pagination a:visited {
  color: white;
}
.blog-pagination a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-pagination a:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.blog-pagination a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-footer {
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 100% !important;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}
.main-footer .logo-wrapper {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}
.main-footer .logo-wrapper img {
  height: 120px;
}
.main-footer .column {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-top: 45px;
  padding-right: 5%;
  color: #ffffff;
}
.main-footer .column h3 {
  font-weight: bold;
  font-size: 16px;
}
.main-footer .column .dash {
  width: 95%;
  height: 0px;
  opacity: 0.3;
  border: solid 0.5px #fff;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
}
.main-footer .column .column-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-footer .column .column-wrapper .split-column {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.main-footer .column .column-wrapper .split-column h1,
.main-footer .column .column-wrapper .split-column h2,
.main-footer .column .column-wrapper .split-column h3,
.main-footer .column .column-wrapper .split-column h4 {
  margin: 8px 0 2px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}
.main-footer .column .column-wrapper .split-column p {
  margin: 5px 0;
  font-size: 14px;
}
.main-footer .column .column-wrapper .split-column a {
  margin: 5px 0;
  color: #fff;
}
.main-footer .column .footer-social-wrapper .light-button {
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}
.main-footer .column .footer-social-wrapper .grey-on-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .column .footer-social-wrapper .grey-on-hover:hover {
  background: rgb(75, 73, 73);
}
.main-footer .column .footer-links {
  padding-top: 6%;
}
.main-footer .column .footer-links .footer-link {
  font-size: 14px;
}
@media (max-width: 719px) {
  .main-footer {
    height: 750px;
    flex-direction: column;
  }
  .main-footer .logo-wrapper {
    width: 50%;
    padding: 30px 8px 0 0;
  }
  .main-footer .logo-wrapper img {
    width: 70%;
    height: auto;
  }
  .main-footer .column {
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    padding-right: 0;
  }
  .main-footer .dash {
    height: 1px;
  }
}

.footer-title-box {
  float: left;
  width: 25%;
}
.footer-title-box img {
  height: 120px;
  margin: 60px 10%;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-title-box {
    width: 75%;
  }
  .footer-title-box img {
    height: 80px;
    margin: 20px 5% 0 10%;
  }
}

.footer-title {
  padding-left: 70px;
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-title {
    padding: 35px 20px 0px 30px;
    text-align: left;
    width: 100%;
    height: auto;
  }
}

.footer-column-title {
  font-weight: bold;
  font-size: 24px;
}

.footer-text {
  margin-top: 0.4em;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #000;
}

.social-list {
  padding-top: 1em;
  padding-bottom: 1em;
}
.social-list a {
  color: #000;
  font-size: 40px;
  margin-right: 20px;
}

.footer-subtitle {
  font-size: 16px;
  letter-spacing: 2;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
}
@media (max-width: 719px) {
  .footer-subtitle {
    font-size: 12px;
  }
}

.footer-address-box {
  display: block;
  float: left;
  margin-top: 45px;
  width: 26%;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-address-box {
    width: 90%;
    margin-top: 10px;
    padding: 15px 10px 20px 40px;
  }
}

.footer-social-box {
  display: block;
  float: left;
  margin-top: 45px;
  width: 26%;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-social-box {
    width: 90%;
    margin-top: 10px;
    padding: 15px 10px 20px 40px;
  }
  .footer-social-box p {
    padding-left: 10px;
  }
}

.footer-links-box {
  width: 55%;
  display: block;
  float: left;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-links-box {
    width: 95%;
    padding: 15px 10px 20px 30px;
  }
}

.footer-links-column-wrapper {
  float: left;
  margin-right: 4em;
  padding-top: 4em;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-links-column-wrapper {
    width: 30%;
    height: auto;
    margin-right: 0.5em;
    padding: 0;
  }
}

.footer-links-column {
  list-style: none;
}

.footer-links-column-title {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-links-column-title {
    font-size: 12px;
  }
}

.footer-link {
  color: #ffffff !important;
  font-size: 12px;
}
@media (max-device-width: 1024px), (max-width: 719px) {
  .footer-link {
    font-size: 10px;
  }
}

.credits {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 260px;
  padding-bottom: 15px;
  z-index: 0;
}
.credits a {
  color: #ffffff;
}
@media (max-width: 719px) {
  .credits {
    font-size: 10px;
    margin-top: 280px;
  }
}

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