@import url("https://fonts.googleapis.com/css?family=Bebas+Neue|Roboto+Condensed&display=swap");
@font-face {
  font-family: 'Wvf Content';
  src: url("../fonts/karlsenround-regular-webfont.woff2") format("woff2"), url("../fonts/karlsenround-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Wvf Content';
  src: url("../fonts/karlsenround-bold-webfont.woff2") format("woff2"), url("../fonts/karlsenround-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Wvf Heading';
  src: url("../fonts/31A0DF_0_0.woff2") format("woff2"), url("../fonts/31A0DF_0_0.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wvf-content-bold';
  src: url("../fonts/karlsenround-bold-webfont.woff2") format("woff2"), url("../fonts/karlsenround-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-regular-400.eot");
  src: url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/font-awesome/fa-solid-900.eot");
  src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'blink-chevrons';
  src: url("../fonts/chevrons.eot");
  src: url("../fonts/chevrons.eot#iefix") format("embedded-opentype"), url("../fonts/chevrons.ttf") format("truetype"), url("../fonts/chevrons.woff") format("woff"), url("../fonts/chevrons.svg#chevrons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none;
  -webkit-appearance: none; }

li, a, span {
  transition: 0.2s; }

html, body {
  background: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #1E2226; }

strong {
  font-size: inherit;
  font-style: inherit;
  display: inline;
  color: inherit; }

p a, p em, p i {
  font-size: inherit;
  color: inherit; }

p a {
  text-decoration: underline;
  font-weight: inherit; }

a {
  cursor: pointer;
  transition: opacity .5s; }

button {
  cursor: pointer; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: white; }
    .hamburger.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease;
      background-color: white; }
    .hamburger.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: white; }

.hamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #1E2226;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

body.hamburger-visible .hm-toggle {
  background: #1E2226; }

section.header-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  z-index: 2;
  background: white;
  padding-top: 3.3rem; }
  body.wvf-child section.header-wrapper {
    background: #D3DE24;
    z-index: 3; }
  section.header-wrapper > div {
    position: relative;
    z-index: 2; }
  section.header-wrapper .header-top-bar {
    display: flex;
    flex-direction: row;
    height: 3.3rem;
    background: #E4E4E4;
    font-size: 1.2rem;
    width: inherit;
    position: fixed;
    top: 0;
    z-index: 10; }
    body.wvf-child section.header-wrapper .header-top-bar {
      background: #364909 !important; }
    section.header-wrapper .header-top-bar .htb-left {
      flex: 0 0 0;
      padding-left: 8.8rem;
      z-index: 10;
      position: relative; }
      body.wvf-child section.header-wrapper .header-top-bar .htb-left {
        padding-left: 4.8rem; }
      section.header-wrapper .header-top-bar .htb-left .header-logo {
        display: inline-block;
        vertical-align: top;
        transform: translateY(0);
        transition: .2s ease-out; }
        section.header-wrapper .header-top-bar .htb-left .header-logo img {
          height: 8.8rem;
          width: auto;
          max-width: initial; }
        body.wvf-child section.header-wrapper .header-top-bar .htb-left .header-logo {
          transform: translateY(4rem); }
          body.wvf-child section.header-wrapper .header-top-bar .htb-left .header-logo img {
            height: 10.1rem; }
    section.header-wrapper .header-top-bar .htb-right {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex: 1 1 0;
      line-height: 3.3rem; }
      section.header-wrapper .header-top-bar .htb-right .htb-dyn-message {
        color: #1E2226;
        padding-left: .7rem; }
        body.wvf-child section.header-wrapper .header-top-bar .htb-right .htb-dyn-message {
          color: white; }
        section.header-wrapper .header-top-bar .htb-right .htb-dyn-message a {
          color: inherit; }
      section.header-wrapper .header-top-bar .htb-right .htb-page-links {
        padding-right: .8rem; }
        section.header-wrapper .header-top-bar .htb-right .htb-page-links li {
          display: inline-block;
          vertical-align: top; }
          section.header-wrapper .header-top-bar .htb-right .htb-page-links li a {
            display: block;
            color: #56626d;
            padding: 0 1.2rem; }
            body.wvf-child section.header-wrapper .header-top-bar .htb-right .htb-page-links li a {
              color: white; }
            section.header-wrapper .header-top-bar .htb-right .htb-page-links li a:hover {
              background: #292f34;
              color: white; }
  section.header-wrapper .header-mid {
    height: 9.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1; }
    section.header-wrapper .header-mid .hm-toggle {
      display: none; }
    section.header-wrapper .header-mid .header-search {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      section.header-wrapper .header-mid .header-search input[type="search"] {
        border: 1px solid #E4E4E4;
        border-radius: .6rem;
        font-size: 1.5rem;
        min-width: 46.5rem;
        padding-left: 1.2rem;
        color: #4b555f;
        font-family: inherit; }
        section.header-wrapper .header-mid .header-search input[type="search"]::placeholder {
          color: #97a2ad; }
      section.header-wrapper .header-mid .header-search button {
        height: 4rem;
        width: 4rem;
        text-align: center;
        position: absolute;
        right: 0;
        border-top-right-radius: .6rem;
        border-bottom-right-radius: .6rem;
        background: #2AC1E0;
        color: white; }
        section.header-wrapper .header-mid .header-search button .mag:after {
          content: '\e90a';
          font-family: "blink-chevrons";
          color: white;
          font-size: 2rem; }
        section.header-wrapper .header-mid .header-search button:hover {
          background: #1E2226; }
    section.header-wrapper .header-mid .header-cart {
      position: absolute;
      right: 3.8rem; }
      section.header-wrapper .header-mid .header-cart .header-cart-inner {
        display: block; }
        section.header-wrapper .header-mid .header-cart .header-cart-inner:hover {
          opacity: 0.75; }
        section.header-wrapper .header-mid .header-cart .header-cart-inner .header-cart-icon {
          position: relative; }
      section.header-wrapper .header-mid .header-cart .cart-amount {
        position: absolute;
        top: .2rem;
        left: 2rem;
        height: 1.3rem;
        min-width: 1.3rem;
        border-radius: 100%;
        background: #F0FF00;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 1.1rem; }
        body.wvf-child section.header-wrapper .header-mid .header-cart .cart-amount {
          background: #73B034;
          color: white;
          font-weight: normal; }
  section.header-wrapper .header-main-menu-container {
    height: 4.2rem;
    background: #1E2226;
    position: relative; }
    body.wvf-child section.header-wrapper .header-main-menu-container {
      background: transparent; }
      body.wvf-child section.header-wrapper .header-main-menu-container:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.5rem;
        top: 0;
        background: url(../images/wvf/header-bar-bottom.png) bottom center no-repeat;
        background-size: cover;
        z-index: -1; }
    section.header-wrapper .header-main-menu-container .main-menu-logo {
      opacity: 0;
      height: 4.2rem;
      position: absolute;
      transform: translateY(0.5rem) translateX(-0.5rem);
      transition: .2s ease-out;
      top: 0; }
      section.header-wrapper .header-main-menu-container .main-menu-logo img {
        height: 6.3rem;
        width: auto; }
    section.header-wrapper .header-main-menu-container .header-main-menu-inner {
      text-align: center; }
      body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner:before {
        content: '';
        position: absolute;
        left: 4rem;
        width: 10.3rem;
        top: 0;
        bottom: -6.2rem;
        background: url(../images/wvf/header-splat-left.png) center bottom;
        background-size: 100%;
        z-index: 0; }
      body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner:after {
        content: '';
        position: absolute;
        right: 4rem;
        width: 13.5rem;
        top: 0;
        bottom: -3.4rem;
        background: url(../images/wvf/header-splat-right.png) center bottom;
        background-size: 100%;
        z-index: 0; }
      section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu {
        display: inline-block;
        vertical-align: top; }
        section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items {
          display: block;
          height: inherit; }
          section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li {
            display: inline-block;
            vertical-align: top;
            position: relative; }
            section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a {
              height: 4.2rem;
              display: flex;
              flex-direction: row;
              align-items: center;
              font-family: "Bebas Neue", sans-serif;
              font-weight: 100;
              color: white;
              padding: 0 3.25rem;
              font-size: 1.7rem; }
              body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a {
                text-transform: uppercase; }
              section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a:hover:not(.active) {
                background: #292f34;
                color: white; }
              section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a.active {
                background: #F0FF00;
                color: #1E2226; }
            section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li .sub-menu {
              opacity: 0;
              pointer-events: none;
              position: absolute;
              background: white;
              top: 4.2rem;
              left: 0;
              border-left: 5px solid #F0FF00;
              transition: .15s ease-out;
              text-align: left; }
              section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li .sub-menu li {
                width: 100%; }
              section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li .sub-menu a {
                white-space: nowrap;
                font-family: "Roboto Condensed", sans-serif;
                font-weight: 500;
                color: black;
                font-size: 1.3rem;
                padding: 0 calc(3.25rem - 1.5rem); }
                section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li .sub-menu a.active {
                  color: #1E2226;
                  background: #F0FF00; }
            section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li:hover .sub-menu {
              opacity: 1;
              pointer-events: auto; }
            body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a {
              position: relative;
              color: #364909;
              font-size: 1.8rem;
              padding: 0 1.4rem;
              text-transform: uppercase; }
              body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a:after {
                content: '|';
                position: absolute;
                right: -.3rem;
                margin-top: -.1rem; }
              body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a:hover:not(.active) {
                background: transparent;
                color: #73B034; }
                body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a:hover:not(.active):after {
                  color: #364909; }
              body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a.active {
                background: transparent;
                color: #73B034; }
                body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li a.active:after {
                  color: #364909; }
            body.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu ul.header-menu-items li:last-child a:after {
              display: none; }

body.header-state-alt section.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 6; }
  body.header-state-alt section.header-wrapper .header-top-bar {
    background: white; }
    body.header-state-alt section.header-wrapper .header-top-bar .htb-left .header-logo {
      transform: translateY(-10rem); }
    body.header-state-alt section.header-wrapper .header-top-bar .htb-dyn-message {
      transform: translateX(-35rem); }
  body.header-state-alt section.header-wrapper .header-mid {
    height: 0;
    z-index: 3; }
    body.header-state-alt section.header-wrapper .header-mid .header-search {
      display: none; }
    body.header-state-alt section.header-wrapper .header-mid .header-cart {
      background: white;
      top: 0;
      right: 0; }
      body.header-state-alt section.header-wrapper .header-mid .header-cart .header-cart-inner {
        padding: 0 2rem;
        height: 4.2rem;
        line-height: 4.2rem; }
        body.header-state-alt section.header-wrapper .header-mid .header-cart .header-cart-inner .header-cart-icon {
          transform: translateY(0.6rem); }
  body.header-state-alt section.header-wrapper .header-main-menu-container .main-menu-logo {
    opacity: 1;
    transform: translateY(0) translateX(0); }

body.header-state-alt.wvf-child section.header-wrapper .header-mid .header-cart {
  background: transparent;
  top: .3rem; }

body.header-state-alt.wvf-child section.header-wrapper .header-main-menu-container .header-main-menu-inner nav.header-menu {
  margin-top: .2rem; }

body.header-state-alt.wvf-child section.header-wrapper .header-main-menu-container .main-menu-logo {
  transform: translateY(1rem) translateX(2rem);
  z-index: 1; }

body.header-state-alt.wvf-child section.header-wrapper .header-top-bar .htb-dyn-message {
  transform: translateX(0rem); }

footer.site-footer {
  padding-top: 2.3rem; }

ul.faq-list li.faq-item {
  border: 1px solid #979797;
  padding: 2rem;
  margin-bottom: 2rem; }
  ul.faq-list li.faq-item div.faq-item-inner h5.faq-label {
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: .04rem;
    position: relative;
    color: white;
    padding-left: 4rem;
    height: 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    ul.faq-list li.faq-item div.faq-item-inner h5.faq-label:before {
      position: absolute;
      font-family: 'blink-chevrons';
      content: '\e900';
      font-size: 2.4rem;
      height: 1.6rem;
      width: 1rem;
      left: 0;
      top: 1rem;
      transform: rotate(0deg);
      transition: transform .2s ease-in; }
    ul.faq-list li.faq-item div.faq-item-inner h5.faq-label:hover {
      text-decoration: underline; }
  ul.faq-list li.faq-item div.faq-item-inner .faq-content {
    opacity: 0;
    display: none;
    transition: .2s ease-in;
    max-height: 0;
    padding-left: 4rem;
    padding-top: 1rem; }
    ul.faq-list li.faq-item div.faq-item-inner .faq-content p {
      font-size: 1.4rem;
      line-height: 2.4rem; }
  ul.faq-list li.faq-item.open div.faq-item-inner h5.faq-label:before {
    transform: rotate(90deg);
    left: .8rem;
    top: .8rem; }
  ul.faq-list li.faq-item.open div.faq-item-inner .faq-content {
    display: block;
    opacity: 1;
    max-height: 100rem; }

section.section-breadcrumbs {
  height: 3.4rem;
  margin-bottom: calc(-3.4rem / 1.25);
  position: relative;
  z-index: 1;
  background: #fafbfb; }
  body.woocommerce-checkout section.section-breadcrumbs, body.woocommerce-cart section.section-breadcrumbs {
    margin-bottom: 3rem;
    background: none; }
  section.section-breadcrumbs .breadcrumbs-list {
    font-size: 1.4rem;
    transform: translateY(-0.4rem); }
    section.section-breadcrumbs .breadcrumbs-list li {
      display: inline-block;
      vertical-align: top;
      line-height: 2.5rem; }
      section.section-breadcrumbs .breadcrumbs-list li.current-item > span {
        padding: .8rem 0; }
        section.section-breadcrumbs .breadcrumbs-list li.current-item > span span {
          display: block; }
      section.section-breadcrumbs .breadcrumbs-list li > a, section.section-breadcrumbs .breadcrumbs-list li > span {
        padding: .8rem 0;
        display: block;
        transition: 0s ease-out; }
        section.section-breadcrumbs .breadcrumbs-list li > a span, section.section-breadcrumbs .breadcrumbs-list li > span span {
          color: inherit; }
          section.section-breadcrumbs .breadcrumbs-list li > a span:after, section.section-breadcrumbs .breadcrumbs-list li > span span:after {
            font-family: "blink-chevrons";
            content: '\e900';
            color: #2AC1E0;
            line-height: inherit;
            transition: .1s ease-out;
            display: inline-block;
            vertical-align: top;
            transform: translateY(0.05rem);
            font-size: 1.2rem;
            font-weight: 600;
            padding-left: .2rem; }
      section.section-breadcrumbs .breadcrumbs-list li > span a span {
        color: #1E2226; }
      section.section-breadcrumbs .breadcrumbs-list li > span a:hover span {
        color: #0e5463;
        text-decoration: underline; }
      section.section-breadcrumbs .breadcrumbs-list li > span span:not([property="name"]):after {
        display: none; }
      section.section-breadcrumbs .breadcrumbs-list li.current-page, section.section-breadcrumbs .breadcrumbs-list li.current-item {
        font-weight: 600; }
        section.section-breadcrumbs .breadcrumbs-list li.current-page a span[property="name"]:after, section.section-breadcrumbs .breadcrumbs-list li.current-page span span[property="name"]:after, section.section-breadcrumbs .breadcrumbs-list li.current-item a span[property="name"]:after, section.section-breadcrumbs .breadcrumbs-list li.current-item span span[property="name"]:after {
          display: none; }
      section.section-breadcrumbs .breadcrumbs-list li:hover:not(.current-page) a {
        color: #2AC1E0; }

.content-area,
.terms-content {
  font-size: 1.6rem;
  line-height: 2.6rem; }
  .content-area h2,
  .content-area .heading,
  .terms-content h2,
  .terms-content .heading {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 2.1rem; }
    body.wvf-child .content-area h2, body.wvf-child .content-area .heading, body.wvf-child .terms-content h2, body.wvf-child .terms-content .heading {
      text-transform: uppercase; }
  .content-area p,
  .terms-content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1.8rem; }
    .content-area p span,
    .terms-content p span {
      font-size: inherit !important;
      color: inherit; }
    .content-area p a,
    .terms-content p a {
      color: #2AC1E0;
      text-decoration: none; }
      .content-area p a:hover,
      .terms-content p a:hover {
        text-decoration: underline; }
  .content-area ul li,
  .terms-content ul li {
    font-size: inherit;
    padding-top: .2rem;
    padding-bottom: .8rem;
    position: relative;
    padding-left: 1.4rem; }
    .content-area ul li:before,
    .terms-content ul li:before {
      content: '';
      width: .5rem;
      height: .5rem;
      background: #1E2226;
      position: absolute;
      left: 0;
      top: 1.1rem; }
  .content-area table,
  .terms-content table {
    width: auto;
    margin-bottom: 2rem; }
    .content-area table td,
    .terms-content table td {
      width: auto;
      padding: .5rem 0; }

.terms-content {
  padding-right: 3rem; }

.verschijnplanning-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

section.section-home-slider {
  position: relative;
  z-index: 0; }
  section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 10.4%; }
    section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item .slide-content {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20%;
      z-index: 2; }
      section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item .slide-content span {
        font-size: 6.8rem;
        text-transform: uppercase;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
        line-height: 1; }

section.section-brands-blocks {
  height: 15rem;
  margin-top: -9.1rem; }
  section.section-brands-blocks ul.brands-blocks-list {
    width: 75.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center; }
    section.section-brands-blocks ul.brands-blocks-list li.bb-item {
      height: 15rem;
      flex: 1;
      margin: 0 .05rem;
      text-align: center; }
      section.section-brands-blocks ul.brands-blocks-list li.bb-item .bb-item-logo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 8.95rem;
        background: #1E2226; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .bb-item-logo img {
          max-width: 95%;
          height: auto;
          width: auto;
          max-height: 37%; }
      section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand {
        display: block;
        color: #F0FF00;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        font-size: 1.7rem;
        height: 6.1rem;
        line-height: 5.9rem;
        position: relative;
        transition: 0s ease-out;
        background: #1E2226; }
        body.wvf-child section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand {
          text-transform: uppercase; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand span {
          transition: 0.1s ease-out; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand svg.arrow-right {
          margin-left: .3rem;
          transition: .1s ease-out; }
          section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand svg.arrow-right * {
            fill: #F0FF00;
            transition: .2s ease-in-out; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand:before {
          position: absolute;
          content: '';
          border-top: 1px solid #333333;
          left: 12.5%;
          right: 12.5%;
          top: 0;
          height: .1rem; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand:hover {
          color: white; }
          section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand:hover svg.arrow-right {
            transform: translateX(0.8rem);
            transition: .4s ease-out; }
            section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand:hover svg.arrow-right * {
              fill: white; }

.products-list-item,
.abo-products-list-item {
  border: 1px solid #E4E4E4;
  position: relative;
  margin-bottom: .8rem;
  padding-top: 1rem;
  background: white; }
  .products-list-item a,
  .abo-products-list-item a {
    display: block;
    padding-bottom: 7rem; }
    .products-list-item a .pli-image,
    .abo-products-list-item a .pli-image {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding-top: 90%;
      position: relative;
      transition: .2s ease-out;
      z-index: 1; }
      .products-list-item a .pli-image img,
      .abo-products-list-item a .pli-image img {
        position: absolute;
        top: 0;
        width: 80%;
        height: auto;
        transition: .2s ease-out;
        transform: translateY(0.2rem); }
    .products-list-item a .pli-brand-name,
    .products-list-item a .apli-duration,
    .abo-products-list-item a .pli-brand-name,
    .abo-products-list-item a .apli-duration {
      color: #B8B8B8;
      font-size: 1.2rem;
      display: block;
      text-transform: uppercase;
      position: relative;
      text-align: center;
      z-index: 2;
      margin-bottom: 1rem;
      opacity: 1;
      transition: .1s ease-out; }
    .products-list-item a .pli-product-name,
    .abo-products-list-item a .pli-product-name {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      text-align: center;
      font-size: 1.9rem;
      padding: 0 0.5rem;
      color: #1E2226;
      transition: .1s ease-out; }
      body.wvf-child .products-list-item a .pli-product-name, body.wvf-child .abo-products-list-item a .pli-product-name {
        text-transform: uppercase; }
      body.wvf-child .products-list-item a .pli-product-name, body.wvf-child .abo-products-list-item a .pli-product-name {
        font-size: 1.7rem; }
    .products-list-item a .pli-price-container,
    .products-list-item a .apli-price-container,
    .abo-products-list-item a .pli-price-container,
    .abo-products-list-item a .apli-price-container {
      position: absolute;
      height: 2.4rem;
      bottom: 1.7rem;
      left: 0;
      right: 0;
      font-size: 1.8rem;
      text-align: right;
      padding-right: 1.7rem;
      line-height: 2.4rem; }
      .products-list-item a .pli-price-container .price-from,
      .products-list-item a .apli-price-container .price-from,
      .abo-products-list-item a .pli-price-container .price-from,
      .abo-products-list-item a .apli-price-container .price-from {
        display: inline-block;
        vertical-align: top;
        color: #B8B8B8;
        text-decoration: line-through; }
      .products-list-item a .pli-price-container .current-price,
      .products-list-item a .apli-price-container .current-price,
      .abo-products-list-item a .pli-price-container .current-price,
      .abo-products-list-item a .apli-price-container .current-price {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        color: #2AC1E0;
        margin-left: .5rem; }
        body.wvf-child .products-list-item a .pli-price-container .current-price, body.wvf-child .products-list-item a .apli-price-container .current-price, body.wvf-child .abo-products-list-item a .pli-price-container .current-price, body.wvf-child .abo-products-list-item a .apli-price-container .current-price {
          color: #73B034; }
      .products-list-item a .pli-price-container .to-product,
      .products-list-item a .apli-price-container .to-product,
      .abo-products-list-item a .pli-price-container .to-product,
      .abo-products-list-item a .apli-price-container .to-product {
        margin-left: .5rem;
        border-left: 1px solid #E4E4E4;
        height: 2.4rem;
        transition: .1s ease-out;
        display: inline-block;
        vertical-align: top;
        transform: translateX(0);
        width: 2.4rem;
        background: url(../images/right-long-arrow.svg) center right no-repeat; }
    .products-list-item a:hover .pli-image img,
    .abo-products-list-item a:hover .pli-image img {
      width: 90%;
      transform: translateY(0); }
    .products-list-item a:hover .pli-product-name,
    .abo-products-list-item a:hover .pli-product-name {
      color: #2AC1E0; }
    .products-list-item a:hover .pli-brand-name,
    .abo-products-list-item a:hover .pli-brand-name {
      opacity: 0; }

section.section-overview-brand-info-block {
  padding-top: 3.5rem; }
  section.section-overview-brand-info-block .page-section-inner {
    padding-top: 7.5rem !important;
    border-top: 1px solid #E4E4E4;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    section.section-overview-brand-info-block .page-section-inner .text-block {
      flex-grow: 1; }
      section.section-overview-brand-info-block .page-section-inner .text-block h2 {
        max-width: 75%; }
    section.section-overview-brand-info-block .page-section-inner .image-block {
      transform: translateY(-2rem); }
      section.section-overview-brand-info-block .page-section-inner .image-block img {
        max-width: 49rem;
        height: auto;
        padding-left: 2rem; }

section.section-overview-content-bottom-text-block {
  padding-top: 3.5rem; }
  section.section-overview-content-bottom-text-block .page-section-inner {
    padding-top: 4rem !important;
    border-top: 1px solid #E4E4E4;
    text-align: center; }
    section.section-overview-content-bottom-text-block .page-section-inner .text-block {
      flex-grow: 1; }
      section.section-overview-content-bottom-text-block .page-section-inner .text-block h1 {
        text-decoration: line-through; }
      section.section-overview-content-bottom-text-block .page-section-inner .text-block h2 {
        display: inline-block;
        vertical-align: top;
        max-width: 75%; }

section.section-abo-products-list ul.abo-products-list li.abo-products-list-item {
  padding-top: 0; }
  section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a {
    padding-bottom: 0;
    color: #1E2226;
    display: flex;
    flex-direction: column;
    height: 100%; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .pli-product-name {
      font-size: 2.4rem;
      line-height: 2.6rem;
      padding: 2rem;
      padding-bottom: .5rem;
      min-height: 8.3rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .pli-image {
      margin-top: 1rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .pli-image img {
        width: 90%; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks {
      margin: 0 2rem;
      padding-bottom: 2rem;
      margin-top: 1rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks .apli-check {
        min-height: 1.6rem;
        font-size: 1.5rem;
        line-height: 1.2;
        padding: .3rem 0;
        position: relative;
        padding-left: 1.4rem; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks .apli-check:before {
          font-family: "blink-chevrons";
          content: '\e914';
          color: #73B034;
          font-size: 1.7rem;
          font-weight: 100;
          -webkit-text-stroke: 1px #73B034;
          -moz-text-stroke: 1px #73B034;
          position: absolute;
          left: -.8rem;
          top: .2rem; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-bottom-elems {
      margin-top: auto; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-bottom-elems:before {
        content: '';
        border-top: 1px solid #E4E4E4;
        margin: 0 2rem;
        display: block; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-price-container {
      text-align: center;
      position: relative;
      bottom: 0;
      margin-top: 2.3rem; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-abo-price-container {
      background: #F7F7F7;
      padding-top: 1.3rem;
      margin-top: 2.3rem;
      padding-bottom: .8rem;
      text-align: center; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-abo-price-container .current-price {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        font-size: 1.8rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-abo-price-container .price-from {
        display: block;
        font-size: 1.5rem;
        padding: .8rem 0; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container {
      padding: 2rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button {
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        position: relative;
        text-align: left;
        min-width: 21.6rem;
        height: 4rem;
        line-height: 4rem;
        padding: 0;
        padding-left: 1.6rem;
        padding-right: 5.8rem;
        border-radius: .6rem;
        border: none;
        background: #2AC1E0;
        font-size: 1.6rem;
        color: white;
        background: #73B034;
        text-transform: none; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:before, section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:after {
          position: absolute;
          width: 4rem;
          right: 0;
          height: 4rem; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:before {
          content: '';
          border-top-right-radius: .6rem;
          border-bottom-right-radius: .6rem;
          background: #9ed268; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:after {
          font-family: "blink-chevrons";
          content: '\e900';
          font-size: 2.4rem;
          text-align: center;
          color: white;
          line-height: inherit;
          transition: .2s ease-out;
          top: 0; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:hover {
          background: #669c2e;
          color: white; }
          section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:hover:before {
            background: #a6d674; }
          section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button:hover:after {
            transform: translateX(0.1rem); }

section.section-usps {
  padding-bottom: 4.7rem;
  padding-top: 5.8rem; }

ul.blinkshop-usps {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center; }
  ul.blinkshop-usps li.usp {
    display: block;
    margin: .6rem 0;
    max-width: 18rem;
    pointer-events: none; }
    ul.blinkshop-usps li.usp span.icon {
      display: inline-block;
      vertical-align: top;
      height: 9.9rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      ul.blinkshop-usps li.usp span.icon img {
        max-height: 9.4rem;
        width: auto; }
    ul.blinkshop-usps li.usp span.usp-text {
      display: inline-block;
      vertical-align: top;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      color: #1E2226;
      font-size: 1.8rem; }

.pds-usps .usp {
  min-height: 1.6rem;
  margin: 1rem 0;
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 1.45rem;
  border-bottom: 1px solid #E4E4E4; }
  .pds-usps .usp:before {
    font-family: "blink-chevrons";
    content: '\e917';
    color: #2AC1E0;
    font-size: 1.3rem;
    position: absolute;
    left: 0rem;
    top: .2rem; }
  .pds-usps .usp:last-of-type {
    margin-top: 0;
    padding-bottom: 0;
    border: 0; }
  body.wvf-child .pds-usps .usp {
    font-size: 1.4rem; }
    body.wvf-child .pds-usps .usp a {
      font-size: inherit; }

section.section-page-header-top .page-header-top-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

section.section-page-header-top.page-header-top-narrow .page-header-top-img {
  position: relative; }
  section.section-page-header-top.page-header-top-narrow .page-header-top-img a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

section.section-footer-brand-links {
  background: #f1f1f1;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  section.section-footer-brand-links .flexcol-collapse-heading {
    display: none; }
  section.section-footer-brand-links .spacer {
    height: 10.5rem;
    border-left: 1px solid #e7e7e7; }
  section.section-footer-brand-links a {
    display: block;
    line-height: 2.7rem;
    font-size: 1.4rem;
    padding: 0;
    color: #2AC1E0; }
    section.section-footer-brand-links a:before {
      content: '';
      height: 2.7rem;
      transition: .1s ease-out;
      display: inline-block;
      vertical-align: top;
      transform: translateX(0);
      width: 2.4rem;
      background: url(../images/right-long-arrow.svg) left center no-repeat; }
    section.section-footer-brand-links a:hover {
      color: #1E2226; }
      section.section-footer-brand-links a:hover:before {
        transform: translateX(0.1rem); }

section.section-footer-bottom {
  background: #1E2226;
  position: relative;
  padding-top: 5.7rem;
  padding-bottom: 4rem; }
  body.wvf-child section.section-footer-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -.5rem;
    height: 2rem;
    background: url(../images/wvf/footer-bar-top.png) top center no-repeat;
    background-size: cover;
    z-index: 0; }
  body.wvf-child section.section-footer-bottom {
    background: #D3DE24; }
  section.section-footer-bottom .footer-bottom-col h5 {
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 1.9rem;
    padding-bottom: 2rem; }
    body.wvf-child section.section-footer-bottom .footer-bottom-col h5 {
      text-transform: uppercase; }
    body.wvf-child section.section-footer-bottom .footer-bottom-col h5 {
      color: #364909; }
  section.section-footer-bottom .footer-bottom-col p {
    color: white;
    line-height: 2.6rem;
    font-size: 1.4rem; }
    body.wvf-child section.section-footer-bottom .footer-bottom-col p {
      color: #364909; }
  section.section-footer-bottom .footer-bottom-col:not(.newsletter-social) a {
    display: block;
    line-height: 2.7rem;
    font-size: 1.4rem;
    padding: 0;
    color: #2AC1E0; }
    section.section-footer-bottom .footer-bottom-col:not(.newsletter-social) a:before {
      font-family: "blink-chevrons";
      content: '\e900';
      color: white;
      line-height: inherit;
      transition: .1s ease-out;
      display: inline-block;
      vertical-align: top;
      transform: translateX(0);
      padding-right: .1rem; }
    section.section-footer-bottom .footer-bottom-col:not(.newsletter-social) a:hover {
      color: white;
      transform: translateX(0.1rem); }
    body.wvf-child section.section-footer-bottom .footer-bottom-col:not(.newsletter-social) a:before {
      color: #364909; }
    body.wvf-child section.section-footer-bottom .footer-bottom-col:not(.newsletter-social) a:hover {
      font-weight: bold;
      color: inherit; }
  section.section-footer-bottom .footer-bottom-col.newsletter-social {
    flex-basis: 29rem; }
    section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      position: relative;
      text-align: left;
      min-width: 21.6rem;
      height: 4rem;
      line-height: 4rem;
      padding: 0;
      padding-left: 1.6rem;
      padding-right: 5.8rem;
      border-radius: .6rem;
      border: none;
      background: #2AC1E0;
      font-size: 1.6rem;
      color: white;
      background: #2AC1E0;
      margin-top: 2rem;
      margin-bottom: 3.4rem; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:before, section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:after {
        position: absolute;
        width: 4rem;
        right: 0;
        height: 4rem; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:before {
        content: '';
        border-top-right-radius: .6rem;
        border-bottom-right-radius: .6rem;
        background: #76d7eb; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:after {
        font-family: "blink-chevrons";
        content: '\e900';
        font-size: 2.4rem;
        text-align: center;
        color: white;
        line-height: inherit;
        transition: .2s ease-out;
        top: 0; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:hover {
        background: #1fb3d2;
        color: white; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:hover:before {
          background: #83dbed; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .newsletter-button:hover:after {
          transform: translateX(0.1rem); }
    section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a {
      text-align: center;
      display: inline-block;
      vertical-align: top;
      height: 4rem;
      width: 4rem;
      border-radius: .6rem;
      background: #83dbed;
      line-height: 4rem; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a:first-of-type {
        margin-left: 0; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a:after {
        color: white;
        font-size: 20px;
        font-family: 'Font Awesome 5 Brands'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.facebook {
        background: #3e64ad; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.facebook:after {
          content: '\f39e'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.instagram {
        background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.instagram:after {
          content: '\f16d'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.twitter {
        background: #00ACED; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.twitter:after {
          content: '\f099'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.youtube {
        background: #FF0000; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.youtube:after {
          content: '\f167'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.linkedin {
        background: #2867B2; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.linkedin:after {
          content: '\f08c'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.whatsapp {
        background: #009a2c; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a.whatsapp:after {
          content: '\f232'; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a:hover {
        transform: translateY(-0.1rem); }
    section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a {
      margin: .5rem; }

section.section-footer-end {
  background: #1E2226;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  section.section-footer-end li {
    display: inline-block;
    vertical-align: top; }
  section.section-footer-end .copyright,
  section.section-footer-end a {
    color: #E4E4E4;
    display: inline-block;
    vertical-align: top;
    line-height: 1.8rem;
    font-size: 1.4rem; }
  section.section-footer-end ul {
    display: inline-block;
    vertical-align: top;
    padding-left: 1rem; }
    section.section-footer-end ul li a {
      color: #2AC1E0; }
      section.section-footer-end ul li a:hover {
        color: white; }
      section.section-footer-end ul li a:after {
        display: inline-block;
        vertical-align: top;
        content: '|';
        color: #919191;
        padding-left: .5rem;
        padding-right: .3rem; }
    section.section-footer-end ul li:last-child a:after {
      content: '';
      padding: 0; }

section.section-product-categories {
  margin-bottom: 3rem; }
  section.section-product-categories .page-section-inner {
    max-width: 120rem; }
  section.section-product-categories .product-categories-list {
    text-align: center;
    transform: translateY(-2.5rem); }
    section.section-product-categories .product-categories-list .pcl-item {
      display: inline-block;
      vertical-align: top;
      margin: .5rem; }
      section.section-product-categories .product-categories-list .pcl-item a {
        display: inline-block;
        vertical-align: top;
        height: 4.2rem;
        background: #dadada;
        color: white;
        border-radius: 2.1rem;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        font-size: 1.9rem;
        line-height: 4.4rem;
        padding: 0 2.4rem; }
        body.wvf-child section.section-product-categories .product-categories-list .pcl-item a {
          text-transform: uppercase; }
      section.section-product-categories .product-categories-list .pcl-item.active a {
        background: #2AC1E0; }
      section.section-product-categories .product-categories-list .pcl-item:hover:not(.active) a {
        background: #858585; }

section.section-products-pagination .products-pagination-list {
  padding: 4.5rem 0;
  text-align: center; }
  section.section-products-pagination .products-pagination-list .ppl-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 .5rem; }
    section.section-products-pagination .products-pagination-list .ppl-item a, section.section-products-pagination .products-pagination-list .ppl-item span {
      display: inline-block;
      vertical-align: top;
      height: 4.2rem;
      background: #dadada;
      color: white;
      border-radius: 2.1rem;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      font-size: 1.9rem;
      line-height: 4.4rem;
      padding: 0 2.4rem;
      padding: 0;
      height: 4.1rem;
      width: 4.1rem; }
      body.wvf-child section.section-products-pagination .products-pagination-list .ppl-item a, body.wvf-child section.section-products-pagination .products-pagination-list .ppl-item span {
        text-transform: uppercase; }
      section.section-products-pagination .products-pagination-list .ppl-item a.current, section.section-products-pagination .products-pagination-list .ppl-item span.current {
        background: #2AC1E0; }
    section.section-products-pagination .products-pagination-list .ppl-item a:hover:not(.current) {
      background: #a7a7a7; }

section.text-page-top {
  margin-bottom: 8.6rem;
  position: relative; }
  section.text-page-top .text-page-top-image {
    min-height: 34rem;
    height: 70vh;
    max-height: 64rem;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center; }
    section.text-page-top .text-page-top-image .title {
      font-size: 6.8rem;
      text-transform: uppercase;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      color: white;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
      line-height: 1; }

section.section-text-page div.page-section-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 8rem;
  padding-bottom: 4rem; }
  section.section-text-page div.page-section-inner .text-page-menu-container {
    width: 23.4rem;
    margin-right: 3.5rem; }
    section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list {
      border-top: 1px solid #E4E4E4; }
      section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list li {
        display: block; }
        section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list li a {
          display: block;
          border-bottom: 1px solid #E4E4E4;
          padding: 1rem 0;
          font-size: 1.6rem;
          color: #2AC1E0; }
          section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list li a:hover {
            color: #1E2226; }
        section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list li.current-page a {
          color: #1E2226; }
  section.section-text-page div.page-section-inner .text-page-content-container {
    width: 82.6rem; }
    section.section-text-page div.page-section-inner .text-page-content-container .text-page-cat-title {
      color: #B8B8B8;
      font-size: 1.2rem;
      display: block;
      text-transform: uppercase;
      position: relative;
      margin-bottom: .5rem; }
    section.section-text-page div.page-section-inner .text-page-content-container .text-page-content-inner {
      margin-top: 3rem; }
      section.section-text-page div.page-section-inner .text-page-content-container .text-page-content-inner p {
        margin-bottom: 2.4rem; }

section.section-brand-main-top {
  margin-bottom: 3.8rem; }
  section.section-brand-main-top .page-section-inner {
    text-align: center;
    max-width: 55%; }

section.section-brand-main-content-blocks {
  padding: 3.5rem 0; }
  section.section-brand-main-content-blocks .content-block-rows .content-blocks-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 4.1rem; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-visual,
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content {
      flex: 1 1 50%;
      width: 50%; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-visual {
      order: 1;
      min-height: 33.3rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      background: url(http://blinkshopdev.eenmedia.nl/blinkjw-frontend/assets/images/tmp/tmp-top-img-1.png);
      background-size: cover; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-visual img {
        height: auto;
        width: 100%; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content {
      order: 2;
      background: #F7F7F7;
      padding: 0 4.4rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content .button-container {
        margin-top: 0rem; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row:nth-child(even) .content-block-visual {
      order: 2; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row:nth-child(even) .content-block-content {
      order: 1; }

section.section-product-detail .product-detail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 7.9rem;
  margin-bottom: 0; }

section.section-product-detail .product-detail-media {
  width: 41.7rem;
  margin-right: 3.1rem; }
  section.section-product-detail .product-detail-media .pd-images-container {
    position: relative;
    width: 41.7rem;
    border: 1px solid #E4E4E4;
    margin-bottom: 6.2rem; }
    section.section-product-detail .product-detail-media .pd-images-container .swiper-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 4.5rem;
      width: 4.5rem;
      border-radius: 50%;
      border: 1px solid #E4E4E4;
      background: white;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      cursor: pointer;
      z-index: 6;
      transition: background .2s ease-out;
      visibility: hidden; }
      body.wvf-child section.section-product-detail .product-detail-media .pd-images-container .swiper-nav {
        text-transform: uppercase; }
      section.section-product-detail .product-detail-media .pd-images-container .swiper-nav:hover {
        color: #2AC1E0; }
      section.section-product-detail .product-detail-media .pd-images-container .swiper-nav.show {
        visibility: visible; }
    section.section-product-detail .product-detail-media .pd-images-container .swiper-nav.swiper-prev {
      left: -2.25rem; }
    section.section-product-detail .product-detail-media .pd-images-container .swiper-nav.swiper-next {
      right: -2.25rem; }
    section.section-product-detail .product-detail-media .pd-images-container .pd-preview-button {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      height: 3.4rem;
      line-height: 3.4rem;
      color: white;
      min-width: 50%;
      padding: 0 1.8rem;
      white-space: nowrap;
      position: absolute;
      bottom: -1.6rem;
      left: 50%;
      transform: translateX(-50%);
      background: #2AC1E0;
      font-size: 1.4rem;
      border-radius: 1.7rem;
      z-index: 5;
      transition: .1s ease-out;
      text-align: center; }
      section.section-product-detail .product-detail-media .pd-images-container .pd-preview-button svg.book-icon {
        margin-right: .5rem;
        position: relative;
        top: .4rem; }
        section.section-product-detail .product-detail-media .pd-images-container .pd-preview-button svg.book-icon * {
          fill: white; }
      section.section-product-detail .product-detail-media .pd-images-container .pd-preview-button:hover {
        background: #1E2226; }
  section.section-product-detail .product-detail-media .pd-images .pd-image {
    width: 41.7rem;
    height: 38.9rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    section.section-product-detail .product-detail-media .pd-images .pd-image img {
      max-width: 90%;
      height: auto; }
  section.section-product-detail .product-detail-media .pd-additional-info h5,
  section.section-product-detail .product-detail-media .pd-share-product h5 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 1.9rem;
    margin-bottom: 1rem; }
    body.wvf-child section.section-product-detail .product-detail-media .pd-additional-info h5, body.wvf-child section.section-product-detail .product-detail-media .pd-share-product h5 {
      text-transform: uppercase; }

section.section-product-detail .pd-additional-info .pd-addi-list li,
section.section-product-detail .pd-additional-info ul li {
  font-size: 1.6rem;
  padding: .5rem 0;
  position: relative;
  padding-left: 1.1rem; }
  section.section-product-detail .pd-additional-info .pd-addi-list li:before,
  section.section-product-detail .pd-additional-info ul li:before {
    content: '';
    width: .5rem;
    height: .5rem;
    background: #1E2226;
    position: absolute;
    left: 0;
    top: 1.2rem; }
  section.section-product-detail .pd-additional-info .pd-addi-list li a,
  section.section-product-detail .pd-additional-info ul li a {
    color: #2AC1E0; }

section.section-product-detail .pd-share-product {
  margin-top: 2.2rem; }

section.section-product-detail .pd-share-product-inner #st-1 div.st-btn,
section.section-product-detail .pd-share-product-inner #st-2 div.st-btn {
  margin-right: .4rem; }
  section.section-product-detail .pd-share-product-inner #st-1 div.st-btn > img,
  section.section-product-detail .pd-share-product-inner #st-2 div.st-btn > img {
    transform: scale(1.2); }

section.section-product-detail .product-detail-info-container {
  width: 43.7rem;
  margin-right: 3.1rem; }
  section.section-product-detail .product-detail-info-container .pd-brand-name {
    color: #B8B8B8;
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: .5rem; }
  section.section-product-detail .product-detail-info-container .pli-product-name {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 3rem; }
    body.wvf-child section.section-product-detail .product-detail-info-container .pli-product-name {
      text-transform: uppercase; }
  section.section-product-detail .product-detail-info-container .pd-price-container {
    margin-top: 1rem;
    font-size: 2.5rem;
    line-height: 1; }
    section.section-product-detail .product-detail-info-container .pd-price-container .price-from {
      display: inline-block;
      vertical-align: top;
      color: #B8B8B8;
      text-decoration: line-through;
      margin-right: .5rem; }
    section.section-product-detail .product-detail-info-container .pd-price-container .current-price {
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      color: #2AC1E0; }
      body.wvf-child section.section-product-detail .product-detail-info-container .pd-price-container .current-price {
        color: #73B034; }
  section.section-product-detail .product-detail-info-container .pd-stock-status {
    margin: 1.5rem 0;
    font-size: 1.2rem; }
    section.section-product-detail .product-detail-info-container .pd-stock-status span {
      display: inline-block;
      vertical-align: top; }
    section.section-product-detail .product-detail-info-container .pd-stock-status .stock-status {
      font-weight: 600;
      padding-left: .3rem; }
      section.section-product-detail .product-detail-info-container .pd-stock-status .stock-status.out-of-stock {
        color: darkred; }
  section.section-product-detail .product-detail-info-container .pd-additional-info-mobile {
    display: none; }
  section.section-product-detail .product-detail-info-container .pd-variations-container {
    border-top: 1px solid #E4E4E4;
    padding-top: 1.75rem; }
    section.section-product-detail .product-detail-info-container .pd-variations-container table, section.section-product-detail .product-detail-info-container .pd-variations-container tr, section.section-product-detail .product-detail-info-container .pd-variations-container td {
      width: 100%; }
    section.section-product-detail .product-detail-info-container .pd-variations-container td.label {
      display: none; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-label {
      display: block;
      background: #F7F7F7;
      margin-bottom: .4rem;
      padding: .9rem;
      padding-left: 6.7rem;
      position: relative;
      cursor: pointer;
      transition: background .2s ease-out; }
      section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-label:hover {
        background: #efefef; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-discount-percentage {
      display: none; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-radio {
      height: 1rem; }
      section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-radio:before {
        content: '';
        position: absolute;
        border-radius: 100%;
        left: 1.8rem;
        top: 50%;
        transform: translateY(-50%);
        width: 3.1rem;
        height: 3.1rem;
        background: white;
        border: 1px solid #E4E4E4;
        box-sizing: border-box; }
      section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-radio.checked:after {
        content: '';
        position: absolute;
        border-radius: 100%;
        top: 50%;
        left: 2.4rem;
        transform: translateY(-50%);
        width: 1.9rem;
        height: 1.9rem;
        background: #2AC1E0; }
        body.wvf-child section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-radio.checked:after {
          background: #D3DE24; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-title {
      display: block;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      font-size: 1.9rem; }
      body.wvf-child section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-title {
        text-transform: uppercase; }
      body.wvf-child section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-title {
        font-size: 1.6rem; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .subscription-duration {
      display: block;
      font-size: 1.2rem;
      color: #1E2226;
      margin: .5rem 0; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-price-container {
      margin-top: .5rem;
      font-size: 1.8rem;
      line-height: 1; }
      section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-price-container .price-from {
        display: inline-block;
        vertical-align: top;
        color: #B8B8B8;
        text-decoration: line-through;
        margin-right: .5rem; }
      section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-price-container .current-price {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        color: #2AC1E0; }
        body.wvf-child section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-price-container .current-price {
          color: #73B034; }
  section.section-product-detail .product-detail-info-container .single_variation_wrap {
    display: none; }

section.section-product-detail .product-detail-sidebar {
  width: 18.1rem; }
  section.section-product-detail .product-detail-sidebar .pds-block {
    background: #F7F7F7;
    margin-bottom: 2.4rem;
    padding: 1.5rem;
    color: #999999; }
    section.section-product-detail .product-detail-sidebar .pds-block h4 {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1;
      border-bottom: 1px solid #E4E4E4;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
    section.section-product-detail .product-detail-sidebar .pds-block .pds-block-inner {
      font-size: 1.4rem; }
    section.section-product-detail .product-detail-sidebar .pds-block.pds-customer-care .pds-block-inner {
      text-align: center; }
      section.section-product-detail .product-detail-sidebar .pds-block.pds-customer-care .pds-block-inner h5 {
        font-size: inherit;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 0.2rem; }
      section.section-product-detail .product-detail-sidebar .pds-block.pds-customer-care .pds-block-inner span {
        font-size: 1.6rem; }
        section.section-product-detail .product-detail-sidebar .pds-block.pds-customer-care .pds-block-inner span a {
          color: #2AC1E0; }
          section.section-product-detail .product-detail-sidebar .pds-block.pds-customer-care .pds-block-inner span a:hover {
            text-decoration: underline; }

section.section-product-detail .gform_variation_wrapper {
  border-top: 1px solid #E4E4E4;
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  font-size: 1.6rem; }
  section.section-product-detail .gform_variation_wrapper .validation_error {
    display: none;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #2AC1E0; }
  section.section-product-detail .gform_variation_wrapper .product_totals {
    display: none; }
  section.section-product-detail .gform_variation_wrapper .gform_body h3 {
    color: #2AC1E0;
    padding-bottom: 1rem;
    padding-top: 1rem; }
  section.section-product-detail .gform_variation_wrapper .gform_body .gfield {
    position: relative;
    margin-bottom: 1.1rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error {
      margin-bottom: 5.1rem; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error input, section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error select, section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error textarea {
        border-color: #2AC1E0 !important; }
        section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error input:focus, section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error select:focus, section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error textarea:focus {
          border-color: #E4E4E4 !important; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield.gfield_error .ginput_container_date:after {
        border-color: #2AC1E0 !important; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .instruction {
      display: none; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield input[readonly] {
      background: #f9f9f9;
      color: #333; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4, section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_3, section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_12, section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_10, section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_11 {
      display: inline-block;
      vertical-align: top; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_8 {
      width: calc(25% + 25% + 20% + 2rem); }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_8 label {
        display: none; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_8 > div, section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_8 select {
        width: 100%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_12 {
      width: 25%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_10 {
      margin-left: 1rem;
      width: 25%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_11 {
      margin-left: 1rem;
      width: 20%; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_11 label {
        font-size: 0; }
        section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_11 label:after {
          content: 'Toevoeging';
          font: inherit;
          font-size: 1.6rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_3 {
      width: 25rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4 {
      margin-left: 1rem;
      width: 17.7rem; }
      @media screen and (max-width: 1275px) {
        section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4 {
          margin-left: 0; } }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4 .ginput_container_select,
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4 select {
        width: 100%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_5 {
      margin-top: 1rem; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_5 .gfield_label {
        display: inline-block;
        vertical-align: top;
        line-height: 3rem;
        padding-right: 1.5rem; }
        section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_5 .gfield_label:after {
          content: ':'; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield label {
      display: block;
      font-size: inherit;
      padding: .5rem 0;
      margin-bottom: .3rem; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield label .gfield_required {
        color: #cccccc;
        display: inline-block;
        vertical-align: top;
        padding-left: .3rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container input[type="text"] {
      width: 100%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_select {
      position: relative; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_date {
      display: inline-block;
      vertical-align: top; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_date div[class^="gfield_date_dropdown"] {
        position: relative;
        display: inline-block;
        vertical-align: top; }
        body.wvf-child section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_date div[class^="gfield_date_dropdown"] select {
          font-size: 1.4rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .validation_message {
      position: absolute;
      top: 7.5rem;
      min-height: 3.4rem;
      background: #2AC1E0;
      border-radius: .5rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      color: white;
      font-weight: 400;
      line-height: .6;
      padding: 1.5rem 2rem; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield .validation_message:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 3rem;
        transform: translateX(-50%);
        top: -1rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .9rem 1.1rem 0.9rem;
        border-color: transparent transparent #2AC1E0 transparent; }

section.section-product-detail .pd-share-product-mobile {
  display: none; }

section.section-product-detail .product-info-price-and-order {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 2.9rem 0;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  section.section-product-detail .product-info-price-and-order .pd-price-container {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  section.section-product-detail .product-info-price-and-order button[name='add-to-cart'],
  section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    min-width: 21.6rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    padding-left: 1.6rem;
    padding-right: 5.8rem;
    border-radius: .6rem;
    border: none;
    background: #2AC1E0;
    font-size: 1.6rem;
    color: white;
    background: #73B034;
    min-width: 15.4rem;
    margin-left: .5rem;
    text-transform: initial;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-align: center; }
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:before, section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:after,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:before,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:after {
      position: absolute;
      width: 4rem;
      right: 0;
      height: 4rem; }
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:before,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:before {
      content: '';
      border-top-right-radius: .6rem;
      border-bottom-right-radius: .6rem;
      background: #9ed268; }
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:after,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:after {
      font-family: "blink-chevrons";
      content: '\e900';
      font-size: 2.4rem;
      text-align: center;
      color: white;
      line-height: inherit;
      transition: .2s ease-out;
      top: 0; }
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:hover,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:hover {
      background: #669c2e;
      color: white; }
      section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:hover:before,
      section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:hover:before {
        background: #a6d674; }
      section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:hover:after,
      section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:hover:after {
        transform: translateX(0.1rem); }
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:after,
    section.section-product-detail .product-info-price-and-order button[name='add-to-cart']:disabled:after {
      content: '\e916';
      font-size: 1.8rem;
      line-height: 3.8rem; }

body, html {
  font-size: 10px; }

body {
  background: white;
  background-attachment: fixed; }
  body.fixed {
    position: fixed;
    overflow-y: scroll; }

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-size: 3rem; }
  body.wvf-child h1 {
    text-transform: uppercase; }

.site-wrapper {
  position: relative; }
  body.wvf-child .site-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2rem;
    top: 0;
    bottom: 0;
    background: url(../images/wvf/background-bar-left.png) center right;
    background-size: 100%;
    z-index: 2; }
  body.wvf-child .site-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2rem;
    top: 0;
    bottom: 0;
    background: url(../images/wvf/background-bar-right.png) center right;
    background-size: 100%;
    z-index: 2; }

.site-container {
  max-width: 144rem;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
  min-height: 100vh; }
  body.wvf-child .site-container {
    max-width: 100%; }

.button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #2AC1E0; }
  .button:before, .button:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .button:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #76d7eb; }
  .button:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .button:hover {
    background: #1fb3d2;
    color: white; }
    .button:hover:before {
      background: #83dbed; }
    .button:hover:after {
      transform: translateX(0.1rem); }

.button-cta {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #F0FF00;
  border: none;
  padding-right: 6rem;
  text-transform: none;
  transition: transform .2s ease-in-out; }
  .button-cta:before, .button-cta:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .button-cta:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #f5ff57; }
  .button-cta:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .button-cta:hover {
    background: #d8e600;
    color: white; }
    .button-cta:hover:before {
      background: #f6ff66; }
    .button-cta:hover:after {
      transform: translateX(0.1rem); }
  .button-cta:after {
    position: absolute;
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    width: 2rem;
    color: white;
    right: 2.1rem;
    height: 4.8rem;
    line-height: 4.8rem; }
  .button-cta:hover {
    transform: translateX(2px); }

.input-wrapper input[type="text"], .input-wrapper input[type="email"] {
  border: 1px solid #E4E4E4;
  height: 4.8rem;
  border-radius: 2.1rem;
  padding: 0 2.1rem;
  font-size: 1.6rem;
  color: #2AC1E0; }

a,
a:before,
a:after,
button,
button:before,
button:after {
  transition: .1s ease-out; }

.page-section .page-section-inner {
  margin: 0 auto;
  max-width: 110rem; }

.page-section.page-section-heading {
  pointer-events: none; }
  .page-section.page-section-heading h1,
  .page-section.page-section-heading h2 {
    font-size: 3rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    color: #1E2226;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 5.5rem; }
    body.wvf-child .page-section.page-section-heading h1, body.wvf-child .page-section.page-section-heading h2 {
      text-transform: uppercase; }
    .section-products-list + .page-section.page-section-heading h1, .section-products-list + .page-section.page-section-heading h2 {
      padding-top: 7rem; }
    body.wvf-child .page-section.page-section-heading h1, body.wvf-child .page-section.page-section-heading h2 {
      color: #364909;
      text-transform: uppercase; }

.page-section.page-section-button {
  text-align: center;
  padding: 4rem 0; }
  .page-section.page-section-button .button {
    text-transform: none; }

.jw-quads {
  display: grid;
  grid-gap: 2.1rem;
  grid-template-columns: repeat(4, 1fr); }
  .jw-quads > * {
    width: 100%; }

.jw-thirds {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(3, 1fr); }
  .jw-thirds > * {
    width: 100%; }

.jw-halves {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, 1fr); }
  .jw-halves > * {
    width: 100%; }

.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

.hamburger-menu-wrapper {
  display: none; }

.cookie-bar {
  height: 0;
  overflow: hidden;
  transition: .5s ease-in-out;
  background: #2AC1E0;
  width: 100%;
  color: white;
  line-height: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative; }
  .cookie-bar.show {
    height: 3.4rem;
    overflow: visible; }
  .cookie-bar p {
    display: inline-block;
    vertical-align: top; }
  .cookie-bar .close-cookie-bar {
    position: absolute;
    right: 5%;
    line-height: 3.4rem;
    cursor: pointer; }
    .cookie-bar .close-cookie-bar:hover {
      text-decoration: underline; }

.flex-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .flex-cols .flex-col {
    padding: 0 1rem;
    margin-bottom: .5rem; }
    .flex-cols .flex-col:first-child {
      padding-left: 0; }
    .flex-cols .flex-col:last-child {
      padding-right: 0; }

.pli-badge {
  border-radius: 100%;
  background: #F0FF00;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-size: 1.7rem;
  transform: rotate(18deg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6.1rem;
  height: 6.1rem;
  text-align: center;
  line-height: .9;
  position: absolute;
  right: -1.5rem;
  top: -1.7rem;
  z-index: 3;
  pointer-events: none; }
  body.wvf-child .pli-badge {
    text-transform: uppercase; }
  body.wvf-child .pli-badge {
    background: #D3DE24;
    font-size: 1.3rem; }
  .pli-badge i {
    font-style: normal;
    transform: translateY(0.2rem); }

.blink-button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #2AC1E0; }
  .blink-button:before, .blink-button:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .blink-button:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #76d7eb; }
  .blink-button:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .blink-button:hover {
    background: #1fb3d2;
    color: white; }
    .blink-button:hover:before {
      background: #83dbed; }
    .blink-button:hover:after {
      transform: translateX(0.1rem); }

.blink-button-cta {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #73B034; }
  .blink-button-cta:before, .blink-button-cta:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .blink-button-cta:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #9ed268; }
  .blink-button-cta:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .blink-button-cta:hover {
    background: #669c2e;
    color: white; }
    .blink-button-cta:hover:before {
      background: #a6d674; }
    .blink-button-cta:hover:after {
      transform: translateX(0.1rem); }

/** Forms **/
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #E4E4E4;
  border-radius: .6rem;
  height: 4rem;
  font: inherit;
  padding-left: 1rem; }

select {
  height: 4rem;
  background: white;
  padding-left: 1.4rem;
  padding-right: 3rem;
  font: inherit;
  border: 1px solid #E4E4E4;
  border-radius: .6rem;
  overflow: hidden;
  cursor: pointer; }

.ginput_container_select,
div[class^="gfield_date_dropdown"],
div.quantity {
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  position: relative;
  margin-right: .3rem;
  font-size: 1.6rem; }
  .ginput_container_select:after,
  div[class^="gfield_date_dropdown"]:after,
  div.quantity:after {
    pointer-events: none;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 1.7rem;
    height: 100%;
    background: url(../images/select-arrows.svg) center center no-repeat;
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    border: 1px solid #E4E4E4;
    border-left: 0;
    box-sizing: border-box; }
  .ginput_container_select:hover:after,
  div[class^="gfield_date_dropdown"]:hover:after,
  div.quantity:hover:after {
    border-color: #2AC1E0; }
  .ginput_container_select:hover select,
  div[class^="gfield_date_dropdown"]:hover select,
  div.quantity:hover select {
    border-color: #2AC1E0; }

.aws-search-result {
  font-size: inherit; }
  .aws-search-result * {
    font-size: 1.6rem !important; }
  .aws-search-result .aws_result_title {
    color: #2AC1E0; }
  .aws-search-result .aws_onsale {
    display: none; }
  .aws-search-result .aws_result_price {
    display: none; }

.page-section.section-notices {
  margin-top: 3rem; }

.blink-loading {
  position: relative; }
  .blink-loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: white;
    opacity: .9;
    transition: opacity .2s ease-out; }
  .blink-loading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/blink-loader-standard.svg) center center no-repeat;
    z-index: 2; }

h2.wc-prl-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  color: #1E2226; }
  body.wvf-child h2.wc-prl-title {
    text-transform: uppercase; }
  body.single h2.wc-prl-title {
    font-size: 3rem;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 5.5rem; }
  body.wvf-child h2.wc-prl-title {
    color: #364909;
    text-transform: uppercase; }

.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  margin-top: 0; }

.woocommerce-cart .content-container,
.woocommerce-checkout .content-container {
  margin-top: 3rem;
  background: #F7F7F7;
  padding: 3rem; }

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
  border: 0;
  border-radius: 0;
  background: white;
  margin: 0;
  margin-bottom: 3rem; }
  .woocommerce-cart table.shop_table td,
  .woocommerce-checkout table.shop_table td {
    padding: 0;
    border-color: #F7F7F7;
    border-width: .2rem; }
    .woocommerce-cart table.shop_table td td,
    .woocommerce-checkout table.shop_table td td {
      padding: 1.2rem; }
  .woocommerce-cart table.shop_table th,
  .woocommerce-checkout table.shop_table th {
    padding-left: 0; }

.woocommerce-cart .cart-top-title,
.woocommerce-checkout .cart-top-title {
  margin-bottom: 3rem; }

.woocommerce-cart table.update-cart,
.woocommerce-checkout table.update-cart {
  margin-top: -4rem;
  border-top: 0.2rem solid #F7F7F7; }

.woocommerce-cart tr.update-cart td,
.woocommerce-checkout tr.update-cart td {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem; }
  .woocommerce-cart tr.update-cart td [type="submit"],
  .woocommerce-checkout tr.update-cart td [type="submit"] {
    margin-left: auto;
    font-family: inherit;
    width: auto;
    min-width: auto;
    text-transform: none; }
  .woocommerce-cart tr.update-cart td:after,
  .woocommerce-checkout tr.update-cart td:after {
    display: block;
    content: '';
    clear: both; }

.woocommerce-cart .coupon-and-totals-table,
.woocommerce-checkout .coupon-and-totals-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .woocommerce-cart .coupon-and-totals-table .coupons-row,
  .woocommerce-checkout .coupon-and-totals-table .coupons-row {
    flex-grow: 1;
    margin-right: 3rem; }
    .woocommerce-cart .coupon-and-totals-table .coupons-row .coupon,
    .woocommerce-checkout .coupon-and-totals-table .coupons-row .coupon {
      background: white; }
  .woocommerce-cart .coupon-and-totals-table .cart-collaterals,
  .woocommerce-checkout .coupon-and-totals-table .cart-collaterals {
    width: 46.4rem;
    background: white;
    padding: 2rem;
    flex-grow: 1; }
    .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals,
    .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals {
      float: none;
      width: 100%; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals h2,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals h2 {
        text-transform: uppercase;
        font-size: 3rem;
        margin-bottom: 2rem; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr td, .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr th,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr td,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr th {
        font-weight: 100;
        border-bottom: 0;
        border-top: 0; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr td,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr td {
        padding-top: 9px;
        text-align: right; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
        padding-bottom: 2rem;
        text-align: left; }
        .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-Price-amount,
        .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-Price-amount {
          float: right; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total td,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total th,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total td {
        border-top: 1px solid #E4E4E4;
        margin-top: 1.5rem;
        padding-top: 1.5rem; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total th,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals table tr.order-total th {
        font-weight: 600; }
    .woocommerce-cart .coupon-and-totals-table .cart-collaterals .wc-proceed-to-checkout a,
    .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .wc-proceed-to-checkout a {
      width: 100%; }
  .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations,
  .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations {
    padding: 1.5rem;
    background: white; }
    .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list,
    .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list {
      padding-top: 1.5rem; }
      @media screen and (max-width: 888px) {
        .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list,
        .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list {
          width: 100%;
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch; } }
      .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .page-section-inner,
      .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .page-section-inner {
        padding: 0; }
        @media screen and (max-width: 888px) {
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .page-section-inner,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .page-section-inner {
            width: calc(100% * 2.2); } }
      .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list,
      .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list {
        grid-template-columns: repeat(3, 1fr); }
        @media screen and (max-width: 888px) {
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list {
            display: flex;
            grid-template-columns: repeat(1, 1fr); } }
        .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a,
        .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a {
          padding-bottom: 10rem; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-image,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-image {
            padding-top: 70%; }
            .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-image img,
            .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-image img {
              width: 60%; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-price-container,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list a .pli-price-container {
            bottom: 6.7rem; }
        .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button,
        .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button {
          display: inline-block;
          vertical-align: top;
          text-transform: uppercase;
          position: relative;
          text-align: left;
          min-width: 21.6rem;
          height: 4rem;
          line-height: 4rem;
          padding: 0;
          padding-left: 1.6rem;
          padding-right: 5.8rem;
          border-radius: .6rem;
          border: none;
          background: #2AC1E0;
          font-size: 1.6rem;
          color: white;
          background: gray;
          margin: 0 1.5rem;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.5rem;
          min-width: initial;
          text-transform: initial;
          font-weight: initial; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:before, .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:after,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:before,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:after {
            position: absolute;
            width: 4rem;
            right: 0;
            height: 4rem; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:before,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:before {
            content: '';
            border-top-right-radius: .6rem;
            border-bottom-right-radius: .6rem;
            background: #ababab; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:after,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:after {
            font-family: "blink-chevrons";
            content: '\e900';
            font-size: 2.4rem;
            text-align: center;
            color: white;
            line-height: inherit;
            transition: .2s ease-out;
            top: 0; }
          .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover,
          .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover {
            background: #737373;
            color: white; }
            .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover:before,
            .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover:before {
              background: #b3b3b3; }
            .woocommerce-cart .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover:after,
            .woocommerce-checkout .coupon-and-totals-table .wc-prl-recommendations .section-products-list .products-list .add_to_cart_button:hover:after {
              transform: translateX(0.1rem); }

.woocommerce-cart .cart_item .product-thumb-name table,
.woocommerce-checkout .cart_item .product-thumb-name table {
  width: 100%; }

.woocommerce-cart .cart_item .product-thumb-name td.product-thumbnail,
.woocommerce-checkout .cart_item .product-thumb-name td.product-thumbnail {
  width: 12.8rem; }
  .woocommerce-cart .cart_item .product-thumb-name td.product-thumbnail img,
  .woocommerce-checkout .cart_item .product-thumb-name td.product-thumbnail img {
    border: 1px solid #E4E4E4;
    min-height: 12.8rem;
    min-width: 12.8rem;
    padding: 1rem; }

.woocommerce-cart .cart_item .product-thumb-name .product-brand-name,
.woocommerce-checkout .cart_item .product-thumb-name .product-brand-name {
  color: #B8B8B8;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  position: relative; }

.woocommerce-cart .cart_item .product-thumb-name .product-name,
.woocommerce-checkout .cart_item .product-thumb-name .product-name {
  vertical-align: top;
  padding-left: 0;
  position: relative; }
  .woocommerce-cart .cart_item .product-thumb-name .product-name a,
  .woocommerce-checkout .cart_item .product-thumb-name .product-name a {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100;
    font-size: 1.9rem;
    line-height: 2.3rem;
    color: #1E2226; }
    body.wvf-child .woocommerce-cart .cart_item .product-thumb-name .product-name a, body.wvf-child .woocommerce-checkout .cart_item .product-thumb-name .product-name a {
      text-transform: uppercase; }
    .woocommerce-cart .cart_item .product-thumb-name .product-name a:hover,
    .woocommerce-checkout .cart_item .product-thumb-name .product-name a:hover {
      color: #2AC1E0; }

.woocommerce-cart .cart_item .product-thumb-name .variation,
.woocommerce-checkout .cart_item .product-thumb-name .variation {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: gray;
  margin-top: .5rem;
  padding-top: 2rem; }
  .woocommerce-cart .cart_item .product-thumb-name .variation:before,
  .woocommerce-checkout .cart_item .product-thumb-name .variation:before {
    content: 'Kind: ';
    color: #1E2226; }
  .woocommerce-cart .cart_item .product-thumb-name .variation dt,
  .woocommerce-checkout .cart_item .product-thumb-name .variation dt {
    display: none; }
  .woocommerce-cart .cart_item .product-thumb-name .variation dd,
  .woocommerce-checkout .cart_item .product-thumb-name .variation dd {
    display: inline; }
    .woocommerce-cart .cart_item .product-thumb-name .variation dd p,
    .woocommerce-checkout .cart_item .product-thumb-name .variation dd p {
      display: inline; }
    .woocommerce-cart .cart_item .product-thumb-name .variation dd.variation-Achternaam:after, .woocommerce-cart .cart_item .product-thumb-name .variation dd.variation-Geboortedatum:after,
    .woocommerce-checkout .cart_item .product-thumb-name .variation dd.variation-Achternaam:after,
    .woocommerce-checkout .cart_item .product-thumb-name .variation dd.variation-Geboortedatum:after {
      content: '|'; }
    .woocommerce-cart .cart_item .product-thumb-name .variation dd:last-child:after,
    .woocommerce-checkout .cart_item .product-thumb-name .variation dd:last-child:after {
      content: ''; }

.woocommerce-cart .cart_item .product-price,
.woocommerce-checkout .cart_item .product-price {
  display: none; }

.woocommerce-cart .cart_item .product-subtotal,
.woocommerce-checkout .cart_item .product-subtotal {
  color: #2AC1E0;
  font-weight: bold; }

.woocommerce-cart .cart_item .product-quantity,
.woocommerce-checkout .cart_item .product-quantity {
  width: 8rem; }

.woocommerce-cart .cart_item .product-remove a,
.woocommerce-checkout .cart_item .product-remove a {
  transition: .2s ease-out; }
  .woocommerce-cart .cart_item .product-remove a:hover,
  .woocommerce-checkout .cart_item .product-remove a:hover {
    background: none;
    transform: scale(1.1); }

.woocommerce-cart .select2-container,
.woocommerce-checkout .select2-container {
  line-height: 4rem; }
  .woocommerce-cart .select2-container .select2-selection--single,
  .woocommerce-checkout .select2-container .select2-selection--single {
    height: 4rem;
    border-color: #E4E4E4; }
    .woocommerce-cart .select2-container .select2-selection--single .select2-selection__rendered,
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 4rem; }
    .woocommerce-cart .select2-container .select2-selection--single .select2-selection__arrow,
    .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
      height: 3.8rem; }

.woocommerce-cart .select2-results__option,
.woocommerce-checkout .select2-results__option {
  line-height: initial;
  font-size: 1.6rem;
  padding-left: 1rem; }

.woocommerce-cart .coupon,
.woocommerce-checkout .coupon {
  padding: 0;
  width: 64%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .woocommerce-cart .coupon label,
  .woocommerce-checkout .coupon label {
    margin-right: 1.5rem;
    font-weight: bold; }
    .woocommerce-cart .coupon label span,
    .woocommerce-checkout .coupon label span {
      font-weight: normal; }
  .woocommerce-cart .coupon .coupon-field-container,
  .woocommerce-checkout .coupon .coupon-field-container {
    width: 30rem;
    display: flex;
    flex-direction: row;
    flex-grow: 1; }
    .woocommerce-cart .coupon .coupon-field-container input[type="text"],
    .woocommerce-checkout .coupon .coupon-field-container input[type="text"] {
      width: 40rem;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .woocommerce-cart .coupon .coupon-field-container input[type="submit"],
    .woocommerce-checkout .coupon .coupon-field-container input[type="submit"] {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      min-width: initial;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      background: #E4E4E4;
      cursor: pointer; }
      .woocommerce-cart .coupon .coupon-field-container input[type="submit"]:after,
      .woocommerce-checkout .coupon .coupon-field-container input[type="submit"]:after {
        display: none; }
      .woocommerce-cart .coupon .coupon-field-container input[type="submit"]:before,
      .woocommerce-checkout .coupon .coupon-field-container input[type="submit"]:before {
        display: none; }
      .woocommerce-cart .coupon .coupon-field-container input[type="submit"]:hover,
      .woocommerce-checkout .coupon .coupon-field-container input[type="submit"]:hover {
        background: #83dbed; }

.woocommerce,
.woocommerce-cart,
.woocommerce-checkout {
  font-size: 1.6rem;
  /**
     * Buttons
     */ }
  .woocommerce .quantity .qty,
  .woocommerce-cart .quantity .qty,
  .woocommerce-checkout .quantity .qty {
    text-align: initial; }
  .woocommerce .quantity:hover input[type="number"],
  .woocommerce-cart .quantity:hover input[type="number"],
  .woocommerce-checkout .quantity:hover input[type="number"] {
    border-color: #2AC1E0; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce-cart .woocommerce-message,
  .woocommerce-cart .woocommerce-info,
  .woocommerce-cart .woocommerce-error,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    background: white;
    border: 0.3rem solid #73B034;
    margin-top: 0;
    padding: 1em 2em 1em 3.5em;
    color: #1E2226;
    list-style: none outside;
    line-height: 2.5; }
    .woocommerce .woocommerce-message a,
    .woocommerce .woocommerce-info a,
    .woocommerce .woocommerce-error a,
    .woocommerce-cart .woocommerce-message a,
    .woocommerce-cart .woocommerce-info a,
    .woocommerce-cart .woocommerce-error a,
    .woocommerce-checkout .woocommerce-message a,
    .woocommerce-checkout .woocommerce-info a,
    .woocommerce-checkout .woocommerce-error a {
      color: #2AC1E0; }
    .woocommerce .woocommerce-message.woocommerce-info,
    .woocommerce .woocommerce-info.woocommerce-info,
    .woocommerce .woocommerce-error.woocommerce-info,
    .woocommerce-cart .woocommerce-message.woocommerce-info,
    .woocommerce-cart .woocommerce-info.woocommerce-info,
    .woocommerce-cart .woocommerce-error.woocommerce-info,
    .woocommerce-checkout .woocommerce-message.woocommerce-info,
    .woocommerce-checkout .woocommerce-info.woocommerce-info,
    .woocommerce-checkout .woocommerce-error.woocommerce-info {
      border-color: #2AC1E0; }
    .woocommerce .woocommerce-message.woocommerce-error,
    .woocommerce .woocommerce-info.woocommerce-error,
    .woocommerce .woocommerce-error.woocommerce-error,
    .woocommerce-cart .woocommerce-message.woocommerce-error,
    .woocommerce-cart .woocommerce-info.woocommerce-error,
    .woocommerce-cart .woocommerce-error.woocommerce-error,
    .woocommerce-checkout .woocommerce-message.woocommerce-error,
    .woocommerce-checkout .woocommerce-info.woocommerce-error,
    .woocommerce-checkout .woocommerce-error.woocommerce-error {
      border-color: #F0FF00; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce-cart a.button,
  .woocommerce-cart button.button,
  .woocommerce-cart input.button,
  .woocommerce-cart #respond input#submit,
  .woocommerce-checkout a.button,
  .woocommerce-checkout button.button,
  .woocommerce-checkout input.button,
  .woocommerce-checkout #respond input#submit {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    min-width: 21.6rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    padding-left: 1.6rem;
    padding-right: 5.8rem;
    border-radius: .6rem;
    border: none;
    background: #2AC1E0;
    font-size: 1.6rem;
    color: white;
    background: #2AC1E0; }
    .woocommerce a.button:before, .woocommerce a.button:after,
    .woocommerce button.button:before,
    .woocommerce button.button:after,
    .woocommerce input.button:before,
    .woocommerce input.button:after,
    .woocommerce #respond input#submit:before,
    .woocommerce #respond input#submit:after,
    .woocommerce-cart a.button:before,
    .woocommerce-cart a.button:after,
    .woocommerce-cart button.button:before,
    .woocommerce-cart button.button:after,
    .woocommerce-cart input.button:before,
    .woocommerce-cart input.button:after,
    .woocommerce-cart #respond input#submit:before,
    .woocommerce-cart #respond input#submit:after,
    .woocommerce-checkout a.button:before,
    .woocommerce-checkout a.button:after,
    .woocommerce-checkout button.button:before,
    .woocommerce-checkout button.button:after,
    .woocommerce-checkout input.button:before,
    .woocommerce-checkout input.button:after,
    .woocommerce-checkout #respond input#submit:before,
    .woocommerce-checkout #respond input#submit:after {
      position: absolute;
      width: 4rem;
      right: 0;
      height: 4rem; }
    .woocommerce a.button:before,
    .woocommerce button.button:before,
    .woocommerce input.button:before,
    .woocommerce #respond input#submit:before,
    .woocommerce-cart a.button:before,
    .woocommerce-cart button.button:before,
    .woocommerce-cart input.button:before,
    .woocommerce-cart #respond input#submit:before,
    .woocommerce-checkout a.button:before,
    .woocommerce-checkout button.button:before,
    .woocommerce-checkout input.button:before,
    .woocommerce-checkout #respond input#submit:before {
      content: '';
      border-top-right-radius: .6rem;
      border-bottom-right-radius: .6rem;
      background: #76d7eb; }
    .woocommerce a.button:after,
    .woocommerce button.button:after,
    .woocommerce input.button:after,
    .woocommerce #respond input#submit:after,
    .woocommerce-cart a.button:after,
    .woocommerce-cart button.button:after,
    .woocommerce-cart input.button:after,
    .woocommerce-cart #respond input#submit:after,
    .woocommerce-checkout a.button:after,
    .woocommerce-checkout button.button:after,
    .woocommerce-checkout input.button:after,
    .woocommerce-checkout #respond input#submit:after {
      font-family: "blink-chevrons";
      content: '\e900';
      font-size: 2.4rem;
      text-align: center;
      color: white;
      line-height: inherit;
      transition: .2s ease-out;
      top: 0; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce-cart a.button:hover,
    .woocommerce-cart button.button:hover,
    .woocommerce-cart input.button:hover,
    .woocommerce-cart #respond input#submit:hover,
    .woocommerce-checkout a.button:hover,
    .woocommerce-checkout button.button:hover,
    .woocommerce-checkout input.button:hover,
    .woocommerce-checkout #respond input#submit:hover {
      background: #1fb3d2;
      color: white; }
      .woocommerce a.button:hover:before,
      .woocommerce button.button:hover:before,
      .woocommerce input.button:hover:before,
      .woocommerce #respond input#submit:hover:before,
      .woocommerce-cart a.button:hover:before,
      .woocommerce-cart button.button:hover:before,
      .woocommerce-cart input.button:hover:before,
      .woocommerce-cart #respond input#submit:hover:before,
      .woocommerce-checkout a.button:hover:before,
      .woocommerce-checkout button.button:hover:before,
      .woocommerce-checkout input.button:hover:before,
      .woocommerce-checkout #respond input#submit:hover:before {
        background: #83dbed; }
      .woocommerce a.button:hover:after,
      .woocommerce button.button:hover:after,
      .woocommerce input.button:hover:after,
      .woocommerce #respond input#submit:hover:after,
      .woocommerce-cart a.button:hover:after,
      .woocommerce-cart button.button:hover:after,
      .woocommerce-cart input.button:hover:after,
      .woocommerce-cart #respond input#submit:hover:after,
      .woocommerce-checkout a.button:hover:after,
      .woocommerce-checkout button.button:hover:after,
      .woocommerce-checkout input.button:hover:after,
      .woocommerce-checkout #respond input#submit:hover:after {
        transform: translateX(0.1rem); }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading,
    .woocommerce-cart a.button.loading,
    .woocommerce-cart button.button.loading,
    .woocommerce-cart input.button.loading,
    .woocommerce-cart #respond input#submit.loading,
    .woocommerce-checkout a.button.loading,
    .woocommerce-checkout button.button.loading,
    .woocommerce-checkout input.button.loading,
    .woocommerce-checkout #respond input#submit.loading {
      opacity: 0.5; }
      .woocommerce a.button.loading::after,
      .woocommerce button.button.loading::after,
      .woocommerce input.button.loading::after,
      .woocommerce #respond input#submit.loading::after,
      .woocommerce-cart a.button.loading::after,
      .woocommerce-cart button.button.loading::after,
      .woocommerce-cart input.button.loading::after,
      .woocommerce-cart #respond input#submit.loading::after,
      .woocommerce-checkout a.button.loading::after,
      .woocommerce-checkout button.button.loading::after,
      .woocommerce-checkout input.button.loading::after,
      .woocommerce-checkout #respond input#submit.loading::after {
        top: 0;
        right: 0;
        font-size: 1.8rem; }
    .woocommerce a.button.added::after,
    .woocommerce button.button.added::after,
    .woocommerce input.button.added::after,
    .woocommerce #respond input#submit.added::after,
    .woocommerce-cart a.button.added::after,
    .woocommerce-cart button.button.added::after,
    .woocommerce-cart input.button.added::after,
    .woocommerce-cart #respond input#submit.added::after,
    .woocommerce-checkout a.button.added::after,
    .woocommerce-checkout button.button.added::after,
    .woocommerce-checkout input.button.added::after,
    .woocommerce-checkout #respond input#submit.added::after {
      font-size: 1.6rem; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt,
    .woocommerce-cart a.button.alt,
    .woocommerce-cart button.button.alt,
    .woocommerce-cart input.button.alt,
    .woocommerce-cart #respond input#submit.alt,
    .woocommerce-checkout a.button.alt,
    .woocommerce-checkout button.button.alt,
    .woocommerce-checkout input.button.alt,
    .woocommerce-checkout #respond input#submit.alt {
      background-color: #73B034;
      color: white; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover,
      .woocommerce-cart a.button.alt:hover,
      .woocommerce-cart button.button.alt:hover,
      .woocommerce-cart input.button.alt:hover,
      .woocommerce-cart #respond input#submit.alt:hover,
      .woocommerce-checkout a.button.alt:hover,
      .woocommerce-checkout button.button.alt:hover,
      .woocommerce-checkout input.button.alt:hover,
      .woocommerce-checkout #respond input#submit.alt:hover {
        background-color: #669c2e;
        color: white; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
      .woocommerce-cart a.button.alt.disabled,
      .woocommerce-cart a.button.alt:disabled,
      .woocommerce-cart a.button.alt:disabled[disabled],
      .woocommerce-cart a.button.alt.disabled:hover,
      .woocommerce-cart a.button.alt:disabled:hover,
      .woocommerce-cart a.button.alt:disabled[disabled]:hover,
      .woocommerce-cart button.button.alt.disabled,
      .woocommerce-cart button.button.alt:disabled,
      .woocommerce-cart button.button.alt:disabled[disabled],
      .woocommerce-cart button.button.alt.disabled:hover,
      .woocommerce-cart button.button.alt:disabled:hover,
      .woocommerce-cart button.button.alt:disabled[disabled]:hover,
      .woocommerce-cart input.button.alt.disabled,
      .woocommerce-cart input.button.alt:disabled,
      .woocommerce-cart input.button.alt:disabled[disabled],
      .woocommerce-cart input.button.alt.disabled:hover,
      .woocommerce-cart input.button.alt:disabled:hover,
      .woocommerce-cart input.button.alt:disabled[disabled]:hover,
      .woocommerce-cart #respond input#submit.alt.disabled,
      .woocommerce-cart #respond input#submit.alt:disabled,
      .woocommerce-cart #respond input#submit.alt:disabled[disabled],
      .woocommerce-cart #respond input#submit.alt.disabled:hover,
      .woocommerce-cart #respond input#submit.alt:disabled:hover,
      .woocommerce-cart #respond input#submit.alt:disabled[disabled]:hover,
      .woocommerce-checkout a.button.alt.disabled,
      .woocommerce-checkout a.button.alt:disabled,
      .woocommerce-checkout a.button.alt:disabled[disabled],
      .woocommerce-checkout a.button.alt.disabled:hover,
      .woocommerce-checkout a.button.alt:disabled:hover,
      .woocommerce-checkout a.button.alt:disabled[disabled]:hover,
      .woocommerce-checkout button.button.alt.disabled,
      .woocommerce-checkout button.button.alt:disabled,
      .woocommerce-checkout button.button.alt:disabled[disabled],
      .woocommerce-checkout button.button.alt.disabled:hover,
      .woocommerce-checkout button.button.alt:disabled:hover,
      .woocommerce-checkout button.button.alt:disabled[disabled]:hover,
      .woocommerce-checkout input.button.alt.disabled,
      .woocommerce-checkout input.button.alt:disabled,
      .woocommerce-checkout input.button.alt:disabled[disabled],
      .woocommerce-checkout input.button.alt.disabled:hover,
      .woocommerce-checkout input.button.alt:disabled:hover,
      .woocommerce-checkout input.button.alt:disabled[disabled]:hover,
      .woocommerce-checkout #respond input#submit.alt.disabled,
      .woocommerce-checkout #respond input#submit.alt:disabled,
      .woocommerce-checkout #respond input#submit.alt:disabled[disabled],
      .woocommerce-checkout #respond input#submit.alt.disabled:hover,
      .woocommerce-checkout #respond input#submit.alt:disabled:hover,
      .woocommerce-checkout #respond input#submit.alt:disabled[disabled]:hover {
        background-color: gray;
        color: white; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled],
    .woocommerce-cart a.button:disabled,
    .woocommerce-cart a.button.disabled,
    .woocommerce-cart a.button:disabled[disabled],
    .woocommerce-cart button.button:disabled,
    .woocommerce-cart button.button.disabled,
    .woocommerce-cart button.button:disabled[disabled],
    .woocommerce-cart input.button:disabled,
    .woocommerce-cart input.button.disabled,
    .woocommerce-cart input.button:disabled[disabled],
    .woocommerce-cart #respond input#submit:disabled,
    .woocommerce-cart #respond input#submit.disabled,
    .woocommerce-cart #respond input#submit:disabled[disabled],
    .woocommerce-checkout a.button:disabled,
    .woocommerce-checkout a.button.disabled,
    .woocommerce-checkout a.button:disabled[disabled],
    .woocommerce-checkout button.button:disabled,
    .woocommerce-checkout button.button.disabled,
    .woocommerce-checkout button.button:disabled[disabled],
    .woocommerce-checkout input.button:disabled,
    .woocommerce-checkout input.button.disabled,
    .woocommerce-checkout input.button:disabled[disabled],
    .woocommerce-checkout #respond input#submit:disabled,
    .woocommerce-checkout #respond input#submit.disabled,
    .woocommerce-checkout #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5;
      padding: initial; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover,
      .woocommerce-cart a.button:disabled:hover,
      .woocommerce-cart a.button.disabled:hover,
      .woocommerce-cart a.button:disabled[disabled]:hover,
      .woocommerce-cart button.button:disabled:hover,
      .woocommerce-cart button.button.disabled:hover,
      .woocommerce-cart button.button:disabled[disabled]:hover,
      .woocommerce-cart input.button:disabled:hover,
      .woocommerce-cart input.button.disabled:hover,
      .woocommerce-cart input.button:disabled[disabled]:hover,
      .woocommerce-cart #respond input#submit:disabled:hover,
      .woocommerce-cart #respond input#submit.disabled:hover,
      .woocommerce-cart #respond input#submit:disabled[disabled]:hover,
      .woocommerce-checkout a.button:disabled:hover,
      .woocommerce-checkout a.button.disabled:hover,
      .woocommerce-checkout a.button:disabled[disabled]:hover,
      .woocommerce-checkout button.button:disabled:hover,
      .woocommerce-checkout button.button.disabled:hover,
      .woocommerce-checkout button.button:disabled[disabled]:hover,
      .woocommerce-checkout input.button:disabled:hover,
      .woocommerce-checkout input.button.disabled:hover,
      .woocommerce-checkout input.button:disabled[disabled]:hover,
      .woocommerce-checkout #respond input#submit:disabled:hover,
      .woocommerce-checkout #respond input#submit.disabled:hover,
      .woocommerce-checkout #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #83dbed; }
  .woocommerce.wvf-child .woocommerce-message,
  .woocommerce.wvf-child .woocommerce-info,
  .woocommerce.wvf-child .woocommerce-error,
  .woocommerce-cart.wvf-child .woocommerce-message,
  .woocommerce-cart.wvf-child .woocommerce-info,
  .woocommerce-cart.wvf-child .woocommerce-error,
  .woocommerce-checkout.wvf-child .woocommerce-message,
  .woocommerce-checkout.wvf-child .woocommerce-info,
  .woocommerce-checkout.wvf-child .woocommerce-error {
    border: 4px solid #F7F7F7 !important; }

.order-total .includes_tax {
  displaY: none; }

.blinkjw-cta-button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #73B034;
  min-width: 15.4rem;
  margin-left: .5rem;
  text-transform: initial;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  text-align: center; }
  .blinkjw-cta-button:before, .blinkjw-cta-button:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .blinkjw-cta-button:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #9ed268; }
  .blinkjw-cta-button:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .blinkjw-cta-button:hover {
    background: #669c2e;
    color: white; }
    .blinkjw-cta-button:hover:before {
      background: #a6d674; }
    .blinkjw-cta-button:hover:after {
      transform: translateX(0.1rem); }

.blinkjw-nontriv-button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: gray;
  min-width: 15.4rem;
  margin-left: .5rem;
  text-transform: initial;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  text-align: center; }
  .blinkjw-nontriv-button:before, .blinkjw-nontriv-button:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .blinkjw-nontriv-button:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #ababab; }
  .blinkjw-nontriv-button:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .blinkjw-nontriv-button:hover {
    background: #737373;
    color: white; }
    .blinkjw-nontriv-button:hover:before {
      background: #b3b3b3; }
    .blinkjw-nontriv-button:hover:after {
      transform: translateX(0.1rem); }

.blink-no-shipping-available {
  text-align: left;
  padding-top: 1.5rem; }
  .blink-no-shipping-available h4 {
    text-align: left;
    font-weight: 400; }
  .blink-no-shipping-available .text {
    border: 4px solid #83dbed;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    font-weight: 400; }
  .blink-no-shipping-available a {
    color: #83dbed;
    font-weight: 800; }

.woocommerce-checkout form[name='checkout'] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce-checkout form[name='checkout'] abbr.required {
    color: #2AC1E0 !important; }
  .woocommerce-checkout form[name='checkout'] .woocommerce-NoticeGroup-checkout {
    width: 100%; }
  .woocommerce-checkout form[name='checkout'] .blink-checkout-customer-details,
  .woocommerce-checkout form[name='checkout'] .blink-checkout-review-container {
    background: white;
    flex: 1;
    padding: 3rem; }
  .woocommerce-checkout form[name='checkout'] .blink-checkout-customer-details {
    margin-right: 3rem; }
  .woocommerce-checkout form[name='checkout'] .blink-checkout-review-container {
    width: 34.4rem;
    flex: 0 0 34.4rem; }
    .woocommerce-checkout form[name='checkout'] .blink-checkout-review-container h3 {
      padding-bottom: 1.5rem;
      color: #2AC1E0; }
    .woocommerce-checkout form[name='checkout'] .blink-checkout-review-container h4 {
      text-align: left;
      font-weight: 400; }
  .woocommerce-checkout form[name='checkout'] .woocommerce-billing-fields__field-wrapper {
    padding-bottom: 3rem; }
    .woocommerce-checkout form[name='checkout'] .woocommerce-billing-fields__field-wrapper #billing_country_field {
      margin-bottom: 1.4rem; }
  .woocommerce-checkout form[name='checkout'] .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
    margin-bottom: 1.4rem; }
  .woocommerce-checkout form[name='checkout'] #ship-to-different-address {
    width: calc(100% + 2 * 3rem);
    position: relative;
    left: -3rem;
    border-top: 1.5rem solid #F7F7F7;
    background: white;
    padding: 3rem; }
    .woocommerce-checkout form[name='checkout'] #ship-to-different-address span {
      cursor: pointer;
      position: relative; }
      .woocommerce-checkout form[name='checkout'] #ship-to-different-address span:before {
        display: inline-block;
        vertical-align: top;
        content: '';
        height: 1.7rem;
        width: 1.7rem;
        border: 1px solid #B8B8B8;
        border-radius: .4rem;
        position: relative;
        top: .1rem;
        margin-right: 1rem; }
      .woocommerce-checkout form[name='checkout'] #ship-to-different-address span:hover {
        color: #2AC1E0; }
    .woocommerce-checkout form[name='checkout'] #ship-to-different-address input[type="checkbox"]:checked ~ span:before {
      border-color: #2AC1E0;
      background: #2AC1E0; }
    .woocommerce-checkout form[name='checkout'] #ship-to-different-address input[type="checkbox"]:checked ~ span:after {
      font-family: "blink-chevrons";
      content: '\e914';
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 1.7rem;
      width: 1.7rem;
      position: absolute;
      left: .1rem;
      top: 0rem;
      font-size: 1.4rem;
      color: white; }
  .woocommerce-checkout form[name='checkout'] #payment {
    width: calc(100% + 2 * 3rem);
    position: relative;
    left: -3rem;
    border-top: 3rem solid #F7F7F7;
    background: white; }
    .woocommerce-checkout form[name='checkout'] #payment ul.payment_methods {
      padding-left: 2rem;
      padding-right: 2rem;
      border-bottom: 0; }
    .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method {
      line-height: initial;
      margin-bottom: 2rem; }
      .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method:hover {
        color: #2AC1E0; }
        .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method:hover label {
          cursor: pointer; }
      .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method label {
        position: relative; }
        .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method label:before {
          display: inline-block;
          vertical-align: top;
          content: '';
          height: 1.7rem;
          width: 1.7rem;
          border: 1px solid #B8B8B8;
          border-radius: .4rem;
          position: relative;
          top: .1rem;
          margin-right: 1rem; }
      .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method input[type="radio"]:checked ~ label {
        color: #2AC1E0;
        font-weight: 600; }
        .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method input[type="radio"]:checked ~ label:before {
          border-color: #2AC1E0;
          background: #2AC1E0; }
        .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method input[type="radio"]:checked ~ label:after {
          font-family: "blink-chevrons";
          content: '\e914';
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          height: 1.7rem;
          width: 1.7rem;
          position: absolute;
          left: .1rem;
          top: 0rem;
          font-size: 1.4rem;
          color: white; }
      .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method div.payment_box {
        background: #F7F7F7;
        width: calc(100% - 3rem);
        margin-left: 1.5rem; }
        .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method div.payment_box:before {
          border-bottom-color: #F7F7F7; }
      .woocommerce-checkout form[name='checkout'] #payment li.wc_payment_method select#ideal_issuer {
        margin-top: 1rem; }
    .woocommerce-checkout form[name='checkout'] #payment .place-order {
      padding: 3rem;
      padding-bottom: 0;
      padding-top: 0; }
      .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-transform: uppercase;
        position: relative;
        text-align: left;
        min-width: 21.6rem;
        height: 4rem;
        line-height: 4rem;
        padding: 0;
        padding-left: 1.6rem;
        padding-right: 5.8rem;
        border-radius: .6rem;
        border: none;
        background: #2AC1E0;
        font-size: 1.6rem;
        color: white;
        background: #73B034;
        font-weight: 500;
        margin-bottom: 2rem; }
        .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:before, .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:after {
          position: absolute;
          width: 4rem;
          right: 0;
          height: 4rem; }
        .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:before {
          content: '';
          border-top-right-radius: .6rem;
          border-bottom-right-radius: .6rem;
          background: #9ed268; }
        .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:after {
          font-family: "blink-chevrons";
          content: '\e900';
          font-size: 2.4rem;
          text-align: center;
          color: white;
          line-height: inherit;
          transition: .2s ease-out;
          top: 0; }
        .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:hover {
          background: #669c2e;
          color: white; }
          .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:hover:before {
            background: #a6d674; }
          .woocommerce-checkout form[name='checkout'] #payment .place-order #place_order:hover:after {
            transform: translateX(0.1rem); }
    .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions {
      margin-left: .5rem;
      margin-right: 1rem;
      border-top: 4px solid #F7F7F7;
      margin-bottom: 2rem; }
      .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions label {
        position: relative;
        display: block;
        line-height: 1.22;
        cursor: pointer; }
        .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions label:before {
          display: inline-block;
          vertical-align: top;
          content: '';
          height: 1.7rem;
          width: 1.7rem;
          border: 1px solid #B8B8B8;
          border-radius: .4rem;
          position: relative;
          top: .1rem;
          margin-right: 1rem; }
        .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions label a:hover {
          color: #2AC1E0; }
      .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions input[type="checkbox"]:checked ~ label:before {
        border-color: #2AC1E0;
        background: #2AC1E0; }
      .woocommerce-checkout form[name='checkout'] #payment .terms-privacy-conditions input[type="checkbox"]:checked ~ label:after {
        font-family: "blink-chevrons";
        content: '\e914';
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 1.7rem;
        width: 1.7rem;
        position: absolute;
        left: .1rem;
        top: 0rem;
        font-size: 1.4rem;
        color: white; }
  .woocommerce-checkout form[name='checkout'] h3[data-blink-heading-num] {
    margin-bottom: 1.3rem; }
    .woocommerce-checkout form[name='checkout'] h3[data-blink-heading-num]:before {
      border-radius: 100%;
      background: #2AC1E0;
      color: white;
      width: 3.8rem;
      height: 3.8rem;
      display: inline-flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: bold;
      content: attr(data-blink-heading-num);
      margin-right: 1.2rem; }
  .woocommerce-checkout form[name='checkout'] #payment h3 {
    padding: 3rem;
    padding-bottom: 0; }
  .woocommerce-checkout form[name='checkout'] .wc-mc-iban-text {
    margin-top: 1.5rem;
    border: 0.3rem solid #2AC1E0;
    padding: .8rem 1em;
    color: #1E2226;
    line-height: 1.8; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 0; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table th.product-total {
      text-align: right; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
    text-align: left;
    font-weight: 400; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td .woocommerce-Price-amount {
      float: right; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td #shipping_method li {
      margin: 0; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
    font-size: 1.6rem; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name {
      padding: 1.5rem 0;
      font-weight: 600;
      color: #1E2226;
      line-height: 1.7rem;
      vertical-align: top; }
      .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .product-thumbnail-inner {
        width: 6rem;
        height: 6rem;
        border: 1px solid #E4E4E4;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        float: none;
        margin-bottom: 1rem; }
        .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .product-thumbnail-inner img {
          max-width: 5.7rem;
          max-height: 5.7rem;
          height: auto;
          width: auto; }
      .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .product-quantity {
        color: #2AC1E0; }
      .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .variation {
        padding-top: 1rem; }
        .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .variation dt {
          font-weight: 400;
          margin-bottom: .2rem; }
        .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-name .variation dd {
          margin-bottom: .5rem; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-total {
      color: #2AC1E0;
      font-weight: 700;
      padding: 1rem 0;
      padding-left: 1rem;
      font-size: 1.6rem;
      line-height: 1.7rem;
      vertical-align: top;
      text-align: right;
      width: 10%; }
    .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-of-type td.product-name {
      padding-bottom: 3rem; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 1rem 0 !important;
    line-height: 1.5; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    font-weight: 400; }
  .woocommerce-checkout form[name='checkout'] table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right; }

.vbox-inline .popup-footer a.btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  min-width: 21.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  padding-left: 1.6rem;
  padding-right: 5.8rem;
  border-radius: .6rem;
  border: none;
  background: #2AC1E0;
  font-size: 1.6rem;
  color: white;
  background: #73B034;
  padding: 0 !important;
  padding-left: 1.6rem !important; }
  .vbox-inline .popup-footer a.btn:before, .vbox-inline .popup-footer a.btn:after {
    position: absolute;
    width: 4rem;
    right: 0;
    height: 4rem; }
  .vbox-inline .popup-footer a.btn:before {
    content: '';
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    background: #9ed268; }
  .vbox-inline .popup-footer a.btn:after {
    font-family: "blink-chevrons";
    content: '\e900';
    font-size: 2.4rem;
    text-align: center;
    color: white;
    line-height: inherit;
    transition: .2s ease-out;
    top: 0; }
  .vbox-inline .popup-footer a.btn:hover {
    background: #669c2e;
    color: white; }
    .vbox-inline .popup-footer a.btn:hover:before {
      background: #a6d674; }
    .vbox-inline .popup-footer a.btn:hover:after {
      transform: translateX(0.1rem); }
  .vbox-inline .popup-footer a.btn:after {
    content: '\e910';
    font-size: 1.6rem; }

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 9px; } }

@media screen and (min-width: 889px) and (max-width: 1280px) {
  section.header-wrapper .header-left .header-logo {
    display: inline-block;
    vertical-align: top; }
    section.header-wrapper .header-left .header-logo img {
      height: auto;
      width: 100%; }
  section.page-section .page-section-inner {
    padding: 0 1.5rem; } }

@media screen and (max-width: 888px) {
  section.header-wrapper {
    z-index: 6;
    padding-top: 0; }
    section.header-wrapper .header-top-bar {
      background: white;
      display: block;
      width: 100%;
      height: 5rem;
      z-index: 2; }
      body.wvf-child section.header-wrapper .header-top-bar {
        background: #D3DE24 !important; }
      section.header-wrapper .header-top-bar .htb-left {
        height: 5rem;
        padding-left: 0;
        position: fixed;
        left: 0;
        right: 0; }
        section.header-wrapper .header-top-bar .htb-left .header-logo {
          display: inline-block;
          vertical-align: top;
          position: absolute;
          left: 50%;
          transform: translateX(-50%) !important; }
          section.header-wrapper .header-top-bar .htb-left .header-logo img {
            height: 3.7rem;
            width: auto; }
            body.wvf-child section.header-wrapper .header-top-bar .htb-left .header-logo img {
              height: 5.2rem !important;
              transition: .1s height ease-in-out;
              position: relative;
              top: .4rem; }
      section.header-wrapper .header-top-bar .htb-right {
        display: block; }
        section.header-wrapper .header-top-bar .htb-right .htb-dyn-message {
          background: #E4E4E4;
          padding-left: 0;
          text-align: center;
          position: fixed;
          top: 5rem;
          left: 0;
          right: 0; }
          body.wvf-child section.header-wrapper .header-top-bar .htb-right .htb-dyn-message {
            background: #364909; }
        section.header-wrapper .header-top-bar .htb-right .htb-page-links {
          display: none; }
    section.header-wrapper .header-main-menu-container {
      display: none; }
    section.header-wrapper .header-mid {
      height: 5rem;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      background: transparent;
      z-index: 3; }
      section.header-wrapper .header-mid .header-search {
        display: none; }
      section.header-wrapper .header-mid .header-cart {
        right: 1.8rem; }
      section.header-wrapper .header-mid .hm-toggle {
        padding: 1.8rem;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
  body.hamburger-visible.wvf-child .site-wrapper .site-container .header-wrapper .header-top-bar .htb-left a.header-logo img {
    height: 4.2rem !important; }
  body.hamburger-visible .hm-toggle .hm-toggle-inner {
    transform: rotate(90deg); }
  body.header-state-alt section.header-wrapper .header-top-bar .htb-dyn-message {
    transform: translateX(0); }
  section.section-breadcrumbs {
    margin-bottom: 0; }
    section.section-breadcrumbs .breadcrumbs-list .breadcrumb-item a span {
      font-size: 1.2rem; }
  section.hamburger-menu-wrapper {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E2226;
    z-index: 7;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-top: 4rem;
    max-height: 100vh;
    top: 5rem; }
    section.hamburger-menu-wrapper.hm-visible {
      transform: translateX(0); }
    section.hamburger-menu-wrapper.hm-hidden {
      transform: translateX(-200vw); }
    section.hamburger-menu-wrapper .hb-inner {
      padding: 0 1.5rem;
      height: calc(100vh - 6rem);
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    section.hamburger-menu-wrapper .hb-search-container {
      height: 5.2rem;
      margin: 1rem 0;
      width: 100%; }
      section.hamburger-menu-wrapper .hb-search-container .hb-search-inner {
        width: 100%;
        height: 5.2rem;
        font-size: 1.6rem;
        background: #F2F3F5;
        border-radius: 3rem;
        position: relative;
        overflow: hidden; }
        section.hamburger-menu-wrapper .hb-search-container .hb-search-inner input[type="search"] {
          height: 5.2rem;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          width: 100%;
          padding-left: 6rem;
          padding-right: 2rem;
          background: transparent;
          font-size: 1.6rem;
          line-height: 1;
          -webkit-appearance: none; }
          section.hamburger-menu-wrapper .hb-search-container .hb-search-inner input[type="search"]::placeholder {
            font-size: 1.4rem;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 500; }
        section.hamburger-menu-wrapper .hb-search-container .hb-search-inner .hb-search-btn {
          display: inline-block;
          vertical-align: top;
          background: white;
          border-radius: 100%;
          height: 4rem;
          width: 4rem;
          position: absolute;
          left: 0;
          box-shadow: 0 1px 2px rgba(134, 134, 134, 0.5);
          z-index: 2;
          transform: translateY(0.6rem); }
          section.hamburger-menu-wrapper .hb-search-container .hb-search-inner .hb-search-btn:after {
            position: absolute;
            font-family: "blink-chevrons";
            content: '\e90a';
            color: #1E2226;
            left: -.1rem;
            width: inherit;
            height: inherit;
            font-size: 2.2rem;
            line-height: 4rem;
            top: -.1rem;
            text-align: center; }
    section.hamburger-menu-wrapper .hb-menu > li {
      height: auto;
      min-height: 5.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      section.hamburger-menu-wrapper .hb-menu > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.15); }
      section.hamburger-menu-wrapper .hb-menu > li > a {
        height: 5.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 2rem;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        color: white;
        position: relative;
        cursor: pointer;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100; }
        body.wvf-child section.hamburger-menu-wrapper .hb-menu > li > a {
          text-transform: uppercase; }
      section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children > a:after {
        font-size: 2rem;
        font-family: 'blink-chevrons';
        content: '\e900';
        position: absolute;
        right: 1rem;
        top: 50%;
        color: white;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .2s ease-in; }
      section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu {
        opacity: 0;
        max-height: 0;
        transition: .2s ease-in;
        pointer-events: none; }
        section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li a {
          font-size: 1.6rem;
          height: 3.1rem;
          color: #2AC1E0;
          display: block; }
          section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li a.active {
            color: white; }
        section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li:first-child {
          padding-top: 1rem; }
        section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children ul.sub-menu li:last-child {
          padding-bottom: 1rem; }
      section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children.open > a:after {
        transform: translateY(-50%) rotate(-90deg); }
      section.hamburger-menu-wrapper .hb-menu > li.menu-item-has-children.open ul.sub-menu {
        opacity: 1;
        max-height: 20rem;
        pointer-events: initial; }
  html, body {
    font-size: 10px; }
  body.fixed {
    overflow-y: hidden; }
  body.wvf-child .site-wrapper:before, body.wvf-child .site-wrapper:after {
    display: none; }
  .site-container {
    margin-top: 5rem; }
  * {
    max-width: 100%; }
  .jw-thirds {
    display: block; }
  .jw-halves {
    display: block; }
  .jw-quads {
    grid-gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr); }
  .flex-cols {
    display: block; }
    .flex-cols .flex-col {
      padding: 0 1.8rem; }
      .flex-cols .flex-col:first-of-type {
        padding-left: 1.8rem; }
      .flex-cols .flex-col:last-of-type {
        padding-right: 1.8rem; }
      .flex-cols .flex-col .flexcol-collapse-heading {
        display: block;
        height: 4.5rem;
        line-height: 4.5rem;
        position: relative; }
        .flex-cols .flex-col .flexcol-collapse-heading:after {
          font-family: "blink-chevrons";
          content: '\e902';
          position: absolute;
          color: #2AC1E0;
          font-size: 3rem;
          font-weight: 100;
          right: 0;
          height: 4.5rem;
          line-height: 4.5rem;
          transition: .2s ease-in-out; }
      .flex-cols .flex-col > nav {
        height: 4.5rem;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        padding-bottom: 1.8rem;
        transition: 0.5s cubic-bezier(1, 0.19, 0.895, 0.68);
        max-height: 0; }
      .flex-cols .flex-col.open > nav {
        position: relative;
        top: 0;
        opacity: 1;
        pointer-events: auto;
        height: auto;
        max-height: 100vh; }
      .flex-cols .flex-col.open .flexcol-collapse-heading:after {
        transform: rotate(180deg); }
  .page-section .page-section-inner {
    padding: 0 1.8rem; }
  .page-section.page-section-heading h1,
  .page-section.page-section-heading h2 {
    font-size: 2.0rem;
    padding: 2rem 3rem; }
    .section-products-list + .page-section.page-section-heading h1, .section-products-list + .page-section.page-section-heading h2 {
      padding-top: 3rem; }
  .page-section.page-section-button {
    padding: 1rem 0; }
  .mobile-only {
    display: block; }
  .desktop-only {
    display: none; }
  .cookie-bar {
    display: none; }
  .pli-badge {
    transform: rotate(18deg) scale(0.7) translateY(-0.8rem) translateX(0.8rem); }
  section.section-breadcrumbs {
    background: white; }
  section.section-product-categories {
    margin-bottom: 1rem;
    width: calc(100% + ( 2 * 1.8rem ));
    transform: translateY(-1.8rem);
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    margin-top: 1rem;
    -webkit-overflow-scrolling: touch;
    height: 4.2rem; }
    section.section-product-categories .product-categories-list {
      transform: translateY(0);
      margin-right: 1.8rem; }
      section.section-product-categories .product-categories-list .pcl-item {
        margin: 0 .1rem; }
        section.section-product-categories .product-categories-list .pcl-item a {
          height: 3.6rem;
          font-size: 1.6rem;
          line-height: 3.75rem;
          padding: 0 2.2rem; }
        section.section-product-categories .product-categories-list .pcl-item:last-of-type {
          margin-right: 2rem; }
  section.section-products-pagination .products-pagination-list {
    padding: 2.3rem 0; }
    section.section-products-pagination .products-pagination-list .ppl-item {
      margin: 0 .4rem; }
      section.section-products-pagination .products-pagination-list .ppl-item a {
        display: inline-block;
        vertical-align: top;
        height: 4.2rem;
        background: #dadada;
        color: white;
        border-radius: 2.1rem;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        font-size: 1.9rem;
        line-height: 4.4rem;
        padding: 0 2.4rem;
        padding: 0;
        height: 3rem;
        width: 3rem;
        line-height: 3.1rem;
        font-size: 1.6rem; }
        body.wvf-child section.section-products-pagination .products-pagination-list .ppl-item a {
          text-transform: uppercase; }
      section.section-products-pagination .products-pagination-list .ppl-item.active a {
        background: #2AC1E0; }
      section.section-products-pagination .products-pagination-list .ppl-item:hover:not(.active) a {
        background: #858585; }
  section.section-brand-main-top {
    margin-bottom: 2.4rem; }
    section.section-brand-main-top .page-section-inner {
      max-width: 100%; }
  section.section-brand-main-content-blocks {
    padding-top: 0; }
    section.section-brand-main-content-blocks .content-block-rows .content-blocks-row {
      flex-direction: column;
      margin-bottom: 2rem; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-visual,
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content {
        min-height: initial;
        width: 100%;
        flex-basis: 100%; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-visual {
        order: 1; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content {
        order: 2;
        background: #F7F7F7;
        padding: 3.2rem 1.9rem;
        display: flex;
        flex-direction: column; }
        section.section-brand-main-content-blocks .content-block-rows .content-blocks-row .content-block-content .button-container {
          margin-top: 1rem; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row:nth-child(even) .content-block-visual {
        order: 1; }
      section.section-brand-main-content-blocks .content-block-rows .content-blocks-row:nth-child(even) .content-block-content {
        order: 2; }
  section.section-product-detail .product-detail-container {
    flex-direction: column;
    margin-top: 1.5rem; }
  section.section-product-detail .product-detail-media {
    width: 100%;
    margin-right: 0; }
    section.section-product-detail .product-detail-media .pd-images-container {
      width: 100%;
      margin-bottom: 3.2rem; }
      section.section-product-detail .product-detail-media .pd-images-container .pli-badge {
        transform: rotate(18deg); }
    section.section-product-detail .product-detail-media .pd-images .pd-image {
      width: 100%;
      height: auto;
      padding-top: 1rem;
      padding-bottom: 3rem; }
    section.section-product-detail .product-detail-media .pd-additional-info,
    section.section-product-detail .product-detail-media .pd-share-product {
      display: none; }
      section.section-product-detail .product-detail-media .pd-additional-info h5,
      section.section-product-detail .product-detail-media .pd-share-product h5 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        font-size: 1.9rem;
        margin-bottom: 1rem; }
        body.wvf-child section.section-product-detail .product-detail-media .pd-additional-info h5, body.wvf-child section.section-product-detail .product-detail-media .pd-share-product h5 {
          text-transform: uppercase; }
  section.section-product-detail .product-detail-info-container {
    width: 100%;
    margin-right: 0; }
    section.section-product-detail .product-detail-info-container .pd-product-name {
      font-size: 2.4rem; }
    section.section-product-detail .product-detail-info-container .pd-price-container {
      font-size: 2.2rem; }
    section.section-product-detail .product-detail-info-container .pd-additional-info-mobile {
      display: block;
      margin-bottom: 2.1rem;
      border: 1px solid #f1f1f1; }
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile h5 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        font-size: 1.4rem;
        position: relative;
        background: #f1f1f1;
        height: 3.9rem;
        line-height: 3.9rem;
        padding-left: 1rem; }
        body.wvf-child section.section-product-detail .product-detail-info-container .pd-additional-info-mobile h5 {
          text-transform: uppercase; }
        section.section-product-detail .product-detail-info-container .pd-additional-info-mobile h5:after {
          font-family: "blink-chevrons";
          content: '\e902';
          position: absolute;
          color: #1E2226;
          font-size: 2.1rem;
          font-weight: 100;
          right: 1rem;
          height: inherit;
          line-height: inherit;
          transition: .2s ease-in-out; }
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile .pd-addi-list,
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile ul {
        transition: 0.2s cubic-bezier(1, 0.19, 0.895, 0.68);
        max-height: 0;
        height: auto;
        overflow: hidden;
        opacity: 0; }
        section.section-product-detail .product-detail-info-container .pd-additional-info-mobile .pd-addi-list li,
        section.section-product-detail .product-detail-info-container .pd-additional-info-mobile ul li {
          font-size: 1.2rem;
          padding: .5rem 1rem;
          position: relative;
          margin-left: 1rem;
          padding-left: 1.3rem; }
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile .pd-addi-list li:first-of-type,
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile ul li:first-of-type {
            margin-top: 1rem; }
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile .pd-addi-list li:last-of-type,
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile ul li:last-of-type {
            margin-bottom: 1.5rem; }
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile .pd-addi-list li:before,
          section.section-product-detail .product-detail-info-container .pd-additional-info-mobile ul li:before {
            content: '';
            width: .5rem;
            height: .5rem;
            background: #1E2226;
            position: absolute;
            left: 0;
            top: 1rem; }
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile.open h5 {
        background: transparent; }
        section.section-product-detail .product-detail-info-container .pd-additional-info-mobile.open h5:after {
          transform: rotate(180deg); }
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile.open .pd-addi-list,
      section.section-product-detail .product-detail-info-container .pd-additional-info-mobile.open ul {
        max-height: 999rem;
        height: auto;
        overflow: visible;
        opacity: 1; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-title {
      font-size: 1.7rem; }
    section.section-product-detail .product-detail-info-container .pd-variations-container .simple-product-variation-title .variation-price-container {
      font-size: 1.4rem; }
  section.section-product-detail .product-detail-sidebar {
    display: none; }
  section.section-product-detail .gform_variation_wrapper .gform_body .gfield {
    margin-bottom: 1.1rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_4 {
      margin-left: 0;
      width: 100%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield#field_6_8 {
      width: 100%; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield label {
      font-size: 1.2rem; }
      section.section-product-detail .gform_variation_wrapper .gform_body .gfield label:after {
        font-size: 1.2rem !important; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_select {
      font-size: 1.4rem; }
    section.section-product-detail .gform_variation_wrapper .gform_body .gfield .ginput_container_date div[class^="gfield_date_dropdown"] {
      font-size: 1.4rem; }
  section.section-product-detail .product-info-price-and-order {
    flex-direction: column;
    padding-top: 2.5rem;
    font-size: 2rem;
    border-bottom: none;
    padding-bottom: 1rem; }
    section.section-product-detail .product-info-price-and-order .pd-price-container {
      text-align: center;
      font-size: 2rem;
      margin-top: 0;
      margin-bottom: 2.5rem; }
    section.section-product-detail .product-info-price-and-order .quantity-and-add-to-cart-button {
      display: flex;
      flex-direction: row; }
      section.section-product-detail .product-info-price-and-order .quantity-and-add-to-cart-button .quantity {
        width: 6.2rem;
        flex: 0; }
      section.section-product-detail .product-info-price-and-order .quantity-and-add-to-cart-button button[name='add-to-cart'] {
        flex: 1 1 0;
        width: 100%; }
  section.section-product-detail .pd-share-product-mobile {
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  section.section-product-detail .pd-share-product-inner {
    text-align: center; }
    section.section-product-detail .pd-share-product-inner h5 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      font-size: 1.7rem;
      position: relative;
      margin-bottom: 1.2rem; }
      body.wvf-child section.section-product-detail .pd-share-product-inner h5 {
        text-transform: uppercase; }
    section.section-product-detail .pd-share-product-inner #st-2.sharethis-inline-share-buttons {
      text-align: center;
      margin-right: .2rem; }
  section.section-text-page div.page-section-inner {
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    section.section-text-page div.page-section-inner .text-page-menu-container {
      width: 100%;
      margin-right: 0;
      margin-bottom: 4rem; }
      section.section-text-page div.page-section-inner .text-page-menu-container ul.text-page-menu-list {
        border-top: 0; }
    section.section-text-page div.page-section-inner .text-page-content-container {
      width: 100%; }
  section.section-footer-bottom {
    background: white;
    padding-top: 0;
    padding-bottom: 0; }
    section.section-footer-bottom .page-section-inner {
      padding: 0; }
      body.wvf-child section.section-footer-bottom .page-section-inner {
        padding-top: 2rem; }
    section.section-footer-bottom .footer-bottom-col {
      background: #1E2226; }
      body.wvf-child section.section-footer-bottom .footer-bottom-col {
        background: #D3DE24; }
      section.section-footer-bottom .footer-bottom-col h5 {
        font-size: 1.6rem; }
        section.section-footer-bottom .footer-bottom-col h5.flexcol-collapse-heading:after {
          color: white; }
          body.wvf-child section.section-footer-bottom .footer-bottom-col h5.flexcol-collapse-heading:after {
            color: #364909; }
      section.section-footer-bottom .footer-bottom-col.newsletter-social {
        text-align: center;
        padding-top: 3rem;
        margin-bottom: 0; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social p {
          font-size: 1.2rem;
          line-height: 1.8rem;
          padding: 0 10%; }
        section.section-footer-bottom .footer-bottom-col.newsletter-social .footer-social-media a {
          margin: .5rem;
          margin-top: -1rem;
          margin-bottom: 1.5rem; }
  section.section-usps {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  ul.blinkshop-usps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    ul.blinkshop-usps li.usp {
      margin: 1.5rem 0; }
      ul.blinkshop-usps li.usp span.icon {
        height: 9.9rem; }
      ul.blinkshop-usps li.usp span.usp-text {
        font-size: 1.6rem; }
  section.section-home-slider {
    margin-top: 0;
    position: relative;
    z-index: 0;
    margin-bottom: 0; }
    section.section-home-slider .award-badge {
      right: 1.5rem;
      bottom: 4vw;
      height: 6.5rem;
      width: 8rem; }
      section.section-home-slider .award-badge img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 888px) and (max-width: 500px) {
    section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item {
      height: calc(100vw * 0.23); } }
@media screen and (max-width: 888px) {
    section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item .slide-content {
      padding: 1.5rem; }
      section.section-home-slider .home-slider-wrapper .swiper-container .swiper-wrapper .slide-item .slide-content span {
        font-size: 6.8rem;
        text-transform: uppercase;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 100;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.61);
        line-height: 1;
        font-size: 2.8rem; }
  section.section-brands-blocks {
    height: auto;
    margin-top: -2.7777777778rem; }
    section.section-brands-blocks ul.brands-blocks-list {
      display: block;
      width: 100%;
      position: relative;
      left: 0;
      right: 0;
      transform: none;
      width: auto; }
      section.section-brands-blocks ul.brands-blocks-list li.bb-item {
        height: 5rem;
        flex: 1;
        text-align: left;
        display: flex;
        flex-direction: row;
        background: #1E2226;
        margin-bottom: .5rem; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .bb-item-logo {
          height: 5rem;
          padding-left: 1.2rem;
          flex: 1;
          justify-content: left; }
          section.section-brands-blocks ul.brands-blocks-list li.bb-item .bb-item-logo img {
            max-height: 65%;
            width: auto; }
        section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand {
          height: 5rem;
          line-height: 5rem;
          padding-right: 1.7rem;
          text-align: right;
          position: relative; }
          section.section-brands-blocks ul.brands-blocks-list li.bb-item .show-brand:before {
            border-top: 0;
            border-left: 1px solid #333333;
            height: 3rem;
            top: 1rem;
            right: 10rem;
            left: auto; }
  .products-list-item,
  .abo-products-list-item {
    margin-bottom: 0; }
    .products-list-item a,
    .abo-products-list-item a {
      padding-bottom: 5rem; }
      .products-list-item a .pli-brand-name,
      .products-list-item a .apli-duration,
      .abo-products-list-item a .pli-brand-name,
      .abo-products-list-item a .apli-duration {
        font-size: 1rem; }
      .products-list-item a .pli-product-name,
      .abo-products-list-item a .pli-product-name {
        font-size: 1.6rem;
        padding: 0 1rem; }
        body.wvf-child .products-list-item a .pli-product-name, body.wvf-child .abo-products-list-item a .pli-product-name {
          font-size: 1.3rem; }
      .products-list-item a .pli-price-container,
      .products-list-item a .apli-price-container,
      .abo-products-list-item a .pli-price-container,
      .abo-products-list-item a .apli-price-container {
        position: absolute;
        height: 2rem;
        font-size: 1.4rem;
        line-height: 2rem; }
        .products-list-item a .pli-price-container .to-product,
        .products-list-item a .apli-price-container .to-product,
        .abo-products-list-item a .pli-price-container .to-product,
        .abo-products-list-item a .apli-price-container .to-product {
          height: 1.3rem;
          width: 2.4rem;
          background: url(../images/right-long-arrow.svg) center right no-repeat;
          background-size: 1.3rem auto;
          position: relative;
          top: .4rem; }
  section.section-overview-brand-info-block {
    padding-top: 2rem; }
    section.section-overview-brand-info-block .page-section-inner {
      padding-top: 3rem;
      border-top: 0;
      flex-direction: column; }
      section.section-overview-brand-info-block .page-section-inner .text-block .heading {
        max-width: 100%; }
      section.section-overview-brand-info-block .page-section-inner .image-block {
        transform: none;
        padding-top: 1rem; }
        section.section-overview-brand-info-block .page-section-inner .image-block img {
          max-width: 100%;
          padding: 0; }
  section.section-abo-products-list ul.abo-products-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.8rem; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-duration {
      padding-top: 1rem;
      font-size: 1.2rem;
      margin-bottom: 0; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .pli-image {
      margin-top: 0; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks {
      padding-bottom: 2.6rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks .apli-check {
        font-size: 1.6rem;
        padding-left: 3rem; }
        section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-checks .apli-check:before {
          font-size: 2rem;
          font-weight: 600;
          left: 0rem;
          top: 0rem; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-price-container {
      bottom: 0; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-price-container .price-from,
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-price-container .current-price {
        font-size: 2.2rem; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-abo-price-container {
      padding-top: 1.8rem;
      padding-bottom: .8rem; }
      section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .apli-abo-price-container .price-from {
        color: #B8B8B8; }
    section.section-abo-products-list ul.abo-products-list li.abo-products-list-item a .order-button-container .order-button {
      width: 100%; }
  section.section-footer-brand-links {
    padding-top: 0;
    padding-bottom: 0;
    background: white; }
    section.section-footer-brand-links .page-section-inner {
      padding: 0; }
    section.section-footer-brand-links .spacer {
      display: none; }
    section.section-footer-brand-links .footer-brand-link-col {
      background: #f1f1f1; }
      section.section-footer-brand-links .footer-brand-link-col .flexcol-collapse-heading {
        color: #2AC1E0;
        font-size: 1.6rem;
        font-weight: 700; }
        section.section-footer-brand-links .footer-brand-link-col .flexcol-collapse-heading:after {
          color: #2AC1E0; }
  .content-area {
    font-size: 1.5rem;
    line-height: 2.6rem; }
    .content-area .heading {
      font-size: 2rem;
      line-height: 2.4rem;
      margin-bottom: 1.5rem; }
    .content-area p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 1.3rem; }
    .content-area ul li {
      padding-top: 0;
      padding-bottom: 0; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error {
    line-height: 1.5;
    margin-top: 1rem; }
    .woocommerce .woocommerce-message:before,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-error:before {
      top: 1em; }
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-error .button {
      width: 100%;
      margin-bottom: 1rem; }
  .woocommerce,
  .woocommerce-page {
    /**
     * Cart
     */ }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
      border-top: 0; }
      .woocommerce table.shop_table_responsive tr td:before,
      .woocommerce-page table.shop_table_responsive tr td:before {
        color: #2AC1E0; }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background-color: white; }
    .woocommerce table.shop_table_responsive tr:not(.cart-subtotal):not(.woocommerce-shipping-totals):not(.order-total) td,
    .woocommerce-page table.shop_table_responsive tr:not(.cart-subtotal):not(.woocommerce-shipping-totals):not(.order-total) td {
      padding: 1rem;
      text-align: left !important; }
      .woocommerce table.shop_table_responsive tr:not(.cart-subtotal):not(.woocommerce-shipping-totals):not(.order-total) td::before,
      .woocommerce-page table.shop_table_responsive tr:not(.cart-subtotal):not(.woocommerce-shipping-totals):not(.order-total) td::before {
        content: ''; }
    .woocommerce table.cart .product-name,
    .woocommerce #content table.cart .product-name,
    .woocommerce-page table.cart .product-name,
    .woocommerce-page #content table.cart .product-name {
      padding: 0 !important; }
    .woocommerce table.cart .product-quantity, .woocommerce table.cart .product-subtotal,
    .woocommerce #content table.cart .product-quantity,
    .woocommerce #content table.cart .product-subtotal,
    .woocommerce-page table.cart .product-quantity,
    .woocommerce-page table.cart .product-subtotal,
    .woocommerce-page #content table.cart .product-quantity,
    .woocommerce-page #content table.cart .product-subtotal {
      display: inline-block !important; }
    .woocommerce table.cart .product-remove,
    .woocommerce #content table.cart .product-remove,
    .woocommerce-page table.cart .product-remove,
    .woocommerce-page #content table.cart .product-remove {
      position: absolute;
      top: 2.5rem;
      right: 1rem; }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
      margin-top: 2rem; }
  .woocommerce-cart .content-container,
  .woocommerce-checkout .content-container {
    margin-top: 2rem;
    padding: 2rem; }
  .woocommerce-cart table.shop_table,
  .woocommerce-checkout table.shop_table {
    margin-bottom: 2rem; }
  .woocommerce-cart .cart-top-title,
  .woocommerce-checkout .cart-top-title {
    margin-bottom: 2rem; }
  .woocommerce-cart table.update-cart,
  .woocommerce-checkout table.update-cart {
    margin-top: -1rem; }
  .woocommerce-cart tr.update-cart td,
  .woocommerce-checkout tr.update-cart td {
    display: flex;
    flex-direction: column;
    padding: 1.5rem; }
    .woocommerce-cart tr.update-cart td [type="submit"],
    .woocommerce-checkout tr.update-cart td [type="submit"] {
      width: 100%; }
  .woocommerce-cart .coupon-and-totals-table,
  .woocommerce-checkout .coupon-and-totals-table {
    display: block; }
    .woocommerce-cart .coupon-and-totals-table .coupons-row,
    .woocommerce-checkout .coupon-and-totals-table .coupons-row {
      margin-right: 0; }
    .woocommerce-cart .coupon-and-totals-table .cart-collaterals,
    .woocommerce-checkout .coupon-and-totals-table .cart-collaterals {
      width: 100%;
      padding: 2rem; }
      .woocommerce-cart .coupon-and-totals-table .cart-collaterals .cart_totals h2,
      .woocommerce-checkout .coupon-and-totals-table .cart-collaterals .cart_totals h2 {
        font-size: 3rem; }
  .woocommerce-cart .cart_item,
  .woocommerce-checkout .cart_item {
    border-top: 1rem solid #F7F7F7;
    padding: 0;
    position: relative; }
    .woocommerce-cart .cart_item:first-of-type,
    .woocommerce-checkout .cart_item:first-of-type {
      border-top: 0; }
    .woocommerce-cart .cart_item .product-thumb-name .product-name,
    .woocommerce-checkout .cart_item .product-thumb-name .product-name {
      width: 80%; }
    .woocommerce-cart .cart_item .product-thumb-name .variation,
    .woocommerce-checkout .cart_item .product-thumb-name .variation {
      line-height: 2rem; }
  .woocommerce-cart .coupon,
  .woocommerce-checkout .coupon {
    width: 100%;
    display: block;
    margin-bottom: 1rem; }
    .woocommerce-cart .coupon label,
    .woocommerce-checkout .coupon label {
      display: block;
      margin-right: 0;
      padding-bottom: .75rem; }
      .woocommerce-cart .coupon label span,
      .woocommerce-checkout .coupon label span {
        font-weight: normal; }
    .woocommerce-cart .coupon .coupon-field-container,
    .woocommerce-checkout .coupon .coupon-field-container {
      width: auto;
      display: flex;
      flex-direction: row; }
      .woocommerce-cart .coupon .coupon-field-container input[type="text"],
      .woocommerce-checkout .coupon .coupon-field-container input[type="text"] {
        width: 100%; } }

@media screen and (max-width: 321px) {
  html, body {
    font-size: 9px; } }

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