@charset "UTF-8";

.footer {
  position: relative;
  padding: 34px 0;
  margin: 0 auto;
  min-height: 120px;
  display: block;
  width: 100%;
  bottom: 0;
  font-size: 0.8em;
  font-family: 'Open Sans', sans-serif;
  border-top: 4px solid #440099;
  border-bottom: 4px solid #440099;
  color: #440099;
}

.solid-bg {
  background-color: #ffffff;
}

.footer a {
  color: #27251F;
}

.footer a:hover {
  color: #27251F;
}

.footer-heading {
  padding-bottom: 7px;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.leftlinks {
  margin-right: 20px;
  color: !important;
}

.slogan-bubble {
  line-height: 18px;
  color: #27251F;
  padding-bottom: 10px;
}

.allmanavillkor a, .allmanavillkor a:hover, .logospace a, .logospace a:hover {
  color: #440099 !important;
}

.footer-link {
  padding: 3px 0 3px 0;
  font-size: 16px;
}

.logospace span {
  width: 20px;
  margin-right: 6px;
  display: inline-block;
}

.hideme {
  line-height: 1.9em;
}

.zinzino-header-logo {
  width: 170px;
  height: 27px;
}

.mainmenu-link {
  height: 100% !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hideme {
    display: block !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .footer-container .footer-margin {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .footer a {
    font-size: 1em;
    line-height: 1.8em;
    text-decoration: underline;
  }
  .footer-container {
    max-width: 540px !important;
  }
  .md-text-center {
    text-align: center !important;
  }
  .md-text-center img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .hideme {
    display: none;
  }
  .slogan-bubble {
    width: 62%;
    display: block;
    margin: auto;
    text-align: center;
    word-break: break-word;
  }
  .leftlinks {
    margin-right: unset !important;
  }
  .allmanavillkor {
    padding-top: 15px;
  }
  #footer {
    padding: 0;
  }
  .mobile-footleft {
    padding: 0px !important;
    display: inline-block;
    clear: both;
    margin-bottom: 0 !important;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }
  .mobile-footleft br {
    display: none;
  }
  .mobile-footleft .footer-heading {
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: solid 0.5px rgba(119, 119, 119, 0.5);
  }
  .hideme {
    border-bottom: solid 0.5px rgba(119, 119, 119, 0.5);
  }
  .hideme .footer-link {
    text-align: center;
  }
  .hideme .footer a {
    line-height: 1em !important;
  }
  .footer-link {
    display: block;
    width: 100%;
  }
  .footer-heading {
    width: 100%;
    cursor: pointer;
    text-align: center;
  }
  .footer-arrowLinkWrapper {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 12px;
  }
  .footer-link-showHide {
    border: solid #440099;
    border-width: 0 1px 1px 0;
    display: inline-block;
    color: #440099;
    position: absolute;
    padding: 5px;
    top: 10px;
    left: 5px;
    text-align: center;
    line-height: 17px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
  }
  .footer-link-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 15px;
  }
  .footer-link-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

.small-spacer {
  height: 20px;
  clear: both;
}

/*
    NEW COLORS FEB 2017
*/
.mylinkread.readmorelink span.mdi {
  font-size: 18px !important;
  position: relative !important;
  top: 3px !important;
}

.secret-info-hidden {
  display: none;
}

.black-bg {
  background: #25282d !important;
  text-align: center;
}

.teal-background {
  background: #00687a !important;
}

.lightgreen-bg {
  background: #cee6a6 !important;
}

.btnlightgreen {
  background: #9cc11e !important;
  transition: 1s background;
}

.btnlightgreen:hover {
  background: #9fc543 !important;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}

.letter-s-1 {
  letter-spacing: 1px;
}

.letter-s-2 {
  letter-spacing: 2px;
}

.letter-s-3 {
  letter-spacing: 3px;
}

.letter-s-4 {
  letter-spacing: 4px;
}

.letter-s-5 {
  letter-spacing: 5px;
}

.line-h-30 {
  line-height: 30px;
}

.color-darkblue {
  color: #1d68a8 !important;
}

.white {
  color: white !important;
}

.color-black {
  color: black !important;
}

/* MAIN STYLE ELEMENTS */
.accent-color {
  color: #440099 !important;
}

a {
  color: #440099;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #59269a;
}

.nav-bottom a > .mdi {
  color: #333;
}

a > .mdi {
  color: #919191;
}

.zzPreHeader a > .mdi {
  color: #fff;
}

.cart-link-mobile div a > .mdi {
  color: #eeeeee;
}

.panel-body > a > .mdi {
  color: #b2b2b2;
}

html {
  height: 101%;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.flexcontent {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

body,
html,
.tooltip,
.popover {
  font-family: 'Open Sans', sans-serif;
}

body {
  padding-bottom: 0;
  background-color: #ffffff;
}

hr {
  border-top: 1px solid #b2b2b2;
}

.hr-tag {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #000000;
  height: 1px;
}

ol {
  list-style-type: none;
  margin-left: -10px;
  margin-top: 15px;
}

ol li {
  counter-increment: count-me;
}

ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -30px;
  top: .025em;
  color: #440099;
  font-weight: 400;
}

p.preamble {
  font-size: 16px;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
  font-weight: 600;
}

h2,
h3 {
  color: #440099;
}

.nomargin {
  margin: 0;
}

.front-page-item-wrapper div h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #000;
}

@media (max-width: 991px) {
  .jPanelMenu-panel {
    -webkit-box-shadow: 25px -12px 8px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 25px -12px 8px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 25px -12px 8px -22px rgba(0, 0, 0, 0.75);
    margin-top: 70px;
  }
}

#jPanelMenu-menu {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 0px;
  top: 80px !important;
  left: 70px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-34,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.line-divider {
  clear: both;
  border-top: 1px solid #b2b2b2;
  width: 100%;
}

@media (max-width: 678px) {
  .line-divider {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.word-divider {
  padding: 0 5px;
}

/*Margin on normal body content page*/
.body-margin {
  margin-top: 90px;
  margin-bottom: 80px;
  min-height: calc(100vh - 374px);
}

/*Margin on small top banner content page*/
.body-banner-margin {
  /*margin-top: 44px;*/
  margin-bottom: 44px;
}

.spacer {
  height: 40px;
  clear: both;
}

.small-spacer {
  height: 20px;
  clear: both;
}

.medium-spacer {
  height: 40px;
  clear: both;
}

.big-spacer {
  height: 80px;
  clear: both;
}

.zinzino-header-logo {
  width: 170px;
  height: 27px;
  background-image: url(https://zinzinowebstorage.blob.core.windows.net/images/frontpage/Zinzino-textlogo-WHITE-2018.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.zinzino-svg-logo {
  width: 190px;
  height: 33px;
}

/* "SPEECH BUBBLES" */
.bubble-content h3 {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0.6em;
  line-height: 1.05em;
}

.bubble-banner .bubble-content {
  font-size: 12px;
  padding: 20px;
}

/*Adjust height on category page banner when viewing content a smaller browser.*/
@media screen and (max-height: 650px) and (min-width: 500px) {
  .bubble-banner-category-page h3 {
    font-size: 25px !important;
  }
  .bubble-banner-category-page {
    height: 200px !important;
  }
  .bubble-category-page > .content-banner {
    width: 100%;
  }
  .healthclub-shopheader {
    padding-top: 30px !important;
  }
}

.bubble-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #eee;
  background-position: right middle;
}

.bubble-left-arrow {
  background-color: #f1f0ef;
}

.bubble-left-arrow:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #f1f0ef;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -25px;
  left: -24px;
  top: 50%;
}

.bubble-left-green:after {
  border-color: transparent #cee6a6 !important;
}

.bubble-right-arrow {
  background-color: #d7ddd5;
}

.bubble-right-arrow:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent #d7ddd5;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -25px;
  right: -24px;
  top: 50%;
}

.add-left-arrow:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #c7e6ec;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -25px;
  left: -25px;
  top: 50%;
}

.add-right-arrow:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent #cee6a6;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -25px;
  right: -24px;
  top: 50%;
}

.bubble-right-blue:after {
  border-color: transparent #c7e6ec !important;
}

.bubble-right-blue:before {
  border-color: transparent #c7e6ec !important;
}

.bubble-right-filmjolkblue:before {
  border-color: transparent #98b7d4 !important;
}

.bubble-right-filmjolkblue:after {
  border-color: transparent #98b7d4 !important;
}

.bubble-left-arrow.partner-bubble {
  background-color: #f1f0ef;
}

.bubble-right-arrow.partner-bubble {
  background-color: #d7ddd5;
}

.bubble-left-arrow.partner-bubble:after {
  border-color: transparent #f1f0ef;
}

.bubble-right-arrow.partner-bubble:after {
  border-color: transparent #d7ddd5;
}

.bubble-right-arrow > .bubble-content {
  color: #3a3938;
}

.bubble-right-arrow > .bubble-content H3, .bubble-right-arrow > .bubble-content a, .bubble-right-arrow > .bubble-content span#divider {
  color: #3a3938;
}

.bubble-right-arrow > .bubble-content p a {
  line-height: 40px;
}

.bubble-left-arrow > .bubble-content {
  color: #3a3938;
}

.bubble-left-arrow > .bubble-content H3, .bubble-left-arrow > .bubble-content a, .bubble-left-arrow > .bubble-content span#divider {
  color: #3a3938;
}

.bubble-left-arrow > .bubble-content p a {
  line-height: 40px;
}

.bubble-content {
  padding: 0 10% 0 10%;
  position: absolute;
  top: 48%;
  transform: translateY(-52%);
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.content-banner {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.bubble-right-arrow,
.bubble-left-arrow,
.bubble-background {
  height: calc(50vh - 33px);
}

.third-scale {
  height: calc(33.333vh);
}

@media (max-width: 768px) {
  .high-bubble-back {
    height: auto !important;
  }
  .morestories {
    height: auto !important;
  }
  .morestories .verticalmiddle {
    transform: none;
  }
}

@media (min-width: 768px) {
  .high-bubble-back {
    height: calc(60vh - 33px) !important;
  }
  .morestories .verticalmiddle {
    transform: perspective(1px) translateY(-50%);
  }
  .mobile-space-divider {
    height: 10px;
    width: 100%;
    display: none;
  }
}

@media (max-height: 500px) {
  .bubble-right-arrow, .bubble-left-arrow, .bubble-background {
    height: calc(100vh - 66px);
  }
  .third-scale {
    height: calc(100vh - 66px);
  }
}

@media (max-width: 1199px) {
  .bubble-background {
    height: auto;
  }
}

@media (max-width: 1100px) {
  .bubble-content {
    font-size: 17px;
    line-height: 22px;
    padding: 20px;
  }
  .bubble-content h3 {
    margin-top: 10px;
  }
}

#fixed-header {
  padding-top: 26px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .jacobspijker-padd {
    padding-bottom: 20px;
  }
  .middletxt {
    text-align: center !important;
  }
  #fixed-header {
    padding-top: 26px;
  }
  .bubble-right-arrow:after {
    border-width: 25px 25px 0 25px;
    border-color: #d7ddd5 transparent;
    bottom: -24px;
    top: initial;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
  .bubble-right-blue:after {
    border-color: #c7e6ec transparent !important;
  }
  .bubble-right-filmjolkblue:after {
    border-color: #98b7d4 transparent !important;
  }
  .greenarea:after {
    border-width: 25px 25px 0 25px;
    border-color: #82bb29 transparent;
    bottom: -24px;
    top: initial;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
  .greenarea {
    height: 400px;
  }
  .bubble-left-arrow:after {
    border-width: 25px 25px 0 25px;
    border-color: #f1f0ef transparent;
    bottom: -24px;
    top: initial;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
  .bubble-left-green:after {
    border-color: #cee6a6 transparent !important;
  }
  .bubble-left-green:before {
    border-color: transparent #cee6a6 !important;
  }
  .bubble-content {
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    font-size: 17px;
    line-height: 20px;
    padding: 12px;
  }
  .bubble-content h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .bubble-category-page {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .bubble-left-arrow.partner-bubble:after {
    border-color: #f1f0ef transparent;
  }
  .bubble-right-arrow.partner-bubble:after {
    border-color: #d7ddd5 transparent;
  }
  .wrappimg {
    width: 300px;
  }
}

@media (max-width: 400px) {
  .bubble-right-arrow:after {
    border-width: 25px 25px 0 25px;
    bottom: -24px;
    top: initial;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
  .bubble-left-arrow:after {
    border-width: 25px 25px 0 25px;
    bottom: -24px;
    top: initial;
    left: 50%;
    margin-top: 0;
    margin-left: -25px;
  }
  .bubble-content {
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    font-size: 15px;
    line-height: 17px;
    padding: 12px;
  }
  .bubble-content h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .bubble-content {
    font-size: 2.6vmin;
    line-height: 3.0vmin;
  }
  .product-img-expand {
    height: calc(32vh - 33px) !important;
  }
  .image-img-expand {
    height: calc(35vh - 33px) !important;
  }
  .teal-arrow-teal:before {
    border-color: transparent #00687a !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-img2-expand {
    height: 450px !important;
  }
}

@media (min-width: 1200px) {
  .product-img2-expand {
    height: 400px !important;
  }
}

@media (max-width: 991px) {
  .beforedisease-mob {
    height: 300px !important;
    position: relative !important;
  }
}

@media (min-width: 1620px) {
  .bubble-content {
    font-size: 2.4vmin;
    line-height: 2.8vmin;
  }
}

@media (min-width: 1921px) {
  .bubble-content {
    font-size: 1.8vmin;
    line-height: 2.2vmin;
  }
}

/* NAVBAR (Main menu) */
#menu-close-button {
  cursor: pointer;
}

.navbar-inverse {
  background-color: #25282d;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.45);
}

.navbar-brand {
  font-size: 30px;
}

.zinzino-navbar-collapse {
  -webkit-transition: all 1300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: ease-out 1.3s;
  transition: all 1300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-top {
  position: relative;
  min-height: 75px;
  font-size: 18px;
  color: #eeeeee;
  border-bottom: 1px solid #b2b2b2;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 22px;
}

.zinzino-navbar-collapse {
  font-size: 19px;
  padding-bottom: 15px;
}

.zinzino-navbar-collapse a {
  color: #333;
}

.zinzino-navbar-collapse a:hover, .mn-nav-list > li .mn-submenu > li > a:hover {
  color: #440099 !important;
}

.nav-bottom {
  position: relative;
  width: 100%;
  min-height: 75px;
  clear: both;
  font-size: 14px;
  color: #eeeeee;
  padding-top: 7px;
}

.nav-top a,
a.cart-link .mdi,
a.cart-link-mobile .mdi {
  color: #eeeeee;
}

.visiting-info-mobile {
  margin: 0 auto;
  font-size: 10px;
}

#navbar-slider-offset {
  padding: 0px 20px;
}

@media (max-width: 1199px) {
  #navbar-slider-offset {
    padding: 0;
  }
}

@media (min-width: 1500px) {
  #navbar-slider-offset {
    padding: 0 7vw;
  }
}

.navbar-search {
  position: absolute;
  left: 0px;
  padding: 13px 0 0 0;
}

.navbar-search-title {
  font-size: 14px;
}

.centered-logo {
  width: 200px;
  height: 65px;
  background-color: #25282d;
  z-index: 10;
  margin: auto;
}

.navbar-logo > .centered-logo {
  height: 50px;
}

.navbar-logo {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.navbar-menu {
  position: absolute;
  top: 62px;
  right: 0px;
  height: 2px;
}

.navbar-login {
  padding: 1px 8px 0 8px;
  height: 39px;
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
}

.navbar-lang {
  padding: 1px 8px 0 20px;
  height: 39px;
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
}

.go-to-other-web {
  padding: 1px 8px 0 8px;
  height: 39px;
  font-size: 12px;
  line-height: 39px;
  text-transform: uppercase;
}

.zinzino-navbar-collapse {
  background-color: rgba(255, 255, 255, 0.95);
  width: 400px;
  margin-top: 73px;
  margin-right: -20px;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
  right: -410px;
  position: relative;
  -webkit-box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 6px -2px rgba(0, 0, 0, 0.35);
}

.showhide-menu {
  right: 0px !important;
}

.navbar-collapse-title {
  float: left;
  padding: 11px 0 0 15px;
  font-weight: 400;
  font-size: 10px;
  color: #000;
}

.navbar-collapse-close {
  float: right;
  padding: 13px 30px 3px;
  font-weight: 700;
  font-size: 19px;
  color: #000;
}

.navbar-collapse-divider {
  clear: both;
  border-top: 1px solid #b2b2b2;
  width: 100%;
}

.navbar-collapse-language {
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #b2b2b2;
}

.navbar-collapse-login {
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.navbar-collapse-partnerweb {
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

.navbar-nav {
  margin: 3px;
}

@media (max-width: 400px) {
  .zinzino-navbar-collapse {
    width: 320px;
    margin-top: 53px;
    margin-right: -20px;
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.collapse.width {
  height: auto;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.navbar-header .menutitle {
  float: right;
  padding: 1px 10px 0 10px;
  height: 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 39px;
}

.navbar-header .menutitle a {
  color: #ddd;
}

.navbar-header .menutitle:hover {
  color: #ffffff;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #eeeeee;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 0px;
}

.myaccount-toggle .icon-bar {
  background-color: #777;
}

.myaccount-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.myaccount-toggle .icon-bar {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 0px;
}

.navbar {
  min-height: 70px;
}

.nav-top {
  min-height: 83px;
  height: 83px;
  border-bottom: 0;
  padding-top: 0px;
}

.nav-bottom {
  min-height: 22px;
  height: 22px;
  background-color: #d3cfcc;
  color: #333;
  padding-top: 0px;
}

.nav-bottom a {
  color: #333;
}

.nav-bottom a.btn {
  color: #ffffff;
}

.nav-bottom a {
  color: #eeeeee;
}

.navbar-logo {
  top: 8px;
}

.zinzino-navbar-collapse {
  margin-top: 7px;
}

.navbar-header {
  margin-top: 4px;
}

.navbar-toggle {
  padding-top: 0px;
  margin-top: 2px;
}

.desktopmenu-top {
  display: block;
}

.mobilemenu-top {
  display: none;
}

.mobile-subnav {
  display: none;
}

.desktop-subnav {
  display: block;
  padding-right: 30px;
}

.language-link-desktop,
.partner-link-desktop {
  display: block;
}

.logo-container {
  padding: 18px 22px;
}

.zz-logo {
  margin-top: 1px;
}

@media (max-width: 1050px) {
  .mobilemenu-top {
    display: block;
  }
  .mobile-subnav {
    display: block;
  }
  .language-link-desktop,
  .partner-link-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  /*Margin on small top banner content page*/
  .body-banner-margin {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .zz-logo {
    margin-top: 4px;
  }
  .centered-logo {
    height: 0px;
  }
  /*Margin on normal body content page*/
  .body-margin {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .zinzino-navbar-collapse {
    background-color: white;
  }
  .navbar-fixed-top .zinzino-navbar-collapse,
  .navbar-fixed-bottom .zinzino-navbar-collapse {
    max-height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .zinzino-header-logo {
    width: 137px;
    height: 24px;
    background-image: url(https://zinzinowebstorage.blob.core.windows.net/images/frontpage/Zinzino-textlogo-WHITE-2018.svg);
    background-repeat: no-repeat;
  }
  .zinzino-svg-logo {
    width: 130px;
    height: 28px;
  }
  .navbar-search {
    position: absolute;
    left: 0px;
    padding: 13px 0 0 0;
  }
  .navbar-search-title {
    display: none;
  }
  .zinzino-navbar-collapse {
    margin-top: 17px;
  }
  .navbar-logo {
    top: 8px;
  }
  .nav-bottom a {
    color: #333;
  }
  .navbar {
    min-height: 66px;
  }
  .nav-top {
    min-height: 44px;
    border-bottom: 0;
    padding-top: 0px;
  }
  .nav-bottom {
    min-height: 22px;
    background-color: #d3cfcc;
    color: #333;
    padding-top: 0px;
  }
  .products-header {
    font-size: inherit !important;
  }
}

.nav > li a {
  white-space: nowrap;
}

.affix-top,
.affix {
  position: static;
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .zinzino-header-logo {
    background: url(/Content/images/zinzino-retina-logo.png) no-repeat top left;
    background-size: 135px 24px;
  }
}

@media (max-width: 340px) {
  .zinzino-header-logo {
    width: 110px;
    height: 19px;
    background-size: 107px 19px;
    background-image: url(/Content/images/zinzino-mobile-logo.png);
    background-repeat: no-repeat;
  }
  .zinzino-svg-logo {
    width: 110px;
    height: 20px;
  }
}

@media (min-width: 768px) and (min-height: 750px) {
  #sticker.affix-top,
  #stickeo.affix-top {
    position: static;
    top: 116px;
    max-width: 245px;
    min-width: 225px;
  }
  #sticker.affix,
  #stickeo.affix {
    position: fixed;
    top: 116px;
    max-width: 245px;
    min-width: 225px;
  }
  #stickwidth {
    max-width: 245px;
    min-width: 225px;
  }
}

@media (max-width: 768px) {
  #stickeo {
    position: static !important;
  }
}

/* SUBMENU */
.activemenuItem {
  color: #440099 !important;
}

.submenu-link {
  display: block;
  padding-left: 0px;
  color: #251200;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
  cursor: pointer;
  margin-bottom: 3px;
  border: 1px solid transparent;
  border-bottom: 1px solid #555;
  text-transform: uppercase;
  font-size: 14px;
  font-kerning: normal;
  letter-spacing: 0.04em;
  outline: none;
}

.ln-submenu:last-child {
  border-bottom: 1px solid #555;
}

.submenu-link.active,
.submenu-link:hover {
  color: #440099;
}

.submenu-link.collapse-link {
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  width: 20px;
  height: 25px;
  z-index: 10;
  display: block;
}

.mainmenu-link.collapse-link {
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  width: 20px;
  height: 25px;
  z-index: 10;
  display: block;
}

.mainsubmenu-link.collapse-link {
  border: 1px solid transparent;
  position: absolute !important;
  top: 0;
  right: 5px;
  line-height: 20px;
  width: 10px;
  height: 25px;
  z-index: 10;
  display: block;
}

.subsubmenu-link.collapse-link {
  border: 1px solid transparent;
  position: absolute !important;
  top: 0;
  right: 7px;
  line-height: 20px;
  width: 15px;
  height: 25px;
  z-index: 10;
  display: block;
}

.submenu-link.collapse-link.active,
.submenu-link.collapse-link:hover,
.submenu-link.collapse-link,
.mainmenu-link.collapse-link.active,
.mainmenu-link.collapse-link:hover,
.mainmenu-link.collapse-link,
.mainsubmenu-link.collapse-link.active,
.mainsubmenu-link.collapse-link:hover,
.mainsubmenu-link.collapse-link {
  background-color: transparent;
  border: 1px solid transparent;
}

@media (max-width: 1000px) {
  .submenu-link, .ln-nav-list > li .ln-submenu > li > a {
    text-transform: none;
  }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/*Bootstrap 5 columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 769px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .wrappimg {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .optimalhealth {
    width: 430px !important;
    padding: 3vw !important;
  }
}

/* PRODUCTS PAGE */
@media (max-width: 991px) {
  .padding-mobile .col-md-12 .col-md-4 {
    padding: 20px;
  }
  .products-row2-break {
    clear: both;
  }
  .desktop-subnav {
    display: none;
  }
  .desktopmenu-top {
    display: none;
  }
  .seldia {
    width: 20% !important;
  }
  .contactfield {
    position: relative !important;
  }
  .contactfield2 {
    position: relative !important;
    width: 100% !important;
  }
}

@media (min-width: 993px) and (max-width: 1499px) {
  .products-row3-break {
    clear: both;
  }
}

@media (min-width: 1500px) {
  .products-row4-break {
    clear: both;
  }
}

@media (min-width: 993px) {
  .kits-row4-break {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kits-row3-break {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .bottom-text-m {
    margin-top: -30px;
  }
}

bottom-text-m {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .kits-row2-break {
    clear: both;
  }
  .addpadd {
    padding: 3vw;
  }
}

.subheader {
  font-style: italic;
  color: #999;
  font-size: 1.2em;
  font-weight: bold;
}

.sport-thumbnail {
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  padding: 15px 0;
  height: 183px;
}

.sport-thumbnail img {
  max-width: 58%;
  max-height: 98%;
  display: block;
  margin: 0 auto;
}

.product-thumbnail {
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  padding: 15px 0;
  height: 223px;
}

.product-thumbnail img {
  max-width: 98%;
  max-height: 98%;
  display: block;
  margin: 0 auto;
}

.imagehold-thumbnail {
  padding: 15px 0;
}

.imagehold-thumbnail img {
  max-width: 98%;
  max-height: 98%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .product-thumbnail {
    height: 265px;
    padding: 23px 0;
  }
}

.kit-thumbnail {
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  padding: 15px 0;
  height: 163px;
}

.kit-thumbnail img {
  max-width: 98%;
  max-height: 98%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .kit-thumbnail {
    height: 185px;
    padding: 23px 0;
  }
}

/*Drax a triangle with + in the upper right corner*/
#premium-plus-box::before,
#premium-plus-box::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 11px;
  border-color: transparent;
  border-style: solid;
}

#premium-plus-box::after {
  border-radius: 0;
  border-width: 30px;
  border-right-color: #ccc2b6;
  border-top-color: #ccc2b6;
}

#premium-plus-box span {
  position: absolute;
  z-index: 100;
  right: 19px;
  top: -5px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.product-list-item {
  margin-bottom: 60px;
}

.pricing {
  width: 200px;
  margin: 25px 0;
  font-size: 0.8em;
}

.pricing .your-price {
  color: #440099;
  font-weight: 600;
  font-size: 1.6em;
  margin-right: 6px;
}

.pricing .premium-price {
  font-weight: 600;
  font-size: 1.3em;
  margin-right: 6px;
}

.pricing-border {
  border-top: 1px solid #b2b2b2;
  clear: both;
}

.product-details {
  background-color: #eae6e3;
  min-height: 30px;
  margin: 0;
  border: 1px solid #b2b2b2;
}

.product-sub-details {
  background-color: #fff;
  min-height: 30px;
  margin: 0;
  border: none;
}

/* FORMS */
.form-control {
  border-radius: 3px;
  height: 55px;
  webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  color: #788995;
  font-size: 16px;
}

.form-control:focus {
  border-color: #d1e195;
  webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}

.contact-form {
  margin: 10px 0;
}

.help-sign {
  float: right;
  margin-top: 2px;
  color: #440099;
  font-size: 15px !important;
  border-radius: 100%;
}

.view-address {
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-word;
}

.add-to-cart-form .zinzino-btn {
  margin-left: 7px;
}

.progress-bar {
  height: 12px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #440099;
}

.progress {
  height: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.add-to-cart-small-form span {
  font-size: 0.8em;
  line-height: 0.9em;
}

.add-to-cart-small-form h3 {
  font-size: 1em;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #333;
}

.add-to-cart-small-form .zinzino-btn {
  padding: 0px 0px;
  font-size: 0.9em;
  height: 40px;
  line-height: 38px;
  margin: 0;
  margin-left: 7px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}

.add-to-cart-small-form .add-to-cart-number {
  width: 100%;
  height: 40px;
  width: 40px;
  margin: 0;
  text-align: center;
}

.add-to-cart-small-form .pricing {
  width: 100%;
  margin: 20px 0px 20px 0px;
  font-size: 0.8em;
}

.add-to-cart-small-form .pricing .your-price {
  color: #440099;
  font-weight: 600;
  font-size: 1.3em;
  margin-right: 6px;
}

.add-to-cart-small-form .pricing .premium-price {
  font-weight: 600;
  font-size: 1.1em;
  margin-right: 6px;
}

.add-to-cart-small-form .col-xs-2 {
  padding: 0 5px 0 0 !important;
  margin: 10px 0 !important;
}

.add-to-cart-small-form .col-xs-5 {
  padding: 0 5px !important;
  margin: 10px 0 !important;
}

.add-to-cart-small-form .col-xs-5:last-child {
  margin: 10px 0 !important;
  padding: 0 0 0 5px !important;
}

.add-to-cart-small-form .fixed-height-item-description {
  height: 80px;
}

.kit-content-item .fixed-height-item-description {
  height: 70px;
  font-size: 12px;
}

.kit-content-item .fixed-height-item-description h4 {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1px;
}

.kit-content-item .fixed-smaller-height-item-description {
  height: 65px;
  font-size: 12px;
}

.kit-content-item .fixed-smaller-height-item-description h4 {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1px;
}

.btn {
  -webkit-transition: linear 0.1s;
  -moz-transition: linear 0.1s;
  transition: linear 0.1s;
}

.btn,
.btn:link,
.btn:visited {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  border-radius: 3px;
  padding: 18px 25px;
  height: 55px;
  text-transform: uppercase;
  /*box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.26);*/
}

.btn-auto-height {
  width: 100%;
  margin-top: 6px;
  height: auto;
  white-space: unset;
}

@media (max-width: 1199px) {
  .btn,
  .btn:link,
  .btn:visited {
    padding: 17px 10px;
  }
}

.small-btn {
  padding: 0px 10px;
  height: 24px;
  line-height: 22px;
  font-weight: 500;
  font-size: 11px;
  text-transform: none !important;
  width: auto !important;
}

.btn-primary {
  background: #440099;
  color: #ffffff !important;
  border: none;
}

.btn-outline-primary {
  background: transparent;
  border: 1px solid #440099 !important;
  color: #440099 !important;
  border: none;
}

.btn-primary:hover {
  background: #59269a;
}

.btn-link {
  box-shadow: none;
}

.zinzino-btn,
.zinzino-btn:link,
.zinzino-btn:visited,
.zinzino-btn:active {
  color: #FFFFFF !important;
  background-color: #440099;
  text-transform: uppercase;
}

.zinzino-btn-white,
.zinzino-btn-white:link,
.zinzino-btn-white:visited,
.zinzino-btn-white:active {
  color: #494949 !important;
  background-color: none;
  text-transform: uppercase;
  background: none;
  border: 1px solid #494949;
}

.zinzino-btn-white,
.zinzino-btn-white:link,
.zinzino-btn-white:visited,
.zinzino-btn-white:active {
  color: #494949 !important;
  background-color: none;
  text-transform: uppercase;
  background: none;
  border: 1px solid #494949;
}

.zinzino-btn-disabled,
.zinzino-btn-disabled:link,
.zinzino-btn-disabled:visited,
.zinzino-btn-disabled:active,
.zinzino-btn-disabled:hover {
  color: #FFFFFF !important;
  background-color: #ccc2b6;
  border: 1px solid #999999;
  opacity: 1;
  box-shadow: 4px 4px 4px #ccc !important;
  text-transform: uppercase;
}

.edit-btn,
.edit-btn:link,
.edit-btn:visited,
.edit-btn:active {
  color: #FFFFFF !important;
  background-color: #b2b2b2;
  border: 1px solid #999999;
  box-shadow: none;
  padding: 0 10px;
}

.edit-btn:hover,
.edit-btn:focus {
  color: #FFFFFF;
  background-color: #c2c2c2;
}

@media (max-width: 768px) {
  .zinzino-btn, .zinzino-btn-white, .btn-warning {
    margin-bottom: 15px;
  }
}

.zinzino-btn:hover,
.zinzino-btn:focus {
  color: #ffffff !important;
  background-color: #7638c4;
}

.zinzino-btn-white:hover,
.zinzino-btn-white:focus {
  color: #292929 !important;
  border-color: #292929;
}

.zinzino-btn-white:hover,
.zinzino-btn-white:focus {
  color: #292929 !important;
  border-color: #292929;
}

.add-to-cart-number {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  text-align: center;
}

/* TABS */
.nav-tabs {
  border: 0;
}

.tab-content {
  background-color: #ffffff;
  padding: 0px;
  height: auto;
}

.tab-pane {
  padding: 0px;
}

.tab-pane h3 {
  color: #440099;
  font-weight: bold;
}

.tab-pane.tab-pane-parent {
  padding: 5px 10px 25px 10px;
}

#productsheets a {
  line-height: 32px;
  font-weight: 400;
  font-size: 15px;
  color: #919191;
}

#productsheets a .mdi {
  color: #919191;
  font-size: 14px;
}

#productsheets a:hover {
  color: #b2b2b2;
}

#productsheets a:hover .mdi {
  color: #b2b2b2;
}

#details-tab {
  height: auto;
  min-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a {
  font-size: 14px;
  padding: 4px 40px 3px 10px;
}

.nav-tabs > li.active > a span,
.nav-tabs > li > a span {
  font-size: 0.8em;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}

.nav-tabs#details-sub-tab {
  margin-left: 8px;
}

.nav-tabs#details-sub-tab a {
  padding: 7px 40px 3px 0px !important;
  font-weight: normal;
  font-size: 13px;
}

.nav-tabs > li.active > a span, .nav-tabs > li > a span {
  font-size: 0.8em;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}

#details-tab > li.active > a,
#details-tab > li.active > a:hover,
#details-tab > li.active > a:focus,
#details-tab > li > a,
#details-tab > li > a:hover,
#details-tab > li > a:focus {
  background-color: #eae6e3;
  border: 0;
  color: #000;
}

#details-sub-tab > li.active > a,
#details-sub-tab > li.active > a:hover,
#details-sub-tab > li.active > a:focus,
#details-sub-tab > li > a,
#details-sub-tab > li > a:hover,
#details-sub-tab > li > a:focus {
  background-color: #fff;
  border: 0;
  color: #333;
}

.nav-tabs > li.active > a span {
  transform: rotate(90deg);
}

.ItemDetailHeader {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}

.KitContent, .BOKitContent {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #440099;
}

.KitContent span, .BOKitContent span {
  color: #999;
  font-size: 9px;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}

.KitContent.revealed span, .BOKitContent.revealed span {
  transform: rotate(90deg);
}

.KitContentList {
  font-size: 13px;
  padding-left: 18px;
}

/* MODALS */
.modal-content {
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 1px solid #fff;
  border-radius: 5px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  padding: 20px 10px;
}

.modal-body #imagepreview {
  max-width: 100%;
}

@media (min-width: 768px) {
  .modal-content {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
  }
}

.modal-header {
  padding: 15px 0 0 0;
  margin: 0 25px 0 25px;
  border-bottom: 1px solid #b2b2b2;
}

modal-open {
  overflow: scroll;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-dialog {
  position: relative;
  margin: 65px 0 0 0;
}

.hide-div {
  display: none;
}

@media screen and (min-width: 768px) {
  .larger-dialog {
    width: 700px !important;
  }
  .modal-dialog {
    position: relative;
    top: unset;
    margin: 15vh auto;
  }
  .smaller-dialog {
    width: 420px !important;
  }
  .smallest-dialog {
    width: 300px !important;
  }
}

@media screen and (min-width: 1050px) {
  .larger-dialog {
    width: 900px !important;
  }
}

.white-dialog .modal-content {
  background-color: #fff;
}

@media screen and (min-width: 1400px) {
  .larger-dialog {
    width: 1300px !important;
  }
}

/* CART */
.cart-hover {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: absolute;
  width: auto;
  height: auto;
  top: 15px;
  right: 215px;
  opacity: 0;
  display: none;
  padding: 3px 30px 20px 30px;
  background-color: #f1f1f1;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  outline: 0;
  -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
}

.cart-link-mobile {
  display: none;
}

#CartPreview .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  border-radius: 0.25rem;
  height: auto !important;
}

#CartPreview .btn-primary {
  color: #fff;
  background-color: #440099;
  border-color: #440099;
}

