/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
@keyframes growrotate {

  0%,
  100% {
    transform: rotate(-8deg) scale(1.1);
  }

  35% {
    transform: rotate(0deg) scale(1);
  }

  70% {
    transform: rotate(8deg) scale(1.1);
  }
}

@keyframes pulseglow {

  0%,
  100% {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(232, 252, 122, 0.4));
  }

  30% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(122, 183, 252, 0.4));
  }

  60% {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(252, 122, 122, 0.4));
  }
}

@-webkit-keyframes haWOWeen {

  0%,
  100% {
    background-position: 50% 0;
  }

  50% {
    background-position: 51% 100%;
  }
}

@-moz-keyframes haWOWeen {

  0%,
  100% {
    background-position: 50% 0;
  }

  50% {
    background-position: 51% 100%;
  }
}

@keyframes haWOWeen {

  0%,
  100% {
    background-position: 50% 0;
  }

  50% {
    background-position: 51% 100%;
  }
}

@keyframes animate {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 0 100%;
  }
}

@keyframes riverflow {
  0% {
    transform: translateX(-80px) translateY(60px) rotate(15deg);
  }

  100% {
    transform: translateX(100vw) translateY(-60px) rotate(-15deg);
  }
}

@keyframes linearflow {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.last-chance-text {
  -moz-animation: river 8s ease infinite;
  -webkit-animation: river 8s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: river 8s ease infinite;
  background: linear-gradient(321deg, #28a887, #a8286b, #a86728);
  background-size: 600% 600%;
  box-sizing: content-box;
  display: inline-block;
  width: 100%;
}

.riverticker {
  animation: linearflow 20s linear infinite;
}

@-webkit-keyframes river {

  0%,
  100% {
    background-position: 0 15%;
  }

  50% {
    background-position: 100% 86%;
  }
}

@-moz-keyframes river {

  0%,
  100% {
    background-position: 0 15%;
  }

  50% {
    background-position: 100% 86%;
  }
}

@keyframes river {

  0%,
  100% {
    background-position: 0 15%;
  }

  50% {
    background-position: 100% 86%;
  }
}

@keyframes pulseshadow {

  0%,
  100% {
    box-shadow: 0 0 10px 0 #fff;
  }

  50% {
    box-shadow: 0 0 10px 0 #fff;
  }
}

@keyframes pulseshadowmint {

  0%,
  100% {
    box-shadow: 0 0 40px 0 #ffffffc7;
  }

  50% {
    box-shadow: 0 0 10px 0 #88888873;
  }
}


@keyframes pulseshadowlight {

  0%,
  100% {
    box-shadow: 0 0 20px 0 #fff;
  }

  50% {
    box-shadow: 0 0 10px 0 #fff;
  }
}

@keyframes pulseshadow2 {

  0%,
  100% {
    box-shadow: 0 0 20px 10px rgba(255, 210, 210, 0.74);
  }

  50% {
    box-shadow: 0 0 10px 10px rgba(255, 210, 210, 0.34);
  }
}

.blackdeal {
  background: #000;
  border: 2px solid #ff8f8f;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 40px 0 #ff4848;
  color: #fff;
}

.center {
  text-align: center;
}

.column,
.columns {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 760px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.cyanneon {
  border: 2px solid #8ffff9;
  box-shadow: 0 0 20px 0 #48d4ff, inset 0 0 20px #48d4ff;
  color: #8ffff9;
  text-shadow: 0 0 6px #8ffbff, 0 0 18px rgba(33, 248, 255, 0.42);
}

.discounted {
  color: #d60057;
  font-weight: 900;
}

.fullwidth {
  max-width: 100% !important;
  padding: 0 6% !important;
  width: 100% !important;
}

.green {
  background: #00EF70;
  border: 2px solid #abffd2;
  box-shadow: 0 0 40px 0 #3dff98;
}

.greendeal {
  background: #00EF70;
  color: #fff;
}

.greengrad {
  background: #00EF70;
  background: linear-gradient(90deg, rgba(0, 171, 80, 1) 0%, rgba(32, 227, 134, 1) 50%, rgba(0, 171, 80, 1) 100%);
  border: 2px solid #abffd2;
  border-radius: 15px 15px 0 0;
  /* box-shadow: 0 0 40px 0 #0ff; */
  color: #000;
}

.greenneon {
  border: 2px solid #00EF70;
  box-shadow: 0 0 10px 0 #00EF70, inset 0 0 10px #00EF70;
  color: #00EF70;
}

.greentext {
  color: #00EF70;
}

.mint {
  background: #022313;
}

.bands {
  background: #022313;
}


.insideshadow {
  -moz-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
  border: 2px solid #E60827;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

/* .insideshadow:not(.greenglow),
.shadow:not(.greenglow) {
  animation: pulseshadow 4s ease infinite;
} */

.insideshadow.greenglow,
.shadow.greenglow {
  animation: pulseshadowmint 4s ease infinite;
  border: 2px solid #00ef70;
}

.insideshadow.light,
.shadow.light {
  animation: pulseshadowlight 4s ease infinite;
  border: 2px solid #e6e6e6;
}

.insideshadow:hover,
.shadow:hover {
  animation: pulseshadow2 4s ease infinite;
  border: 2px solid #a3a3a3;
  transition: all .25s ease-in-out;
}

.orange {
  background: #FCA704;
  border: 2px solid #ffcb8f;
  box-shadow: 0 0 40px 0 #ffaa48;
}

.red {
  background: #6c0312;
}

.orangedeal {
  background: #FCA704;
  border: 2px solid #ffcb8f;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 40px 0 #ffaa48;
  color: #fff;
}

.orangeneon {
  border: 2px solid #FCA704;
  box-shadow: 0 0 20px 0 #ffaa48, inset 0 0 20px #ffaa48;
  color: #FCA704;
  text-shadow: 0 0 6px #ffcb8f, 0 0 18px rgba(255, 140, 33, 0.42);
}

/* .orangetext {
  color: #FCA704;
  text-shadow: 0 0 6px #ffcb8f, 0 0 18px rgba(255, 140, 33, 0.42);
} */

.redtext,
.redtext h4 {
  color: #e60827;
  text-shadow: 0 0 6px #f78e9c50, 0 0 18px rgba(255, 33, 33, 0.42) !important;
}

.pink {
  background: #d60057;
}

.pinkdeal {
  background: #d60057;
  border: 2px solid #ffa6c9;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 40px 0 #e93d82;
  color: #fff;
}

.pinkneon {
  border: 2px solid #ff8fe3;
  box-shadow: 0 0 20px 0 #ff48b3, inset 0 0 20px #ff48b3;
  color: #ff8fd4;
  text-shadow: 0 0 6px #ff8fe3, 0 0 18px rgba(255, 33, 207, 0.42);
}

.purple {
  background: #482d67;
}

.lightpurple {
  background: #7649a9;
}

.rounded {
  border-radius: 15px;
}

.section.bands {
  background: #d60057 url(https://wowtea.eu/halloween/bg/Booty-and-Belly-Packs-Desktop.png) center center;
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  height: 200px;
}

.section.drinkware {
  background: #00000000 url(accesories-desktop-2.jpg) center top;
  background-size: cover;
}

.shadow {
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  border: 2px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  transition: all .25s ease-in-out;
}

.skewed {
  animation: growrotate 4s infinite ease-in-out;
  color: #1f1f1f;
  display: inline-block;
  text-shadow: 0 0 3px #000;
}

.stormblack {
  background: #000;
  color: #fcf3ea;
}

.stormblack a,
.stormgray a {
  color: transparent;
}

.stormgray {
  background: #333;
  color: #fcf3ea;
}

body {
  background: #000;
  color: #fcf3ea;
  max-width: 100vw;
  overflow-x: hidden;
}

/* body:after{background-image:url(data:image/png; base64,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);background-position:center center;background-repeat:repeat;content:"";height:100%;pointer-events:none;position:fixed;top:0;width:100%;}
*/
del {
  color: grey;
  font-size: .8em;
}

.save {
  text-decoration: none;
}

.product * {
  filter: saturate(1);
}

.product.soldout {
  position: relative;
}

.product.soldout>* {
  filter: saturate(0);
}

.product.soldout:before {
  z-index: 99;
  display: inline-block;
  width: 100%;
  content: 'SOLD OUT';
  position: absolute;
  text-align: center;
  font-size: 22px;
  color: #d60057;
  border: 2px solid #d60057;
  border-radius: 5px;
  top: 50%;
  transform: rotate(-20deg);
}

.product.soldout img {
  filter: saturate(0) !important;
  filter: grayscale;
}

@media (max-width: 760px) {

  .mobilehalf .button-primary,
  .mobilehalf button {
    font-size: 14px;
    font-weight: 700;
    padding: 2px;
    white-space: break-all;
    width: 100%;
  }

  .mobilehalf .promo,
  .addbox .promo,
  .product .promo,
  .product .price,
  .product a {
    text-align: center;
    text-decoration: none;
    border: 0;
  }

  .mobilehalf .roundpercent {
    margin: -20px 0 0 -30px;
  }

  .column h4 {
    font-size: 4.5vw !important;
    line-height: 7vw !important;
    margin-bottom: 1rem;
  }

  .column h5 {
    font-size: 3vw;
    margin-bottom: 0.5rem;
  }

  .column.mobilehalf h5 {
    font-size: 2.3vw !important;
    margin-bottom: 1rem;
  }

  .product ul.plans {
    background: rgba(0, 0, 0, 0.25);
    white-space: break-word;
    padding: 10px 0px !important;
    margin: 0px 10px 0px -4px !important;
  }

  .stormblack ul.plans {
    background: #c3c3c31a !important;
    text-align: left;
  }

  .mobilehalf img {
    max-width: 100%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .one-half.column.mobilehalf,
  .mobilehalf {
    margin: 1%;
    width: 48%;
  }

  .section.bands {
    background: #d60057 url(Booty-and-Belly-Packs-Mobile.png) center center;
    background-repeat: repeat;
    background-size: cover;
    color: #fff;
    height: 200px;
  }

  .section.drinkware {
    background: #00000000 url(drinkware.jpg) center top;
    background-size: cover;
  }

  .addbox .button-primary {
    line-height: 1em;
  }

  .blacktored .row.center a {
    display: block;
    margin: -70px auto 30px auto;
  }
}

@media (min-width: 400px) {
  .container {
    padding: 0;
    width: 85%;
  }
}

@media (max-width: 550px) {
  .roundpercent {
    position: absolute;
    height: 85px !important;
    line-height: 35px !important;
    margin: 0 !important;
    margin-left: -43px !important;
    width: 85px !important;
    font-size: 2.3em !important;
    text-align: center;
  }

  .addbox {
    display: flex;
    padding: 10px 15px !important;
  }

  .addbox .column,
  .addbox .columns {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  .addbox .promo {
    font-size: 3vw;
    line-height: 1em !important;
    text-align: left;
  }

  .addbox .promo ins,
  .addbox .price ins {
    color: #00ef8d;
  }

  .promo ins,
  .promo del {
    display: inline-block;
    width: 100%;
  }

  .stormblack.mobilehalf p {
    height: 3em;
    margin: 2px auto;
    text-align: center !important;
  }

  .row.product p {
    line-height: 1.2em;
    font-size: 0.8em;
    text-align: left;
  }

  .stormblack.mobilehalf .promo,
  .mobilehalf .promo,
  #superfruit_promo,
  .glider-contain .promo {
    padding: 2px;
    width: 100%;
    text-align: center !important;
    font-size: 20px;
  }

  #all_offers_button {
    line-height: .7em !important;
    white-space: break-spaces;
    font-weight: bold;
  }

  div:not(.addbox) .promo,
  div:not(.columns) .promo {
    display: inline-block;
  }

  div:not(.addbox) .promo del,
  div:not(.addbox) .promo ins,
  div:not(.columns) .promo del,
  div:not(.columns) .promo ins {
    display: inline-block;
    width: auto !important;
    padding-right: 5px;
    line-height: 1.2em;
  }
}

@media (min-width: 550px) {

  .promo ins,
  .price ins {
    color: #00ef8d;
  }

  .roundpercent {
    position: absolute;
  }

  .addbox .button-primary {
    line-height: 38px;
  }

  .column,
  .columns {
    margin-left: 2%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .container {
    width: 80%;
  }

  .eight.columns,
  .two-thirds.column {
    width: 65.3333333333%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .four.columns,
  .one-third.column {
    width: 30.6666666667%;
  }

  .nine.columns {
    width: 74%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .six.columns,
  .one-half.column,
  .fiftypercent.columns {
    width: 48%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .three.columns {
    width: 22%;
  }

  .twelve.columns {
    margin-left: 0;
    width: 100%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .addbox .columns {
    height: 120px;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  /* .addbox {
    min-height: 140px;
  } */

  .percentriver {
    padding-top: 120px;
    margin-top: -220px;
    margin-top: -220px;
    margin-bottom: -180px;
  }

  .row.product p {
    padding: 5px 0;
    max-width: 80%;
    margin: 0 auto;
  }

}

.product img {
  /* animation: pulseglow 5s infinite; */
  max-width: 100%;
  margin: 0 auto;
}

body {
  color: #000;
  font-family: "Comfortaa", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  font-size: 4rem;
  letter-spacing: -.1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}

h2 {
  font-size: 3.6rem;
  letter-spacing: -.1rem;
  line-height: 1.25;
}

h3 {
  font-size: 3rem;
  letter-spacing: -.1rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.4rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

/* 
h4:not(#timer2):not(redtext),.promo ins{text-shadow:0 0 6px #ffcaca,0 0 18px rgba(242,39,115,0.42);}
h4:not(#timer2):not(redtext),
.promo ins {
  color: #fff;
} */

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
}

@media (max-width:360px) {
  .percentriver {
    padding-top: 120px !important;
    max-width: 360px;
    overflow: hidden;
  }

  .tickerv-wrap {
    max-width: 100vw;
  }
}

.blacktored {

  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #4b020b 77%, #4b020b 83%, #4b020b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #4b020b 77%, #4b020b 83%, #4b020b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #4b020b 77%, #4b020b 83%, #4b020b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4b020b', GradientType=0);
  /* IE6-9 */

}

.addbox {
  background: #c3c3c36b;
  border-radius: 0 0 14px 14px;
  margin: 0px;
  padding: 0 45px;
}

.mint .addbox {
  background: #005829;
}

.bands .addbox {
  background: #ea11b463;
}

.light .addbox {
  background: #5e5e5e;
}

.purple .addbox {
  background: #6f469e;
}

.addbox .promo {
  line-height: 1.3em;
}

.addbox .button-primary {
  background-color: #EA11B4;
  border: 2px solid #EA11B4;
  box-shadow: 0 0 17px 0 #ea11b4;
  color: #FFF;
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  font-weight: bold;
  width: 93%;
  margin: 5px;
}

.addbox .column,
.addbox .columns {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.addbox a {
  flex-grow: 3;
}

.product ul.plans {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-size: .8em;
  line-height: 1.3em;
  list-style: none;
  margin: 10px;
  padding: 10px;
  position: relative;
  word-wrap: nowrap;
  z-index: 20;
  text-indent: 35px;
}

.foods-product ul.plans {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-size: .8em;
  line-height: 1.3em;
  list-style: none;
  margin: 10px;
  padding: 10px;
  position: relative;
  word-wrap: nowrap;
  z-index: 20;
  text-indent: 35px;
}


.product ul.plans li {
  margin-bottom: 0;
  /* padding-left: 16px; */
}

.foods-product ul.plans li {
  margin-bottom: 0;
  /* padding-left: 16px; */
}

.product ul.plans li:before {
  color: #fff;
  content: "✚";
  padding-right: 8px;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: transparent;
  border: 1px solid #bbb;
  border-radius: 12px;
  box-sizing: border-box;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  font-weight: 400;
  height: 48px;
  letter-spacing: .1rem;
  line-height: 38px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #EA11B4;
  border: 2px solid #EA11B4;
  box-shadow: 0 0 17px 0 #EA11B4;
  color: #FFF;
  font-family: 'Comfortaa', cursive;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
  margin-top: 10px;
  margin-right: 10%;
  margin-bottom: 25px;
  margin-left: 10%;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #bd0865;
  border-color: #bd0865;
  color: #FFF;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #888;
  color: #333;
  outline: 0;
}

.container:after,
.row:after,
.u-cf {
  clear: both;
  content: "";
  display: table;
}

.u-full-width {
  box-sizing: border-dbox;
  width: 100%;
}

.u-max-full-width {
  box-sizing: border-box;
  max-width: 100%;
}

.u-pull-left {
  float: left;
}

.u-pull-right {
  float: right;
}

a {
  color: transparent;
}

a:hover {
  color: transparent;
}

button.button-primary.green {
  background-color: #00EF70;
  border-color: #00EF70;
}

button.button-primary.green:hover {
  background-color: #19e277;
  border-color: #19e277;
}

button.button-primary.orange {
  background-color: #FCA704;
  border-color: #FCA704;
  color: #000;
  font-weight: 700;
}

button.button-primary.orange:hover {
  background-color: #FCA704;
  border-color: #FCA704;
  color: #fff;
}

button.button-primary.shadow:hover,
button.button-primary.insideshadow:hover {
  border: 2px solid #bd0865 !important;
  background: black;
}

button.fullwidth {
  width: 100%;
}

code {
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  font-size: 90%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

fieldset {
  border-width: 0;
  padding: 0;
}

hr {
  border-top: 1px solid #E1E1E1;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px;
}

/* input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
} */

label>.label-z {
  display: inline-block;
  font-weight: 400;
  margin-left: .5rem;
}

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem;
}

li,
button,
.button {
  margin-bottom: 1rem;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

p {
  margin-top: 0;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem;
}

textarea {
  min-height: 65px;
  padding-bottom: 6px;
  padding-top: 6px;
}

th,
td {
  border-bottom: 1px solid #E1E1E1;
  padding: 12px 15px;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

ul {
  list-style: circle inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

.shine:after {
  animation: slide 3.4s infinite 1s;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  width: 100%;
  z-index: 1;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  border: 0!important;
}

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

b,
strong,
optgroup {
  font-weight: 700;
}

body {
  margin: 0;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

figure {
  margin: 1em 40px;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

img {
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

mark {
  background: #ff0;
  color: #000;
}

pre,
textarea {
  overflow: auto;
}

small {
  font-size: 80%;
}

sub {
  bottom: -.25em;
}

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

sup {
  top: -.5em;
}

svg:not(:root),
.shine {
  overflow: hidden;
}

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

td,
th {
  padding: 0;
}

@keyframes slide {
  0% {
    transform: translate(-100%, -100%);
  }

  10% {
    transform: translate(100%, 100%);
  }
}

@media (min-width: 768px) {
  .hero {
    max-height: 752px;
  }

  .hero2 {
    max-height: 400px;
  }

  .mobileonly {
    display: none;
  }

  .roundpercent {
    animation: roller 5s infinite;
  }

  .section.purple {
    padding-bottom: 20px;
    background: black;
  }

  .section.purple .container {
    width: 960px;
    border-radius: 25px;
    border: 2px solid purple;
    box-shadow: 0px 0px 20px white;
    overflow: hidden;
    background: #482d67;
  }

  .addbox .promo {
    text-align: left !important;
    font-size: 1.5em !important;
  }

  .product ul.plans {
    font-size: 1em !important
  }

  .row.product p {
    /* font-size: 1.2em !important; */
    line-height: 1.3;
  }

  h4 {
    font-size: 1.6em !important;
    margin: 5px;
  }

  .product img {
    width: 100% !important;
    padding: 15px 0;
  }
}

@media (max-width:767px) {

  .percentriver {
    box-sizing: content-box;
    overflow-x: hidden;
    overflow: hidden !important;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: -180px !important;
    pointer-events: none;
  }

  .roundpercent {
    animation: smallroller 5s infinite;
  }

  #timer,
  #timer2,
  #timer3 {
    font-size: 2.5em;
    margin-bottom: -10px !important;
    margin-top: -30px !important;
    text-align: center;
  }

  /* 
  .button.button-primary,
  button.button-primary,
  input[type="submit"].button-primary,
  input[type="reset"].button-primary,
  input[type="button"].button-primary {
    font-size: 20px;
    height: 60px;
    width: 70%;
    white-space: break-spaces;
    line-height: 1.2em;
  } */

  .container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 95vw;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .desktoponly {
    display: none;
  }

  .hero {
    max-height: 846px;
    max-width: 100vw;
  }

  .hero img {
    max-width: 100%;
  }

  .hero2 {
    max-height: 446px;
    max-width: 100vw;
  }
}

.tickerv-wrap {
  box-sizing: content-box;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 50px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100vw;
}

@keyframes tickerv {

  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -54px;
  }
}

.percentriver {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow: hidden;
  padding-bottom: 60px;
  pointer-events: none;
}

.riverpercent {
  border-radius: 50%;
  display: block;
  font-family: 'Comfortaa', cursive;
  font-size: 1.4em;
  height: 44px;
  line-height: 44px;
  margin-top: -50px;
  padding: 16px;
  width: 44px;
  z-index: 99;
}

.riverpercent:first-of-type {
  animation: 5s riverflow linear infinite;
}

.riverpercent:nth-child(2) {
  animation: 6s riverflow linear infinite;
}

.riverpercent:nth-child(3) {
  animation: 5.7s riverflow linear infinite;
}

.riverpercent:nth-child(4) {
  animation: 4.5s riverflow linear infinite;
}

.riverpercent:nth-child(5) {
  animation: 8.6s riverflow linear infinite;
}

.riverpercent:nth-child(6) {
  animation: 6.6s riverflow linear infinite;
}

.riverpercent:nth-child(7) {
  animation: 7.2s riverflow linear infinite;
}

.riverpercent:nth-child(8) {
  animation: 9.5s riverflow linear infinite;
}

.roundpercent {
  border-radius: 50%;
  display: inline-block;
  font-family: 'Comfortaa', cursive;
  font-size: 1.6em;
  height: 55px;
  line-height: 25px;
  white-space: break-all;
  margin: 5px;
  padding: 16px;
  margin-left: -7px;
  width: 55px;
  z-index: 99;
  top: 15%;
  background: #000;
}

.roundpercent del {
  color: #bbbbbbc5;
}

.row.product {
  position: relative;
}

/* .row.product p{padding:5px 0; max-width: 80%; margin: 0 auto;} */
.tickerv-wrap .ticker__item:first-child {
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-name: tickerv;
  line-height: 15px;
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.tickerv-wrap .ticker__item:last-child {
  line-height: 15px;
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.tickerv-wrap ul li {
  font-size: 18px;
  line-height: 30px;
}

.tickerv-wrap ul:hover {
  animation-play-state: paused;
}

@keyframes roller {

  0%,
  100% {
    transform: rotate(-15deg) translate(0px, -10px);
  }

  50% {
    transform: rotate(15deg) translate(0px, 10px);
  }
}

@keyframes smallroller {

  0%,
  100% {
    transform: scale(0.7) rotate(-15deg) translate(0px, -10px);
  }

  50% {
    transform: scale(0.7) rotate(15deg) translate(0px, 10px);
  }
}

.hero2 h3 {
  padding-bottom: 25px;
}

.orange .promo ins,
.orange .price ins {
  color: #ebebeb;
  font-size: 1.5em;
  font-weight: 900;
  padding: 0 10px;
  text-decoration: none;
}

.price del {
  text-decoration: none;
}

.promo {
  font-family: 'Comfortaa', cursive;
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: 2px;
  /* padding: 10px 0; */
  text-align: center;
  width: 100%;
}

.promo del:first-of-type,
.price del:first-of-type {
  color: #d3d3d3;
  font-size: .9em;
}

.promo del:nth-of-type(2n),
.price del:nth-of-type(2n) {
  color: #ececec;
  font-size: .9em;
}

.promo ins,
.price ins {
  font-size: 1.1em;
  font-weight: 900;
  text-decoration: none;
  color: #00EF70;
}

.stormblack {
  margin-bottom: 5%;
}

.glider .slick-list,
.glider .slick-track,
.glider .slick-slide,
.glider.slick-slider {
  overflow-y: visible !important;
}

.slick-track {
  padding: 20px 0px 20px 0px;
}

.glider .product,
.glider2 .product {
  padding-top: 15px;
}

.glider .product p,
.glider2 .product p {
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.3;
}

ul.plans li:first-child {
  color: #fff;
}

.plans li:nth-child(2) {
  color: #fff;
}

.plans li:nth-child(3) {
  color: #fff;
}






/* 2022 - YO styling */

.carousel-container {
  max-width: 55%;
  width: 55%;
}

.carousel-container2 {
  max-width: 85%;
  width: 85%;
}

.section-intro {
  color: white;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.3;
}

.product-border {
  border: 2px solid #fff !important;
}

.slick-center {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-track {
  padding: 40px 0;
}

#ccp_percent,
#nynm_precent,
#bab_percent,
#comp_mint_percent,
#minty_tm_percent,
#ssmbb_percent {
  top: 0;
  left: 0;
}

.timer-container {
  display: flex;
  flex-direction: column;
}

.timer-data {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
}

#timer,
#timer2,
#timer3 {
  font-weight: 500;
  color: white;
  font-size: 2.2em !important;
  margin-bottom: 0px;
}

.greentext {
  color: #00EF70;
}


.mint-product-bg {
  background: #000000;
}

.mint-container {
  margin-top: -51px;
}

.blueneon {
  border: 2px solid #3DBEE2;
  box-shadow: 0 0 10px 0 #3DBEE2, inset 0 0 10px #3DBEE2;
  color: #3DBEE2;
}

.pinkglow {
  border: 2px solid #ff8fe3;
  box-shadow: 0 0 20px 0 #ff48b3, inset 0 0 20px #ff48b3;
}

.pinkcolor {
  color: #ff48b3;
}

.addbox #ssmbb_promo ins,
#ssmbb_promo .price ins {
  color: #fff;
}

.foods-product {
  display: flex;
  align-items: center;
  justify-content: center;
}

#food_percent,
#fruit_percent {
  left: 15%;
  top: 0;
}

#all_offers_title {
  color: #fff;
  font-size: 1.6em !important;
}

.arrow-pulse-down {
  animation: arrow-pulse-down 700ms linear infinite;
}

@keyframes arrow-pulse-down {
  0% {
    bottom: 40px;
    opacity: 0;
  }

  /* 25% {
    opacity: .25;
  } */

  50% {
    opacity: .5;
  }

  /* 75% {
    opacity: .75;
  } */

  100% {
    bottom: 20px;
    opacity: 1;
  }
}

@media (max-width: 760px) {

  .carousel-container {
    max-width: 100%;
    width: 100%;
  }

  .carousel-container2 {
    max-width: 100%;
    width: 100%;
  }

  .section-intro {
    max-width: 90%;
  }

  .product h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .product h5 {
    font-size: 15px;
  }

  .roundpercent {
    top: 8%;
  }

  #ccp_percent,
  #nynm_precent,
  #bab_percent,
  #comp_mint_percent,
  #minty_tm_percent,
  #ssmbb_percent {
    top: -36px;
    left: 0;
  }

  .timer-container {
    gap: 9px;
    margin-top: 25px;
  }

  .timer-data {
    gap: 10px;
    font-size: 9px;
    margin-left: 11px;
  }

  #timer,
  #timer2,
  #timer3 {
    font-size: 1.6em !important;
  }

  .mint-container {
    margin-top: -23px;
  }

  .foods-product {
    flex-direction: column;
  }

  #food_percent,
  #fruit_percent {
    left: 15% !important;
    top: -25% !important;
  }

  .foods-product img {
    max-width: 100%;
  }

  #teaceremony_title {
    padding: 0 25px;
  }
}