/* *:not(.no-transition){
    text-transform: none !important;
    transition: all 0.3s ease-in-out;
} */
* {
  text-transform: none !important;
}
.top-nav-item > a {
  min-height: 40px !important;
  color: #fff !important;
}
.top-nav-item > a:hover {
  min-height: 40px !important;
  color: #ddd !important;
}
.top-nav-item > a > span {
  margin-right: 0.5rem !important;
  font-weight: bold;
}
.uk-sticky.uk-active .uk-navbar-nav > li > a,
.uk-sticky.uk-active .uk-navbar-item {
  min-height: 50px !important;
}
.uk-sticky.uk-active .uk-navbar-nav > li > a.animate-line::before {
  bottom: 10px;
}
#nav-logo {
  max-height: 35px;
  margin: 5px;
}
.uk-sticky.uk-active #nav-logo {
  max-height: 40px;
}
.uk-nav-header {
  font-size: 1.1rem;
}
#nav-cart div.wrapper {
  position: relative;
  margin-right: 10px;
}
#nav-cart div.wrapper span.uk-badge {
  position: absolute;
  top: -10px;
  right: -20px;
}

.container {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.add-shadow {
  text-shadow: 1px 1px 2px #000;
}
a.animate-line {
  position: relative;
}
li:hover > a.animate-line::before,
li.uk-active > a.animate-line::before {
  right: 15px;
}
a.animate-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: calc(102% - 15px);
  bottom: 20px;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s ease-in-out;
  transition-property: right;
}
.banner {
  background: #fff;
  background-repeat: no-repeat;
  /* background-size: 100vw !important; */
  /* background-position: 0 0 !important; */
  min-height: 250px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner > .blur-bg {
  /* min-width: 230px; */
  width: 80%;
  max-width: 1000px;
  color: #555;
  text-align: center !important;
  text-shadow: 1px 1px 10px #fff;
  padding: 20px;
}
.main-sl > a:hover {
  text-decoration: none;
}
.main-sl > a * {
  transition-duration: 0.2s;
}
.main-sl > a:hover * {
  /* opacity: 0.9; */
  transform: scale(1.05);
}
.main-sl.uk-active > a * {
  transform: scale(1.07);
  color: #555;
}
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.product-card .uk-card-footer {
  display: flex;
  justify-content: space-between;
}
.product-card-image {
  max-width: 260px;
}
.about-img,
.product-img,
.join-img {
  text-align: center;
}
.about-img img,
.product-img img,
.join-img img {
  max-width: 400px;
  width: 100%;
  border: 1px solid #333;
  /* border-radius: 5px; */
  margin-top: 5px;
  box-shadow: 0 0 2px #47cb89;
}

#thank-you * {
  text-align: center;
  margin: 0.5rem;
}
#thank-you h1 {
  font-size: 2.5rem;
}
#thank-you h2 {
  font-size: 1.75rem;
  font-weight: lighter;
}

.footer-right {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-right img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.uk-button-primary {
  background-color: rgba(75, 167, 56, 1);
}
.uk-button-primary:hover {
  background-color: rgba(45, 137, 26, 1);
}
.blur-bg,
.blur-white {
  background-color: rgba(248, 249, 250, 0.8) !important;
}

@supports (-webkit-backdrop-filter: blur(6px)) or (-moz-appearance: none) {
  .blur-bg,
  .blur-white {
    background-color: rgba(248, 249, 250, 0.6) !important;
  }
  .blur,
  .blur-bg {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
@media screen and (max-width: 960px) {
  .footer-right {
    max-width: 100%;
  }
  .product-card .uk-card-title {
    font-size: 1.1rem;
  }
  .product-card .uk-card-header,
  .product-card .uk-card-body,
  .product-card .uk-card-footer {
    padding: 10px 20px;
  }
  .product-card .uk-select,
  .product-card .uk-card-body p {
    font-size: 0.9rem;
  }
  .product-card img {
    max-width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .banner {
    height: 450px;
  }
  .promo-bubbles h2 {
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
}

@supports (not (-webkit-touch-callout: none)) and (background-attachment: fixed){
  .banner {
    background-attachment: fixed !important;
  }
}