#CartPreview .container {
  width: 100%;
}

#CartPreview .border-bottom {
  border-bottom: 1px solid #d7d8db !important;
}

#CartPreview .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#CartPreview .col-1, #CartPreview .col-2, #CartPreview .col-3, #CartPreview .col-4, #CartPreview .col-5, #CartPreview .col-6, #CartPreview .col-7, #CartPreview .col-8, #CartPreview .col-9, #CartPreview .col-10, #CartPreview .col-11, #CartPreview .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#CartPreview .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

#CartPreview .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

#CartPreview .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

#CartPreview .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

#CartPreview .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

#CartPreview .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#CartPreview .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

#CartPreview .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

#CartPreview .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

#CartPreview .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

#CartPreview .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

#CartPreview .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/*#region Quantity-box */
.shopButtonChoice {
  position: absolute;
  width: 100%;
  height: 190px;
  background-color: #F9F4EF;
  top: -127px;
  left: 0;
  padding: 30px 15px 10px;
  display: none;
}

.shopButtonChoice .qtyLabel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.shopButtonChoice .btn {
  height: 42px;
}

.shopButtonChoice .btn-primary {
  background-color: #440099;
  color: #fff;
  border-color: #440099;
}

.shopButtonChoice .btn-primary:hover {
  background-color: rgba(68, 0, 153, 0.8);
  color: #fff;
  border-color: #440099;
}

.shopButtonChoice .btn-outline-primary:hover {
  background-color: rgba(255, 255, 255, 0.35);
  color: #440099;
  border-color: #440099;
}

.shopButtonChoice.hoverBackground {
  background-color: #F6F6F6;
}

.quantityBox {
  display: inline-block;
}

.quantityBox .input-text.qty {
  width: 30px;
  height: 26px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #000000;
}

