body {
  font-family: 'Gotham book', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

a {
  color: #5f5f5f;
  text-decoration: none;
}

.menu {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0e2d70;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
}

.body {
  padding-top: 150px;
  font-family: 'Gotham book', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.menu-item {
  display: inline-block;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 52px;
  text-transform: uppercase;
}

.menu-item:hover {
  background-color: #0e2d70;
  color: #a6dcff;
}

.menu-item.search {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 18px;
}

.menu-item.current {
  background-color: #1c68a6;
}

.head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-button {
  height: 50px;
  padding: 0px 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-transform: uppercase;
}

.dropdown-label {
  color: #fff;
  line-height: 52px;
}

.dropdown-label:hover {
  color: #a6dcff;
}

.menu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.menu-dropdown:hover {
  color: #a6dcff;
}

.menu-dropdown.current {
  background-color: #1c68a6;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .95);
  letter-spacing: 0.12px;
}

.home-hero-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c7c7c7;
}

.home-hero-left {
  position: relative;
  width: 60%;
}

.home-hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #13c8d3, #0aafbb);
  background-image: linear-gradient(180deg, #13c8d3, #0aafbb);
  color: #fff;
}

.cardflip-new-identity {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  color: #1c68a6;
  font-size: 2vw;
  line-height: 5vh;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.logo-block {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 36px;
}

.logo {
  position: absolute;
  display: block;
  width: 160px;
  height: 36px;
  max-height: 36px;
  max-width: 160px;
  min-height: 36px;
  min-width: 160px;
}

.header-text {
  margin-left: 30px;
  padding-top: 4px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logo-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  min-height: 260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #c7c7c7;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  font-size: 11px;
  text-transform: uppercase;
}

.home-60-percent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f6f6;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.home-60-percent:hover {
  background-color: #fff;
}

.home-40-percent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #081c46;
  color: #fff;
}

.home-slide-quote {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-left: 10px;
  background-image: url('../images/quote-mark.svg');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 700;
  text-transform: uppercase;
}

.home-slide-link-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 60px 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.home-slide-link-overlay:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.cardflip-logo {
  width: 60%;
}

.home-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.home-slide-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-dropdown-item {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.menu-dropdown-item:hover {
  background-color: #eff0f0;
}

.submenu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.slide-nav {
  width: 30%;
  margin-bottom: 29px;
}

.home-monthly-offer-overlay {
  position: absolute;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.home-monthly-offer-overlay:hover {
  background-color: hsla(0, 0%, 100%, .3);
}

.home-free-shipping {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e2d70;
  background-image: url('../images/home-free-shipping.jpg');
  background-size: cover;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
}

.home-free-shipping:hover {
  opacity: 0.85;
}

.home-big-offer-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-big-offer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-big-offer-heading {
  width: 100%;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 1.6vw;
  line-height: 3vh;
  text-transform: uppercase;
}

.special-offer-price-bubble {
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff005c;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 0px;
  font-weight: 700;
  text-align: center;
}

.old-price {
  padding-right: 20px;
  border-right: 1px solid hsla(0, 0%, 100%, .49);
  font-size: 1.2vw;
  line-height: 40px;
  text-align: center;
}

.old-price.kny {
  color: #d1757a;
}

.separator-line {
  width: 100px;
  height: 4px;
  margin-bottom: 30px;
  clear: both;
  background-color: #afafaf;
}

.separator-line.ksf {
  background-color: #f79021;
}

.separator-line.kst {
  background-color: #e7455f;
}

.separator-line.kszf {
  background-color: #f9e3d9;
}

.separator-line.sr {
  background-color: #c5c5c5;
}

.separator-line.kny {
  background-color: #fbd1cf;
}

.separator-line.m40 {
  background-color: #ffc20e;
}

.separator-line.s {
  background-color: #00bbd2;
}

.separator-line.mm {
  background-color: #ed1c24;
}

.home-big-offer-paragraph {
  margin-top: 10px;
}

.special-offer-price-block {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.new-price {
  height: 40px;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ff005c;
  font-family: Gotham, sans-serif;
  font-size: 1.2vw;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.home-free-shipping-heading {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 1vw;
  line-height: 3.5vh;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #e2e2e2;
}

.footer-menu-column {
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 0px;
}

.footer-menu-list {
  height: 22px;
  list-style-type: none;
}

.footer-menu-main {
  font-family: Gotham, sans-serif;
  color: #a8a8a8;
  font-weight: 500;
}

.footer-link-bold {
  font-family: Gotham, sans-serif;
  color: #a8a8a8;
  font-weight: 500;
}

.footer-link {
  color: #a8a8a8;
  letter-spacing: 1px;
}

.footer-copyright-wrapper {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

.footer-copyright {
  height: 50px;
  color: #a8a8a8;
  line-height: 50px;
  letter-spacing: 1px;
}

.home-slide-background {
  width: 100%;
  height: 100%;
}

.home-slide-background.selenorg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/home-main-selenorg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slide-background.mmx {
  background-image: url('../images/home-main-memolifemax.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slide-background.ksf {
  background-image: url('../images/home-main-kliminslimfocus.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-link {
  display: inline-block;
  height: 50px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 28px;
  line-height: 50px;
  text-transform: uppercase;
}

.social-link:hover {
  color: #1c68a6;
}

.home-slide-product-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.home-slide-productname {
  display: inline-block;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 20px;
  line-height: 100px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.home-slide-table {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f4f1;
  background-image: -webkit-linear-gradient(90deg, #ebe8e4, #f3f1ec);
  background-image: linear-gradient(0deg, #ebe8e4, #f3f1ec);
}

.home-slide-product {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.home-slide-product.selenorg {
  background-image: url('../images/selenorg-760x880_1.png');
  background-position: -20px 110%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.home-slide-product.mmx {
  background-image: url('../images/memolifemax-760x880_1.png');
  background-position: -20px 110%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.home-slide-product.ksf {
  background-image: url('../images/kliminslimfocus-760x880.png');
  background-position: -20px 110%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.home-slider-productname-bordered {
  padding: 2px 2px 1px;
  border: 3px solid #5f5f5f;
}

.home-slider-productname-bordered.mmx {
  border-color: #0e2d70;
  color: red;
}

.home-slider-productname-bordered.ksf {
  border-color: #0e2d70;
  color: #f79021;
}

.big-offer-image {
  position: absolute;
  width: 80%;
  margin-top: 20px;
}

.box-title {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  height: 30px;
  margin-top: 40px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 60px;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 1vw;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-title._10pxmargin {
  padding-left: 10px;
}

.box-title.ksf {
  color: #4e2974;
}

.box-title.mm {
  color: #ed1c24;
}

.box-title.m40 {
  color: #808285;
}

.box-title.kszf {
  color: #d1757a;
}

.box-title.kst {
  color: #373d3f;
}

.box-title.s {
  color: #00609c;
}

.box-title.sr {
  color: #00609c;
}

.box-title.kp {
  color: #f30000;
}

.box-title.kny {
  color: #38bcaa;
}

.home-cardflip-front {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/home-family.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.home-cardflip-front-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.home-cardflip-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(330deg, #d8d8d8, #fff);
  background-image: linear-gradient(120deg, #d8d8d8, #fff);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: perspective(1000px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home-cardflip-back:hover {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
}

.home-cardflip-container {
  position: relative;
  width: 50%;
  height: 100%;
}

.home-monthly-offer-sizer {
  width: 100%;
}

.home-cardflip-back-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.cardflip-slogan {
  margin-top: 15%;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 1vw;
  line-height: 2.5vh;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.home-cardflip-link {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.home-cardflip-link.w--current {
  background-color: #666;
}

.home-cardflip {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1000px) rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-span {
  text-decoration: line-through;
}

.basket {
  display: inline-block;
  height: 50px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #1c68a6;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
}

.basket:hover {
  color: #1c68a6;
}

.basket-text {
  display: inline-block;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  font-family: 'Gotham book', sans-serif;
  font-size: 12px;
  line-height: 50px;
}

.search-bar {
  display: none;
  width: 100%;
  height: 50px;
  background-color: rgba(28, 104, 166, .98);
  opacity: 0;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-input {
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  background-color: transparent;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.form-block {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.cookie-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #061536;
}

.cookie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: block;
  color: #63a9e2;
  line-height: 50px;
}

.cookie-button {
  margin-left: 20px;
  background-color: #1c68a6;
}

.home-slide-quote-span {
  font-size: 1.8vw;
}

.product-page-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-page-product-info {
  width: 50%;
  padding: 60px;
}

.colored-product-name {
  display: inline-block;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
}

.colored-product-name.ksf {
  color: #4e2974;
}

.colored-product-name.mm {
  color: #662d91;
  line-height: 50px;
}

.colored-product-name.m40 {
  color: #662d91;
  line-height: 50px;
}

.colored-product-name.m40 {
  color: #808285;
  line-height: 50px;
}

.colored-product-name.kst {
  color: #373d3f;
}

.colored-product-name.kszf {
  color: #f8b4b8;
}

.colored-product-name.sr {
  color: #00609c;
}

.colored-product-name.kny {
  color: #38bcaa;
}

.colored-product-name.s {
  color: #00609c;
}

.colored-product-name-border {
  padding: 2px 2px 0px;
  border: 7px solid #0e2d70;
}

.colored-product-name-border.ksf {
  border-color: #4e2974;
  color: #f79021;
}

.colored-product-name-border.mm {
  border-color: #662d91;
  color: #ed1c24;
}

.colored-product-name-border.m40 {
  border-color: #808285;
  color: #ffc20e;
}

.colored-product-name-border.kst {
  border-color: #e7455f;
  color: #e7455f;
}

.colored-product-name-border.kszf {
  border-color: #f9e3d9;
  color: #f8b4b8;
}

.colored-product-name-border.sr {
  border-color: #00609c;
}

.colored-product-name-border.kny {
  border-color: #f8b4b8;
  color: #38bcaa;
}

.colored-product-info-wrapper {
  flex-grow: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.colored-product-info {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
}

.colored-product-info.ksf {
  color: #4e2974;
}

.colored-product-info.mm {
  color: #662d91;
}

.colored-product-info.m40 {
  color: #808285;
}

.colored-product-info.kst {
  color: #373d3f;
}

.colored-product-info.kszf {
  color: #d1757a;
}

.colored-product-info.sr {
  color: #00609c;
}

.colored-product-info.kny {
  color: #38bcaa;
}

.list-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #1c68a6;
  font-size: 16px;
  font-weight: 700;
}

.list-heading.ksf {
  color: #4e2974;
}

.list-heading.kst {
  color: #373d3f;
}

.list-heading.kszf {
  color: #da7177;
}

.list-heading.sr {
  color: #00609c;
}

.list-heading.kny {
  color: #38bcaa;
}

.list-heading.m40 {
  color: #808285;
}

.list-heading.s {
  color: #00609c;
}

.list-heading.mm {
  color: #662d91;
}

.list-item {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 24px;
  list-style-type: none;
}

.list-item.ksf {
  font-family: Gotham, sans-serif;
  color: #4e2974;
  font-weight: 500;
}

.list-item.kst {
  color: #373d3f;
}

.list-item.kszf {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d1757a;
}

.list-item.sr {
  color: #00609c;
}

.list-item.kny {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #38bcaa;
}

.list-item.m40 {
  color: #808285;
}

.list-item.s {
  color: #00609c;
}

.list-item.mm {
  color: #662d91;
}

.list {
  margin-bottom: 30px;
  padding-left: 0px;
}

.subpage-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cacaca;
}

.product-page-image-quote {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 80%;
  margin-top: 3%;
  margin-bottom: 0px;
  margin-left: 10%;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/quote-mark.svg');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}

.product-page-image-quote.ksf {
  background-image: url('../images/quote-mark-KSF.svg');
  background-size: 100px;
  color: #4e2974;
}

.product-page-image-quote.kst {
  background-image: url('../images/quote-mark-KST.svg');
  background-size: 100px;
  color: #373d3f;
}

.product-page-image-quote.kszf {
  background-image: url('../images/quote-mark-KSZF.svg');
  background-size: 100px;
  color: #f8b4b8;
}

.product-page-image-quote.sr {
  background-image: url('../images/quote-mark-SR.svg');
  background-size: 100px;
  color: #00609c;
}

.product-page-image-quote.kny {
  background-image: url('../images/quote-mark-KNY.svg');
  background-size: 105px;
  color: #38bcaa;
}

.product-page-image-quote.m40 {
  background-image: url('../images/quote-mark-M40.svg');
  background-size: 100px;
  color: #808285;
}

.product-page-image-quote.s {
  background-image: url('../images/quote-mark-S.svg');
  background-size: 100px;
  color: #00609c;
}

.product-page-image-quote.mm {
  background-image: url('../images/quote-mark-MM.svg');
  background-size: 100px;
  color: #662d91;
}

.product-page-quote-span {
  font-size: 3vw;
}

.product-page-quote-span.ksf {
  color: #693f94;
}

.product-page-quote-span.kszf {
  color: #eba2a7;
}

.product-page-quote-span.kny {
  color: #1aa592;
}

.product-page-quote-span.m40 {
  color: #686a6d;
}

.product-page-quote-span.sr {
  color: #00568b;
}

.product-page-quote-span.s {
  color: #00568b;
}

.product-page-quote-span.mm {
  color: #571f81;
}

.product-page-ingredients-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #09245f;
}

.product-page-ingredients-section.ksf {
  background-color: #2b1046;
}

.product-page-ingredients-section.kst {
  background-color: #8d1a2d;
}

.product-page-ingredients-section.kszf {
  background-color: #dfbcac;
}

.product-page-ingredients-section.sr {
  background-color: #063877;
}

.product-page-ingredients-section.kny {
  background-color: #199b89;
}

.product-page-ingredients-section.m40 {
  background-color: #595b5f;
}

.product-page-ingredients-section.s {
  background-color: #006890;
}

.product-page-ingredients-section.mm {
  background-color: #451768;
}

.ingredient-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3332%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
  color: #fff;
}

.ingredient-container._50percent {
  width: 50%;
}

.product-page-ingredient-text {
  width: 100%;
  padding: 30px;
  color: hsla(0, 0%, 100%, .89);
  font-size: 13px;
  line-height: 20px;
}

.product-page-ingredient-text.kszf {
  background-color: #ecd3c8;
  color: #6b4043;
}

.product-page-ingredient-text.sr {
  background-color: #146ea7;
}

.product-page-ingredient-text.kny {
  background-color: #46ccba;
}

.product-page-ingredient-text.m40 {
  background-color: #8f8f8f;
}

.product-page-ingredient-text.s {
  background-color: #24c7da;
}

.product-page-ingredient-text.mm {
  background-color: #7336a1;
}

.product-page-ingredient-text.kst {
  background-color: #cf3750;
}

.product-page-ingredient-text.ksf {
  background-color: #623a8b;
}

.shop-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 15px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.shop-now.ksf {
  background-color: #f79021;
  color: #fff;
}

.shop-now.mm {
  background-color: #662d91;
  color: #fff;
}

.shop-now.m40 {
  background-color: #808285;
  color: #fff;
}

.shop-now.kst {
  background-color: #e7455f;
  color: #fff;
}

.shop-now.kszf {
  background-color: #f9e3d9;
  color: #b86469;
}

.shop-now.sr {
  background-color: #00609c;
  color: #fff;
}

.shop-now.kny {
  background-color: #fbd1cf;
  color: #92201a;
}

.shop-now.s {
  background-color: #00bbd2;
  color: #fff;
}

.shop-now-form-block {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-now-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pack {
  width: 100px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dbdbdb #000 #000;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.form-input {
  width: 100%;
  height: 50px;
  margin-top: 9px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #dbdbdb;
}

.form-input.quantity {
  width: 50px;
  margin: 0px 15px;
  text-align: center;
}

.form-input.cartquantity {
  width: 50px;
  margin-top: 15px;
  padding: 0px;
  border-width: 1px;
  border-right-style: solid;
  border-right-color: #cccfd6;
  border-bottom-style: solid;
  border-bottom-color: #cccfd6;
  border-left-style: solid;
  border-left-color: #cccfd6;
  text-align: center;
}

.form-input._300px {
  width: 300px;
}

.form-input._100px {
  width: 100px;
}

.addto {
  width: 50px;
  height: 50px;
  padding: 0px 10px 0px 8px;
  background-color: #0e2d70;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.addto:hover {
  background-color: #021744;
}

.addto.mm {
  background-color: #ed1c24;
}

.addto.mm:hover {
  background-color: #fff;
  color: #662d91;
}

.addto.m40 {
  background-color: #ffc20e;
}

.addto.m40:hover {
  background-color: #fff;
  color: #ffc20e;
}

.addto.ksf {
  background-color: #4e2974;
}

.addto.ksf:hover {
  background-color: #fff;
  color: #4e2974;
}

.addto.kst {
  background-color: #373d3f;
}

.addto.kst:hover {
  background-color: #fff;
  color: #373d3f;
}

.addto.kszf {
  background-color: #f8b4b8;
}

.addto.kszf:hover {
  background-color: #fff;
  color: #b86469;
}

.addto.sr {
  background-color: #fff;
  color: #00609c;
}

.addto.sr:hover {
  background-color: #00609c;
  color: #fff;
}

.addto.kny {
  background-color: #38bcaa;
  color: #fff;
}

.addto.kny:hover {
  background-color: #fff;
  color: #38bcaa;
}

.addto.s {
  background-color: #fff;
  color: #00609c;
}

.addto.s:hover {
  background-color: #00609c;
  color: #fff;
}

.shop-now-text {
  font-family: Gotham, sans-serif;
  line-height: 20px;
  font-weight: 500;
}

.product-page-right-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #838383;
}

.product-page-right-block.ksf {
  background-color: #623a8b;
}

.product-page-right-block.kst {
  background-color: #ff94a5;
}

.product-page-right-block.sr {
  background-color: #00609c;
}

.product-page-right-block.kny {
  background-color: #38bcaa;
}

.product-page-right-block.m40 {
  background-color: #808285;
}

.product-page-right-block.s {
  background-color: #00bbd2;
}

.product-page-right-block.kny {
  background-color: #f9e3d9;
}

.product-page-right-block.mm {
  background-color: #662d91;
}

.product-page-right-block.kszf {
  background-color: #f1d6c9;
}

.faq-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c9c9c9;
  background-color: #eff0f0;
}

.product-page-risks-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-products-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.ingredients-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ingredients-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: #163c8d;
  color: hsla(0, 0%, 100%, .9);
}

.ingredients-table.ksf {
  background-color: #4e2974;
}

.ingredients-table.kst {
  background-color: #e7455f;
}

.ingredients-table.kszf {
  background-color: #f9e3d9;
  color: #6b4043;
}

.ingredients-table.sr {
  background-color: #00609c;
}

.ingredients-table.kny {
  background-color: #38bcaa;
}

.ingredients-table.s {
  background-color: #00bbd2;
}

.ingredients-table.m40 {
  background-color: #818181;
}

.ingredients-table.mm {
  background-color: #662d91;
}

.ingredients-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ingredients-table-row-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px 10px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: rgba(0, 0, 0, .1);
  font-size: 13px;
}

.ingredients-table-row-name.sr {
  width: 80%;
}

.ingredients-table-row-name.s {
  background-color: #00a6c5;
}

.ingredients-table-row-name.kszf {
  background-color: hsla(19, 44%, 77%, .31);
}

.ingredients-table-row-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: hsla(0, 0%, 100%, .06);
  font-size: 13px;
  text-align: right;
}

.ingredients-table-row-quantity.ksf {
  background-color: #633b8b;
  color: #f79021;
}

.ingredients-table-row-quantity.kst {
  background-color: rgba(99, 26, 26, .86);
  color: hsla(0, 0%, 100%, .03);
}

.ingredients-table-row-quantity.kst {
  background-color: hsla(0, 0%, 100%, .08);
  color: #fff;
}

.ingredients-table-row-quantity.kszf {
  background-color: hsla(0, 0%, 100%, .05);
  color: #6b4043;
}

.ingredients-table-row-quantity.sr {
  background-color: hsla(0, 0%, 100%, .07);
}

.ingredients-table-row-quantity.s {
  background-color: #36c6e0;
  color: #02273f;
}

.ingredients-table-row-quantity.kny {
  color: #fbd1cf;
}

.ingredients-table-row-quantity.m40 {
  color: #ffc20e;
}

.ingredients-table-row-quantity.mm {
  color: #ff363e;
}

.ingredients-table-row-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px 20px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: rgba(0, 0, 0, .05);
  font-size: 13px;
  text-align: right;
}

.ingredients-table-row-percent.s {
  background-color: #009cb9;
}

.ingredients-table-row-percent.kszf {
  background-color: hsla(19, 44%, 77%, .57);
}

.ingredients-table-head-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 10px 10px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: #09296e;
  text-transform: uppercase;
}

.ingredients-table-head-name.ksf {
  background-color: #f79021;
}

.ingredients-table-head-name.kst {
  background-color: #d8d8d8;
  color: #373d3f;
}

.ingredients-table-head-name.kszf {
  background-color: #f8b4b8;
  color: #97262e;
}

.ingredients-table-head-name.sr {
  width: 100%;
  background-color: #fff;
  color: #063877;
}

.ingredients-table-head-name.kny {
  background-color: #fbd1cf;
  color: #92201a;
}

.ingredients-table-head-name.m40 {
  background-color: #ffc20e;
}

.ingredients-table-head-name.s {
  background-color: #00609c;
}

.ingredients-table-head-name.mm {
  background-color: #ed1c24;
  color: #fff;
}

.ingredients-table-nrv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px 20px 10px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .08) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) hsla(0, 0%, 100%, .08);
  background-color: rgba(14, 45, 112, .75);
  color: #378ace;
  text-align: right;
}

.ingredients-table-nrv.ksf {
  background-color: #da7304;
  color: #fff;
}

.ingredients-table-nrv.kst {
  background-color: #dce1e2;
  color: #373d3f;
}

.ingredients-table-nrv.kszf {
  background-color: #eba1a5;
  color: #97262e;
}

.ingredients-table-nrv.kny {
  background-color: #eebfbd;
  color: #92201a;
}

.ingredients-table-nrv.m40 {
  background-color: #e6ad07;
  color: #fff;
}

.ingredients-table-nrv.s {
  background-color: #00588f;
  color: #fff;
}

.ingredients-table-nrv.mm {
  background-color: #c70e15;
  color: #fff;
}

.ingredeints-nrv-text {
  padding: 20px 0px 20px 20px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 11px;
}

.ingredeints-nrv-text.s {
  color: #fff;
}

.ingredeints-nrv-text.kszf {
  color: #6b4043;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 25px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #0e2d70;
  cursor: pointer;
}

.faq-head.ksf {
  color: #4e2974;
}

.faq-head.mm {
  color: #662d91;
}

.faq-head.m40 {
  color: #808285;
}

.faq-head.kszf {
  color: #d1757a;
}

.faq-head.kst {
  color: #373d3f;
}

.faq-head.s {
  color: #00609c;
}

.faq-head.sr {
  color: #00609c;
}

.faq-head.kny {
  color: #38bcaa;
}

.faq-text {
  padding: 30px;
  background-color: #fafafa;
}

.faq-heading {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.faq-content {
  overflow: hidden;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-arrow-container {
  margin-bottom: -5px;
  font-family: 'Fa solid 900', sans-serif;
}

.faq-arrow {
  display: inline-block;
  padding-top: 0px;
  border-radius: 26px;
  color: #1c68a6;
  font-size: 30px;
  text-align: center;
}

.faq-arrow.ksf {
  color: #f79021;
}

.faq-arrow.mm {
  color: #ed1c24;
}

.faq-arrow.m40 {
  color: #ffc20e;
}

.faq-arrow.kszf {
  color: #f9e3d9;
}

.faq-arrow.kst {
  color: #e7455f;
}

.faq-arrow.s {
  color: #00bbd2;
}

.faq-arrow.sr {
  color: #c5c5c5;
}

.faq-arrow.kp {
  color: #f30000;
}

.faq-arrow.kny {
  color: #fbd1cf;
}

.related-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.product-image {
  width: 100%;
}

.product-name {
  min-height: 60px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-name.ksf {
  color: #4e2974;
}

.product-name.kst {
  color: #373d3f;
}

.product-name.kszf {
  color: #d1757a;
}

.product-name.sr {
  color: #00609c;
}

.product-name.kny {
  color: #38bcaa;
}

.product-name.m40 {
  color: #808285;
}

.product-name.s {
  color: #00609c;
  text-align: center;
}

.product-name.mm {
  color: #662d91;
}

.list-item-2nd-line {
  padding-left: 36px;
  font-family: 'Gotham book', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

.bold-text {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.cta-button {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #0e2d70;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #1c68a6;
}

.cta-button.ksf {
  background-color: #f79021;
}

.cta-button.ksf:hover {
  background-color: #4e2974;
}

.cta-button.faq {
  margin-top: 30px;
  background-color: #df162e;
}

.cta-button.faq:hover {
  background-color: #0e2d70;
}

.cta-button.mm {
  background-color: #ed1c24;
}

.cta-button.mm:hover {
  background-color: #662d91;
}

.cta-button.m40 {
  background-color: #ffc20e;
}

.cta-button.m40:hover {
  background-color: #808285;
}

.cta-button.kszf {
  background-color: #f8b4b8;
}

.cta-button.kszf:hover {
  background-color: #f9e3d9;
  color: #d1757a;
}

.cta-button.s {
  background-color: #00bbd2;
}

.cta-button.s:hover {
  background-color: #00609c;
}

.cta-button.sr {
  background-color: #fff;
  color: #00609c;
}

.cta-button.sr:hover {
  background-color: #00609c;
  color: #fff;
}

.cta-button.kp {
  background-color: #f30000;
}

.cta-button.kp:hover {
  background-color: #0e2d70;
}

.cta-button.kst {
  background-color: #e7455f;
}

.cta-button.kst:hover {
  background-color: #373d3f;
}

.cta-button.kny {
  background-color: #38bcaa;
}

.cta-button.kny:hover {
  background-color: #fbd1cf;
  color: #38bcaa;
}

.cta-button.kny.w--current {
  background-color: #38bcaa;
}

.cta-button.kny.w--current:hover {
  background-color: #fbd1cf;
}

.product-page-cta-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page-ingredent-text-heading.kst {
  color: #fff;
}

.product-page-ingredent-text-heading.ksf {
  color: #f79021;
}

.product-page-ingredent-text-heading.kszf {
  color: #d1757a;
}

.product-page-ingredent-text-heading.kny {
  color: #fbd1cf;
}

.product-page-ingredent-text-heading.m40 {
  color: #ffc20e;
}

.product-page-ingredent-text-heading.s {
  color: #02273f;
}

.product-page-ingredent-text-heading.mm {
  color: #ff363e;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cacaca;
}

.hero-quote-span {
  color: #1c68a6;
  font-size: 3vw;
}

.content-wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.centertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullwidth.faqquestionblock {
  background-image: url('../images/faq-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.fullwidth.webshop {
  background-color: #f1f1f1;
}

.cta-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-quote {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 80%;
  margin-top: 3%;
  margin-bottom: 0px;
  margin-left: 10%;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/quote-mark.svg');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-quote.right {
  background-position: 100% 0px;
  text-align: right;
}

.tile-bigtext-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gotham book', sans-serif;
  color: #09235c;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.tile-bigtext-container.mission1 {
  background-color: #f3d3c9;
}

.tile-bigtext-container.mission4 {
  background-color: #194990;
  color: #fff;
}

.tile-bigtext-container.mission7 {
  background-color: #f0ccc1;
}

.tile-bigtext-container.research1 {
  background-color: #662d91;
  color: #fff;
}

.tile-bigtext-container.research2 {
  background-color: #eec4b9;
  color: #fff;
}

.tile-bigtext-container.research3 {
  background-color: #faa423;
  color: #fff;
}

.tile-bigtext-container.research4 {
  background-color: #00bbd2;
  color: #fff;
}

.tile-bigtext-container.research5 {
  background-color: #75cf2f;
  color: #fff;
}

.tile-bigtext-container.research6 {
  background-color: #0e2d70;
  color: #fff;
}

.tile-smalltext-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.tile-smalltext-block.mission2 {
  background-color: #092257;
}

.tile-smalltext-block.mission5 {
  background-color: #faece7;
  color: #09235c;
}

.tile-smalltext-block.mission8 {
  background-color: #0a2255;
}

.tile-smalltext-block.quality1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4dbba8;
}

.tile-smalltext-block.quality2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #8b6949;
}

.tile-smalltext-block.quality4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #42bad8;
}

.tile-smalltext-block.quality3 {
  background-color: #dab677;
}

.mission-logo {
  width: 20%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.tile-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.faq-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  margin-top: 210px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/faq-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-menu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.faq-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-linkblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 143px;
  height: 140px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
}

.faq-linkblock:hover {
  border-bottom: 2px solid #e2e2e2;
  background-color: #f1f1f1;
}

.faq-linkblock.w--current {
  border-bottom-color: #1c68a6;
}

.tile-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gotham book', sans-serif;
  color: #09235c;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.sizer-double {
  width: 100%;
}

.tile-bigtext {
  position: absolute;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.tile-smalltext {
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.faq-menu-text {
  position: absolute;
  bottom: 3px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-menu-image {
  width: 120px;
  height: 120px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.faq-head-text {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 3vw;
  text-align: right;
  text-transform: uppercase;
}

.paragraph {
  color: #0e2d70;
}

.faq-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-questions {
  width: 70%;
}

.form-button {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0e2d70;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 2vw;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1.centered {
  text-align: center;
}

.subpage-h4-span {
  font-size: 1.2vw;
}

.subpage-textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dbdbdb #000 #000;
}

.field-label {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.faq-form-block {
  width: 60%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px 30px 30px;
  background-color: #eff0f0;
}

.faq-form-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.history-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ff6269;
  color: #fff;
}

.history-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/history-bullet.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.history-element-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.history-element-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, .5);
  text-align: right;
}

.history-date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.history-text {
  margin-bottom: 0px;
}

.history-separator-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.history-image {
  position: relative;
  z-index: 10;
  width: 50%;
  box-shadow: 35px 35px 50px 10px rgba(0, 0, 0, .21);
}

.history-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-image-block-line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  border-right: 1px solid hsla(0, 0%, 100%, .5);
}

.product-categories-image {
  width: 75%;
}

.product-categories-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-categories-kst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7455f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-kst:hover {
  background-color: #d32743;
  color: #fff;
}

.product-categories-ksf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4e2974;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f79021;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-ksf:hover {
  background-color: #371658;
}

.product-categories-kszf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1d6c9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #d1757a;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-kszf:hover {
  background-color: #f9e3d9;
}

.product-categories-kny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9e3d9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #38bcaa;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-kny:hover {
  background-color: #fbd1cf;
}

.product-caregories-product-heading {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.history-image-agnes {
  position: relative;
  z-index: 10;
  width: 40%;
  box-shadow: 35px 35px 50px 10px rgba(0, 0, 0, .21);
}

.faq-menu-heading-block {
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(0, 173, 255, .31);
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 16px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.faq-menu-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 70px;
  text-align: center;
}

.paragraph-normaltext {
  margin-bottom: 30px;
}

.gmp-text {
  width: 60%;
  min-height: 100px;
  margin-bottom: 30px;
  padding-left: 120px;
  background-image: url('../images/quality-gmp.jpg');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  text-align: left;
}

.smalltext-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quality-logo {
  margin-top: 20px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 1.5vw;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-item-icon {
  width: 40px;
  height: 100%;
  margin-right: 15px;
  font-family: 'Fa solid 900', sans-serif;
  color: #1c68a6;
  font-size: 24px;
}

.list-item-icon.ksf {
  color: #f79021;
}

.list-item-icon.kst {
  color: #e7455f;
}

.list-item-icon.kszf {
  color: #f9e3d9;
}

.list-item-icon.sr {
  color: #c5c5c5;
}

.list-item-icon.kny {
  font-family: 'Fa solid 900', sans-serif;
  color: #fbd1cf;
}

.list-item-icon.m40 {
  color: #ffc20e;
}

.list-item-icon.s {
  color: #00bbd2;
}

.list-item-icon.mm {
  color: #ed1c24;
}

.list-item-big {
  font-family: Gotham, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #1c68a6;
  font-size: 1.2vw;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  color: #5f5f5f;
  font-size: 1vw;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.float-image-third-left {
  width: 33%;
  margin-right: 15px;
  padding-right: 15px;
  float: left;
}

._2-column-right {
  padding-right: 0px;
  padding-left: 15px;
}

._3-column-right {
  padding-right: 0px;
  padding-left: 15px;
}

._3-column-middle {
  padding-right: 15px;
  padding-left: 15px;
}

.float-image-left {
  width: 50%;
  margin-right: 15px;
  padding-right: 15px;
  float: left;
}

.paragraph-smalltext {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-smalltext.history {
  display: block;
  width: 50%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, .75);
  text-align: center;
}

.quote {
  font-family: 'Gotham book', sans-serif;
  color: #acacac;
  font-size: 26px;
  line-height: 37px;
  font-weight: 300;
}

.highlighted-paragraph {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #eff0f0;
}

.history-image-levente {
  position: relative;
  z-index: 10;
  width: 30%;
  box-shadow: 35px 35px 50px 10px rgba(0, 0, 0, .21);
}

.history-image-memolife {
  position: relative;
  z-index: 10;
  width: 30%;
  box-shadow: 35px 35px 50px 10px rgba(0, 0, 0, .21);
}

.cart-link {
  color: #1c68a6;
}

.cart-link:hover {
  color: #0e2d70;
  text-decoration: underline;
}

.webshop-product-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.webshop-product-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webshop-product-image.special-offer {
  width: 50%;
}

.webshop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.666%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webshop-text.special-offer {
  width: 50%;
}

.webshop-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info {
  display: block;
  height: 80px;
  margin-right: 10px;
  padding: 20px;
  background-color: #0e2d70;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-info:hover {
  background-color: #1c68a6;
}

.product-info.mm {
  background-color: #ed1c24;
}

.product-info.mm:hover {
  background-color: #662d91;
}

.product-info.m40 {
  background-color: #ffc20e;
}

.product-info.m40 {
  background-color: #ffc20e;
  line-height: 35px;
}

.product-info.m40:hover {
  background-color: #808285;
}

.product-info.kny {
  background-color: #38bcaa;
}

.product-info.kny:hover {
  background-color: #fbd1cf;
  color: #38bcaa;
}

.product-info.ksf {
  background-color: #4e2974;
}

.product-info.ksf:hover {
  background-color: #f79021;
}

.product-info.kst {
  background-color: #373d3f;
}

.product-info.kst:hover {
  background-color: #e7455f;
}

.product-info.kszf {
  background-color: #f8b4b8;
}

.product-info.kszf:hover {
  background-color: #f9e3d9;
  color: #b86469;
}

.product-info.sr {
  background-color: #ececec;
  color: #00609c;
}

.product-info.sr:hover {
  background-color: #00609c;
  color: #fff;
}

.product-info.s {
  background-color: #ececec;
  color: #00609c;
}

.product-info.s:hover {
  background-color: #00609c;
  color: #fff;
}

.webshop-bubble-offer {
  position: absolute;
  left: 30px;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ff005c;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 0px;
  font-weight: 700;
  text-align: center;
}

.webshop-bubble-new {
  position: absolute;
  left: 30px;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #5dcc58;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.submenu {
  display: none;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
}

.submenu-item {
  display: inline-block;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0e2d70;
  line-height: 52px;
  text-transform: uppercase;
}

.submenu-item:hover {
  background-color: #eff0f0;
  color: #1c68a6;
}

.submenu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.submenu-dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0e2d70;
  text-transform: uppercase;
}

.submenu-dropdown-button:hover {
  background-color: #eff0f0;
  color: #1c68a6;
}

.submenu-dropdown-label {
  color: #0e2d70;
  line-height: 52px;
}

.dropdown-list-2 {
  z-index: 1000;
}

.text-block-3 {
  font-family: 'Fa solid 900', sans-serif;
}

.submenu-dropdownt-arrow {
  padding-left: 10px;
}

.webshop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leaflet-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-span-2 {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 28px;
}

.leaflet-download-text {
  line-height: 60px;
}

.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/faq-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cart-table {
  margin-bottom: 30px;
  background-color: #f8f8f8;
}

.cart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-column._10percent {
  width: 10%;
}

.cart-column._30percent {
  width: 30%;
}

.cart-column._80percent {
  width: 80%;
}

.cart-column._100percent {
  width: 100%;
}

.cart-column._70percent {
  width: 70%;
}

.cart-column._20percent {
  width: 20%;
}

.cart-column._20percent.alignright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-column._20percent.aligncenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-column._50percent {
  width: 50%;
}

.cart-column._50percent.alignright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.cart-column.alignright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-column._40percent {
  width: 40%;
}

.cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.cart-row.alert {
  border-left: 3px solid #ff005c;
  background-color: #f8d8e4;
  color: #ff005c;
}

.error-message {
  width: 0px;
  height: 0px;
  margin-top: 0px;
  padding: 0px;
}

.success-message {
  width: 0px;
  height: 0px;
  padding: 0px;
}

.chart-button {
  display: block;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e2d70;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.chart-button:hover {
  background-color: #1c68a6;
}

.chart-button._100percent {
  width: 100%;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.cart-2-column-left {
  padding-right: 15px;
  padding-left: 0px;
}

.cart-2-column-right {
  padding-right: 0px;
  padding-left: 15px;
}

.select {
  margin-bottom: 0px;
}

.select._300px {
  width: 300px;
  height: 40px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.text-span-3 {
  margin-left: 5px;
  font-family: Gotham, sans-serif;
  color: #ff005c;
  font-weight: 900;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-button-field {
  margin: 10px 0px 0px 20px;
}

.radio-button-label {
  margin-bottom: 0px;
}

.checkbox-field {
  margin-top: 20px;
}

.cart-alert-block {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 3px solid #ff005c;
  background-color: #f8d8e4;
  color: #ff005c;
}

._2-column-left {
  padding-right: 15px;
  padding-left: 0px;
}

.contact-form {
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 30px 30px;
  background-color: #eff0f0;
}

._3-column-left {
  padding-right: 15px;
  padding-left: 0px;
}

.row {
  margin-bottom: 30px;
}

.float-image-right {
  width: 50%;
  margin-left: 15px;
  padding-left: 15px;
  float: right;
}

.fa-icon {
  font-family: 'Fa 400', sans-serif;
  font-weight: 400;
}

.fa-icon-2 {
  font-family: 'Fa solid 900', sans-serif;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.related-product-double-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page-offfer-box {
  position: relative;
  width: 80%;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page-special-offer-image {
  display: block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 70px;
}

.product-page-special-offer-image.package-offer {
  width: 100%;
  margin-bottom: 120px;
  margin-left: 0px;
}

.special-offer-order-button-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -77px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.package-offer {
  font-size: 1.2vw;
  line-height: 40px;
  text-align: center;
}

.package-offer.kny {
  color: #d1757a;
}

.cart-info-block {
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 3px solid #facb0d;
  background-color: #fff8c3;
  color: #a36517;
}

.cart-container-70percent {
  width: 70%;
  padding-right: 15px;
}

.cart-container-30percent {
  width: 30%;
  padding-left: 15px;
}

.cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-delete {
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.cart-delete:hover {
  color: #0e2d70;
  text-decoration: underline;
}

.cart-quantity-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cccfd6;
  border-right: 1px solid #cccfd6;
  border-bottom: 1px solid #cccfd6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  color: #5f5f5f;
}

.cart-quantity-minus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cccfd6;
  border-bottom: 1px solid #cccfd6;
  border-left: 1px solid #cccfd6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  color: #5f5f5f;
}

.cart-progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
}

.cart-progress-bar-link {
  height: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cart-progress-bar-link.done {
  background-color: #1c68a6;
  color: #fff;
}

.delete {
  width: 100%;
  height: 200px;
  background-color: #777;
}

.cartcoupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cart-old-price {
  color: #9b9b9b;
  font-size: 14px;
  text-decoration: line-through;
}

.cart-info-block-bold {
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.webshop-product-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.webshop-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

.webshop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.webshop-content {
  width: 80%;
}

.webshop-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #dbdbdb;
}

.webshop-tab-menu-item {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #dbdbdb;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}

.webshop-tab-menu-item:hover {
  background-color: #fff;
}

.webshop-tab-menu-item.active {
  background-color: #fff;
}

.product-page-product-name-small {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-family: Gotham, sans-serif;
  color: #0e2d70;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .webshop-text-small .product-page-product-name-small {
    line-height: 1.3333 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.product-page-product-name-small.ksf {
  color: #4e2974;
}

.product-page-product-name-small.mm {
  color: #662d91;
  line-height: 50px;
}

.product-page-product-name-small.m40 {
  color: #662d91;
  line-height: 50px;
}

.product-page-product-name-small.m40 {
  color: #808285;
  line-height: 50px;
}

.product-page-product-name-small.kst {
  color: #373d3f;
}

.product-page-product-name-small.kszf {
  color: #f8b4b8;
}

.product-page-product-name-small.sr {
  color: #00609c;
}

.product-page-product-name-small.kny {
  color: #38bcaa;
}

.product-page-product-name-small.s {
  color: #00609c;
  text-align: center;
}

.webshop-product-image-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webshop-wrapper-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webshop-product-info-content-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.webshop-text-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.product-page-product-name-bordered-small {
  padding: 2px 2px 0px;
  border: 3px solid #0e2d70;
}

.product-page-product-name-bordered-small.ksf {
  border-color: #4e2974;
  color: #f79021;
}

.product-page-product-name-bordered-small.mm {
  border-color: #662d91;
  color: #ed1c24;
}

.product-page-product-name-bordered-small.m40 {
  border-color: #808285;
  color: #ffc20e;
}

.product-page-product-name-bordered-small.kst {
  border-color: #e7455f;
  color: #e7455f;
}

.product-page-product-name-bordered-small.kszf {
  border-color: #f9e3d9;
  color: #f8b4b8;
}

.product-page-product-name-bordered-small.sr {
  border-color: #00609c;
}

.product-page-product-name-bordered-small.kny {
  border-color: #f8b4b8;
  color: #38bcaa;
}

.webshop-unit-price {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #dbdbdb;
  font-family: Gotham, sans-serif;
  font-size: 10px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.webshop-product-column-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.32%;
  height: 601px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.quick-buy-button {
  position: absolute;
  z-index: 999;
  display: block;
  width: 80%;
  height: 50px;
  margin-top: 150px;
  padding: 0px 20px;
  background-color: #0e2d70;
  box-shadow: 0 13px 30px 0 rgba(0, 0, 0, .2);
  opacity: 0;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.quick-buy-button:hover {
  background-color: #1c68a6;
}

.product-info-small {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #0e2d70;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-info-small:hover {
  background-color: #1c68a6;
}

.hero-image {
  width: 100%;
}

.webshop-price-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  font-family: Gotham, sans-serif;
  line-height: 22px;
  font-weight: 500;
}

.pagination {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: #fff;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}

.webshop-pagination-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.webshop-sidebar-header {
  height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  background-color: #ddd;
  font-family: Gotham, sans-serif;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.webshop-sidebar-menu-item {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #dbdbdb;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}

.webshop-sidebar-menu-item:hover {
  background-color: #fff;
}

.webshop-sidebar-menu-item.active {
  background-color: #fff;
}

.heading-fa {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #5dcc58;
  font-size: 2vw;
}

.quickbuy-layer-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: rgba(14, 45, 112, .9);
}

.hamburger-container {
  display: none;
}

.cart-success-block {
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 3px solid #5dcc58;
  background-color: #d4f5d2;
  color: #13690f;
}

.webshop-bubble-package-offer {
  position: absolute;
  left: 30px;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ff005c;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 0px;
  font-weight: 700;
  text-align: center;
}

.home-monthly-offer-product {
  position: absolute;
  z-index: 0;
  width: 70%;
}

.buynow-button {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #0e2d70;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.buynow-button:hover {
  background-color: #1c68a6;
}

.buynow-button.ksf {
  background-color: #f79021;
}

.buynow-button.ksf:hover {
  background-color: #4e2974;
}

.buynow-button.mm {
  background-color: #ed1c24;
}

.buynow-button.mm:hover {
  background-color: #662d91;
}

.buynow-button.m40 {
  background-color: #ffc20e;
}

.buynow-button.m40:hover {
  background-color: #808285;
}

.buynow-button.kszf {
  background-color: #f8b4b8;
}

.buynow-button.kszf:hover {
  background-color: #f9e3d9;
  color: #d1757a;
}

.buynow-button.s {
  background-color: #00bbd2;
}

.buynow-button.s:hover {
  background-color: #00609c;
}

.buynow-button.s.offer-order {
  background-color: #fff;
  color: #00609c;
}

.buynow-button.s.offer-order:hover {
  background-color: #00609c;
  color: #fff;
}

.buynow-button.s.offer-order.w--current {
  background-color: #fff;
  color: #0e2d70;
}

.buynow-button.sr {
  background-color: #fff;
  color: #00609c;
}

.buynow-button.sr:hover {
  background-color: #00609c;
  color: #fff;
}

.buynow-button.kst {
  background-color: #e7455f;
}

.buynow-button.kst:hover {
  background-color: #373d3f;
}

.buynow-button.kny {
  background-color: #38bcaa;
}

.buynow-button.kny:hover {
  background-color: #fbd1cf;
  color: #38bcaa;
}

.buynow-button.kny.w--current {
  background-color: #38bcaa;
}

.buynow-button.kny.w--current:hover {
  background-color: #fbd1cf;
}

.slide {
  background-image: url('../images/productpage-hero-kny.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/productpage-hero-s.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.webshop-slider {
  width: 100%;
  height: 460px;
}

.webshop-slier-nav {
  height: 50px;
  background-color: hsla(0, 0%, 100%, .95);
  line-height: 50px;
}

.product-categories-m40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #808285;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #ffc20e;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-m40:hover {
  background-color: #65686d;
}

.product-categories-mm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #602a88;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #ff1922;
  text-align: center;
  text-transform: uppercase;
}

.product-categories-mm:hover {
  background-color: #431368;
}

.history-image-agnes-young {
  position: relative;
  z-index: 10;
  width: 30%;
  box-shadow: 35px 35px 50px 10px rgba(0, 0, 0, .21);
}

@media (max-width: 991px) {
  .menu {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .body {
    font-size: 14px;
    line-height: 24px;
  }
  .menu-item {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
  .menu-item.search {
    display: none;
  }
  .menu-item.current {
    /* text-align: center; */
  }
  .head {
    padding-right: 30px;
    padding-left: 30px;
  }
  .dropdown-button {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .menu-dropdown {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .home-hero-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-hero-left {
    width: 100%;
    height: 500px;
  }
  .home-hero-right {
    width: 100%;
    height: auto;
  }
  .cardflip-new-identity {
    font-size: 38px;
    line-height: 48px;
  }
  .header-text {
    display: none;
  }
  .home-product-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    padding-top: 0px;
  }
  .home-60-percent {
    width: 100%;
    height: auto;
  }
  .home-40-percent {
    width: 100%;
    height: 300px;
  }
  .home-slide-quote {
    font-size: 18px;
    line-height: 28px;
  }
  .home-big-offer-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .old-price {
    font-size: 18px;
  }
  .separator-line {
    height: 3px;
    margin-bottom: 15px;
  }
  .new-price {
    font-size: 18px;
  }
  .home-free-shipping-heading {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .footer-wrapper {
    display: none;
  }
  .box-title {
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .home-cardflip-container {
    height: auto;
  }
  .cardflip-slogan {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .home-slide-quote-span {
    font-size: 26px;
    line-height: 28px;
  }
  .product-page-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page-product-info {
    width: 100%;
    padding: 30px;
  }
  .colored-product-name {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }
  .colored-product-name-border {
    padding: 1px 2px 0px 1px;
    border-width: 5px;
  }
  .list-heading {
    margin-bottom: 20px;
  }
  .list {
    margin-bottom: 15px;
  }
  .product-page-image-quote {
    width: 92%;
    margin-left: 30px;
    padding-top: 20px;
    background-size: 60px;
  }
  .product-page-image-quote.ksf {
    background-size: 60px;
  }
  .product-page-image-quote.kst {
    background-size: 60px;
  }
  .product-page-image-quote.kszf {
    background-size: 60px;
  }
  .product-page-image-quote.sr {
    background-size: 60px;
  }
  .product-page-image-quote.kny {
    background-size: 60px;
  }
  .product-page-image-quote.m40 {
    background-size: 60px;
  }
  .product-page-image-quote.s {
    background-size: 60px;
  }
  .product-page-image-quote.mm {
    background-size: 60px;
  }
  .product-page-quote-span {
    margin-left: 0px;
  }
  .product-page-ingredients-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-input {
    height: 40px;
  }
  .product-page-right-block {
    width: 100%;
  }
  .product-page-right-block.ksf {
    width: 100%;
  }
  .faq-section {
    padding: 80px 30px 30px;
  }
  .ingredients-list {
    width: 100%;
  }
  .ingredients-table {
    width: 100%;
  }
  .faq-head {
    padding: 20px;
  }
  .faq-text {
    padding: 20px;
  }
  .faq-heading {
    font-size: 15px;
    line-height: 26px;
  }
  .list-item-2nd-line {
    font-size: 14px;
  }
  .cta-button {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .product-page-cta-box {
    margin-bottom: 20px;
  }
  .hero-quote-span {
    font-size: 26px;
  }
  .content-wrapper {
    padding: 30px 30px 0px;
  }
  .content-wrapper.centertext {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .fullwidth.faqquestionblock {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .hero-quote {
    width: 92%;
    margin-left: 30px;
    padding-top: 20px;
    background-size: 60px;
    font-size: 18px;
    line-height: 28px;
  }
  .tile-bigtext-container {
    width: 100%;
  }
  .tile-bigtext-container.mission1 {
    display: block;
    width: 100%;
  }
  .tile-bigtext-container.mission4 {
    width: 100%;
  }
  .tile-bigtext-container.mission7 {
    width: 100%;
  }
  .tile-smalltext-block.mission2 {
    width: 100%;
  }
  .tile-smalltext-block.mission5 {
    width: 100%;
  }
  .tile-smalltext-block.mission8 {
    width: 100%;
  }
  .mission-logo {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tile-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-hero {
    width: 100%;
    height: 40%;
    margin-top: 0px;
  }
  .faq-menu {
    display: none;
  }
  .tile-image-container {
    width: 100%;
  }
  .sizer-double {
    display: none;
  }
  .tile-bigtext {
    position: static;
    padding: 20px;
  }
  .tile-smalltext {
    padding: 30px;
  }
  .div-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .faq-product {
    display: none;
  }
  .faq-questions {
    width: 100%;
    margin-bottom: 50px;
  }
  .form-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h1 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .subpage-h4-span {
    font-size: 20px;
  }
  .faq-form-block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .history-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .history-separator-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .product-categories-image {
    width: 100%;
  }
  .product-categories-kst {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-categories-ksf {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-caregories-product-heading {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-normaltext {
    margin-bottom: 15px;
  }
  .gmp-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .smalltext-container {
    position: static;
  }
  .h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .list-item-big {
    font-size: 16px;
    line-height: 20px;
  }
  .h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .h4 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  ._2-column-right {
    padding-left: 0px;
  }
  .paragraph-smalltext {
    margin-bottom: 15px;
  }
  .quote {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-hero {
    width: 100%;
    height: 40%;
  }
  .chart-button {
    height: 40px;
    line-height: 40px;
  }
  .cart-2-column-left {
    padding-right: 0px;
  }
  .cart-2-column-right {
    padding-left: 0px;
  }
  ._2-column-left {
    padding-right: 0px;
  }
  .contact-form {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .product-page-special-offer-image.package-offer {
    margin-bottom: 80px;
  }
  .package-offer {
    width: 70%;
    font-size: 14px;
    line-height: 26px;
  }
  .cart-container-70percent {
    width: 100%;
    padding-right: 0px;
  }
  .cart-container-30percent {
    width: 100%;
    padding-left: 0px;
  }
  .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-quantity-plus {
    height: 40px;
  }
  .cart-quantity-minus {
    height: 40px;
  }
  .cart-progress-bar-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .webshop-sidebar {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-style: none;
  }
  .webshop-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .webshop-content {
    width: 100%;
  }
  .webshop-tab-container {
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
  }
  .webshop-product-column-small {
    width: 50%;
  }
  .hero-image {
    width: 100%;
  }
  .webshop-pagination-form {
    display: none;
  }
  .webshop-sidebar-header {
    display: none;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .webshop-sidebar-menu-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    display: none;
  }
  .buynow-button {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .product-categories-m40 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-categories-mm {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .basket-text {
    display: none;
  }
  .fullwidth.webshop.mobilehide {
    display: none;
  }
  .webshop-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info.m40 {
    width: 100%;
    margin-bottom: 20px;
  }
  .webshop-tab-container {
    display: none;
  }
}

@media (max-width: 479px) {
  .menu {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .body {
    padding-top: 0px;
    font-size: 13px;
    line-height: 23px;
  }
  .menu-item {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(28, 104, 166, .5);
  }
  .head {
    height: 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 4px solid #0e2d70;
  }
  .dropdown-button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-dropdown {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(28, 104, 166, .5);
  }
  .menu-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header {
    position: static;
  }
  .home-hero-left {
    height: 340px;
  }
  .home-hero-right {
    padding: 20px;
  }
  .logo-block {
    width: 120px;
  }
  .logo {
    position: static;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }
  .home-60-percent {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-40-percent {
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-slide-quote {
    width: 50%;
    padding-top: 20px;
    background-size: 40px;
    font-size: 10px;
    line-height: 18px;
  }
  .home-slide-link-overlay.w--current {
    height: 380px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .cardflip-logo {
    width: 227px;
  }
  .home-slider {
    height: 340px;
  }
  .home-slide-selenorg {
    background-color: #188376;
  }
  .menu-dropdown-item {
    height: 50px;
  }
  .slide-nav {
    display: none;
  }
  .home-monthly-offer-overlay {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-free-shipping {
    width: 100%;
    height: 300px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-big-offer-image {
    width: 100%;
  }
  .home-big-offer-text {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-big-offer-heading {
    margin-bottom: 15px;
  }
  .special-offer-price-bubble {
    top: 15%;
    right: 15%;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .old-price {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 12px;
  }
  .separator-line {
    display: block;
  }
  .home-big-offer-paragraph {
    margin-top: 0px;
  }
  .special-offer-price-block {
    position: static;
    margin-bottom: 0px;
  }
  .new-price {
    margin-left: 10px;
    font-size: 12px;
  }
  .home-free-shipping-heading {
    margin-top: 30px;
  }
  .footer-wrapper {
    padding-bottom: 0px;
  }
  .home-slide-background.selenorg {
    height: 360px;
    background-position: 50% 0px;
    background-size: 180%;
  }
  .home-slide-background.mmx {
    background-position: 50% 0px;
    background-size: 180%;
  }
  .home-slide-background.ksf {
    background-position: 50% 0px;
    background-size: 180%;
  }
  .social-link {
    display: none;
  }
  .home-slide-product-container {
    height: auto;
  }
  .home-slide-productname {
    font-size: 14px;
    line-height: 80px;
  }
  .home-slide-table {
    position: absolute;
    top: 260px;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-slide-product.selenorg {
    bottom: 40px;
    height: auto;
    background-position: 0px 100%;
    background-size: 50%;
  }
  .home-slide-product.mmx {
    bottom: 40px;
    height: auto;
    background-position: 0px 100%;
    background-size: 50%;
  }
  .home-slide-product.ksf {
    bottom: 40px;
    height: auto;
    background-position: 0px 100%;
    background-size: 50%;
  }
  .big-offer-image {
    position: static;
    width: 100%;
    margin-top: 0px;
  }
  .box-title {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .home-cardflip-container {
    width: 100%;
    height: 300px;
  }
  .home-monthly-offer-sizer {
    display: none;
  }
  .basket {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .basket-text {
    display: none;
  }
  .cookie-bar {
    height: 180px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookie-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie-button {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .home-slide-quote-span {
    font-size: 14px;
    line-height: 20px;
  }
  .product-page-product-info {
    padding: 20px;
  }
  .colored-product-name {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .colored-product-name-border {
    border-width: 4px;
  }
  .colored-product-info {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
  }
  .list-item {
    font-size: 12px;
  }
  .subpage-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0e2d70;
  }
  .subpage-hero-section.ksf {
    background-color: #623a8b;
  }
  .subpage-hero-section.kszf {
    background-color: #f8b4b8;
  }
  .subpage-hero-section.kst {
    background-color: #e7455f;
  }
  .subpage-hero-section.kny {
    background-color: #38bcaa;
  }
  .subpage-hero-section.mm {
    background-color: #662d91;
  }
  .subpage-hero-section.m40 {
    background-color: #808285;
  }
  .subpage-hero-section.s {
    background-color: #00bbd2;
  }
  .product-page-image-quote {
    position: static;
    width: 90%;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 45px;
    background-size: 40px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
  }
  .product-page-image-quote.ksf {
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.kst {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.kszf {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.sr {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.kny {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.m40 {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.s {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-image-quote.mm {
    background-image: url('../images/quote-mark.svg');
    background-size: 40px;
    color: #fff;
  }
  .product-page-quote-span {
    font-size: 12px;
    line-height: 14px;
  }
  .product-page-quote-span.ksf {
    color: #fff;
  }
  .product-page-quote-span.kszf {
    color: #fff;
  }
  .product-page-quote-span.kny {
    color: #fff;
  }
  .product-page-quote-span.m40 {
    color: #fff;
  }
  .product-page-quote-span.sr {
    color: #fff;
  }
  .product-page-quote-span.s {
    color: #fff;
  }
  .product-page-quote-span.mm {
    color: #fff;
  }
  .product-page-ingredients-section {
    padding: 0px;
  }
  .ingredient-container {
    width: 100%;
  }
  .ingredient-container._50percent {
    width: 100%;
  }
  .product-page-ingredient-text {
    padding: 20px;
  }
  .product-page-ingredient-text.kst {
    background-color: #cf3750;
  }
  .shop-now {
    height: auto;
    padding: 5px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .shop-now-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .shop-now-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pack {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .form-input {
    margin-bottom: 15px;
  }
  .form-input.quantity {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-input.cartquantity {
    margin-top: 0px;
  }
  .form-input._300px {
    width: 100%;
  }
  .form-input._100px {
    width: 100%;
  }
  .addto {
    width: 100%;
  }
  .shop-now-text {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .product-page-right-block {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-section {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .risks-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 18px;
  }
  .related-products-section {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients-table {
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 10px;
  }
  .ingredients-table-row-name {
    font-size: 10px;
  }
  .ingredients-table-row-quantity {
    font-size: 10px;
  }
  .ingredients-table-row-percent {
    font-size: 10px;
  }
  .faq-head {
    padding: 15px;
  }
  .faq-text {
    padding: 15px;
  }
  .faq-heading {
    margin-right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .faq-arrow {
    display: none;
  }
  .related-products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .related-product-box {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .product-image {
    width: 80%;
  }
  .product-name.kst {
    width: 80%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .list-item-2nd-line {
    padding-left: 0px;
  }
  .cta-button.w--current {
    display: none;
  }
  .product-page-ingredent-text-heading {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0e2d70;
  }
  .hero-quote-span {
    color: #fff;
    font-size: 12px;
  }
  .content-wrapper {
    padding: 20px 20px 0px;
  }
  .content-wrapper.centertext {
    padding: 20px;
  }
  .fullwidth.webshop.mobilehide {
    display: none;
  }
  .cta-box.mobilehide {
    display: none;
  }
  .hero-quote {
    position: static;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-top: 10px;
    background-size: 40px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
  }
  .hero-quote.right {
    background-position: 0px 0px;
    text-align: left;
  }
  .tile-bigtext-container {
    font-size: 18px;
    line-height: 26px;
  }
  .tile-bigtext-container.research2 {
    font-size: 16px;
    line-height: 20px;
  }
  .tile-smalltext-block {
    width: 100%;
    padding-bottom: 20px;
  }
  .mission-logo {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tile-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-hero {
    height: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: -108px -2px;
  }
  .tile-image-container {
    width: 100%;
  }
  .tile-bigtext {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .tile-smalltext {
    padding: 20px;
  }
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-button {
    width: 100%;
  }
  .h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .subpage-h4-span {
    font-size: 14px;
  }
  .field-label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .faq-form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .history-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .history-element-right {
    width: 100%;
    min-height: auto;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .history-element-left {
    width: 100%;
    min-height: auto;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: none;
    text-align: center;
  }
  .history-date {
    font-size: 40px;
  }
  .history-separator-heading {
    height: 80px;
    font-size: 18px;
    line-height: 28px;
  }
  .history-image {
    width: 100%;
  }
  .history-image-block-line {
    border-right-style: none;
  }
  .product-categories-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-categories-kst {
    width: 100%;
  }
  .product-categories-ksf {
    width: 100%;
  }
  .history-image-agnes {
    width: 100%;
  }
  .paragraph-normaltext {
    margin-bottom: 15px;
  }
  .gmp-text {
    padding-top: 120px;
    padding-left: 0px;
    background-position: 50% 0px;
  }
  .quality-logo {
    margin-top: 0px;
  }
  .list-item-icon {
    width: 30px;
    margin-right: 5px;
    font-size: 20px;
  }
  .list-item-big {
    font-size: 14px;
  }
  .h3 {
    line-height: 26px;
  }
  .float-image-third-left {
    width: 100%;
    float: none;
  }
  ._2-column-right {
    padding-left: 0px;
  }
  ._3-column-right {
    padding-left: 0px;
  }
  ._3-column-middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .float-image-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
    float: none;
  }
  .paragraph-smalltext.history {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }
  .quote {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .highlighted-paragraph {
    margin-bottom: 15px;
    padding: 15px;
  }
  .history-image-levente {
    width: 70%;
  }
  .history-image-memolife {
    width: 70%;
  }
  .webshop-bubble-offer {
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
  }
  .webshop-bubble-new {
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .leaflet-download {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 12px;
  }
  .leaflet-download-text {
    width: 100%;
    line-height: 50px;
  }
  .contact-hero {
    display: none;
  }
  .cart-header {
    display: block;
    height: auto;
    padding: 15px;
  }
  .cart-column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-column._10percent {
    width: 100%;
  }
  .cart-column._30percent {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .cart-column._80percent {
    width: 100%;
  }
  .cart-column._70percent {
    width: 100%;
  }
  .cart-column._20percent {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .cart-column._20percent.alignright.mobilehide {
    display: none;
  }
  .cart-column._20percent.aligncenter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-column._20percent.mobilehide {
    display: none;
  }
  .cart-column._50percent {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-column._50percent.alignright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cart-column.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-row {
    height: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-footer {
    height: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .select._300px {
    width: 100%;
  }
  .cart-alert-block {
    border-top: 3px solid #ff005c;
    border-left-style: none;
    text-align: center;
  }
  ._2-column-left {
    padding-right: 0px;
  }
  ._3-column-left {
    padding-right: 0px;
  }
  .float-image-right {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
  }
  .product-page-offfer-box {
    position: static;
    width: 100%;
    margin-bottom: 0px;
  }
  .product-page-special-offer-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .product-page-special-offer-image.package-offer {
    margin-bottom: 0px;
  }
  .special-offer-order-button-block {
    position: static;
    width: 100%;
  }
  .package-offer {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  .cart-info-block {
    margin-bottom: 15px;
    padding: 15px;
    border-top: 3px solid #facb0d;
    border-left-style: none;
    text-align: center;
  }
  .cart-delete {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .cart-progress-bar {
    height: auto;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cart-progress-bar-link {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .cart-progress-bar-link.done {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .webshop-sidebar {
    display: none;
  }
  .webshop-tab-container {
    display: none;
  }
  .product-page-product-name-small {
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
  .webshop-product-image-small {
    height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .webshop-wrapper-small {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .webshop-product-info-content-small {
    width: 100%;
  }
  .webshop-text-small {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .product-page-product-name-bordered-small {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-width: 2px;
  }
  .webshop-unit-price {
    line-height: auto;
  }
  .webshop-product-column-small {
    display: block;
    width: 50%;
    height: 391px;
  }
  .quick-buy-button {
    left: 0px;
    right: 0px;
    width: 100%;
    height: 40px;
    margin-top: 105px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 40px;
  }
  .product-info-small {
    height: 40px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 40px;
  }
  .hero-image {
    margin-top: 20px;
  }
  h1.hidden-content + .hero-image {
    margin-top: 0;
  }
  .webshop-price-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
  }
  .heading-fa {
    margin-right: 0px;
    font-size: 20px;
  }
  .hamburger-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hamburger-slice {
    width: 100%;
    height: 4px;
    background-color: #0e2d70;
  }
  .mobilhide {
    display: none;
  }
  .form-block-3 {
    margin-bottom: 0px;
  }
  .cart-success-block {
    margin-bottom: 15px;
    padding: 15px;
    border-top: 3px solid #5dcc58;
    border-left-style: none;
    text-align: center;
  }
  .home-monthly-offer-product {
    position: static;
    width: 80%;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .navigation {
    display: none;
  }
  .buynow-button {
    margin-top: 20px;
  }
  .buynow-button.w--current {
    display: none;
  }
  .webshop-slider {
    height: auto;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .webshop-slier-nav {
    display: none;
  }
  .product-categories-m40 {
    width: 100%;
  }
  .product-categories-mm {
    width: 100%;
  }
  .history-image-agnes-young {
    width: 70%;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.eot') format('embedded-opentype'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.eot') format('embedded-opentype'), url('../fonts/Gotham-Thin.woff') format('woff'), url('../fonts/Gotham-Thin.ttf') format('truetype'), url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.eot') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.eot') format('embedded-opentype'), url('../fonts/Gotham-Ultra.woff') format('woff'), url('../fonts/Gotham-Ultra.ttf') format('truetype'), url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}