.quantityBox.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantityBox.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantityBox.buttons_added .minus {
  padding: 0 7px 8px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.quantityBox.buttons_added .plus {
  padding: 0 5px 8px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.quantityBox.buttons_added .minus {
  border-right: 0;
}

.quantityBox.buttons_added .plus {
  border-left: 0;
}

.quantityBox.buttons_added .minus:hover,
.quantityBox.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantityBox input::-webkit-outer-spin-button,
.quantityBox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantityBox.buttons_added .minus:focus,
.quantityBox.buttons_added .plus:focus {
  outline: none;
}

/*#endregion Quantity-box */
.webalias-header {
  position: relative;
  top: 49px;
  width: 100vw;
  height: 20px;
  background-color: #000;
  z-index: 100;
  opacity: 0.5;
}

.webalias-header-name {
  position: relative;
  top: 21px;
  width: 100vw;
  text-align: center;
  color: #440099;
  height: 20px;
  overflow: hidden;
  z-index: 101;
  opacity: 1;
}

@media (max-width: 1050px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .cart-hover {
    right: -1300px;
  }
  .cart-link,
  .cart-to-shop-link {
    display: none;
  }
  .navbar {
    min-height: 70px;
  }
  .cart-link-mobile {
    display: block;
  }
}

.cd-cart-header {
  background-color: #440099 !important;
}

.cart-header {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 8px;
}

.cart-header-mobile {
  display: none;
}

.cart-row {
  margin-top: 10px;
  margin-bottom: 5px;
}

.cart-row span {
  vertical-align: middle;
  display: inline-block;
}

.cart-row h3 {
  color: #000;
  margin-top: 0px;
  font-weight: 600;
  font-size: 20px;
}

.checkout-row {
  margin-top: 0px;
  margin-bottom: 0px;
}

.checkout-row h3 {
  color: #000;
  margin-top: 0px;
  font-weight: 600;
  font-size: 20px;
}

.modal-body > .cart-row,
.modal-body > #order-items > .cart-row,
.modal-body > .cart-header {
  margin-right: 10px;
  margin-left: 10px;
}

.col-sm-4.address-col {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .cart-row {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .cart-row span {
    vertical-align: middle;
    display: inline-block;
  }
  .modal-body {
    padding: 5px 5px 5px 5px;
  }
  .checkout-row {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.cart-responsive-row {
  margin-top: 12px;
}

.cart-thumbnail {
  border: 1px solid #b2b2b2;
  width: 90%;
  height: auto;
  background-color: #fff;
}

.cart-thumbnail img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cart-responsive-col2 {
  line-height: 24px;
}

.cart-responsive-col1,
.cart-responsive-col2 {
  min-height: 24px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}

.panel-body {
  padding: 0 15px 15px 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 50%, #ebebeb 51%, #fcfcfc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 50%, #ebebeb 51%, #fcfcfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 50%, #ebebeb 51%, #fcfcfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 )";
  /* IE6-9 */
}

.panel-heading span {
  font-weight: bold;
  font-size: 16px;
}

.panel-group {
  margin: 30px 0;
  border-radius: 0px;
  border-top: 1px solid #b2b2b2;
}

.panel-group .panel {
  margin: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-body {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-top: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}

.panel-body > .panel-body {
  padding: 0 15px 15px 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.panel-body > .panel-heading {
  padding: 0;
  border-bottom: none !important;
  border-color: #b2b2b2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #eae6e3 !important;
}

.panel-body > .panel-heading a {
  padding: 5px 10px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.panel-body > .panel-heading a,
.panel-body > .panel-heading a:hover,
.panel-body > .panel-heading a:active,
.panel-body > .panel-heading a:focus {
  color: #333;
}

.panel-link {
  width: 100%;
}

.panel-link:after {
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
  font-size: 24px;
  font-family: "Material Design Icons";
  content: '\F0360';
  position: absolute;
  right: 12px;
  top: 0;
  color: #000;
}

.panel-link.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #b2b2b2;
}

.panel-body {
  padding: 0 25px 15px 25px;
  margin-left: 0px;
  margin-right: 0px;
}

.cart-totals-row {
  margin-top: 20px;
  border-top: 1px solid #b2b2b2;
}

.cart-sidebar-totals-row {
  margin-top: 10px;
  padding-top: 7px;
  border-top: 1px solid #b2b2b2;
}

.cart-modal-totals-row {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 15px 20px 20px 20px;
}

.cart-total-price {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.cart-total-price .total-price {
  color: #440099;
  font-weight: 600;
  font-size: 22px;
}

.cart-sidebar-total-price {
  font-size: 13px;
  line-height: 24px;
}

.cart-sidebar-total-price .total-price {
  color: #440099;
  font-weight: 600;
}

.cart-modal-total-price {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.cart-modal-total-price .total-price {
  color: #440099;
  font-weight: 600;
  font-size: 22px;
}

.cart-subtotals-row {
  margin-top: 7px;
  border-top: 1px solid #b2b2b2;
}

.cart-subtotal-price {
  padding-top: 7px;
  font-size: 14px;
  line-height: 14px;
}

.cart-subtotal-price .total-price {
  color: #440099;
  font-weight: 600;
  font-size: 18px;
}

.cart-headline h2 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #494949;
}

.cart-button {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .cart-modal-totals-row {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    margin: 15px 0px 20px 0px;
  }
  .cart-button {
    padding-top: 0px;
  }
  .cart-totals-row {
    margin-top: 10px;
    border-top: 1px solid #b2b2b2;
    margin-bottom: 10px;
    border-bottom: 1px solid #b2b2b2;
  }
  .cart-total-price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cart-modal-total-price {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cart-header {
    display: none;
  }
  .cart-header-mobile {
    display: block;
    margin-bottom: 8px;
    color: #d4d9dd;
  }
  .cart-responsive-row {
    margin-top: 0px;
  }
  .cart-thumbnail {
    border: 1px solid #b2b2b2;
    width: 66px;
    min-height: 72px;
  }
  .cart-responsive-col1 {
    min-height: 48px;
    line-height: 16px;
  }
  .cart-responsive-col1,
  .cart-responsive-col2 {
    font-size: 16px;
  }
}

.input-sm {
  height: 24px;
}

.cart-input {
  width: 26px;
  height: 24px;
  padding: 2px 2px;
  line-height: 14px;
  text-align: center;
}

.cart-select {
  width: 100%;
  height: 24px;
  padding: 2px 2px;
  line-height: 14px;
  border-radius: 3px;
}

/*BLOCKQUOTES*/
blockquote {
  padding: 6px 0px;
  border: none;
  display: inline-block;
  position: relative;
  quotes: none;
  color: #440099;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
}

blockquote footer {
  font-weight: 400;
  font-size: 16px;
  font-family: Calibri;
}

blockquote footer:before {
  content: '- ';
}

/*CHECKOUT*/
.hide-billing-address {
  display: none;
}

.billing-address-selected {
  font-size: 14px;
  padding: 18px 13px;
  line-height: 20px;
}

.circular-image {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  background-size: cover !important;
  padding: 0;
  margin: 15px;
  background-position: 50% 50% !important;
}

.circular-image-70 {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  background-size: 70px 70px !important;
  padding: 0;
  margin: 0 5px 0 5px;
}

.circular-image-22 {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  background-size: 22px 22px !important;
  padding: 0;
  margin: 0 0 0 6px;
  font-size: 16px;
  float: left;
  white-space: nowrap;
}

.circular-image-22 span {
  padding-left: 28px;
}

.circular-image-full-width {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-size: 200px 200px !important;
  padding: 0;
  margin: 0px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .circular-image-full-width {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    background-size: 150px 150px !important;
    padding: 0;
    margin: 0px auto;
  }
}

.order-link {
  float: left;
  position: relative;
}

.order-link a {
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  background-color: #eae6e3;
  color: #333;
  padding: 3px 10px;
  margin-right: 3px;
  display: block;
}

.order-link a.active {
  background-color: #440099;
  color: #fff;
}

.autoorder-header {
  font-size: 12px;
  float: left;
  text-align: center;
  width: 16%;
}

.autoorder-header span {
  font-weight: 600;
  color: #440099;
}

@media (max-width: 768px) {
  .autoorder-header {
    font-size: 12px;
    float: left;
    width: 100%;
  }
}

/*Loadin-spinner*/
.cssload-container {
  width: 100%;
  height: 50px;
  text-align: center;
}

.cssload-double-torus {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #440099 #440099;
  animation: cssload-spin 1500ms infinite linear;
  -o-animation: cssload-spin 1500ms infinite linear;
  -ms-animation: cssload-spin 1500ms infinite linear;
  -webkit-animation: cssload-spin 1500ms infinite linear;
  -moz-animation: cssload-spin 1500ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slider-divider {
  text-align: center;
  padding-top: 3px;
  height: 35px;
  background-color: #25282d;
}

.slider-divider a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.front-page-items {
  height: 161px;
  background-color: #ffffff;
}

@media (max-height: 500px) {
  .front-page-items {
    display: none;
    height: 0px;
  }
}

.front-page-item-wrapper {
  padding: 10px 0;
  height: 100%;
}

.front-page-item2 {
  border-left: 1px solid #e2ddd6;
}

.front-page-item3 {
  border-left: 1px solid #e2ddd6;
}

.front-page-item1,
.front-page-item2,
.front-page-item3 {
  height: 100%;
}

.divider-line {
  width: 1px;
  height: 39px;
  margin: 0 5px;
  border-left: 1px solid #c9c9ca;
}

.divider-dots {
  content: '::';
  width: 10px;
  padding: 0;
  /* height: 39px; */
  font-size: 13px;
  /* line-height: 39px; */
}

@media (max-width: 1060px) {
  .divider-dots {
    display: none;
  }
}

.header-shop {
  padding: 1px 10px 0 10px;
  height: 39px;
  font-size: 15px;
  font-weight: 600;
  line-height: 39px;
  color: #ddd;
}

.header-shop a {
  color: #ddd;
}

.header-cart {
  padding: 1px 14px 0 10px;
  height: 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 39px;
}

.header-cart a {
  color: #ddd;
}

.menutitle {
  padding: 1px 10px 0 10px;
  height: 39px;
  font-size: 15px;
  font-weight: 600;
  line-height: 39px;
  color: #ddd;
}

.navbar a {
  color: #eeeeee;
}

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  vertical-align: top;
}

.divTableHeading {
  display: table-header-group;
}

.divTableFoot {
  display: table-footer-group;
}

.divTableBody {
  display: table-row-group;
}

@media (max-width: 768px) {
  .menutitle {
    display: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 27px !important;
    height: 3px;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .header-cart,
  .header-shop {
    height: 32px;
    line-height: 32px;
  }
  .divider-line {
    height: 32px;
    margin: 0;
  }
  .logo-container {
    padding: 19px 10px 18px 14px;
  }
}

@media (min-width: 1050px) {
  .floatRightResponsive {
    float: right;
  }
}

.rssIframe {
  height: 680px;
}

@Media (max-width: 1200px) {
  .rssIframe {
    height: 750px;
  }
}

@Media (max-width: 470px) {
  .rssIframe {
    height: 900px;
  }
}

@media (min-width: 1050px) {
  .zinzino-navbar-collapse {
    height: calc(100vh - 70px) !important;
    overflow: auto !important;
  }
  .cart-hover {
    max-height: 85vh !important;
    overflow: auto !important;
  }
}

.kit-info h3 {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.kit-info h5 {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

ul.usp-list, ul.usp-list-light {
  padding-left: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.usp-list li {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-weight: 600;
}

ul.usp-list-light li {
  display: block;
  margin-top: 4px;
  font-weight: 400;
}

ul.usp-list li:before, ul.usp-list-light li:before {
  /*Using a Material Design Icon as the bullet point*/
  content: "\F0E1E";
  font-family: 'Material Design Icons';
  font-size: 14px;
  float: left;
  margin-top: 1px;
  margin-left: -20px;
  color: #000;
  font-style: normal;
}

.close {
  opacity: .6;
}

.larger-text {
  font-size: 1.2em;
  line-height: inherit;
  font-weight: 600;
}

.nutrition-table {
  max-width: 500px;
  min-width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
}

.nutrition-table tr td, .nutrition-table tr th {
  padding: 3px 5px;
  line-height: 16px;
}

.nutrition-table tr td hr, .nutrition-table tr th hr {
  border-color: #333;
}

.nutrition-table tr:nth-child(even) {
  background-color: #eeebe9;
}

.nutrition-table tr:nth-child(odd) {
  background-color: #FFF;
}

.nutrition-table tr:nth-child(1n+3) {
  border-top: 1px solid #dfdcda;
}

.nutrition-table tr.greyTR {
  background-color: #eeebe9;
}

.nutrition-table tr.whiteTR {
  background-color: #FFF;
}

.ingredientsBox {
  padding: 0px 25px 10px 25px;
}

@media (min-width: 992px) {
  .ingredientsBox {
    padding: 0px 15px 10px 25px;
  }
}

.ingredients-list {
  margin-top: 6px;
  line-height: 18px;
}

.borderRight {
  padding: 0px 25px 10px 25px;
}

@media (min-width: 992px) {
  .borderRight {
    border-right: 1px solid #eeebe9;
    padding: 0px 15px 10px 25px;
  }
}

@media (max-width: 600px) {
  .borderRight {
    padding: 10px;
    margin: 0;
  }
  .borderRight h4 {
    padding-left: 15px;
  }
}

@media (max-width: 1400px) {
  .nutrition-table {
    max-width: 100%;
    min-width: 100%;
    font-size: 12px;
  }
  .nutrition-table tr td, .nutrition-table tr th {
    padding: 1px 1px;
  }
  .nutrition-table tr td hr, .nutrition-table tr th hr {
    border-color: #333;
  }
}

@media (max-width: 768px) {
  .nutrition-table {
    font-size: 9px;
  }
}

.science-link {
  color: #440099;
  font-weight: 600;
  margin-top: 110px;
  line-height: 27px;
}

.science-link:hover {
  color: #59269a;
}

.science-link:after {
  color: #555;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
  font-size: 12px;
  font-family: "Material Design Icons";
  content: '\F03CC';
  font-weight: normal;
  margin-left: 5px;
}

.product-details h4 {
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 25px;
  color: #440099;
  text-transform: uppercase;
  font-size: 15px;
}

.NutritionalFacts {
  margin-top: 10px;
}

.NutritionalFacts h4 {
  margin-top: 20px;
}

#scienceTab h4,
#scienceModalTab h4 {
  margin-bottom: 40px;
  margin-top: 60px;
}

/*CALENDAR*/
.calendar-bp {
  color: #5353e8;
}

.calendar-bp span {
  color: #555;
}

.calendar-bps {
  color: #888888;
}

.calendar-bps span {
  color: #555;
}

.calendar-e {
  color: #dc4e4e;
}

.calendar-e span {
  color: #555;
}

.calendar-ls {
  color: #c956c9;
}

.calendar-ls span {
  color: #555;
}

.calendar-cdw {
  color: #440099;
}

.calendar-cdw span {
  color: #555;
}

.calendar-bpw {
  color: #2dc5c5;
}

.calendar-bpw span {
  color: #555;
}

.calendar-default {
  color: #555;
}

.btn-choice {
  box-shadow: none;
  background-color: #eee;
  border-radius: 3px;
  height: 30px;
  color: #b2b2b2;
  padding: 4px 14px;
  border: 1px solid #aaa;
  font-weight: normal;
}

.btn-choice:hover {
  color: #919191;
  background-color: #eee;
}

.btn-choice.active {
  color: #fff;
  background-color: #59269a;
}

@media (min-width: 600px) {
  .monthly-day .monthly-event-indicator span {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: 0px;
    right: 0px;
  }
}

.input-daterange input:first-child {
  border-radius: 0px 0 0 0px !important;
  height: 34px;
}

.input-daterange input:last-child {
  border-radius: 0px 0 0 0px !important;
  height: 34px;
}

.autoTooltip {
  border-color: #ccc !important;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.protip.sup {
  cursor: pointer;
}

sup {
  cursor: pointer;
}

sup:after {
  content: "";
  padding: 10px;
  position: absolute;
  left: -7px;
  top: -5px;
  border-radius: 10px;
  -webkit-transition: all .20s ease-in-out;
  -moz-transition: all .20s ease-in-out;
  -ms-transition: all .20s ease-in-out;
  -o-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
}

sup:hover::after {
  padding: 14px;
  left: -9px;
  top: -7px;
  border-radius: 14px;
  background-color: rgba(136, 172, 39, 0.4);
}

body.modal-open {
  overflow: auto;
}

body.modal-open[style],
body.modal-open .container-fluid .navbar[style] {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.modal::-webkit-scrollbar {
  width: 0 !important;
}

.modal {
  padding-right: 0px !important;
}

body.modal-open {
  right: 0px;
}

#footnoteModal {
  z-index: 10000;
}

a.social-media-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-position: 0 0;
  overflow: hidden;
  text-indent: -1000px;
  -moz-transition: background-position .25s ease;
  -webkit-transition: background-position .25s ease;
  -o-transition: background-position .25s ease;
  -ms-transition: background-position .25s ease;
  transition: background-position .25s ease;
}

a.social-media-icon:hover {
  background-position: 0 -32px;
}

.facebook {
  background-image: url(https://cdn.zinzino.com/images/facebook.png);
}

.twitter {
  background-image: url(https://cdn.zinzino.com/images/twitter.png);
}

.singleEvent .recurringEvent {
  word-wrap: break-word !important;
}

/*NEW CONTENT DESIGN 2017*/
.size10 {
  font-size: 10px;
  line-height: 1em;
}

.size12 {
  font-size: 12px;
  line-height: 1em;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
  line-height: 1em;
}

.size16 {
  font-size: 16px;
  line-height: 1.1em;
}

.size18 {
  font-size: 18px;
  line-height: 1.1em;
}

.size20 {
  font-size: 20px;
  line-height: 1.2em;
}

.size22 {
  font-size: 22px;
  line-height: 1.2em;
}

.size24 {
  font-size: 24px;
  line-height: 1.2em;
}

.size28 {
  font-size: 28px;
  line-height: 1.1em;
}

.size32 {
  font-size: 32px;
  line-height: 1.1em;
}

.size38 {
  font-size: 38px;
  line-height: 1em;
}

.size38title {
  font-size: 38px;
  line-height: 1em;
}

.size44 {
  font-size: 44px;
  line-height: 1em;
}

.size45 {
  font-size: 45px;
  line-height: 0.9em;
}

.size50 {
  font-size: 50px;
  line-height: 0.9em;
}

.size60 {
  font-size: 60px;
  line-height: 0.9em;
}

.size70 {
  font-size: 70px;
  line-height: 0.9em;
}

.size80 {
  font-size: 80px;
  line-height: 0.9em;
}

.size90 {
  font-size: 90px;
  line-height: 0.9em;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .size10 {
    font-size: 10px;
    line-height: 1em;
  }
  .size12 {
    font-size: 12px;
    line-height: 1em;
  }
  .size13 {
    font-size: 13px;
  }
  .size14 {
    font-size: 13px;
    line-height: 1em;
  }
  .size16 {
    font-size: 14px;
    line-height: 1.1em;
  }
  .size18 {
    font-size: 18px;
    line-height: 1.1em;
  }
  .size20 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .size22 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .size24 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .size28 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .size32 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .size38 {
    font-size: 38px;
    line-height: 0.9em;
  }
  .size44 {
    font-size: 38px;
    line-height: 0.9em;
  }
  .size45 {
    font-size: 40px;
    line-height: 0.9em;
  }
  .size50 {
    font-size: 45px;
    line-height: 0.9em;
  }
  .size60 {
    font-size: 50px;
    line-height: 0.9em;
  }
  .size70 {
    font-size: 60px;
    line-height: 0.9em;
  }
  .size80 {
    font-size: 70px;
    line-height: 0.9em;
  }
  .size90 {
    font-size: 80px;
    line-height: 0.9em;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .size10 {
    font-size: 9px;
    line-height: 1em;
  }
  .size12 {
    font-size: 12px;
    line-height: 1em;
  }
  .size13 {
    font-size: 13px;
  }
  .size14 {
    font-size: 14px;
    line-height: 1em;
  }
  .size16 {
    font-size: 13px;
    line-height: 1.1em;
  }
  .size18 {
    font-size: 18px;
    line-height: 1.1em;
  }
  .size20 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .size22 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .size24 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .size28 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .size32 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .size38 {
    font-size: 38px;
    line-height: 1.1em;
  }
  .size44 {
    font-size: 39px;
    line-height: 1.1em;
  }
  .size45 {
    font-size: 40px;
    line-height: 0.9em;
  }
  .size50 {
    font-size: 42px;
    line-height: 0.9em;
  }
  .size60 {
    font-size: 46px;
    line-height: 0.9em;
  }
  .size70 {
    font-size: 48px;
    line-height: 0.9em;
  }
  .size80 {
    font-size: 50px;
    line-height: 0.9em;
  }
  .size90 {
    font-size: 70px;
    line-height: 0.9em;
  }
  .size38title {
    font-size: 38px;
    line-height: 1em;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .size10 {
    font-size: 9px;
    line-height: 1em;
  }
  .size12 {
    font-size: 12px;
    line-height: 1em;
  }
  .size13 {
    font-size: 13px;
  }
  .size14 {
    font-size: 14px;
    line-height: 1em;
  }
  .size16 {
    font-size: 13px;
    line-height: 1.1em;
  }
  .size18 {
    font-size: 14px;
    line-height: 1.1em;
  }
  .size20 {
    font-size: 15px;
    line-height: 1.1em;
  }
  .size22 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size24 {
    font-size: 17px;
    line-height: 1.2em;
  }
  .size28 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .size32 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .size38 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .size44 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .size45 {
    font-size: 24px;
    line-height: 0.9em;
  }
  .size50 {
    font-size: 32px;
    line-height: 0.9em;
  }
  .size60 {
    font-size: 34px;
    line-height: 0.9em;
  }
  .size70 {
    font-size: 37px;
    line-height: 0.9em;
  }
  .size80 {
    font-size: 40px;
    line-height: 0.9em;
  }
  .size90 {
    font-size: 50px;
    line-height: 0.9em;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .size10 {
    font-size: 8px;
    line-height: 1em;
  }
  .size12 {
    font-size: 12px;
    line-height: 1em;
  }
  .size13 {
    font-size: 13px;
  }
  .size14 {
    font-size: 14px;
    line-height: 1em;
  }
  .size16 {
    font-size: 11px;
    line-height: 1.1em;
  }
  .size18 {
    font-size: 12px;
    line-height: 1.1em;
  }
  .size20 {
    font-size: 13px;
    line-height: 1.1em;
  }
  .size22 {
    font-size: 13px;
    line-height: 1.2em;
  }
  .size24 {
    font-size: 14px;
    line-height: 1.2em;
  }
  .size28 {
    font-size: 18px;
    line-height: 1.2em;
  }
  .size32 {
    font-size: 19px;
    line-height: 1.2em;
  }
  .size38 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size38title {
    font-size: 32px;
    line-height: 1em;
  }
  .size44 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size45 {
    font-size: 18px;
    line-height: 0.9em;
  }
  .size50 {
    font-size: 24px;
    line-height: 0.9em;
  }
  .size60 {
    font-size: 26px;
    line-height: 0.9em;
  }
  .size70 {
    font-size: 30px;
    line-height: 0.9em;
  }
  .size80 {
    font-size: 32px;
    line-height: 0.9em;
  }
  .size90 {
    font-size: 40px;
    line-height: 0.9em;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .size10 {
    font-size: 8px;
    line-height: 1em;
  }
  .size12 {
    font-size: 12px;
    line-height: 1em;
  }
  .size13 {
    font-size: 13px;
  }
  .size14 {
    font-size: 14px;
    line-height: 1em;
  }
  .size16 {
    font-size: 11px;
    line-height: 1.1em;
  }
  .size18 {
    font-size: 12px;
    line-height: 1.1em;
  }
  .size20 {
    font-size: 13px;
    line-height: 1.1em;
  }
  .size22 {
    font-size: 13px;
    line-height: 1.2em;
  }
  .size24 {
    font-size: 14px;
    line-height: 1.2em;
  }
  .size28 {
    font-size: 15px;
    line-height: 1.2em;
  }
  .size32 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size38 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size44 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .size45 {
    font-size: 18px;
    line-height: 0.9em;
  }
  .size50 {
    font-size: 20px;
    line-height: 0.9em;
  }
  .size60 {
    font-size: 24px;
    line-height: 0.9em;
  }
  .size70 {
    font-size: 28px;
    line-height: 0.9em;
  }
  .size80 {
    font-size: 32px;
    line-height: 0.9em;
  }
  .size90 {
    font-size: 32px;
    line-height: 0.9em;
  }
}

.weightlight {
  font-weight: 300;
  letter-spacing: 0.11em;
}

.weightnormal {
  font-weight: 400;
}

.weightsemibold {
  font-weight: 600;
}

.weightbold {
  font-weight: 700;
}

.weightextrabold {
  font-weight: 800;
  letter-spacing: 0.11em;
}

.weightbolder {
  font-weight: 800;
}

.colorlightgreen {
  color: #c8dc92;
}

.colorgreen {
  color: #9cc11e;
}

.colorpurple {
  color: #440099;
}

.colordarkgreen {
  color: #33626a;
}

.coloriceblue {
  color: #e6f4f7;
}

.colordarkiceblue {
  color: #c6e6ec;
}

.colorlighterblue {
  color: #cdd9e1;
}

.colorgreendark {
  color: #83a217;
}

.colorlightblue {
  color: #98b7d4;
}

.colorblue {
  color: #1d68a8;
}

.colorwhite {
  color: #fffefd;
}

.colorblack {
  color: #171717;
}

.colorred {
  color: #9f1815;
}

.colorlightred {
  color: #d3221d;
}

.colorturquoise {
  color: #00687a;
}

.colordarkturquoise {
  color: #255c5f;
}

.colorlightturquoise {
  color: #c7e6ec;
}

.colororange {
  color: #d2b092;
}

a.colorwhite:hover,
a.colorwhite:active,
a.colorwhite:focus,
a.colorblack:hover,
a.colorblack:active,
a.colorblack:focus {
  color: inherit;
  opacity: 0.8;
}

.bgcolorprimary {
  background-color: #440099 !important;
}

.bgcolorfilmjolk {
  background-color: #9abde0;
}

.bgcolorwallblue {
  background-color: #becfe0;
}

.bgcolorlightgreen {
  background-color: #c8dc92;
}

.bgcolorgreen {
  background-color: #9cc11e;
}

.bgcolordarkgreen {
  background-color: #33626a;
}

.bgcoloriceblue {
  background-color: #e6f4f7;
}

.bgcolordarkiceblue {
  background-color: #c6e6ec;
}

.bgcolorlightblue {
  background-color: #98b7d4;
}

.bgcolorlighterblue {
  background-color: #cdd9e1;
}

.bgcolorblue {
  background-color: #1d68a8;
}

.bgcolorwhite {
  background-color: #fffefd;
}

.bgcolorblack {
  background-color: #171717;
}

.bgcolorred {
  background-color: #9f1815;
}

.bgcolorlightred {
  background-color: #d3221d;
}

.bgcolorgray {
  background-color: #bfcdd2;
}

.bgcolorturquoise {
  background-color: #00687a !important;
}

.bgcolordarkturquoise {
  background-color: #255c5f;
}

.bgcolorlightturquoise {
  background-color: #c7e6ec;
}

.bgcolorgrey {
  background-color: #929191;
}

.bgcolormiddlegrey {
  background-color: #cfcfcf;
}

.bgcolorlightgrey {
  background-color: #e8e7e7;
}

@media (max-width: 767px) {
  .halfheightmobile {
    padding: 6vw 2vw 2vw 26px !important;
    height: 40vw !important;
  }
  .halfheightmobile div h1 {
    font-size: 8vw;
  }
  .halfheightmobile div div {
    font-size: 4vw;
  }
}

@media (width: 768px) {
  .halfheightmobile div h1 {
    padding-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .faunmobile {
    height: auto !important;
  }
  .faunmobile div {
    position: relative;
    top: 0;
    transform: perspective(1px) translateY(0%);
  }
}

.cutbggreen {
  background: repeating-linear-gradient(to right, #eae6e3, #eae6e3 80%, #ffffff 20%, #ffffff 100%);
  padding: 25px 0px 25px 25px;
}

.cutbgvertgreen {
  background: repeating-linear-gradient(#eae6e3, #eae6e3 80%, #ffffff 20%, #ffffff 100%);
  padding: 25px 25px 0px 25px;
}

.cutbgturquoise {
  background: repeating-linear-gradient(to right, #00687a, #00687a 50%, #ffffff 50%, #ffffff 100%);
  padding: 25px 0px 25px 25px;
}

.cutbgturquoise2 {
  background: repeating-linear-gradient(to right, #00687a 0%, #00687a 42%, #ffffff 42%, #ffffff 100%);
  padding: 25px 0px 25px 25px;
}

@media (max-width: 768px) {
  .cutbggreen {
    background: #eae6e3;
    padding: 20px;
  }
  .cutbggreen img {
    margin-top: 20px;
  }
  .cutbggreen .size28 {
    font-size: 22px;
  }
  .cutbgturquoise,
  .cutbgturquoise2 {
    background: #00687a;
    padding: 20px 20px 40px 20px;
  }
  .cutbgturquoise div,
  .cutbgturquoise2 div {
    min-height: auto !important;
  }
  .cutbgturquoise iframe,
  .cutbgturquoise img,
  .cutbgturquoise2 iframe,
  .cutbgturquoise2 img {
    margin-top: 20px;
  }
  .cutbgturquoise .size28,
  .cutbgturquoise2 .size28 {
    font-size: 22px;
  }
  .cutbgvertgreen {
    background: repeating-linear-gradient(#eae6e3, #eae6e3 92%, #ffffff 8%, #ffffff 100%);
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verticalmiddle {
  position: relative;
  top: 50%;
  -ms-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  -o-transform: perspective(1px) translateY(-50%);
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: translateY(-50%);
}

.verticalbottom {
  position: relative;
  bottom: 0%;
  transform: perspective(1px) translateY(130%);
}

.transformtext {
  height: calc(3.5 * 100%);
  background: rgba(0, 0, 0, 0);
  border-style: none;
}

.textfill {
  width: 100%;
}

#video-container {
  position: absolute;
}

#video-container {
  top: 0%;
  left: 0%;
  height: 200px;
  min-width: 100%;
  overflow: hidden;
}

video {
  position: absolute;
  z-index: 0;
}

.parallax-2 {
  background-image: url(https://cdn.zinzino.com/images/values-2.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.events ol li a {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 8px 17px;
  font-weight: bold;
  font-size: 1.10em !important;
}

.events ol li a.selected {
  font-size: 2.15em !important;
  padding: 1px 0px 12px 0px;
}

.scrollwrapper {
  height: 300px;
}

.scrollspeedwrapper .box {
  position: absolute;
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .scrollspeedwrapper {
    height: 380px !important;
  }
}

@media (max-width: 769px) {
  .scrollspeedwrapper {
    height: auto !important;
  }
  .scrollspeedwrapper .box {
    position: relative;
    margin-top: 10px;
  }
}

.scrollspeedwrapper .box:nth-of-type(2) {
  right: 0;
  margin-top: -35px;
}

.scrollspeedwrapper .box:nth-of-type(3) {
  left: 31%;
  margin-top: 135px;
  background: #222;
}

.boxover {
  z-index: 100;
}

@media (min-width: 1500px) {
  .boxover {
    width: 79% !important;
  }
}

@media (max-width: 1499px) {
  .boxover {
    width: 72%;
  }
}

@media (max-width: 1199px) {
  .boxover {
    width: 62%;
  }
}

@media (max-width: 768px) {
  .boxover {
    width: 100%;
  }
}

.bgimage50right {
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}

.bgimage50right div {
  padding: 30px 30px;
  margin: 3vw 0 5vw 0;
}

@media (min-width: 1199px) {
  .bgimage50right {
    background-position: 100% 0;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .bgimage50right div {
    padding: 30px 30px;
    margin: 5vw 0 10vw 0;
  }
}

.bgimage50left {
  background-position: 0% 0%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.bgimage50left div {
  padding: 20px 30px;
  margin: 3vw 0 5vw 0;
}

.bgimage70right {
  margin-right: 0px;
  background-position: 100% 0;
  background-size: 70%;
  background-repeat: no-repeat;
}

.bgimage70right div {
  padding: 20px 30px;
  margin: 3vw 0 5vw 0;
}

.bgimage70left {
  background-position: 0% 0%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.bgimage70left div {
  padding: 20px 30px;
  margin: 3vw 0 5vw 0;
}

.bgimage80left {
  background-position: 0% 0%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.bgimage80left div {
  padding: 20px 30px;
  margin: 3vw 0 5vw 0;
}

@media (max-width: 1199px) {
  .bgimage70right, .bgimage70left {
    background-size: 82%;
  }
  .bgimage80right,
  .bgimage80left {
    background-size: 90%;
  }
}

@media (max-width: 767px) {
  .smallermobile2006 {
    height: auto !important;
  }
  .bgimage50left,
  .bgimage50right,
  .bgimage70right,
  .bgimage70left,
  .bgimage80left {
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .bgimage50left div,
  .bgimage50right div,
  .bgimage70right div,
  .bgimage70left div,
  .bgimage80left div {
    padding: 20px 30px;
    margin: 35vw 0 0vw 0;
  }
  .bgimage50left .mobilePushDown40,
  .bgimage50right .mobilePushDown40,
  .bgimage70right .mobilePushDown40,
  .bgimage70left .mobilePushDown40,
  .bgimage80left .mobilePushDown40 {
    margin: 40vw 0 30vw 0 !important;
  }
  .bgimage50left .mobilePushDown45,
  .bgimage50right .mobilePushDown45,
  .bgimage70right .mobilePushDown45,
  .bgimage70left .mobilePushDown45,
  .bgimage80left .mobilePushDown45 {
    margin: 45vw 0 5vw 0 !important;
  }
  .bgimage50left .mobilePushDown50,
  .bgimage50right .mobilePushDown50,
  .bgimage70right .mobilePushDown50,
  .bgimage70left .mobilePushDown50,
  .bgimage80left .mobilePushDown50 {
    margin: 50vw 0 20vw 0 !important;
  }
  .bgimage50left .mobilePushDown60,
  .bgimage50right .mobilePushDown60,
  .bgimage70right .mobilePushDown60,
  .bgimage70left .mobilePushDown60,
  .bgimage80left .mobilePushDown60 {
    margin: 60vw 0 10vw 0 !important;
  }
  .bgimage50left .mobilePushDown70,
  .bgimage50right .mobilePushDown70,
  .bgimage70right .mobilePushDown70,
  .bgimage70left .mobilePushDown70,
  .bgimage80left .mobilePushDown70 {
    margin: 70vw 0 0 0 !important;
  }
  .bgimage50left div.articleTitle-mobile,
  .bgimage50right div.articleTitle-mobile,
  .bgimage70right div.articleTitle-mobile,
  .bgimage70left div.articleTitle-mobile,
  .bgimage80left div.articleTitle-mobile {
    margin: 15vw 0 0 0 !important;
  }
}

/*NEW CONTENT DESIGN 2017 - end */
.linelegend {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #646464;
  line-height: 1px;
  margin: 10px 0 30px;
}

.linelegend span {
  background: #ffffff;
  padding: 0 25px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sansserif {
  font-family: SANS-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 50px;
}

.title-thin {
  font-family: SANS-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 1.2px;
}

.read_more_link a:link {
  color: black !important;
  font-weight: bolder;
}

.read_more_link a:active {
  color: black;
  font-weight: bolder;
}

.image_holder {
  width: 100%;
}

.line-h-17 {
  line-height: 17px;
  height: 40px;
}

.line-h-35 {
  line-height: 35px;
}

.articles_page li {
  margin: 0 !important;
}

.font-w-800 {
  font-weight: 800 !important;
}

.info_person {
  float: left;
  background: #F9F4EF;
  padding: 2vw;
  margin: 15px 10px;
  display: none;
  margin-top: -0px;
}

.info_person .zz-close {
  color: inherit;
  font-size: 27px;
}

.article-arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: auto;
  border-bottom: 20px solid #F9F4EF;
}

@media (max-width: 530px) {
  .wrappimg {
    width: 100%;
  }
  .wrappimg2 {
    width: 100%;
  }
}

@media (min-width: 531px) {
  .wrappimg2 {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .bubble-explode {
    top: 0 !important;
    transform: translateY(-135%) !important;
  }
}

@media (min-width: 768px) {
  .padding_surr {
    padding-left: 4vw;
    width: 37vw;
  }
}

@media (max-width: 768px) {
  .fix-height {
    background: #484848;
  }
  .verticalmiddlemobileonly {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .whole-screen-image {
    background-size: 1300px !important;
  }
  .blue-box {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .line-h-17 {
    text-align: center !important;
  }
  .resolution-xsmall-device-check {
    display: block !important;
  }
  .resolution-medium-device-check {
    display: none !important;
  }
  .resolution-small-device-check {
    display: none !important;
  }
  .info_person {
    height: auto !important;
    padding: 5vw !important;
  }
  .info_person:after {
    clear: both;
  }
  .products-list-text {
    font-size: inherit !important;
    height: 50px;
    line-height: 50px !important;
  }
  .info-hidden-text {
    background: #f1f1f1;
  }
  .researchd br {
    display: none;
  }
  .researchd {
    font-size: 20px !important;
  }
  .whole-screen-image {
    background-position: center top !important;
  }
}

@media (max-width: 768px) {
  .desktop-subnav2 {
    display: none;
  }
  .box-text {
    height: 200px !important;
    width: 100% !important;
  }
  .width-100 {
    padding-top: 3vw;
    width: 50% !important;
    display: block;
    margin: auto;
  }
  .optimalhealth {
    width: 100% !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .resolution-small-device-check {
    display: block !important;
  }
  .resolution-medium-device-check {
    display: none !important;
  }
  .resolution-xsmall-device-check {
    display: none !important;
  }
  .researchd br {
    display: none;
  }
  .researchd {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .resolution-medium-device-check {
    display: block !important;
  }
  .resolution-small-device-check {
    display: none !important;
  }
  .resolution-xsmall-device-check {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .zinzinoapp_limitheight {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .bottom-text {
    padding-top: 40px;
  }
  .box-text {
    min-height: 180px;
  }
  .blueboxheader {
    height: auto;
  }
  .bottom-text-m {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .bottom-text {
    padding-top: 80px;
  }
  .bottom-text-m {
    margin-top: -40px;
  }
  .box-text {
    min-height: 220px !important;
    min-width: 320px;
  }
  .blueboxheader {
    min-height: 240px !important;
    min-width: 340px;
  }
}

@media (max-width: 1199px) {
  #stickeo .ln-nav {
    min-width: 210px;
  }
  .break_remove br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box-text {
    min-height: 200px !important;
    width: 300px !important;
  }
  .blueboxheader {
    min-height: 200px !important;
    width: 300px !important;
  }
  .blue-box {
    width: 400px !important;
  }
  #sticker.affix,
  #stickeo.affix {
    max-width: 225px !important;
  }
  .wrappimg {
    width: 300px;
  }
  #stickwidth {
    max-width: 225px !important;
  }
}

.blueboxheader {
  height: 12vw;
  width: 12vw;
  background: #1d68a8;
  padding: 2vw;
}

.blueboxheader span {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .sansserif {
    font-size: 24px !important;
  }
  .blueboxheader {
    min-height: 220px;
    width: 100%;
    margin-top: 0px !important;
  }
  .mobile-titles {
    font-size: 24px !important;
  }
}

@media (max-width: 412px) {
  .sansserif {
    font-size: 19px !important;
    line-height: 24px !important;
  }
  .title-thin {
    font-size: 20px !important;
  }
  .restbest {
    text-align: center;
    width: 100% !important;
  }
  .titlecircle {
    font-size: 24px !important;
    line-height: 50px !important;
  }
  .restbest br {
    display: none;
  }
  .optimalhealth p {
    font-size: 18px !important;
  }
  .title-awesome {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .title-awesome span {
    padding-right: 5px;
  }
}

.stuck {
  left: 45px;
  top: 116px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 265px;
  min-height: 100%;
  z-index: 1;
  position: fixed;
}

.stuckMyAccount {
  left: 45px;
  top: 180px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 265px;
  min-height: 100%;
  z-index: 1;
  position: fixed;
}

#stickeo {
  position: static;
  top: 116px;
  width: 245px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #stickeo {
    width: 175px;
  }
  .stuck {
    left: 42px;
  }
  .stuckMyAccount {
    left: 42px;
  }
}

@media (min-width: 1500px) {
  .stuck {
    left: 8vw;
  }
  .stuckMyAccount {
    left: 6vw;
  }
}

@media (max-height: 750px) {
  .stuck {
    position: absolute;
  }
  .stuckMyAccount {
    position: absolute;
  }
  .stuckMyAccount {
    position: absolute;
  }
}

@media (max-width: 768px) {
  #stickeo {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .stuckMyAccount {
    width: 100%;
  }
}

/*  ---------------------------------------- */
/*  THIS BELOW IS FOR CUSTOMERSUPPORT PAGE  */
/*  ----------------------------------------  */
.info-hidden-text {
  display: none;
}

.info-hidden-text-2 {
  display: none;
}

.margin-top-10 {
  margin-top: 20px;
}

.margin10 {
  padding: 20px !important;
}

.topborder {
  border-top: 1px solid;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.products-list p {
  margin: 0;
}

.products-list-text {
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  background: #1d68a8;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 28px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 1px;
}

.black-border {
  border-top: 1px solid black !important;
}

.products-list-text p {
  color: white;
}

.grayout {
  background: #eaeaea;
}

.products-list-text-2 {
  cursor: pointer;
  width: 100%;
  padding-top: 5px;
  background: #c9d9e4;
  border-top: 1px solid;
  font-size: 1.1em;
  line-height: 2.5em;
}

@media (max-width: 524px) {
  .products-list-text-2 {
    font-size: 1em;
  }
}

.contactfield {
  position: absolute;
  background: #9cc11e;
  padding: 30px 50px;
  float: right;
  color: white;
  justify-content: center;
  align-items: center;
}

.contactfield2 {
  position: absolute;
  background: #9cc11e;
  padding: 40px 30px;
  width: 420px;
  float: right;
  text-align: left;
  color: white;
  justify-content: center;
}

.head_custom {
  font-family: SANS-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 32px;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.centertext {
  text-align: center;
}

.color-green {
  color: #9cc11e !important;
}

/*  ---------------------------------------- */
/* Products.cshtml start*/
/*  ---------------------------------------- */
.parent {
  position: relative;
  overflow: hidden;
}

.whole-screen-image {
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background: url("https://cdn.zinzino.com/images/gurl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.line-h-20 {
  line-height: 20px;
}

.highlight-red {
  color: indianred;
  font-family: serif;
  font-size: 16px;
  font-weight: 600;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.box-text {
  height: 12vw;
  width: 12vw;
  background: #9f1815;
  padding: 2vw;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 2px;
}

.center-v {
  justify-content: center;
  align-items: center;
}

.width-100 {
  width: 100%;
}

.testimonals .title-awesome {
  font-size: 1em !important;
  line-height: initial !important;
  color: black !important;
}

.testimonals .title-awesome span {
  color: black !important;
}

.title-awesome {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #c5ab9b;
}

.titlecircle {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #c5ab9b;
}

.title-bold {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1.2px;
}

.blue-box {
  background: #1d68a8;
  padding: 2vw;
  z-index: 999;
  height: auto;
  width: 500px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.maxwidth {
  width: 100%;
}

.greenarea {
  padding: 2vw;
  justify-content: center;
  align-items: center;
  background: #9cc11e !important;
}

.no_margin {
  padding: 0;
  margin: 0;
}

.restbest p {
  text-align: center;
}

.restbest {
  background: #00687a;
  padding: 1vw 2vw;
  z-index: 999;
  height: auto;
}

.rutagreen {
  background: #9cc11e;
  padding: 5vw;
  color: white;
  z-index: 999;
  height: auto;
  width: 350px;
}

.optimalhealth {
  background: #9cc11e;
  padding: 4vw;
  color: white;
  z-index: 999;
  width: 380px;
}

.optimalhealth p {
  margin: 0;
}

.orange {
  color: #d2b6a2 !important;
}

.blue-title-font {
  font-size: 25px;
  color: #4267ad;
  font-weight: 700;
  line-height: 35px;
}

.bestnav {
  float: right !important;
  margin-top: -40px !important;
}

.bestnav li .mdi {
  color: white !important;
}

.bestnav li > a {
  background: transparent !important;
}

.skincarenav li .mdi {
  color: black !important;
}

.skincarenav li > a {
  background: transparent !important;
}

.products-list > li.active > a span {
  font-size: 1em !important;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contactfield2 .size28 {
    font-size: 24px !important;
  }
  .contactfield2 {
    width: 350px !important;
  }
}

.list-sub-2017 li ol {
  list-style-type: none !important;
}

.list-sub-2017 li ol li::before {
  display: none;
}

.list-sub-2017 li::before {
  display: none;
}

.list-sub-2017 {
  list-style-position: outside;
  list-style-type: decimal !important;
}

.blue-background {
  background: #1d68a8;
}

.green-background {
  background: #440099;
}

.products-header {
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  border-top: 1px solid;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 1px;
}

.products-header div:nth-child(1) {
  background: #eae6e3;
  color: black;
}

.products-header div:nth-child(2) {
  background: #c9d9e4;
  color: #929191;
}

.gray-color {
  color: #929191;
}

.m-left-10 {
  margin-left: -20px;
  margin-left: -31px;
  padding-right: 10px;
}

.no-bullets {
  list-style-type: none;
  padding-top: 10px;
}

.no-bullets li {
  padding-bottom: 10px;
}

.lightblue {
  background: #98b7d4;
}

.lightgreen {
  background: #c8dc92;
}

.header {
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}

.customer {
  background: #9cc11e;
}

.partner {
  background: #1d68a8;
}

.c-white {
  color: white !important;
}

@media (max-width: 991px) {
  .skincare {
    height: 300px !important;
  }
  .teal-right-arrow:after {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .skincare {
    height: 50% !important;
  }
}

.image-yoga {
  min-height: 900px;
  background-position: top;
  background-size: cover;
}

@media (max-width: 991px) {
  .image-yoga {
    background-position: 50% 0% !important;
  }
}

.turquoise-bg {
  background: #00687a;
}

.lightblue-bg {
  background: #c7e6ec;
}

.readmore {
  width: 100%;
  background: #9cc11e;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}

.readmore:hover {
  opacity: 0.9;
  transition: 1s background;
}

.addpadd {
  padding: 15px;
}

.arrow-static {
  font-size: 18px;
  font-family: "Material Design Icons";
  content: '\F0142';
  position: absolute;
  right: 11px;
  top: 0px;
  color: #000;
}

.flexable {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .goalkeeper {
    background-size: 100% !important;
  }
}

@media (min-width: 769px) {
  .goalkeeper {
    background-size: 70% !important;
  }
}

.num-bullets {
  list-style-type: none;
  padding-top: 10px;
}

.num-bullets li {
  padding-bottom: 10px;
}

/* ICONS BELOW 2017*/
.big-right-triangle {
  width: 0;
  height: 0;
  margin-left: 50%;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #ffffff;
}

.small-right-triangle {
  width: 0;
  height: 0;
  bottom: 0px;
  position: absolute;
  right: 20px;
  top: 37%;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}

/* ICONS END */
.padding-nametag-text {
  padding: 0px 0px 10px 0px;
}

.padding-no-bullets li {
  padding: 10px 0px 10px 20px;
}

.padding-no-bullets {
  padding: 30px;
}

.padding-no-bullets .m-left-10 {
  font-weight: 700;
  font-size: 1em;
}

.zinzinoflaskabsolute {
  margin: -80px 0px 0px -30px;
  zoom: 0.7;
  position: absolute;
  -moz-transform: scale(0.7);
  transform-origin: 0 0;
}

.padding-20 {
  padding: 20px;
}

.teal-right-arrow:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent #00687a;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -25px;
  right: -24px;
  z-index: 99999;
  top: 50%;
}

.heart {
  margin: auto;
  display: block;
  zoom: 0.7;
  -ms-zoom: 0.7;
  -webkit-zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -moz-transform-origin: left center;
}

.list-col .col-md-9 {
  height: 80px;
  padding-top: 20px;
}

.list-col .col-md-3 {
  padding-top: 20px;
}

.list-col .col-sm-9 {
  height: 80px;
  padding-top: 20px;
}

.padding-l-25 {
  padding-left: 25px;
}

.product-title {
  margin: 0;
  margin-top: 5px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .mobile-center-text {
    text-align: center;
  }
  .mobile-center-text br {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-center-text {
    text-align: left;
  }
  .mobile-center-text br {
    display: block;
  }
}

.coffee-bg {
  background: url(https://cdn.zinzino.com/images/womancoffee.jpg) black;
  background-repeat: no-repeat;
  background-position: 300px center !important;
  background-size: cover;
}

.macka-bg {
  background: url(https://cdn.zinzino.com/images/macka.jpg) black;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
}

.weight-bg {
  background: url(https://cdn.zinzino.com/images/lopare.jpg) black;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
}

.cover-img-bg {
  background-repeat: no-repeat;
  background-position: left center !important;
  background-size: cover;
}

@media (max-width: 700px) {
  .getptag {
    position: relative !important;
  }
}

.window-scale {
  height: calc(70vw - 66px);
  max-height: calc(100vh - 66px);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.backgroundpicture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .window-scale {
    height: calc(50vh - 33px);
  }
  .thisworks {
    margin-left: 0;
  }
  .floatonbig {
    float: none;
    line-height: 1em;
  }
  .incometab {
    text-align: center;
    margin-top: 0px;
  }
  .morestories {
    position: relative !important;
  }
  #imgleft1 {
    left: 0 !important;
  }
  #bubbletext3 {
    left: 0 !important;
  }
  #bubbletext1 {
    left: 0 !important;
  }
  #bubbletext2 {
    left: 0 !important;
  }
  #bubbletext4 {
    left: 0 !important;
  }
  #bubbletext5 {
    left: 0 !important;
  }
  #bubbletext6 {
    left: 0 !important;
  }
  #bubbleimg4_2 {
    position: relative !important;
    display: none;
  }
  #bubbleimg5_2 {
    position: relative !important;
    display: none;
  }
  #bubbleimg1_2 {
    position: relative !important;
    display: none;
  }
  #bubbleimg2_2 {
    position: relative !important;
    display: none;
  }
  #bubbleimg3_2 {
    position: relative !important;
    display: none;
  }
}

@media (max-width: 767px) and (max-height: 700px) {
  .window-scale {
    height: calc(100vh - 33px);
  }
}

@media (min-width: 768px) {
  .centerinnerdivbg {
    margin: 6vw 0 5vw 0 !important;
  }
  .thisworks {
    margin-left: 60px;
  }
  .floatonbig {
    float: right;
    line-height: 1.3em;
  }
  .incometab {
    text-align: left;
    margin-top: 30px;
  }
  .productss {
    text-align: left;
  }
  #bubbleimg4_2 {
    position: absolute !important;
    display: block !important;
  }
  #bubbleimg5_2 {
    position: absolute !important;
    display: block !important;
  }
  #bubbleimg4_1 {
    display: block !important;
  }
  #bubbleimg5_1 {
    display: block !important;
  }
  #bubbleimg1_1 {
    display: block !important;
  }
  #imgleft1 {
    display: block !important;
  }
  #bubbleimg3_1 {
    display: block !important;
  }
  #bubbleimg1_2 {
    display: block !important;
  }
  #imgleft1 {
    display: block !important;
  }
  #bubbleimg3_2 {
    display: block !important;
  }
}

/* FOR added/positioning text at bottom of div*/
.pos-text-bottom {
  position: absolute;
  bottom: 8vw;
  left: 15vw;
}

.pos-text-bottom-2 {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: auto;
}

.triangle-shape {
  filter: "drop-shadow(3px 2px 2px rgba(0, 0, 0, .5))";
}

.transparent-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15vw;
}

@media (min-width: 992px) {
  .hidden-lg-d {
    display: none !important;
  }
}

.max80 {
  height: 80px;
}

.min-height-row {
  min-height: 300px;
}

.line-animate {
  cursor: pointer;
}

.line-animate-line {
  float: right;
  text-align: right;
  border-bottom: 1px solid #646464;
  line-height: 1px;
  margin: 10px 0 30px;
  transition: 1s width;
}

.line-animate span {
  cursor: pointer;
  padding: 0 25px;
  letter-spacing: 1px;
  font-weight: 600;
}

.line-animate-small {
  width: 0%;
}

@media (max-width: 991px) {
  .line-animate-big {
    width: 52%;
  }
  #bubbletext6 {
    left: 0% !important;
  }
}

@media (min-width: 992px) {
  .rojw img {
    max-height: 150px;
  }
  .skincarenav {
    margin-top: -10px !important;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .skincarenav {
    margin-top: -10px !important;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .skincarenav {
    margin-top: -10px !important;
    position: absolute;
    right: 0;
  }
  .line-animate-big {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .line-animate-big {
    width: 72%;
  }
}

@media (max-width: 767px) {
  .skincarenav {
    margin-top: -25px !important;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .spore {
    height: 150px;
  }
}

.hidden-skinstudy-info {
  display: none;
}

.info_person {
  position: relative;
}

.click_info_about {
  cursor: pointer;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  transition: linear 0.3s;
}

.click_info_about:hover {
  opacity: 0.75 !important;
}

.selected_info:hover {
  opacity: 1 !important;
}

.uppercase {
  text-transform: uppercase;
}

.selectedclass {
  color: #a0ca34 !important;
}

.unclickable {
  color: #dad9d9;
}

.morestories {
  z-index: 999;
  position: absolute;
  transition: 1s left;
}

@media (min-width: 1500px) {
  .c-videoplayer {
    padding-bottom: initial !important;
  }
}

.readmoretext {
  transition: 1s opacity;
}

.inactive-readmore {
  display: none;
  opacity: 0;
}

.active-readmore {
  display: block;
  opacity: 1;
}

.unclickable {
  color: #dad9d9;
}

.givingback {
  position: absolute;
  top: 240px;
  right: 30px;
  width: 530px;
  padding: 35px;
}

@media (min-width: 1500px) {
  .givingback {
    top: 260px;
    right: 30px;
    width: 599px;
    padding: 35px;
  }
}

@media (max-width: 1199px) {
  .givingback {
    top: 135px;
    right: 30px;
    width: 500px;
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .givingback {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 20px 15px 30px 15px;
  }
  .desktop-subnav {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.zz-close {
  position: absolute;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 12px;
  top: 10px;
  right: 10px;
}

.zz-close:hover {
  color: #fff;
  opacity: 0.8;
}

#weightcontrol a {
  color: #440099;
}

@media (max-width: 1199px) {
  .readmorefit .title-awesome {
    font-size: 17px;
  }
  .readmorefit .title-awesome br {
    display: none;
  }
}

.product-details .col-md-4 {
  padding: 20px 0px 0px 20px;
}

.line-h-20 {
  line-height: 20px;
}

.ares.tp-bullets {
  z-index: 1000 !important;
}

.tp-bullet:hover,
.tp-bullet.selected {
  background: #440099 !important;
}

li.chbGreen,
li.chbBlue,
li.chbBlack {
  position: relative;
  list-style-type: none;
  padding: 20px 0 20px 10px;
}

li.chbGreen:before {
  background-image: url(https://cdn.zinzino.com/images/zz-chb-green.png) !important;
}

li.chbBlue:before {
  background-image: url(https://cdn.zinzino.com/images/zz-chb-blue.png) !important;
}

li.chbBlack:before {
  background-image: url(https://cdn.zinzino.com/images/zz-chb-black.png) !important;
}

li.chbGreen:before,
li.chbBlue:before,
li.chbBlack:before {
  position: absolute;
  top: 4px;
  left: -30px;
  content: " ";
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  margin: 2px;
}

@media (max-width: 768px) {
  .pos-text-bottom {
    line-height: 0.4em;
  }
  .blackcar {
    background-size: 80% auto;
    height: calc(50vh - 33px);
  }
  .blackcar .size44 {
    font-size: 4vw;
  }
  .mobilebubbleheight {
    height: calc(50vh - 33px) !important;
  }
  #immunesystemtext {
    padding-left: 8vw !important;
  }
  .shakehands {
    padding: 0px !important;
  }
}

@media screen and (min-device-width: 20px) and (max-device-width: 428px) and (orientation: portrait) {
  #immunesystemtext {
    padding-top: 15vw;
  }
}

.addpadd-topbtm {
  padding: 15px 0px 15px 0px;
}

#immunesystemtext {
  text-align: left;
  padding-left: 15vw;
  margin: auto;
}

@media (min-width: 769px) {
  .breakline {
    display: block;
  }
}

@media (max-width: 768px) {
  .breakline {
    line-height: initial;
  }
}

@media (min-width: 769px) {
  .pos-text-bottom {
    line-height: 1em;
  }
}

@media (max-width: 991px) and (min-width: 770px) {
  .bubblemedium {
    height: calc(50vh - 66px);
  }
}

.min-height300 {
  min-height: 300px;
}

.fix-wide-row {
  padding: 0px 10px;
}

.smarrow-right {
  margin-left: 8px;
  position: absolute;
  line-height: 35px;
  zoom: 0.8;
}

.imp-colorblack {
  color: black !important;
}

@media (max-width: 700px) {
  .mobilecenterarrow {
    margin-top: 5px;
  }
  #partnertab {
    text-align: center;
  }
  #customertab {
    text-align: center;
  }
}

@media (min-width: 701px) {
  #partnertab {
    text-align: left;
  }
  #customertab {
    text-align: left;
  }
}

.info-hidden-text {
  width: 100%;
}

.info-hidden-text-2 {
  width: 100%;
}

.size32locked {
  font-size: 32px;
}

.size20locked {
  font-size: 20px;
  line-height: 1.2em;
}

#partnertab {
  height: 55px;
  line-height: 55px;
}

#customertab {
  height: 55px;
  line-height: 55px;
}

/*NEW CONTENT DESIGN 2017 - end */
.qadiv {
  height: 50px;
}

.qadiv td {
  padding-left: 10px;
}

/*#region Subscription Items Hover-info-boxes*/
#info_overlay {
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 30px 20px 20px 20px;
  margin: 10px;
  opacity: 0;
  position: absolute;
  top: 0px;
  font-size: 1em;
  display: inline-block;
  width: calc(100% - 42px);
  height: calc(100% - 180px);
  color: #fff;
  border: 0px solid #000000;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.75);
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
}

#info_overlay h4 {
  font-weight: bold;
  color: #fff;
}

@media (min-width: 1499px) {
  #info_overlay {
    height: calc(100% - 200px);
  }
}

#info_circle {
  background: #440099;
  text-align: center;
  padding-top: 2px;
  margin: 10px;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #fff;
  font-weight: bold;
}

@media (max-width: 1199px) {
  #info_circle {
    padding-top: 2px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
  }
}

.product-thumbnail:hover #info_overlay {
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.65);
  opacity: 1;
}

.product-thumbnail:hover img.info_underlay {
  opacity: 0.1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

/*#endregion Subscription Items Hover-info-boxes*/
@media (min-width: 768px) {
  .desktop-padd-top {
    padding-top: 20px;
  }
  .meetfoundersblock {
    margin: 9vw 0 17vw 0 !important;
    padding: 0px !important;
  }
}

@media (min-width: 768px) {
  .meetfoundersbigger {
    min-width: 400px !important;
  }
}

.hidden {
  display: none;
}

.premier-front {
  position: relative;
  padding-top: 40vh;
  width: 100vw;
  text-align: center;
}

.premier-front p:first-child {
  font-size: 3.7vw !important;
  font-weight: 700 !important;
  line-height: 0.97em !important;
}

.premier-front p:last-child {
  padding-top: 0.6vw;
  font-size: 1.8vw !important;
}

.premier-front h1 {
  font-size: 11vw !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
  .premier-front {
    float: right;
    padding-top: 10vw;
    padding-right: 5%;
    width: 350px;
  }
  .premier-front p:first-child {
    font-size: 4vw !important;
  }
  .premier-front p:last-child {
    font-size: 2vw !important;
  }
  .premier-front h1 {
    font-size: 11vw !important;
  }
}

@media (max-width: 768px) {
  .premier-front {
    float: right;
    padding-top: 10vw;
    padding-right: 5%;
    width: 350px;
  }
  .premier-front p:first-child {
    font-size: 6vw !important;
  }
  .premier-front p:last-child {
    font-size: 3vw !important;
  }
  .premier-front h1 {
    font-size: 16vw !important;
  }
}

@media (max-width: 499px) {
  .premier-front {
    padding-top: 40px;
    padding-right: 20px;
    width: 180px;
  }
  .premier-front p:first-child {
    font-size: 20px !important;
  }
  .premier-front p:last-child {
    font-size: 10px !important;
  }
  .premier-front h1 {
    font-size: 50px !important;
  }
}

.custfrontHeight1 {
  height: calc(68vh - 33px);
}

.premier-front p a, .premier-front p {
  color: black !important;
}

.premier-front h1 {
  color: #440099 !important;
}

.custfrontHeight2 {
  height: 28.5vw;
  background: #ffffff;
  /* Old browsers */
}

.custfrontHeight2 div {
  padding-left: 8vw;
}

.custfrontHeight2 .size70 {
  font-size: 5vw;
  color: #440099;
}

.custfrontHeight2 .size28 {
  font-size: 2.25vw;
  font-weight: 700;
}

.custfrontHeight2 .size38 {
  font-size: 3vw;
  font-weight: 700;
}

.custfrontHeight2 .size24 {
  font-size: 1.7vw;
  margin-top: 1.2vw !important;
}

.custfrontHeight2 a {
  color: #440099;
}

.custfrontHeight3 {
  height: calc(40vh - 33px);
}

.custfrontHeight3 p span {
  font-size: 4.5vw;
}

.custfrontHeight3 p span:nth-child(2) {
  color: #440099 !important;
}

.custfrontHeight4 .size24 {
  font-size: 1.7vw !important;
  margin-top: 1.2vw !important;
}

.custfrontHeight4 a {
  color: #440099 !important;
}

.custfrontHeight5 {
  padding-left: 3vw;
  height: 28.5vw;
  background-color: #ffffff;
}

.custfrontHeight5 .size24 {
  font-size: 2vw;
}

.custfrontHeight5 .size24 a {
  font-size: 1.7vw;
  color: #440099 !important;
}

.custfrontHeight5 .size24:nth-child(3) {
  margin-top: 1.2vw !important;
}

.custfrontHeight5 .size45 {
  font-size: 3.5vw;
  font-weight: 700 !important;
}

.custfrontHeight6 {
  height: calc(30px + 27vw);
  padding-top: 5.73vw !important;
}

.custfrontHeight6 div:nth-child(2) {
  padding-left: 7vw !important;
}

.custfrontHeight6 div:nth-child(3) {
  width: 100% !important;
  padding-left: 18.2vw !important;
  text-align: left !important;
}

.custfrontHeight6 div:nth-child(3) span {
  float: none !important;
}

.custfrontHeight6 div:nth-child(5) {
  width: 100% !important;
  padding-left: 34.8vw !important;
  text-align: left !important;
  margin-top: -10px;
}

.custfrontHeight6 div:nth-child(5) span {
  float: none !important;
}

.custfrontHeight6 .size38 {
  font-size: 3.5vw;
}

.custfrontHeight6 .size45 {
  font-size: 4.5vw;
  font-weight: 600;
}

.custfrontHeight6 div:nth-child(2) .size50 {
  font-size: 5vw;
}

.custfrontHeight6 div:nth-child(3) .size50 {
  font-size: 3.8vw;
}

.custfrontHeight6 .size70 {
  font-size: 6vw;
  color: #440099 !important;
}

.custfrontHeight7 {
  height: calc(120vh - 66px);
}

.custfrontHeight7 .size50 {
  font-weight: 700;
  font-size: 3.3vw;
}

.custfrontHeight7 .size24 {
  font-size: 2vw;
  font-weight: 600;
}

.custfrontHeight7 .size18 {
  margin-top: 1.2vw !important;
  font-size: 1.7vw;
}

.front-weight-single-product {
  position: relative;
  top: 7.5vw;
  left: 12vw;
  width: 20vw;
}

.front-weight-single-product img {
  width: 100% !important;
}

.partnerfrontHeight1 {
  height: calc(33vw);
}

.partnerfrontHeight1 .size32:first-child {
  font-size: 3.5vw;
}

.partnerfrontHeight1 .size80 {
  font-size: 6.5vw;
}

.partnerfrontHeight1 .size32:last-child {
  font-size: 2.5vw;
}

.partnerfrontHeight1 .size32:last-child a {
  color: #333333;
}

.partnerfrontHeight1 .size32:last-child a:hover {
  color: #222222;
}

.partnerfrontHeight2 {
  padding-top: 4.3vw;
  height: calc(21.5vw);
}

.partnerfrontHeight2 div {
  width: 100% !important;
  text-align: left !important;
}

.partnerfrontHeight2 .size32 {
  font-size: 2.5vw;
  letter-spacing: 0.05vw;
}

.partnerfrontHeight2 .size44 {
  font-size: 3.2vw;
  font-weight: 800;
  letter-spacing: 0.05vw !important;
}

.partnerfrontHeight2 .size70 {
  font-size: 4.5vw;
  letter-spacing: 0.02vw;
}

.partnerfrontHeight2 p:nth-child(1) {
  margin-left: -30vw !important;
  height: 2.3vw;
}

.partnerfrontHeight2 p:nth-child(2) {
  margin-left: -2vw !important;
  height: 1.7vw;
}

.partnerfrontHeight2 .big-box div:nth-child(1) {
  margin-left: 40vw !important;
  margin-top: 2vw;
  height: 2vw;
}

.partnerfrontHeight2 .big-box div:nth-child(2) {
  margin-left: 79vw !important;
  margin-top: 0vw;
  height: 2vw;
}

.partnerfrontHeight2 .big-box div:nth-child(2) .size32 {
  font-size: 2.8vw;
  letter-spacing: 0.05vw;
}

.partnerfrontHeight3 {
  height: calc(100vh - 33px);
}

.partnerfrontHeight4 {
  background-size: auto 90%;
  background-position: bottom right;
  background-color: #f7f7f7;
  background-image: url(https://cdn.zinzino.com/images/zinzinocar.jpg);
  height: calc(86.666vh - 33px);
  width: 100%;
  float: left;
  height: 39vw !important;
}

.partnerfrontHeight4 .size44 {
  font-size: 2.5vw;
  margin-bottom: 0.1em;
  letter-spacing: 0.03em;
}

.partnerfrontHeight4 .size50 {
  font-size: 3vw;
}

.partnerfrontHeight4 p:nth-child(1) {
  margin-left: 4vw !important;
}

.partnerfrontHeight4 p:nth-child(2) {
  margin-left: 6vw !important;
}

.partnerfrontHeight4 p:nth-child(3) {
  margin-left: 13vw !important;
}

.partnerfrontHeight5 {
  height: calc(35vh - 33px);
}

.partnerfrontHeight5 p {
  margin-top: -2px;
}

.partnerfrontHeight5 span:nth-child(1), .partnerfrontHeight5 span:nth-child(3) {
  font-size: 5vw;
}

.partnerfrontHeight5 span:nth-child(2) {
  font-size: 3.7vw;
  font-weight: 500;
}

.custfrontHeight8 {
  height: calc(35vh - 33px);
}

.custfrontHeight8 p {
  margin-top: -2px;
}

.custfrontHeight8 span:nth-child(1), .custfrontHeight8 span:nth-child(3) {
  font-size: 5vw;
}

.custfrontHeight8 span:nth-child(2) {
  font-size: 3.7vw;
  font-weight: 500;
}

.partnerfrontHeight6 {
  height: calc(29.4vw);
}

.partnerfrontHeight6 .size80 {
  font-size: 5vw;
}

.partnerfrontHeight6 .size80 span:nth-child(2) {
  color: #1d68a8 !important;
}

.partnerfrontHeight6 .size90 {
  font-size: 5.85vw;
}

.partnerfrontHeight6 .size28 {
  font-size: 1.75vw;
}

.partnerfrontHeight7 {
  height: calc(45vh - 33px);
}

.partnerfrontHeight7 .size50 {
  font-size: 3.4vw;
  letter-spacing: 0.05vw;
}

.partnerfrontHeight7 .size60 {
  font-size: 3.75vw;
  letter-spacing: 0.05vw !important;
}

.partnerfrontHeight7 .size70 {
  font-size: 4.9vw;
  letter-spacing: 0.02vw;
}

.partnerfrontHeight7 p:nth-child(1) {
  margin-left: -16vw !important;
}

.partnerfrontHeight7 p:nth-child(2) {
  margin-left: -29vw !important;
}

.partnerfrontHeight7 p:nth-child(3) {
  margin-left: -2.5vw !important;
}

.partnerfrontHeight7 p:last-child {
  margin-left: 16vw;
}

.partnerfrontHeight8 {
  height: 70vw;
  padding-left: 48vw;
}

.partnerfrontHeight8 .size90 {
  font-size: 6.5vw;
  text-align: center !important;
}

.partnerfrontHeight8 .size50 {
  font-size: 3.5vw;
  text-align: center !important;
  margin-top: 10vw !important;
  margin-bottom: 0.25vw !important;
}

.shakehands-parallax .size50 {
  margin-top: 46vh !important;
}

.custfrontHeight9 {
  background-position: 60% center;
}

.custfrontHeight9 .front-coffee-text {
  right: 11vw;
  margin-top: 31vh;
  position: relative;
  float: right;
  color: #fff;
}

.custfrontHeight9 .front-coffee-text .size60 {
  font-size: 3vw;
}

.custfrontHeight9 .front-coffee-text .size38 {
  font-size: 2vw;
}

.custfrontHeight9 .front-coffee-text .size24 {
  margin-top: 1.2vw !important;
  font-size: 1.7vw;
}

#weightcontrol .size18 {
  margin-top: 1.2vw !important;
  font-size: 1.7vw;
}

@media (max-width: 991px) {
  .custfrontHeight2 {
    height: 57vw !important;
  }
  .custfrontHeight2 div {
    padding-left: 8vw;
  }
  .custfrontHeight2 .size70 {
    font-size: 11.5vw;
  }
  .custfrontHeight2 .size28 {
    font-size: 5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size38 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size24 {
    font-size: 3vw;
    padding-top: 3vw;
  }
  .custfrontHeight4 .size24 {
    font-size: 3vw !important;
    padding-top: 3vw !important;
  }
  .weight-parallax-text .size50 {
    font-size: 8vw;
  }
  .weight-parallax-text .size24 {
    font-size: 4vw;
  }
  .weight-parallax-text .size24 a {
    font-size: 2.6vw;
  }
  .custfrontHeight5 {
    height: 57vw !important;
  }
  .custfrontHeight5 div {
    padding-left: 8vw;
  }
  .custfrontHeight5 p.size45 {
    font-size: 8vw;
  }
  .custfrontHeight5 p.size24 {
    font-size: 4vw;
  }
  .custfrontHeight5 p.size24 a {
    font-size: 2.6vw;
  }
  .custfrontHeight7 {
    height: 50vw;
  }
  .custfrontHeight7 .size50 {
    font-weight: 700;
    font-size: 4.5vw;
  }
  .custfrontHeight7 .size24 {
    font-size: 2.65vw;
    font-weight: 600;
  }
  .custfrontHeight7 .size18 {
    font-size: 2.5vw;
  }
  .custfrontHeight9 {
    background-position: 60% center;
  }
  .custfrontHeight9 .front-coffee-text {
    left: 50%;
    top: 40%;
    margin-top: 3vh;
    position: relative;
    float: none;
    color: #fff;
  }
  .custfrontHeight9 .front-coffee-text .size60 {
    font-size: 5vw;
  }
  .custfrontHeight9 .front-coffee-text .size38 {
    font-size: 3vw;
  }
  .custfrontHeight9 .front-coffee-text .size24 {
    font-size: 2.5vw;
  }
  #weightcontrol .size24 {
    font-size: 3vw !important;
  }
  #weightcontrol .size50 {
    font-size: 5vw !important;
  }
  #weightcontrol .size18 {
    font-size: 2.5vw;
  }
  .partnerfrontHeight1 .size32:first-child {
    font-size: 6.5vw;
  }
  .partnerfrontHeight1 .size80 {
    font-size: 9.5vw;
  }
  .partnerfrontHeight1 .size32:last-child {
    font-size: 5.5vw;
  }
  .partnerfrontHeight6 {
    height: 57vw !important;
  }
  .partnerfrontHeight6 .size80 {
    font-size: 10vw;
  }
  .partnerfrontHeight6 .size90 {
    font-size: 11.7vw;
  }
  .partnerfrontHeight6 .size28 {
    font-size: 3.5vw;
  }
  .partnerfrontHeight1 {
    height: 57vw !important;
  }
}

@media (max-width: 991px) {
  .custfrontHeight1 {
    height: 60vw;
  }
}

@media (max-width: 768px) {
  .custfrontHeight1 {
    height: 60vw;
  }
  .custfrontHeight2 {
    height: 57vw !important;
    line-height: 3vw !important;
  }
  .custfrontHeight2 div {
    padding-left: 8vw;
  }
  .custfrontHeight2 .small-spacer {
    height: 2vw;
  }
  .custfrontHeight2 .size70 {
    font-size: 11.5vw;
  }
  .custfrontHeight2 .size28 {
    font-size: 5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size38 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size24 {
    font-size: 5vw;
    padding-top: 0vw;
  }
  .custfrontHeight3 {
    height: calc(40vh - 33px);
  }
  .custfrontHeight3 p span {
    font-size: 9vw;
    line-height: 8vw;
  }
  .break-span span {
    display: block;
    margin-bottom: 5px;
  }
  .custfrontHeight4 h2 {
    margin-top: 4vh !important;
  }
  .custfrontHeight4 .size24 {
    font-size: 5vw !important;
    padding-top: 2vw !important;
    display: block;
  }
  .custfrontHeight5 {
    height: calc(60vh - 33px);
  }
  .custfrontHeight5 div {
    padding-left: 8vw;
  }
  .custfrontHeight5 p.size45 {
    font-size: 8vw;
  }
  .custfrontHeight5 p.size24 {
    font-size: 4vw;
  }
  .custfrontHeight5 p.size24 a {
    font-size: 5vw;
  }
  .custfrontHeight6 {
    height: calc(30px + 54vw);
    padding-top: 13.2vw !important;
  }
  .custfrontHeight6 div:nth-child(2) {
    padding-left: 7vw !important;
  }
  .custfrontHeight6 div:nth-child(3) {
    width: 100% !important;
    padding-left: 17.2vw !important;
    text-align: left !important;
  }
  .custfrontHeight6 div:nth-child(3) span {
    float: none !important;
  }
  .custfrontHeight6 div:nth-child(5) {
    width: 100% !important;
    padding-left: 35.5vw !important;
    text-align: left !important;
    margin-top: 0.7vw;
  }
  .custfrontHeight6 div:nth-child(5) span {
    float: none !important;
  }
  .custfrontHeight6 .size38 {
    font-size: 5vw;
  }
  .custfrontHeight6 .size45 {
    font-size: 5vw;
  }
  .custfrontHeight6 .size50 {
    font-size: 8vw;
  }
  .custfrontHeight6 .size70 {
    font-size: 7vw;
  }
  .custfrontHeight6 p.size24 {
    font-size: 4vw;
  }
  .custfrontHeight6 p.size24 a {
    font-size: 5vw;
  }
  .weight-parallax-text .size50 {
    font-size: 8vw;
  }
  .weight-parallax-text .size24 {
    font-size: 4vw;
  }
  .weight-parallax-text .size24 a {
    font-size: 5vw;
  }
  #weightcontrol .size18 {
    margin-top: 1.5vw !important;
    font-size: 5vw;
  }
  .custfrontHeight9 .front-coffee-text .size24 {
    margin-top: 1.5vw !important;
    font-size: 5vw;
  }
  .custfrontHeight7 {
    height: 50vw;
  }
  .custfrontHeight7 h2 {
    position: absolute;
    bottom: 5vw;
    left: 10vw;
  }
  .custfrontHeight7 .size50 {
    font-weight: 700;
    font-size: 6.7vw;
    text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.6);
  }
  .custfrontHeight7 .size24 {
    font-size: 3.9vw;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  }
  .custfrontHeight7 .size18 {
    font-size: 5vw;
    margin-top: 1.5vw !important;
  }
  .partnerfrontHeight1 {
    height: 57vw !important;
  }
  .partnerfrontHeight2 {
    height: calc(33vw);
    padding-top: 8.5vw;
  }
  .partnerfrontHeight3 {
    height: calc(100vh - 33px);
  }
  .partnerfrontHeight5 {
    height: calc(20vh - 33px);
  }
  .partnerfrontHeight5 span:nth-child(1), .partnerfrontHeight5 span:nth-child(3) {
    font-size: 7vw;
  }
  .partnerfrontHeight5 span:nth-child(2) {
    font-size: 5.2vw;
    font-weight: 500;
  }
  .custfrontHeight8 {
    height: calc(20vh - 33px);
  }
  .custfrontHeight8 span:nth-child(1), .custfrontHeight8 span:nth-child(3) {
    font-size: 7vw;
  }
  .custfrontHeight8 span:nth-child(2) {
    font-size: 5.2vw;
    font-weight: 500;
  }
  .partnerfrontHeight6 {
    height: 57vw !important;
  }
  .partnerfrontHeight7 {
    height: calc(45vh - 33px);
  }
  .partnerfrontHeight8 {
    height: calc(120vh - 66px);
  }
}

@media (max-height: 450px) {
  #parallax-1 {
    height: 80vh !important;
  }
  #immunesystemtext {
    padding-left: 4vw !important;
    padding-top: 1vw;
  }
  .custfrontHeight1 {
    height: 60vw;
  }
  .custfrontHeight2 {
    height: 57vw !important;
    line-height: 3vw !important;
  }
  .custfrontHeight2 div {
    padding-left: 8vw;
  }
  .custfrontHeight2 .small-spacer {
    height: 2vw;
  }
  .custfrontHeight2 .size70 {
    font-size: 11.5vw;
  }
  .custfrontHeight2 .size28 {
    font-size: 5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size38 {
    font-size: 6.5vw;
    font-weight: 700;
  }
  .custfrontHeight2 .size24 {
    font-size: 5vw;
    padding-top: 0vw;
  }
  .custfrontHeight3 {
    height: calc(80vh - 33px);
  }
  .custfrontHeight3 p span {
    font-size: 9vw;
    line-height: 8vw;
  }
  .break-span span {
    display: block;
    margin-bottom: 5px;
  }
  .custfrontHeight4 h2 {
    margin-top: 1vh !important;
  }
  .custfrontHeight4 .size24 {
    font-size: 5vw !important;
    padding-top: 2vw !important;
    display: block;
  }
  .custfrontHeight4 img {
    float: right;
    margin-top: -9vh;
  }
  .custfrontHeight5 {
    height: calc(60vh - 33px);
  }
  .custfrontHeight5 div {
    padding-left: 8vw;
  }
  .custfrontHeight5 p.size45 {
    font-size: 8vw;
  }
  .custfrontHeight5 p.size24 {
    font-size: 4vw;
  }
  .custfrontHeight5 p.size24 a {
    font-size: 5vw;
  }
  .custfrontHeight6 {
    height: calc(30px + 47vw);
    padding-top: 13.2vw !important;
  }
  .custfrontHeight6 div:nth-child(2) {
    padding-left: 4vw !important;
  }
  .custfrontHeight6 div:nth-child(3) {
    width: 100% !important;
    padding-left: 14.2vw !important;
    text-align: left !important;
  }
  .custfrontHeight6 div:nth-child(3) span {
    float: none !important;
  }
  .custfrontHeight6 div:nth-child(5) {
    width: 100% !important;
    padding-left: 30.5vw !important;
    text-align: left !important;
    margin-top: 0.7vw;
  }
  .custfrontHeight6 div:nth-child(5) span {
    float: none !important;
  }
  .custfrontHeight6 .size38 {
    font-size: 5vw;
  }
  .custfrontHeight6 .size45 {
    font-size: 5vw;
  }
  .custfrontHeight6 .size50 {
    font-size: 8vw;
  }
  .custfrontHeight6 .size70 {
    font-size: 7vw;
  }
  .custfrontHeight6 p.size24 {
    font-size: 4vw;
  }
  .custfrontHeight6 p.size24 a {
    font-size: 5vw;
  }
  .weight-parallax-text .size50 {
    font-size: 8vw;
  }
  .weight-parallax-text .size24 {
    font-size: 4vw;
  }
  .weight-parallax-text .size24 a {
    font-size: 5vw;
  }
  #weightcontrol .size18 {
    margin-top: 1.5vw !important;
    font-size: 5vw;
  }
  .custfrontHeight9 {
    height: 80vh !important;
  }
  .custfrontHeight9 .front-coffee-text {
    left: 55%;
  }
  .custfrontHeight9 .front-coffee-text .size24 {
    margin-top: 1.5vw !important;
    font-size: 5vw;
  }
  .custfrontHeight7 {
    height: 50vw;
  }
  .custfrontHeight7 h2 {
    position: absolute;
    bottom: 5vw;
    left: 10vw;
  }
  .custfrontHeight7 .size50 {
    font-weight: 700;
    font-size: 6.7vw;
    text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.6);
  }
  .custfrontHeight7 .size24 {
    font-size: 3.9vw;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  }
  .custfrontHeight7 .size18 {
    font-size: 5vw;
    margin-top: 1.5vw !important;
  }
  .partnerfrontHeight1 {
    height: 57vw !important;
  }
  .partnerfrontHeight2 {
    height: calc(33vw);
    padding-top: 8.5vw;
  }
  .partnerfrontHeight3 {
    height: calc(100vh - 33px);
  }
  .partnerfrontHeight5 {
    height: calc(45vh - 33px);
  }
  .partnerfrontHeight5 span:nth-child(1), .partnerfrontHeight5 span:nth-child(3) {
    font-size: 7vw;
  }
  .partnerfrontHeight5 span:nth-child(2) {
    font-size: 5.2vw;
    font-weight: 500;
  }
  .custfrontHeight8 {
    height: calc(50vh - 33px);
  }
  .custfrontHeight8 span:nth-child(1), .custfrontHeight8 span:nth-child(3) {
    font-size: 7vw;
  }
  .custfrontHeight8 span:nth-child(2) {
    font-size: 5.2vw;
    font-weight: 500;
  }
  .partnerfrontHeight6 {
    height: 57vw !important;
  }
  .partnerfrontHeight7 {
    height: calc(70vh - 33px);
  }
  .partnerfrontHeight8 {
    height: calc(120vh - 66px);
  }
}

.privacy-settings-button {
  position: relative;
  top: 60px;
  float: right;
  margin-top: 4px;
}

@media (max-width: 990px) {
  .privacy-settings-button {
    position: absolute;
    top: 100px;
    left: -20vw;
    float: none;
  }
}

@media (max-width: 769px) {
  .privacy-settings-button {
    position: absolute;
    bottom: 0px;
    left: -40px;
    float: none;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
  }
}

.threeadds {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 370px;
  border-top: 1px solid #fff;
  background: #ffffff;
}

.threeadds .thirdadd {
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: auto 80%;
}

.threeadds .firstadd {
  background-repeat: no-repeat;
  background-position: 0% 55%;
  background-size: auto 70%;
}

.threeadds {
  border-bottom: 25px solid #472784;
}

.threeadds:after {
  padding-bottom: 49px;
  width: 100%;
  border-bottom: 10px solid #c9dd94;
}

.weight-parallax-text .size50 {
  font-size: 3.5vw;
  font-weight: 700 !important;
}

.weight-parallax-text .size24 {
  font-size: 2vw;
}

.weight-parallax-text .size24 a {
  font-size: 1.7vw;
  color: #440099 !important;
}

.custfrontHeight6 {
  border-bottom: 30px solid #440099;
  box-shadow: 0 10px 0 0 #c9dd94;
}

.partnerfrontHeight7 {
  border-bottom: 30px solid #1d68a8;
  box-shadow: 0 10px 0 0 #84a1ba;
}

.padding-top-20 {
  padding-top: 20px;
}

.thisworks span {
  margin-right: 0.8vw;
}

@media (max-width: 991px) {
  .partnerfrontHeight8 {
    height: 70vw;
    padding-left: 38vw;
    padding-top: 12vw;
  }
  .partnerfrontHeight8 .size90 {
    font-size: 11vw;
    text-align: center !important;
  }
  .partnerfrontHeight8 .size50 {
    font-size: 5.5vw;
    text-align: center !important;
    margin-top: 10vw !important;
    margin-bottom: 0.25vw !important;
  }
}

.adventurewindow h2 span, .adventurewindow p {
  text-transform: uppercase;
}

.adventurewindow p {
  font-size: 2.4vw;
}

.big-box-margin {
  margin-top: -30px;
  margin-top: -2vw;
}

.bgcolorlighterblue .no-bullets li .m-left-10 {
  float: left;
}

/*#region Front-page Parallax*/
.parallax__group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 70vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.parallax__layer {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 1;
}

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}

.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}

.parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}

#group4 {
  z-index: 2;
  /* slide under group 3 and 5 */
}

#group4 .parallax__layer--back {
  background: #b8df65;
  background-image: url(https://cdn.zinzino.com/images/front-customer-premier.jpg);
}

#group3 {
  z-index: 4;
  /* slide over group 2 and 4 */
}

#group3 .parallax__layer--base {
  background-image: url(https://cdn.zinzino.com/images/front-customer-premier.jpg);
}

/*#endregion Front-page Parallax*/
.bgcolorlighterblue .no-bullets li .m-left-10 {
  float: left;
}

.financialblock {
  margin: 2.2vw 0 3vw 0 !important;
  padding: 0px !important;
}

.fatblock {
  padding: 40px 30px !important;
}

.stuck > .stuckoffset {
  position: fixed;
  top: 410px;
}

.body-margin > .stuck > .stuckoffset {
  position: fixed;
  top: 116px;
}

/*#region Hildes kommentarer 20170509*/
img[src="https://cdn.zinzino.com/images/Timeline-2010.png"] {
  width: 130% !important;
  float: right !important;
}

img[src="https://cdn.zinzino.com/images/Timeline-2012.png"] {
  position: relative;
  width: 120% !important;
  float: right !important;
  top: -23px;
}

img[src="https://cdn.zinzino.com/images/Timeline-2014.png"] {
  width: 125% !important;
  float: right !important;
}

img[src="https://cdn.zinzino.com/images/Timeline-2015.png"] {
  width: 125% !important;
  float: right !important;
}

.cutbggreen.smallergreen {
  background: repeating-linear-gradient(to right, #eae6e3, #eae6e3 60%, #ffffff 40%, #ffffff 100%);
}

@media (max-width: 768px) {
  img[src="https://cdn.zinzino.com/images/Timeline-2010.png"] {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  img[src="https://cdn.zinzino.com/images/Timeline-2012.png"] {
    width: 100% !important;
    position: relative;
    top: 0;
  }
  img[src="https://cdn.zinzino.com/images/Timeline-2014.png"] {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  img[src="https://cdn.zinzino.com/images/Timeline-2015.png"] {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  .cutbggreen.smallergreen {
    background: #9cc11e;
  }
}

.mobilePushDown60 > h1.size24 {
  margin-bottom: 22px;
}

.shopbannerImmune h3 {
  font-size: calc(23px + 0.8vw) !important;
}

@media (max-width: 768px) {
  .shopbannerImmune h3 {
    font-size: 5.5vw !important;
    text-shadow: 0px 0px 15px white;
  }
}

@media (max-width: 450px) {
  .shopbannerImmune h3 {
    font-size: 7.5vw !important;
  }
}

/*#endregion Hildes kommentarer 20170509*/
.TextShadow_black {
  text-shadow: 0px 0px 15px black;
}

.productphilpic-size {
  margin: 7vw 0 5vw 0 !important;
}

@media (min-width: 768px) {
  .productphilpic-size {
    height: 350px;
  }
}

.greylink a {
  color: #29692a !important;
}

.greylink a:active {
  color: #f7f7f7 !important;
}

.greylink a:hover {
  color: #f7f7f7 !important;
}

@media (min-width: 992px) {
  .group-list {
    min-height: 500px;
  }
}

/* ZINZINO APP TABLES BELOW*/
.zinzinapp-table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  position: relative;
}

.zinzinapp-table td img {
  vertical-align: middle;
}

.zinzinapp-table td p {
  vertical-align: middle;
}

.zinzinapp-table tr {
  min-height: 50px;
}

.height80 {
  height: 90px;
}

.height150 {
  height: 150px;
}

/* ZINZINO APP TABLES ABOVE*/
.ipadtestimonial {
  height: 360px;
}

.clearboth {
  clear: both;
}

.mtop6 {
  margin-top: 6px;
}

.compensationlist li {
  float: left;
  width: 100%;
}

.supporttext {
  font-size: 28px;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .lasttesimonial {
    height: 330px !important;
  }
}

.morestories .addpadd {
  height: 100%;
  padding: 30px 20px !important;
}

.readmoretext p:nth-child(4) {
  bottom: 10px;
  position: absolute;
}

.testimoniallast-paragraph {
  /* nothing right now*/
  display: none;
}

.tab-pane div div div span p.testimoniallast-paragraph {
  position: relative;
}

.tab-pane div div hr {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .inactive-beforedisease {
    display: none !important;
    opacity: 0;
  }
  .active-beforedisease {
    display: block !important;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .inactive-beforedisease {
    display: none !important;
    opacity: 0;
  }
  .active-beforedisease {
    display: block !important;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .tdpaddleft {
    padding-left: 20px;
  }
  .beforedisease-mob-1 {
    position: absolute !important;
  }
}

#products-list-num1 .products-list-text {
  background: #9cc11e !important;
}

#products-list-num1 .info-hidden-text .products-list-text-2 {
  background: #e5ebdc !important;
}

#products-list-num1 .info-hidden-text .products-list-text-2 .info-hidden-text-2 .grayout {
  background: #000 !important;
}

.successdemands p {
  margin: 0 !important;
}

@media (min-width: 769px) {
  .successdemands {
    margin: 0px !important;
    height: auto !important;
    min-height: auto !important;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .successdemands {
    margin: 0px !important;
    height: auto !important;
    min-height: auto !important;
    margin-top: auto !important;
  }
  .successdemands p span {
    font-size: 4.2vw !important;
    line-height: 6vw;
  }
}

@media (max-width: 500px) {
  .successdemands p span {
    font-size: 6.2vw !important;
    line-height: 7vw;
  }
}

@media (max-width: 414px) {
  .successdemands p span {
    font-size: 5.2vw !important;
    line-height: 8vw;
  }
}

.successdemands {
  height: auto !important;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .articleTitle-mobile {
    margin: 25vw 0 3vw 0 !important;
  }
}

.height-auto {
  height: auto !important;
}

#closepic {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .haldora-height {
    height: 550px;
  }
}

.parallax-mirror {
  transform: translate3d(0, 0, 0);
}

.relativepos {
  position: relative !important;
}

.text-overflow-center {
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}

/* Testimonials - create higher boxes for middle width range */
@media (min-width: 768px) and (max-width: 1199px) {
  .dutch-height {
    height: 650px !important;
  }
  .dutch-height0 {
    height: 330px !important;
  }
  .dutch-height01 {
    height: 360px !important;
  }
  .dutch-height1 {
    height: 400px !important;
  }
  .dutch-height2 {
    height: 460px !important;
  }
  .dutch-height3 {
    height: 520px !important;
  }
  .dutch-height4 {
    height: 590px !important;
  }
}

@media (min-width: 1200px) {
  .dutch-height {
    height: 550px !important;
  }
  .dutch-height0 {
    height: 230px !important;
  }
  .dutch-height01 {
    height: 260px !important;
  }
  .dutch-height1 {
    height: 300px !important;
  }
  .dutch-height2 {
    height: 360px !important;
  }
  .dutch-height3 {
    height: 420px !important;
  }
  .dutch-height4 {
    height: 490px !important;
  }
}

#backmore2 {
  height: 100%;
  text-align: right;
  float: left;
  display: inline-block;
}

#readmore2 {
  height: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

#backmore1 {
  height: 100%;
  text-align: right;
  float: left;
  display: inline-block;
}

#readmore1 {
  height: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

@media (min-width: 701px) {
  #backmore2 {
    width: 39%;
  }
  #readmore2 {
    width: 61%;
  }
  #backmore1 {
    width: 39%;
  }
  #readmore1 {
    width: 61%;
  }
}

@media (min-width: 461px) and (max-width: 700px) {
  #backmore2 {
    width: 30%;
  }
  #readmore2 {
    width: 70%;
  }
  #backmore1 {
    width: 30%;
  }
  #readmore1 {
    width: 70%;
  }
}

@media (max-width: 460px) {
  #backmore2 {
    width: 20%;
  }
  #readmore2 {
    width: 80%;
  }
  #backmore1 {
    width: 20%;
  }
  #readmore1 {
    width: 80%;
  }
}

.movetop {
  padding-top: 1px;
}

.room {
  background: #e6f4f7;
  float: right;
  width: 80px;
  margin-top: -20px;
  height: 40px;
}

.skinstudy-show:hover {
  cursor: pointer;
}

@media (max-width: 600px) {
  .margindesktop {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
  }
}

@media (min-width: 601px) {
  .floatleftdesktop {
    float: left;
  }
  .margindesktop {
    margin-left: 40px;
    float: left;
  }
}

/* BELOW  IS FOR THE FRONTPAGE - the safari parallax */
@Media (min-width:992px) {
  #parallax-1 {
    height: 100vh;
  }
  .bg1after {
    height: 100vh;
    transform: translateZ(-4px) scale(3);
    background-position-y: -50px;
    background-size: cover;
  }
  .bgImmuneafter {
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    background-position-y: -50px;
    background-size: cover !important;
  }
}

@Media (min-width:992px) and (max-width:1199px) {
  .bg2after {
    height: 70vh;
    background-size: cover;
  }
  .weight-parallax-text {
    margin-left: 12vw;
    margin-top: 18vh;
  }
}

@Media (min-width:1200px) {
  .bg2after {
    height: auto;
    background-position-x: right;
    background-size: cover;
  }
  .weight-parallax-text {
    margin-left: 12vw;
    margin-top: 18vh;
  }
}

@Media (min-width:500px) and (max-width:991px) {
  #parallax-1 {
    height: 50vh;
  }
  .bg1after {
    height: 50vh;
    transform: translateZ(-1px) scale(2);
    background-position-x: 60px;
    background-position-y: -30px;
    background-size: cover;
  }
  .bgImmuneafter {
    height: 50vh;
    transform: translateZ(-1px) scale(2);
    background-position-x: 60px;
    background-position-y: -30px;
    background-size: cover;
  }
  .bg2after {
    height: 50vh;
    background-position-x: right;
    background-position-y: -30px;
    background-size: cover;
  }
  .weight-parallax-text {
    position: absolute;
    margin-left: 5vw;
    margin-top: 5vh;
  }
}

@Media (max-width:499px), (max-height: 450px) {
  #parallax-1 {
    height: 57vw;
  }
  .parallax-viva {
    height: 500px !important;
  }
  .bg1after {
    height: 500px;
    transform: translateZ(-1px) scale(2);
    background-position-x: -0px;
    background-position-y: -100px;
    background-size: cover;
  }
  .bgImmuneafter {
    height: 500px;
    transform: translateZ(0px);
    background-size: 200%;
  }
  .bg2after {
    height: 500px;
    background-position-x: -400px;
    background-position-y: -100px;
    background-size: cover;
  }
  .weight-parallax-text {
    position: absolute;
    margin-left: 5vw;
    margin-top: 5vh;
  }
  .weight-parallax-text .size18 a {
    font-size: 5vw !important;
    color: #440099 !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  }
  .paralax3-hands {
    background-position-x: -200px !important;
    background-position-y: -50px !important;
  }
}

@Media (max-height: 450px) {
  #parallax-1 {
    height: 57vw;
  }
  .bg1after {
    height: auto;
    transform: none;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
  }
  .bgImmuneafter {
    height: auto;
    transform: none;
    background-size: cover;
    background-position: 0 0;
  }
  .bg2after {
    height: auto;
    transform: none;
    background-position-x: 0;
    background-position-y: 0;
    background-size: cover;
  }
  .weight-parallax-text {
    position: absolute;
    margin-left: 5vw;
    margin-top: 5vh;
  }
  .weight-parallax-text .size18 a {
    font-size: 5vw !important;
    color: #440099 !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  }
  .paralax3-hands {
    background-position-x: 0;
    background-position-y: 0;
  }
}

@Media (min-width:500px) {
  .weight-parallax-text {
    position: absolute;
  }
}

.weight-parallax-text .size50 {
  color: #25282d !important;
}

.weight-parallax-text .size24 {
  color: #25282d !important;
}

/* end safari parallax */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .parallaxafter {
    transform: translateZ(0px) !important;
  }
}

.custfrontHeight8 .size60 {
  color: #440099 !important;
}

.front-coffee-text a {
  color: #440099 !important;
}

.partnerfrontHeight6 {
  background: white;
}

@Media (max-width:499px) {
  .nopaddright .title-awesome span {
    padding-right: 0px !important;
  }
  .shoptitle {
    color: #fff !important;
    text-shadow: 2px 2px 2px #484848 !important;
  }
  .blueboxheader {
    padding: 20px;
  }
}

.col-md-8 .head_custom {
  font-size: 18px !important;
  line-height: initial !important;
}

.greenborder {
  border-color: green;
  border-style: solid;
  border-width: 2px;
}

.redborder {
  border-style: dashed;
  border-color: red;
  border-width: 2px;
}

.cartmenu .stuck #stickeo {
  position: static !important;
}

.Phone-no a {
  color: white;
}

.box-topgun {
  position: relative;
  height: 600px;
}

.box-topgun2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: white;
  overflow: hidden;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .contain-topgun {
    height: 600px;
  }
  .transparent-box {
    padding-right: 40px;
    padding-left: 40px;
  }
  .middle-topgun {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .center-mobile {
    text-align: center;
  }
  .middle-topgun {
    margin: 10px 0px;
  }
  .silvertitle {
    font-size: 25px !important;
  }
}

.contain-topgun {
  padding: 0px;
  width: 100%;
  overflow: hidden;
}

.transparent-box {
  height: 100%;
  color: white;
  overflow: hidden;
  text-align: center;
}

.innerbox-transparent {
  padding: 30px 10px;
}

.topgun-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 3;
  font-size: 1.6em;
  margin-top: 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.end-spacer {
  padding: 60px;
  clear: both;
}

.Ordertitles {
  line-height: 40px;
  height: 40px;
}

.Ordertitles div {
  padding-bottom: 10px;
  vertical-align: middle;
}

.editbutton-order {
  background-color: #337ab7;
  padding: 4px;
  color: white;
  border-radius: 2px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1079px) {
  .marginbottommobile div {
    margin-bottom: 5px;
  }
}

#Ordertitles td, th {
  padding: 8px 0px;
  text-align: center;
}

#Ordertitles th {
  font-weight: 200;
  vertical-align: top;
}

/* SHOP header below*/
.weight-shopheader h3 {
  text-shadow: 1px 2px 1px #484a42;
  color: white;
}

.weight-shopheader p {
  text-shadow: 1px 2px 2px #839057, 0px -1px 2px #bfbfbf;
}

/* SHOP header Above*/
.cj-tab {
  padding: 10px 20px;
  float: left;
  overflow: hidden;
  min-width: 100px;
  background: white;
  border-radius: 7px 7px 0px 0px;
  text-align: center;
  margin-right: 5px;
}

.cj-content {
  background: white;
  float: left;
  width: 100%;
  border-radius: 5px;
}

.cjtab-inactive {
  box-shadow: none;
}

.cjtab-active {
  box-shadow: 0px -1px 5px #bbb;
  background: white !important;
}

#showloginuser {
  cursor: pointer;
}

#showregisteruser {
  cursor: pointer;
}

/* SHOP header Above*/
.secondHeaderMenu {
  position: absolute;
  width: 100%;
  top: -200px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 )";
  /* IE6-9 */
  z-index: 9;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.25);
  padding-bottom: 25px;
}

.secondHeaderMenu .secondHeaderMenuItems {
  font-size: 13px;
  margin: 15px 7vw 5px 7vw;
  color: #666;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton a {
  color: #585858 !important;
  display: block;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton a.activemenuItem {
  color: #440099 !important;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton span {
  font-size: 16px;
  color: #440099;
  padding-right: 5px;
  width: 30px;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton:active {
  background-color: #440099;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton:active span {
  color: #fff;
}

.secondHeaderMenu .secondHeaderMenuItems .accountMenuButton a:active {
  color: #fff !important;
}

@media (max-width: 991px) {
  .cd-main-header.customer-my-account {
    padding-top: 50px;
  }
  .cd-main-content.customer-my-account {
    padding-top: 140px;
  }
}

.secondHeaderMenu.closedMyAccountMenu {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.secondHeaderMenu:after {
  position: absolute;
  bottom: 0px;
  display: block;
  content: '';
  width: 100%;
  height: 14px;
  background: #fff;
}

.secondHeaderMenu:before {
  position: absolute;
  bottom: -18px;
  left: calc(50vw - 23px);
  display: block;
  text-align: center;
  content: '';
  width: 46px;
  height: 23px;
  border-radius: 0 0 23px 23px;
  background: white;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.25);
}

#kundo_button_container {
  width: 300px;
  height: auto;
  margin: 0;
  position: fixed;
  top: 250px;
  left: -137px;
  z-index: 1028 !important;
  transform: rotate(-90deg);
  text-align: center;
}

#kundo_button_container a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  z-index: 99998;
  width: auto;
  background: #fff;
  padding: 6px 15px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.75;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  border-radius: 3px;
}

#kundo_button_container a span {
  font-size: 12px;
  font-weight: 300;
}

#kundo_button_container a:hover {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.45);
  opacity: 1;
}

.copyVideoLink {
  visibility: visible !important;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  padding-right: 15px;
  padding-left: 25px !important;
  margin-bottom: 5px;
}

.copyVideoLink a {
  color: #555;
}

.copyVideoLink a:after {
  width: 22px;
  content: " ";
  background: url(https://cdn.zinzino.com/images/copy_link.png) no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
}

.copyVideoLink a:before {
  transition: all .7s linear;
  width: 50px;
  content: "Copied!";
  position: absolute;
  top: -30px;
  left: 30px;
  height: 22px;
  font-size: 11px;
  color: #fff;
  padding: 2px;
  text-align: center;
  border-radius: 4px;
  background-color: #440099;
  opacity: 0;
}

.copyVideoLink a.linkCopied:before {
  opacity: 1;
  -webkit-box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
  box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
}

.hungarianCssfrontbar {
  height: calc(28vw) !important;
}

.ItemCampaignText {
  position: absolute;
  bottom: 185px;
  color: #fff;
  background-color: red;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  z-index: 0;
  left: calc(50% - 105px);
  width: 210px;
  height: auto;
  padding: 8px 5px;
  -webkit-box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
  box-shadow: 4px 4px 14px -2px rgba(0, 0, 0, 0.36);
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255, 48, 25, 0.8) 0%, #cf0404 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 48, 25, 0.8) 0%, #cf0404 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 48, 25, 0.8) 0%, #cf0404 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ff3019', endColorstr='#cf0404',GradientType=0 )";
  /* IE6-9 */
}

.ItemCampaignText.CampaignSingle {
  bottom: -30px;
}

@media (max-width: 767px) {
  .ItemCampaignText.CampaignSingle {
    top: -40px;
    left: 15px;
  }
  .mobile-center-button {
    float: none !important;
    display: block;
    margin: auto;
  }
  .mobile-space-divider {
    height: 10px;
    width: 100%;
    display: block;
  }
}

.CampaignSignUp {
  color: #440099;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(10px + 1vw);
}

@media (max-width: 991px) {
  #kundo_button_container {
    display: none;
  }
  #kundo-chat-widget {
    height: 0 !important;
    opacity: 0 !important;
  }
}

#news .modal-content {
  background-color: #fff !important;
  border-radius: 3px;
  border: none;
}

#news .modal-header {
  border-bottom: none;
}

#news .modal-header h3 {
  color: #000;
  font-weight: 300;
  font-size: 26px;
}

#news .modal-header .close {
  font-size: 34px;
  font-weight: 800;
}

#news .modal-body img {
  max-width: 100%;
  height: auto !important;
}

.avatar-large {
  height: 230px;
  width: 230px;
  background-image: url("https://cdn.zinzino.com/images/no-profile-site.png");
  background-size: 230px 230px;
  border: 1px solid gray;
}

.avatar-small {
  height: 70px;
  width: 70px;
  background-image: url("https://cdn.zinzino.com/images/no-profile-site.png");
  background-size: 100px 100px;
  border: 1px solid gray;
}

.avatar-tiny {
  height: 35px;
  width: 35px;
  background-image: url("https://cdn.zinzino.com/images/no-profile-tree.png");
  background-size: 35px 35px;
  border: 1px solid gray;
}

/*#region CMS-glass buttons*/
.glassbutton {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  background-color: green;
  /*for compatibility with older browsers*/
  background-image: linear-gradient(#92c800, #92c800);
  height: 50px;
  width: 100%;
  /* text styles */
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0px 1px 4px -2px #333;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-shadow: 4px 5px 11px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.glassbutton .smaller {
  font-size: 11px;
  line-height: 12px;
}

.glassbutton #dockmenutext {
  display: block;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  position: absolute;
  left: 55px;
  top: 18px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.glassbutton span, .glassbutton i {
  color: #fff;
  font-size: 20px;
  top: 0;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

@media (max-width: 991px) {
  .glassbutton.partnerInfoButton {
    padding: 5px 5px;
    height: 50px;
    width: 50px;
    /* text styles */
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    text-transform: uppercase;
  }
  .glassbutton.partnerInfoButton #dockmenutext {
    display: none;
  }
  .glassbutton.partnerInfoButton span, .glassbutton.partnerInfoButton i {
    color: #fff;
    font-size: 22px;
    top: 5px;
    left: 0px;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
  }
}

@media (max-width: 767px) {
  .glassbutton.partnerInfoButton {
    padding: 5px 5px;
    height: 30px;
    width: 30px;
    /* text styles */
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    text-transform: uppercase;
  }
  .glassbutton.partnerInfoButton #dockmenutext {
    display: none;
  }
  .glassbutton.partnerInfoButton span, .glassbutton.partnerInfoButton i {
    color: #fff;
    font-size: 15px;
    top: 0px;
    left: -5px;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
  }
}

.glassbutton:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
}

.glassbutton.hoverstate:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
}

.glassbutton.hoverstate {
  background-image: linear-gradient(#92c800, #baff00);
  color: #444;
  font-size: 15px;
  padding: 5px 5px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
  text-shadow: 8px 11px 11px rgba(0, 0, 0, 0.2);
}

.glassbutton.hoverstate span, .glassbutton.hoverstate i {
  color: #fff;
  font-size: 35px;
  top: 6px;
}

.glassbutton.webContent {
  background-color: green;
  /*for compatibility with older browsers*/
  background-image: linear-gradient(#007ac8, #007ac8);
}

.glassbutton.webContent:hover {
  background-image: linear-gradient(#007ac8, #00d8ff);
}

.glassbutton.miscSettings {
  background-color: green;
  /*for compatibility with older browsers*/
  background-image: linear-gradient(#e6a200, #e6a200);
}

.glassbutton.miscSettings:hover {
  background-image: linear-gradient(#e6a200, #ffea00);
}

.glassbutton.smaller {
  font-size: 10px;
  line-height: 14px;
}

@media (min-width: 992px) {
  .dockmenu {
    position: fixed;
    top: 130px;
    left: 0px;
    display: block;
    transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -webkit-transition: ease-out .2s;
  }
  .dockmenu div {
    clear: both;
    height: 30px !important;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    -webkit-transition: ease-out .4s;
  }
  .dockmenu div .glassbutton {
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    padding: 6px;
    transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    -webkit-transition: ease-out .4s;
    display: block;
  }
  .dockmenu div .glassbutton span, .dockmenu div .glassbutton i {
    font-size: 16px;
    color: #fff;
    top: 0px;
  }
  .dockmenu div .glassbutton #dockmenutext {
    display: none;
  }
  .dockmenu div .glassbutton .mdi {
    font-size: 19px;
    margin-top: -8px;
    margin-left: -9px;
  }
  .dockmenu div .glassbutton.hoverstate {
    left: 5px;
    top: -9px;
    height: 50px;
    width: 230px;
    padding: 8px 6px;
    text-align: left;
  }
  .dockmenu div .glassbutton.hoverstate span, .dockmenu div .glassbutton.hoverstate i {
    font-size: 32px;
    color: #fff;
  }
  .dockmenu div .glassbutton.hoverstate #dockmenutext {
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    position: absolute;
    left: 55px;
    top: 13px;
    width: 150px;
    text-align: left;
    color: #fff;
    font-size: 13px;
  }
  .dockmenu div .glassbutton.hoverstate .mdi {
    margin-left: -5px;
    margin-top: -5px;
  }
  .dockmenu div .glassbutton.webContent {
    background-color: green;
    /*for compatibility with older browsers*/
    background-image: linear-gradient(#007ac8, #007ac8);
  }
  .dockmenu div .glassbutton.webContent:hover {
    background-image: linear-gradient(#007ac8, #00d8ff);
  }
  .dockmenu div .glassbutton.miscSettings {
    background-color: green;
    /*for compatibility with older browsers*/
    background-image: linear-gradient(#e6a200, #e6a200);
  }
  .dockmenu div .glassbutton.miscSettings:hover {
    background-image: linear-gradient(#e6a200, #ffea00);
  }
  .accountMiniMenu {
    height: 30px !important;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    transition: ease-out .4s;
    -moz-transition: ease-out .4s;
    -webkit-transition: ease-out .4s;
  }
  .accountMiniMenu .glassbutton {
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    padding: 6px;
    display: block;
  }
  .accountMiniMenu .glassbutton span, .accountMiniMenu .glassbutton i {
    font-size: 16px;
    color: #fff;
    top: 0px;
  }
  .accountMiniMenu .glassbutton #dockmenutext {
    display: none;
  }
  .accountMiniMenu .glassbutton .mdi {
    font-size: 19px;
    margin-top: -6px;
    margin-left: -9px;
  }
  .accountMiniMenu .glassbutton.hoverstate {
    left: -5px;
    top: -9px;
    height: 40px;
    width: 40px;
    padding: 8px 6px;
    text-align: left;
  }
  .accountMiniMenu .glassbutton.hoverstate span, .accountMiniMenu .glassbutton.hoverstate i {
    font-size: 27px;
    color: #fff;
  }
  .accountMiniMenu .glassbutton.hoverstate #dockmenutext {
    display: block;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    position: absolute;
    top: 53px;
    width: initial !important;
    text-align: left;
    color: #333;
    font-size: 13px;
    left: 0px;
    z-index: 999;
  }
  .accountMiniMenu .glassbutton.hoverstate .mdi {
    margin-left: -8px;
    margin-top: -4px;
  }
  .accountMiniMenu .unfinishedProfile {
    background: #f3c5bd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 );
    /* IE6-9 */
  }
  .accountMiniMenu .glassbutton.webContent {
    background-color: green;
    /*for compatibility with older browsers*/
    background-image: linear-gradient(#007ac8, #007ac8);
  }
  .accountMiniMenu .glassbutton.webContent:hover {
    background-image: linear-gradient(#007ac8, #00d8ff);
  }
  .accountMiniMenu .glassbutton.miscSettings {
    background-color: green;
    /*for compatibility with older browsers*/
    background-image: linear-gradient(#e6a200, #e6a200);
  }
  .accountMiniMenu .glassbutton.miscSettings:hover {
    background-image: linear-gradient(#e6a200, #ffea00);
  }
  .dockmenu .dockmenuheader {
    margin-bottom: 5px !important;
    height: 0px !important;
    padding: 15px 11px 0px;
    clear: both;
    font-weight: 600;
  }
}

@media (min-width: 992px) and (max-height: 770px) {
  .dockmenu div {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-height: 700px) {
  .dockmenu {
    top: 105px;
    left: -7px;
  }
  .dockmenu div {
    margin-bottom: 1px;
  }
}

.activeQuickMenu {
  background-image: none !important;
  background: linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 50%, #ebebeb 51%, #fcfcfc 100%) !important;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.6) !important;
  -moz-box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0px 0px 11px 0px white !important;
  border: 1px solid #fff;
}

.activeQuickMenu span {
  color: #007ac8 !important;
  margin-top: -1px !important;
  margin-left: 0px !important;
}

.activeQuickMenu span.mdi {
  margin-top: -3px !important;
  margin-left: -10px !important;
}

.activeQuickMenu div#dockmenutext {
  color: #333 !important;
}

.activeQuickMenu:hover span {
  margin-top: -2px !important;
  margin-left: 2px !important;
}

.activeQuickMenu:hover span.mdi {
  margin-top: 3px !important;
  margin-left: -7px !important;
}

.accountMiniMenu .activeQuickMenu {
  -webkit-box-shadow: 0px 4px 11px 0px black !important;
  -moz-box-shadow: 0px 4px 11px 0px black !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3) !important;
  border: 0px solid green;
}

.accountMiniMenu .activeQuickMenu span {
  color: #92c800 !important;
}

.accountMiniMenu .activeQuickMenu.unfinishedProfile span {
  color: #ea2803 !important;
}

@media (max-width: 677px) {
  .glassbutton.activeQuickMenu, .glassbutton.hoverstate {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  }
  .glassbutton.activeQuickMenu span, .glassbutton.activeQuickMenu i, .glassbutton.hoverstate span, .glassbutton.hoverstate i {
    font-size: 20px !important;
    top: 2px !important;
    left: 1px !important;
    margin-top: -3px !important;
    margin-left: -10px !important;
  }
  .activeQuickMenu:hover span.mdi {
    margin-top: -3px !important;
    margin-left: -10px !important;
  }
}

/*#endregion CMS-glass buttons*/
.blinkingText {
  color: #b63f3f !important;
  transition: 1s color;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 769px) {
  .ItemListMobileShow {
    display: block !important;
  }
}

#reusablemenuhere {
  display: none;
  padding: 0;
  margin-bottom: 70px;
  background: #e8e8e8;
}

#reusablemenuhere:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-top: solid 50px #e8e8e8;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}

@media (max-width: 479px) {
  .mobilesliderfitimage {
    width: 150vw !important;
    height: 100vw !important;
  }
  .weightgirl {
    padding-top: 0px;
  }
}

@media (min-width: 500px) {
  .weightgirl {
    padding-top: 30px;
  }
}

.joinour {
  font-weight: 300 !important;
  letter-spacing: 2px !important;
}

.joinhealhc {
  font-weight: 700 !important;
}

#profile-bar {
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.buttonslider {
  margin: auto !important;
  width: 90px !important;
  height: initial !important;
  opacity: 0.8;
}

@media (min-width: 1300px) {
  .orjanslide {
    background-position: center bottom !important;
  }
}

.formMargin {
  margin-bottom: 15px;
}

#optimizeimmune .size60 {
  color: white !important;
}

#optimizeimmune .size24 {
  color: white !important;
}

.blancewidth3 {
  width: 23vw !important;
  height: auto !important;
}

.blancewidth {
  max-width: 200px !important;
  width: 17vw !important;
  height: auto !important;
}

.blancewidth2 {
  width: 27vw !important;
  height: auto !important;
}

.weightboldwow {
  font-weight: 700 !important;
}

.weightboldwows span {
  font-weight: 600 !important;
}

.linkisblue {
  color: #337ab7 !important;
}

.fintlitenbildds {
  left: -200px !important;
}

.fintlitenbfirst {
  width: 1580px;
  position: absolute;
  margin-top: -200px !important;
  margin-left: -700px !important;
}

.fixalignbtn {
  /*padding: initial !important;
    padding-top: 17px !important;*/
  padding: initial !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

#details-tab {
  padding: 3px;
}

@media (min-width: 1500px) {
  .dotmaster-lg {
    display: block;
  }
  .dotmaster-md {
    display: none;
  }
  .dotmaster-sm {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .dotmaster-lg {
    display: none;
  }
  .dotmaster-md {
    display: block;
  }
  .dotmaster-sm {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .dotmaster-lg {
    display: none;
  }
  .dotmaster-md {
    display: none;
  }
  .dotmaster-sm {
    display: block;
  }
}

@media (max-width: 990px) {
  .dotmaster-lg {
    display: block;
  }
  .dotmaster-md {
    display: none;
  }
  .dotmaster-sm {
    display: none;
  }
}

.dotmaster-lg {
  padding-right: 0em !important;
}

.dotmaster-md {
  padding-right: 0em !important;
}

.dotmaster-sm {
  padding-right: 0em !important;
}

.outerplayv {
  position: absolute;
  margin-bottom: 20px !important;
  z-index: 999999;
  margin-left: 20px !important;
  bottom: 0 !important;
}

@media (max-width: 767px) and (max-height: 340px) {
  #rev_slider_zz ul li:first-child .rs-parallaxlevel-tobggroup {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-device-width: 20px) and (max-device-width: 991px) and (orientation: landscape) {
  #rev_slider_zz ul li:first-child .rs-parallaxlevel-tobggroup {
    margin-bottom: 50px !important;
  }
}

.alllinks {
  display: none;
}

.backLink, .backLink:active, .backLink:focus {
  color: #717171;
  font-weight: 600;
  display: block;
  line-height: 20px;
}

.backLink:hover {
  color: #25282d;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: .75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}

.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: .5;
  top: .3em;
}

.input-group .has-float-label {
  display: table-cell;
}

.input-group .has-float-label .form-control {
  border-radius: .25rem;
}

.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}

.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.checkoutPosition {
  text-align: center;
  padding-bottom: 25px;
  font-size: 13px;
  font-weight: 600;
}

.positionActive {
  border-bottom: 1px solid #1b2125;
}

.positionInactive {
  color: #d3d8dc;
  border-bottom: 1px solid #d4d9dd;
}

.positionInactive a {
  color: #d3d8dc;
}

.positionInactive a:hover {
  color: #333333;
}

.checkoutPositionBox {
  padding: 0;
}

@media (max-width: 991px) {
  .checkoutPosition {
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
  }
  .positionActive {
    border-bottom: none;
  }
  .positionInactive {
    border-bottom: none;
  }
}

.numberOfItems {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  background-color: #440099;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.cartItemHeader {
  color: #484848;
  font-size: 17px;
  font-weight: 400;
}

.cartItemPrice {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  word-wrap: break-word;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}

.cartItemQuantity {
  color: #484848;
  font-size: 13px;
  font-weight: 600;
}

.colorLightGrey {
  color: #b0bac5;
}

label {
  font-weight: 400;
  color: #91a3b0;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 7px;
}

.selectdiv {
  position: relative;
}

select::-ms-expand {
  display: none;
}

.selectdiv:after {
  right: 25px;
  content: ' ';
  font-size: 10px;
  border: solid #440099;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(0.9, 0.9) rotate(45deg);
  -moz-transform: scale(0.9, 0.9) rotate(45deg);
  -ms-transform: scale(0.9, 0.9) rotate(45deg);
  transform: scale(0.9, 0.9) rotate(45deg);
  top: calc(50% - 4px);
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectdiv select {
  color: #440099;
  font-weight: 600;
}

.selectdiv option:not(:checked) {
  color: #91a3b0;
  font-weight: 400;
}

.noPaddingFormCol {
  padding: 0 5px;
}

@media (max-width: 1028px) {
  .noPaddingFormCol {
    padding: 15px 10px 0 10px;
    text-align: center;
  }
}

.formLegend {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px);
  border: 1px solid #dfe6ee;
  border-radius: 3px;
  padding: 25px 25px;
  display: inline-block;
}

.radioLegend {
  padding: 35px 47px;
}

.formLegendHalf {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
  border: 1px solid #dfe6ee;
  border-radius: 3px;
  padding: 25px 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .formLegend, .formLegendHalf {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    padding: 20px 25px;
    text-align: center;
  }
}

.form-control {
  border: solid 1px #d4d9dd;
}

.form-control:focus {
  border: solid 1px #b4cf4e;
}

.formInfoText {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #788995;
  text-align: left;
}

.formInfoText h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #494949;
  margin-bottom: 7px;
  margin-top: 0;
}

.addressColumns:nth-child(3n+1) {
  clear: both;
}

@media (max-width: 1199px) {
  .addressColumns:nth-child(3n+1) {
    clear: none;
  }
  .addressColumns:nth-child(2n+1) {
    clear: both;
  }
}

.btn-find {
  width: 166px;
  height: 54px;
  border-radius: 3px;
  background-color: #440099;
  border: solid 1px #dde3e8;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}

.representedBy {
  border-left: 1px solid #f4f4f4;
  padding-left: 35px;
  height: 100%;
  font-size: 12px;
  color: #acaea6;
}

@media (max-width: 767px) {
  .formInfoText {
    text-align: center;
    margin-bottom: 15px;
  }
  .btn-find {
    margin: 15px 0 0 0;
    float: none;
  }
  .representedBy {
    text-align: center;
    border-left: none;
  }
}

@media (min-width: 768px) {
  .addressFixedPadding {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 17px;
  }
}

.input-group-addon {
  background-color: #f8fafb;
  font-weight: 400;
  color: #91a3b0;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #d4d9dd;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.arrowLinkWrapper {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 12px;
}

.showHideAutoOrder {
  border: solid #1b2125;
  border-width: 0 1px 1px 0;
  display: inline-block;
  color: #1b2125;
  position: absolute;
  padding: 5px;
  top: 4px;
  left: 5px;
  text-align: center;
  line-height: 17px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  transition: linear 0.2s;
}

.arrowLinkWrapper:hover .showHideAutoOrder {
  border: solid #440099;
  border-width: 0 1px 1px 0;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 8px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.monthlyTotal {
  font-size: 13px;
  line-height: 1.71;
  color: #788995;
}

.switchCheckout {
  text-align: right;
  font-weight: 600;
  float: right;
}

.switchCheckout:hover, .hoverUnderline:hover {
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  .switchCheckout {
    text-align: center;
    border: 1px solid #9cc11e;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    font-weight: 400;
    margin: 5px 0;
    box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.26) !important;
  }
  .switchCheckout:hover, .hoverUnderline:hover {
    text-decoration: none !important;
  }
}

.reviewHeader {
  font-size: 24px;
  font-weight: normal;
  color: #1b2125;
}

.reviewHeaderSmall {
  font-size: 17px;
  font-weight: 600;
  color: #1b2125;
}

/*#region CHECKBOX*/
/*#endregion CHECKBOX*/
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d4d9dd;
}

.addressCheckbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.addressCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.addressCheckbox label {
  border-bottom: 1px solid #440099;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #440099;
}

.addressCheckbox label span {
  display: inline-block;
}

.addressCheckbox label a {
  color: #440099;
  text-decoration: underline;
}

.addressCheckbox .labeltext {
  margin-left: 15px;
}

/* On mouse-over, add a grey background color */
.addressCheckbox:hover input ~ .checkmark {
  border: solid 1px #59269a;
}

/* When the checkbox is checked, add a blue background */
.addressCheckbox input:checked ~ .checkmark {
  box-shadow: inset 0 0 0 3px rgba(142, 24, 196, 0.2);
  border: solid 1px #59269a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.addressCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.addressCheckbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #440099;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*#region RADIOBUTTON*/
/* The container */
.radiocontainer {
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  touch-action: manipulation;
}

/* Create a custom radio button */
.radiocheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #dfe6ee;
  touch-action: manipulation;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiocheckmark {
  border: 2px solid #440099;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiocheckmark {
  border: 2px solid #440099;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiocheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #440099;
}

/*<label class="radiocontainer" > One
<input type="radio" checked="checked" name="radio" >
<span class="radiocheckmark" > </span >
</label >
<label class="radiocontainer" > Two
<input type="radio" name="radio" >
<span class="radiocheckmark" > </span >
</label >*/
/*#endregion RADIOBUTTON*/
/*
    NEW NEW NEW
*/
.normal-text {
  color: #494949;
  font-size: 1.21em;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.greenline {
  display: block;
  background: #440099;
  width: 52px;
  height: 4px;
  margin: 10px 0px;
}

.readmore-txt, .readless-txt {
  color: #440099;
  font-family: Open sans;
  font-size: 1em;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

@media (min-width: 768px) {
  .margin-flex {
    margin-top: initial;
  }
  .padleftsience {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .margin-flex {
    margin-top: 20px;
  }
  .padleftsience {
    padding-left: 0px;
  }
  .padtopsience {
    padding-top: 10px;
  }
}

.radio-label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #24282d;
  line-height: 18px;
  text-align: left;
}

.sub-radio-label {
  font-weight: 400;
  text-transform: lowercase;
}

.sub-radio-label:first-letter {
  text-transform: capitalize;
}

.price-label {
  font-size: 16px;
  font-weight: 600;
  color: #1b2125;
}

.radio-info {
  font-size: 17px;
  line-height: 1.41em !important;
  letter-spacing: 0.2px;
  color: #788995;
  line-height: 18px;
  padding-left: 37px;
  text-align: left;
}

.selectedPaymentRadio {
  border: 1px solid #440099;
}

.completeMessageSymbol {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: solid 2px #eeeced;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}

.completeMessageSymbol span {
  font-size: 100px;
  line-height: 80px;
}

.completeMessageText {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #440099;
}

.completeCheckmark {
  display: inline-block;
  width: 200px;
  height: 200px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border: 1px solid #eeeced;
  border-radius: 100px;
}

.completeCheckmark_stem {
  position: absolute;
  width: 20px;
  height: 88px;
  background-color: #440099;
  left: 102px;
  top: 48px;
}

.completeCheckmark_kick {
  position: absolute;
  width: 41px;
  height: 20px;
  background-color: #440099;
  left: 62px;
  top: 116px;
}

@media (max-width: 768px) {
  .Rectangle-2-Copy {
    width: 100% !important;
  }
  .Rectangle-3-Copy {
    width: 100% !important;
  }
  .Here-are-some-person {
    width: auto !important;
  }
  .We-believe-in-our-pr {
    height: auto !important;
    width: auto !important;
  }
  .balance-shopheader {
    display: none;
  }
}

.leftMobileCenter {
  margin-top: 8px;
  text-align: left;
  padding-left: 32px;
}

.rightMobileCenter {
  margin-top: 8px;
  text-align: right;
  padding-right: 32px;
}

@media (max-width: 768px) {
  .leftMobileCenter {
    text-align: center;
    padding-left: 10px;
  }
  .rightMobileCenter {
    text-align: center;
    padding-right: 10px;
  }
}

/*Temp fix for Annual event logo in Parner Slider*/
@media (max-width: 777px) {
  #slide-31-layer-1 img {
    width: 85vw !important;
    height: auto !important;
  }
}

.mainmenu-link {
  height: 100% !important;
}

.PersonCodeInfoBox {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 25px;
  width: 120px !important;
  height: auto;
  right: 30px;
  border-radius: 5px;
  font-size: 13px;
  color: #777;
  background-color: #fff;
  padding: 12px;
  z-index: 999;
}

.mainmenu-link {
  height: 100% !important;
}

.buttonspan {
  display: block;
  height: 34px;
  line-height: 30px;
  font-size: calc(5px + 1vw);
  font-weight: 500;
  padding: 4px 20px;
  margin-top: 40px;
  background-color: #93bc18;
  color: #fff;
}

.us_balancefront {
  background-image: url("https://zinzinowebstorage.blob.core.windows.net/images/frontpage_customer/600x600px_WEB_US_BalanceStartKit.png") !important;
  background-position: 10% 45% !important;
  background-size: auto 70% !important;
}

.ca_balancefront {
  background-image: url("https://zinzinowebstorage.blob.core.windows.net/images/frontpage_customer/600x600px_WEB_CA_BalanceStartKit.png") !important;
  background-position: 10% 45% !important;
  background-size: auto 70% !important;
}

.radio-label {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #24282d;
  line-height: 18px;
  text-align: left;
}

.sub-radio-label {
  font-weight: 400;
  text-transform: lowercase;
}

.sub-radio-label:first-letter {
  text-transform: capitalize;
}

.price-label {
  font-size: 16px;
  font-weight: 600;
  color: #1b2125;
}

.radio-info {
  font-size: 17px;
  line-height: 1.41em !important;
  letter-spacing: 0.2px;
  color: #788995;
  line-height: 18px;
  padding-left: 37px;
  text-align: left;
}

.selectedPaymentRadio {
  border: 1px solid #440099;
}

.completeMessageSymbol {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: solid 2px #eeeced;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
}

.completeMessageSymbol span {
  font-size: 100px;
  line-height: 80px;
}

.completeMessageText {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #440099;
}

.completeCheckmark {
  display: inline-block;
  width: 200px;
  height: 200px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border: 1px solid #eeeced;
  border-radius: 100px;
}

.completeCheckmark_stem {
  position: absolute;
  width: 20px;
  height: 88px;
  background-color: #440099;
  left: 102px;
  top: 48px;
}

.completeCheckmark_kick {
  position: absolute;
  width: 41px;
  height: 20px;
  background-color: #440099;
  left: 62px;
  top: 116px;
}

.leftMobileCenter {
  margin-top: 8px;
  text-align: left;
  padding-left: 32px;
}

.rightMobileCenter {
  margin-top: 8px;
  text-align: right;
  padding-right: 32px;
}

@media (max-width: 768px) {
  .leftMobileCenter {
    text-align: center;
    padding-left: 10px;
  }
  .rightMobileCenter {
    text-align: center;
    padding-right: 10px;
  }
}

/*Temp fix for Annual event logo in Parner Slider*/
@media (max-width: 777px) {
  #slide-31-layer-1 img {
    width: 85vw !important;
    height: auto !important;
  }
}

.mainmenu-link {
  height: 100% !important;
}

.PersonCodeInfoBox {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 25px;
  width: 120px !important;
  height: auto;
  right: 30px;
  border-radius: 5px;
  font-size: 13px;
  color: #777;
  background-color: #fff;
  padding: 12px;
  z-index: 999;
}

.mobileCartButton span {
  color: #fff;
  padding: 2px 10px;
}

.btn:active {
  box-shadow: 0 2px 4px 0 rgba(120, 137, 149, 0.32) !important;
}

.checkoutCartBox {
  border: 1px solid #dfe6ee;
  border-radius: 3px;
  padding: 30px 10px;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

@media (max-width: 991px) {
  .checkoutCartBox {
    margin: 0 0 20px 0;
    padding: 5px;
  }
}

.checkoutHeader {
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .checkoutHeader {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.cartItemQuantityColor {
  color: #fff;
  background-color: #440099;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
}

a.svgLink {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

a.svgLink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*#region CHRISTMAS OFFER*/
.frontpage-item-text {
  text-align: left;
}

.frontpage-item-text p span:first-child {
  font-size: 1.2vw !important;
  text-transform: uppercase;
}

.frontpage-item-text p span:last-child {
  font-size: 2vw !important;
  font-weight: bold !important;
}

.frontpage-item-text a {
  height: auto;
  line-height: 1vw;
  font-size: 1vw;
  font-weight: 600;
  margin-top: 40px;
  background-color: transparent;
  border: 2px solid #da291c;
  border-radius: 3px;
  color: #da291c;
  width: 13.3vw;
  padding: 0.9vw 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.frontpage-item-text a:hover {
  color: #472784 !important;
  border-color: #472784 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.threeadds:after {
  padding-bottom: 49px;
  width: 100%;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .frontpage-item-text a {
    line-height: 2vw;
    font-size: 2vw;
    margin-top: 40px;
    border-radius: 3px;
    width: 20vw;
    padding: 1.8vw 0;
  }
  .frontpage-item-text {
    padding-top: 15%;
  }
  .frontpage-item-text p span:first-child {
    font-size: 2vw !important;
    line-height: 1em !important;
  }
  .frontpage-item-text p span:last-child {
    font-size: 3vw !important;
  }
}

@media (max-width: 767px) {
  .frontpage-item-text {
    padding-top: calc(1vw + 40px);
  }
  .frontpage-item-text a {
    line-height: 3vw;
    font-size: 3vw;
    margin-top: 2vw;
    border-radius: 3px;
    width: 30vw;
    padding: 2.7vw 0;
  }
  .frontpage-item-text p {
    height: auto;
  }
  .frontpage-item-text {
    padding-top: 7vw;
    padding-left: 30px;
  }
  .frontpage-item-text p span:first-child {
    font-size: 3vw !important;
    line-height: unset !important;
  }
  .frontpage-item-text p span:last-child {
    font-size: 5vw !important;
  }
  .threeadds .firstadd {
    background-position: 7% 69%;
    background-size: auto 90%;
  }
}

.christmasBannerLabel {
  position: absolute;
  top: 0;
  left: 0;
}

.christmasBannerLabel img {
  height: 200px !important;
  width: auto !important;
  border: 0 !important;
}

.christmasBannerHeader {
  position: absolute;
  top: 30px;
  left: calc(50% - 299px);
}

.christmasBannerHeader img {
  height: 238px !important;
  width: auto !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .christmasBannerLabel img {
    height: 180px !important;
  }
  .christmasBannerHeader {
    position: absolute;
    bottom: calc(80px + 20vw);
    top: unset;
    left: calc(50% - 38vw);
  }
  .christmasBannerHeader img {
    height: auto !important;
    width: 76vw !important;
  }
}

.christmasCoffee {
  background-image: url(https://zinzinowebstorage.blob.core.windows.net/images/ChristmasOffer2018XpressOh.png);
  background-position: 0 99%;
  background-size: auto 87%;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  .christmasCoffee {
    background-size: auto 80%;
    background-position: 0 90%;
  }
}

.threeadds .thirdadd {
  background-repeat: no-repeat;
  background-position: -10% 55%;
  background-size: auto 80%;
}

/*#endregion CHRISTMAS OFFER*/
.hasbanner-addfixed {
  top: 411px;
  position: fixed !important;
}

.viewfullpic {
  text-transform: uppercase;
  color: #cacaca;
}

.clickable {
  cursor: pointer;
}

.appleLinks a {
  color: #000000;
  text-decoration: none;
}

.appleLinksWhite a {
  color: #ffffff;
  text-decoration: none;
}

.hidden_readmore {
  display: block !important;
}

.PersonCodeInfoBox {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 25px;
  width: 120px !important;
  height: auto;
  right: 30px;
  border-radius: 5px;
  font-size: 13px;
  color: #777;
  background-color: #fff;
  padding: 12px;
  z-index: 999;
}

.mobileCartButton span {
  color: #fff;
  padding: 2px 10px;
}

.btn:active {
  box-shadow: 0 2px 4px 0 rgba(120, 137, 149, 0.32) !important;
}

.checkoutCartBox {
  border: 1px solid #dfe6ee;
  border-radius: 3px;
  padding: 30px 10px;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

@media (max-width: 991px) {
  .checkoutCartBox {
    margin: 0 0 20px 0;
    padding: 5px;
  }
}

.checkoutHeader {
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .checkoutHeader {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.cartItemQuantityColor {
  color: #fff;
  background-color: #440099;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
}

.mainmenu-link {
  height: 100% !important;
}

/* CUSTOMER SUPPORT NEW */
/* NEW CUSTOMER SUPPORT PAGE */
/* Animation property */
.square1:hover {
  animation: wiggle 2s linear normal;
  border: 2px solid #440099 !important;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.allfaqitems {
  display: none;
}

.subitemfaq {
  display: none;
  font-size: 17px;
  font-weight: normal;
  clear: both;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #494949;
  padding: 30px;
}

.othercountries {
  width: 100%;
  height: 72px;
  float: left;
  text-align: left;
  line-height: 72px;
  padding-left: 20px;
  background-color: #f5f5f5;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.allcountries {
  background-color: #efefef;
  display: none;
  width: 100%;
  height: 100%;
}

.CUSTOMER-SUPPORT {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #494949;
}

.Our-Customer-Care-te {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #494949;
}

.CUSTOMER-FORUM {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: center;
  color: #24282d;
}

.border-boxed .square {
  border: 2px solid;
  height: 200px;
  padding: 20px;
}

.margin-10 {
  margin: -10px !important;
}

.finetextsirecus {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: 0.2px;
  text-align: center;
  color: #494949;
}

.center-img {
  margin: auto;
  display: block;
}

.bubbla {
  width: 100px;
  height: 100px;
  margin: auto;
}

.arrow-rotated {
  transform: rotate(315deg) !important;
}

.arrow-holder {
  float: right;
  padding: 5px;
  max-height: 72px;
}

.othercountries {
  text-transform: uppercase;
}

.othercountries.purple {
  border-bottom: 1px solid #e4e4e4;
}

.arrow {
  transition: 0.3s transform;
  position: relative;
  display: inline-block;
  margin: 20px 5px;
  padding: 8px;
  box-shadow: 5px -5px 0 0 #949494 inset;
}

.arrow--left {
  transform: rotate(45deg);
  left: 25px;
}

.arrow--right {
  transform: rotate(225deg);
  right: 25px;
}

.arrow--up {
  transform: rotate(135deg);
  top: 25px;
}

.arrow--down {
  transform: rotate(-45deg);
  bottom: 25px;
}

.allfaqitems {
  width: 100%;
  padding: 0;
  margin: 0;
}

.allfaqitems .itemshare {
  width: 100%;
  cursor: pointer;
  height: 50px;
  background-color: #aeb3b6;
  float: left;
  display: inline-block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}

/* END  CUSTOMER SUPPORT PAGE */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.paddthis {
  padding: 20px;
}

.faqinfo h1 {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
}

.faqinfo p {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
}

.group .flagclass:last-child {
  padding-bottom: 20px;
}

.flagclass {
  padding-top: 20px;
}

.othercountries.partnerbar {
  background: #aeb3b6 !important;
  color: white !important;
}

.partnerbar.allfaqitems .itemshare {
  background: #e4e4e4 !important;
  color: #440099 !important;
}

#customertab {
  color: #929191;
  font-size: 24px;
  background: #eae6e3;
  cursor: pointer;
}

#partnertab {
  background: #aeb3b6;
  cursor: pointer;
  color: black;
  font-size: 24px;
}

.faqinfo .line-h-25 {
  cursor: help;
}

.CUSTOMER-FORUM a {
  color: black;
}

.vgray-color {
  color: #a7a7a7;
}

/* COMPENSATION PLAN START*/
.mainmenu-link {
  height: 100% !important;
}

.very-small-spacer {
  height: 12px;
  width: 100%;
}

.compenholder p {
  margin: 0;
  font-size: 0.9em;
}

.green_btn_fancy {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 0.2px;
  color: #440099;
  width: 166px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #440099;
}

.compenholder .green_btn_fancy {
  color: #fff;
  border: solid 1px #fff;
}

.fadetextleft {
  left: 0px;
  opacity: 1;
  position: relative;
}

@media (min-width: 992px) {
  .Maskcomp {
    padding-top: 10px;
  }
  .Maskcomp:nth-of-type(3) {
    padding-right: 0;
  }
  .Maskcomp:nth-of-type(1) {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .Maskcomp {
    padding-right: 0;
    padding-left: 0;
  }
}

.Maskcomp {
  height: 246px;
  border-radius: 2px;
}

.Maskcomp:nth-of-type(1) .boxhere {
  background: #440099;
  width: 100%;
  height: 100%;
  text-align: center;
}

.Maskcomp:nth-of-type(2) .boxhere {
  background: #d4d9dd;
  width: 100%;
  height: 100%;
  text-align: center;
}

.Maskcomp:nth-of-type(3) .boxhere {
  background: #0768a8;
  width: 100%;
  height: 100%;
  text-align: center;
}

.Maskcomp h4 {
  padding: 40px;
  height: 120px;
}

.Rectangle {
  width: 166px;
  cursor: pointer;
  height: 36px;
  line-height: 32px;
  border-radius: 3px;
  color: white;
  border: solid 1px #ffffff;
  text-align: center;
  display: inline-block;
}

.Rectangle1:hover {
  background-color: #acd817;
}

.Rectangle2:hover {
  background-color: #6996b9;
}

.Rectangle3:hover {
  background-color: #3492d0;
}

.DAY-GOALS {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  font-size: 1.7em;
  letter-spacing: 0.2px;
  color: #494949;
}

.buttonposmiddle {
  position: absolute;
  left: 40%;
  border: 1px solid #440099;
  top: 59%;
}

.barcomp {
  width: 100%;
  height: 47px;
  background: black;
  color: white;
  font-weight: 600;
  font-size: 1.21em;
  font-style: normal;
  font-stretch: normal;
  line-height: 47px;
  padding-left: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  cursor: pointer;
}

.barcomp1color {
  background: #67a3cc;
}

.barcomp2color {
  background: #6e4d97;
}

.barcomp3color {
  background: #d4665e;
}

.noliststyle {
  list-style: none;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  padding: 12px 0px;
  letter-spacing: 0.2px;
  margin: 0;
  color: #494949;
}

.reward {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #440099;
  display: block;
}

.size17 {
  font-size: 1.21em;
}

.text-style-1 {
  color: #b0bac5;
}

.greentexthere {
  color: #440099;
}

.undercontent {
  padding-bottom: 10px;
  display: none;
}

ul li {
  /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list�s container
     */
  list-style-position: outside;
  /*
     * Because the bullet is outside of the list�s
     * container, indent the list entirely
     */
  margin-left: 1.3em;
}

.icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}

/**
 * The "shine" element
 */
.icon:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -110%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

/* Hover state - trigger effect */
.icon:hover:after {
  opacity: 1;
  top: -30%;
  left: 30%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 1s, 0.4s;
  transition-timing-function: ease;
}

/* Active state */
.icon:active:after {
  opacity: 0;
}

/* COMPENSATION PLAN END*/
.boldspacehere {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.hidden_readmore {
  display: block !important;
}

.gm-style-iw {
  left: 30px !important;
  width: 300px !important;
}

.frontpage-item-text a {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}

.frontpage-item-text a:first-of-type {
  margin-top: 40px !important;
  margin-bottom: 5px;
}

@media (max-width: 1199px) and (min-width: 769px) {
  .threeadds .firstadd {
    background-position: 0% 55%;
  }
}

/*back office news full view*/
#NewFullGrid .k-grid-header {
  display: none;
}

#NewFullGrid li {
  margin-left: initial;
}

#NewFullGrid td:nth-child(2) {
  float: right;
}

#news-panel-body-full {
  padding-bottom: 0px;
}

@media (max-width: 1240px) {
  #news-panel-body-full {
    padding: 0px;
  }
}

@media (min-width: 1500px) {
  .sport-thumbnail {
    height: 303px;
    padding: 40px;
  }
}

@media (max-width: 1499px) {
  .sport-thumbnail {
    height: 203px;
  }
}

.zfreebox {
  height: 50%;
}

.zinzino-adventure-wa {
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #494949;
}

.start-climibing-the {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.2px;
  margin-top: 0;
  color: #494949;
}

.get-passport-stamps {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #494949;
}

.big-img {
  width: 100%;
  display: block;
  margin: 20px 0px;
}

.img-fullwidth {
  width: 100%;
}

.zinzino-director-trip {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0;
}

.a-successful-run-end {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.watch-the-video {
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #ffffff;
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.rectangle-shape {
  cursor: pointer;
  width: 180px;
  height: 40px;
  border-radius: 3px;
  background-color: #9dc418;
}

.playicon-small {
  height: 24px;
  margin-right: 5px;
}

.center-absolute-el {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.zindir {
  position: absolute;
  left: 100px;
  top: 100px;
  margin-top: 15em;
  margin-left: -15em;
}

@media (max-width: 767px) {
  .Watch-the-video {
    bottom: 20px;
    left: 30px;
  }
  .zindir {
    margin-left: 0;
    position: relative;
    margin-top: 0;
    left: 0;
  }
  .ZINZINO-DIRECTOR-TRI {
    color: black;
  }
  .A-SUCCESSFUL-RUN-END {
    color: black;
    font-size: initial;
  }
  .Start-climibing-the {
    font-size: 17px !important;
  }
  .ZINZINO-ADVENTURE-WA {
    font-size: 24px !important;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .Watch-the-video {
    bottom: 60px;
    left: 60px;
  }
}

.medium-spacer {
  height: 30px;
  width: 100%;
}

.big-img {
  position: relative;
}

.no-padding {
  padding: 0;
}

.square-title {
  bottom: 25px;
  position: absolute;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.vcomsoon {
  width: 100%;
  color: white;
  text-align: center;
  line-height: 1.41;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-size: 17px;
  position: absolute;
  height: 25px;
}

.vgray-color {
  color: #a7a7a7;
}

@media (max-width: 767px) {
  .mobile-noflex {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .mobile-noflex {
    display: flex !important;
  }
}

.mobile-noflex .image-yoga {
  height: auto;
}

.mobile-noflex .zfreebox {
  width: 100%;
  float: left;
}

.imageformobilewidth {
  width: 100%;
}

.left-vision-block img {
  top: unset !important;
}

@media (min-width: 1500px) {
  .sproutvideo-lightbox .bgimage70right {
    height: 500px;
    margin-bottom: 50px;
  }
}

.align-bottom {
  vertical-align: bottom !important;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}

.info-hidden-text a {
  color: #2470cc !important;
}

.info-hidden-text a:hover {
  color: #71abf2 !important;
}

.preamble {
  color: #2470cc !important;
}

.column-breaker {
  -webkit-columns: 400px 2;
  -moz-columns: 300px 2;
  columns: 400px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 40px;
  float: left;
}

@media (min-width: 992px) {
  .col-md-np-6 {
    width: 50%;
  }
}

.column-break-success {
  -webkit-columns: 400px 2;
  -moz-columns: 300px 2;
  columns: 400px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  padding: 30px 0px;
  column-gap: 40px;
  float: left;
}

#readmoresuccess1 img {
  width: 300px !important;
  padding: 20px;
}

@media (min-width: 992px) {
  #hidesuccess1, #showsuccess1 {
    display: none !important;
  }
  #readmoresuccess1 {
    display: block !important;
  }
  #hidesuccess2, #showsuccess2 {
    display: none !important;
  }
  #readmoresuccess2 {
    display: block !important;
  }
  #hidesuccess3, #showsuccess3 {
    display: none !important;
  }
  #readmoresuccess3 {
    display: block !important;
  }
  #hidesuccess4, #showsuccess4 {
    display: none !important;
  }
  #readmoresuccess4 {
    display: block !important;
  }
  #hidesuccess5, #showsuccess5 {
    display: none !important;
  }
  #readmoresuccess5 {
    display: block !important;
  }
}

.wrap-img {
  float: right;
}

.NoChild {
  display: none;
}

.underlined {
  text-decoration: underline;
}

.bg-light {
  background-color: #f5f7fa !important;
}

.text-primary {
  color: #440099 !important;
}

.dropship-info-label {
  padding-top: 20px;
  border-bottom: none;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 0;
  color: #333;
}

.dropship-info-label .mdi-help-circle {
  margin-top: 2px;
  color: #88b027;
  font-size: 15px !important;
  border-radius: 100%;
}

.getintouch .container img {
  max-width: initial !important;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d7d8db;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.form-control:focus {
  color: #616263;
  background-color: #fff;
  border-color: #801aff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 0, 153, 0.25);
}

.orderlist-table th {
  overflow: hidden;
  text-overflow: ellipsis;
}

div.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.Rectangle.Rectangle2 {
  padding: 10px 30px !important;
  width: auto !important;
  height: auto !important;
}

.Rectangle.Rectangle2 .watchtxtpo {
  text-align: left;
  line-height: normal;
}

.Rectangle.Rectangle2 .lilimghere {
  padding: 3px 10px !important;
}

@media (max-width: 767px) {
  .CHALLENGE-YOURSELF-A {
    font-size: 24px !important;
    line-height: normal !important;
    text-align: left !important;
  }
  .Join-the-ultimate-de-Copy {
    font-size: 18px !important;
  }
  .Challenge-yourself-a {
    font-size: 18px !important;
  }
  .bigsuffror {
    margin: 0 !important;
  }
  .bigsuffror .Oval {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
  .bigsuffror li {
    margin-left: 0 !important;
  }
  .bigsuffror li p {
    clear: both !important;
    padding-left: 0 !important;
    font-size: 15px !important;
    line-height: normal !important;
  }
  .We-believe-in-our-pr {
    font-size: 30px !important;
  }
  .Rectangle-4 {
    padding: 10px 10px !important;
  }
}

@media (max-width: 488px) {
  .CHALLENGE-YOURSELF-A {
    font-size: 22px !important;
  }
  .Join-the-ultimate-de-Copy {
    font-size: 15px !important;
  }
  .Challenge-yourself-a {
    font-size: 15px !important;
  }
  .We-believe-in-our-pr {
    font-size: 28px !important;
  }
}

/*#region Customer Front Banner*/
/* MAIN BANNER-CSS HERE, THE REST IS BANNER SPECIFIC AND CAN BE */
/* FOUND IN THE DATABASE (FrontPageBanner + FrontPageBannerLanguage)*/
.VioletSubText {
  color: #440099;
  font-weight: 600;
}

.customerFrontBanner {
  width: 100%;
  height: 800px;
  background-color: #25282d;
}

.customerFrontBanner .zoomImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.customerFrontBanner .zoomImage img {
  width: auto;
  height: calc(100vw / 2.16);
  animation: zoomout 20s;
}

/* For IE10+ - No animation*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .customerFrontBanner .zoomImage img {
    animation: none;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale3d(1.18, 1.18, 1.18);
    -ms-transform: scale3d(1.18, 1.18, 1.18);
    transform: scale3d(1.18, 1.18, 1.18);
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    animation-timing-function: ease-out;
  }
}

@media (min-width: 992px) {
  .wrapp-frontpage {
    position: absolute;
    top: 70px;
  }
}

/*#endregion Customer Front Banner*/
#bioactivefoods, #journey, #faunpharma, #givingback {
  padding-top: 120px !important;
  margin-top: -120px !important;
  display: inline-block !important;
}

.TextLine h5 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid gray;
  color: gray;
  line-height: 0.1em;
  margin: 25px 0 20px;
}

.TextLine span {
  background: #fff;
  padding: 0 10px;
  display: inline;
  font-size: 2rem;
}

.input-group,
.form-control {
  margin-bottom: 1rem;
}

.field-validation-error {
  position: relative;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000000;
  background-color: #f9cdd0;
  border-color: #f7b9bd;
}

.errormessage {
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: none;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000000;
  background-color: #f9cdd0;
  border-color: #f7b9bd;
}

.modal#language h4 {
  font-size: 16px;
}

.modal#language h4.new-modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #242829;
}

@media screen and (max-width: 767px) {
  .modal#language h4.new-modal-title {
    font-size: 16px;
    margin: 12px 0;
  }
}

.modal#language .modal-dialog {
  -webkit-transform: translate(0, -5vh);
  -ms-transform: translate(0, -5vh);
  -o-transform: translate(0, -5vh);
  transform: translate(0, -5vh);
  max-width: calc(100vw - 1rem);
}

@media screen and (max-width: 767px) {
  .modal#language .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.modal#language .modal-dialog .mt-3 {
  margin-top: 14px !important;
}

.modal#language .modal-dialog .form-control-lg {
  font-size: 16px;
  height: 50px;
  text-transform: none;
}

.modal#language .modal-dialog label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #242829 !important;
  text-transform: none !important;
}

.modal#language .modal-dialog .selectdiv option:not(:checked) {
  color: #242829;
  font-weight: 400;
}

.modal#language .modal-dialog .selectdiv option:checked {
  color: #242829;
  font-weight: 600;
}

.modal#language .modal-dialog .selectdiv select {
  color: #242829;
  font-weight: 600;
}

.modal#language .modal-dialog .close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #27251f;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal#language .modal-dialog .close:hover {
  color: #27251f;
  text-decoration: none;
}

.modal#language .modal-dialog #country-language-button {
  text-transform: none !important;
  font-weight: 400;
  padding: 0.5rem 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .modal#language .modal-dialog.country-language-dialog {
    width: 550px !important;
    max-width: 550px !important;
    top: unset !important;
    margin: 10vh auto 10px !important;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content {
    padding: 0 50px;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-more-padding {
    padding: 10px 20px 60px;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-more-padding .country-info-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-more-padding .country-info-row .global-info {
    box-sizing: content-box;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-header {
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-header button {
    padding: 25px;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-title {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .modal#language .modal-dialog .language-dialog {
    width: 700px !important;
    max-width: 700px !important;
  }
  .modal#language .modal-dialog .language-dialog .modal-content {
    padding: 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .modal#language .modal-dialog.country-language-dialog .modal-content .modal-header {
    padding: 12px 12px 0;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content .modal-body {
    padding: 0 20px 40px !important;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content .modal-body .row {
    margin: 0 !important;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content .modal-body .col-12, .modal#language .modal-dialog.country-language-dialog .modal-content .modal-body .col-xs-12 {
    padding: 0;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content .modal-body .country-info-header {
    margin: 0;
  }
  .modal#language .modal-dialog.country-language-dialog .modal-content .panel-heading, .modal#language .modal-dialog.country-language-dialog .modal-content .panel-heading h4 a {
    height: 45px;
    line-height: 45px;
  }
}

.modal#language .modal-dialog .country-select-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 115px;
}

.modal#language .modal-dialog .country-select-slider #country-slide-1 {
  position: absolute;
  width: inherit;
  height: 115px;
  left: 0;
}

.modal#language .modal-dialog .country-select-slider #country-slide-2 {
  position: absolute;
  width: inherit;
  height: 115px;
  left: 100%;
}

.modal#language .modal-dialog .country-select-slider #country-slide-1.show-picker {
  -webkit-animation: slide-1 0.5s forwards;
  animation: slide-1 0.5s forwards;
}

.modal#language .modal-dialog .country-select-slider #country-slide-2.show-picker {
  -webkit-animation: slide-2 0.5s forwards;
  animation: slide-2 0.5s forwards;
}

.modal#language .modal-dialog .country-select-slider #country-slide-1.hide-picker {
  -webkit-animation: slide-back-1 0.5s forwards;
  animation: slide-back-1 0.5s forwards;
}

.modal#language .modal-dialog .country-select-slider #country-slide-2.hide-picker {
  -webkit-animation: slide-back-2 0.5s forwards;
  animation: slide-back-2 0.5s forwards;
}

.modal#language .modal-dialog .country-select-slider .country-slide-picker {
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  line-height: 24px;
  padding-left: 5px;
  display: inline-block;
  margin-top: 10px;
}

.modal#language .modal-dialog .country-select-slider .country-slide-picker span {
  width: 25px;
  font-size: 13px;
}

@media (max-width: 992px) {
  .modal#language .modal-dialog .country-select-slider .country-slide-picker {
    display: block;
    margin-top: 20px;
  }
}

.modal#language .modal-dialog .country-select-slider .link-chevron {
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  color: #007bff;
  padding: 3px;
}

.modal#language .modal-dialog .country-select-slider .link-chevron-left {
  transform: scale(0.8, 0.8) translate(0, -1px) rotate(135deg);
  -webkit-transform: scale(0.8, 0.8) translate(0, -1px) rotate(135deg);
}

.modal#language .modal-dialog .country-select-slider .link-chevron-right {
  transform: scale(0.8, 0.8) translate(0, -1px) rotate(-45deg);
  -webkit-transform: scale(0.8, 0.8) translate(0, -1px) rotate(-45deg);
}

.modal#language .modal-dialog .country-select-slider select {
  margin: 0;
}

@-webkit-keyframes slide-1 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes slide-1 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes slide-2 {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-back-1 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes slide-back-1 {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@-webkit-keyframes slide-back-2 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes slide-back-2 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.modal#language .country-info-text#warning-message, .modal#language .country-info-text#country-message {
  padding-top: 25px;
  font-size: 13px;
  text-align: left !important;
}

.modal#language .country-info-text#warning-message h4, .modal#language .country-info-text#country-message h4 {
  text-transform: none;
  color: #242829;
  font-weight: 700;
  margin: 0 0 7px;
}

.user-is-shopping {
  background-color: #fbf8f5;
  border-radius: 5px;
}

.text-danger {
  color: #e76f4d !important;
}

#october-report-news {
  margin-top: 1rem;
}

@media (min-width: 1000px) {
  #october-report-news {
    width: 35%;
  }
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover {
  color: #aaa;
  background-color: #777777 !important;
  border-color: #777777 !important;
  cursor: not-allowed;
}

.monthly-subscription-info .monthly-subscription-text {
  font-weight: 400;
  padding-left: 40px;
  display: block;
  font-size: 13px !important;
  padding-top: 5px;
  color: #777;
}

.monthly-subscription-info .tooltip-inner {
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
  background-color: #27251f;
}

.monthly-subscription-info:before {
  background-image: url(https://cdn.zinzino.com/images/HealthProtocol/ecotruck.png);
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  margin-bottom: 10px;
  position: relative;
  float: left;
  top: -3px;
}

.monthly-subscription-text span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding-left: 5px;
  font-size: 12px;
  color: #828282;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #cacaca;
  background-color: #fff;
  cursor: pointer;
}

.subscribe-to-newsletter {
  margin: 30px 0 0;
}

.subscribe-to-newsletter label {
  border-bottom: 0;
  padding-bottom: 5px;
}

.subscribe-to-newsletter-sub {
  color: #b2b2b2;
  padding-left: 33px;
  font-size: 11px;
}

.subscribe-to-newsletter-info {
  border: 1px solid #eae6e3;
  padding: 20px 33px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 19px;
  position: relative;
  display: none;
}

.subscribe-to-newsletter-info button.close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.subscribe-to-newsletter-view-more {
  padding: 10px 33px;
  font-size: 12px;
  color: #440099;
}

.subscribe-to-newsletter-view-more span {
  cursor: pointer;
}

.subscribe-to-newsletter-view-more span::after {
  border-right: 1px solid #440099;
  border-bottom: 1px solid #440099;
  content: '';
  display: inline-block;
  color: #1b2125;
  position: absolute;
  padding: 2px;
  margin-top: 6px;
  margin-left: 7px;
  text-align: center;
  line-height: 17px;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  transition: linear 0.2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.subscribe-to-newsletter-view-more.arrow-up span::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 7px;
}
