/*@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";
@import "global/_variables.scss";
@import "global/mixin";
@import "global/hamburgers";*/
.footerPhoneLogo {
  width: 262px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url("https://www.vivami-cdn.com/img//logo.png") 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .footerPhoneLogo {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .footerPhoneLogo {
    margin: 0 auto 10px;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    height: 45px;
    margin-bottom: 0;
    width: 183px;
  }
}

#footer {
  background: #292929;
  width: 100%;
  padding: 59px 0 0; /*margin-bottom: -40px;*/
  overflow: auto;
}
@media (max-width: 1023px) {
  #footer {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footer {
    padding-top: 25px;
  }
}
#footer a {
  color: #c6c6c6;
}
@media only screen and (max-width: 768px) {
  #footer .col.footColCont {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1140px) {
  #footer .col.footColCont .contacts-list {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .col.footColCont {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col.footColCont {
    width: 100%;
  }
}
#footer .col.eComLogo {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  #footer .col.eComLogo {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col.eComLogo {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #footer .col.eComLogo {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col.eComLogo img {
    margin-top: 10px;
    margin-left: 34px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .col.eComLogo img {
    margin-left: 0;
    margin-top: 20px;
  }
}
#footer .intro-section {
  font: 300 18px/26px "Trebuchet MS", Helvetica, sans-serif;
  color: #8d8d8d;
  margin: 0 0 40px;
  padding: 0 0 34px;
  border-bottom: 1px solid #393939;
}
@media (max-width: 1023px) {
  #footer .intro-section {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #footer .intro-section {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  #footer .intro-section {
    padding-top: 0;
  }
}
#footer .intro-section .footer-heading {
  float: left;
  margin: 0;
  color: #ffffff;
  font: 26px/1.5 "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #footer .intro-section .footer-heading {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .intro-section .footer-heading {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  #footer .intro-section .footer-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 500px) {
  #footer .intro-section .footer-heading {
    text-align: center;
    float: none;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #footer .intro-section .footer-heading span {
    display: none;
  }
}
#footer .intro-section .checkOut-block {
  float: right;
  vertical-align: middle;
  max-width: 470px;
  text-align: right;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #footer .intro-section .checkOut-block {
    float: none;
    text-align: center;
    margin: 10px 0 0 0px;
    max-width: none;
  }
}
@media only screen and (max-width: 500px) {
  #footer .intro-section .checkOut-block {
    text-align: center;
    padding: 10px 0 0;
    max-width: none;
    float: none;
    margin: 0;
  }
}
#footer .intro-section .checkOut-block .title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300 !important;
  padding: 0 39px 0 0;
  position: relative;
  max-width: 250px;
}
@media (max-width: 850px) {
  #footer .intro-section .checkOut-block .title {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer .intro-section .checkOut-block .title {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #footer .intro-section .checkOut-block .title {
    display: none;
    padding: 0;
    margin: 0 auto;
    max-width: 220px;
  }
}
#footer .intro-section .checkOut-block .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -7px 0 0;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -53px -92px;
  height: 15px;
  width: 29px;
}
#footer .intro-section .checkOut-block .PharmacyPopup-link-open {
  color: transparent;
}
#footer .intro-section .Pharmacy-link {
  display: inline-block;
  max-width: 90px;
}
#footer .intro-section .providing-nhs {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 420px) {
  #footer .intro-section .providing-nhs {
    width: 175px !important;
  }
}
#footer .intro-section .cqc-approved {
  display: inline-block;
  max-width: 194px;
}
#footer .intro-section .Pharmacy-link img {
  width: 100%;
}
#footer .intro-section .checkOut-block img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#footer .information-section {
  color: #ffffff;
  font: 14px/1.5 "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 1023px) {
  #footer .information-section {
    margin: -6px 24px 42px;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
  }
}
@media (max-width: 640px) {
  #footer .information-section {
    margin: 0;
  }
}
#footer .information-section .col {
  width: 50%;
  float: left;
  padding: 0 0 0 31px;
}
@media (max-width: 640px) {
  #footer .information-section .col {
    float: none;
    width: 100%;
    border: 0 !important;
    padding: 0;
  }
}
#footer .information-section .col .col {
  padding-left: 0;
}
#footer .information-section .alignleft {
  float: left;
  margin: 0 24px 0 0;
}
#footer .information-section .info {
  overflow: hidden;
  /*font-weight: 200;*/
}
@media (max-width: 768px) {
  #footer .information-section .info {
    display: none;
  }
}
#footer .information-section p {
  margin: 0 0 11px;
}
#footer .information-section .footNote {
  text-align: center;
  margin: 30px auto 20px;
  font-size: 15px;
  color: #C1D7ED;
  max-width: 750px;
}
@media (max-width: 820px) {
  #footer .information-section .footNote {
    max-width: 620px;
  }
}
#footer .information-section .eComLogo {
  padding-left: 10px;
}
@media (max-width: 640px) {
  #footer .information-section .eComLogo {
    margin-top: 15px;
  }
}
#footer .information-section .col .justify-content-between.clearfix {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#footer .information-section .cqc-block {
  display: none;
  background: #780B78;
  border-radius: 3px;
  padding: 7px 12px;
  text-align: left;
  font-size: 11px;
}
#footer .information-section .cqc-block a, #footer .information-section .cqc-block span {
  display: inline-block;
}
#footer .information-section .cqc-block .cqc-comp {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
}
#footer .information-section .cqc-block .cqc-rating {
  font-weight: 500;
  display: block;
}
#footer .information-section .cqc-block .btn-good {
  background-color: #468F00;
  padding: 5px 34px;
  border-radius: 5px;
  text-align: center;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
}
#footer .information-section .cqc-block .btn-report {
  background: #ffffff;
  color: #691E64;
  text-decoration: none;
  border-radius: 3px;
  padding: 6px 8px;
  font-weight: 500;
}
@media (max-width: 640px) {
  #footer .information-section .cqc-block {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #footer .information-section > .twocolumns > .col {
    width: 100% !important;
    border: solid #3f3f3f;
    border-width: 0;
  }
}
#footer .information-section > .twocolumns > .col:first-child {
  padding: 0 31px 0 0;
  border-right: 1px solid #393939;
}
@media (max-width: 992px) {
  #footer .information-section > .twocolumns > .col:first-child {
    border-width: 0 0 1px 0;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  #footer .information-section > .twocolumns > .col:first-child {
    display: block !important;
    margin-top: 20px;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #footer .information-section > .twocolumns > .col > .justify-content-between {
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .information-section > .twocolumns > .col .eComLogo {
    padding-left: 30px;
  }
}
@media (max-width: 500px) {
  #footer .information-section > .twocolumns > .col > .d-flex {
    display: block !important;
    text-align: center;
  }
  #footer .information-section > .twocolumns > .col .eComLogo {
    padding-left: 0px;
  }
  #footer .information-section > .twocolumns > .col .eComLogo img {
    max-height: 80px;
    width: auto;
  }
}
#footer .footer-logo {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") 0 -260px;
  height: 26px;
  width: 174px;
  margin-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 2dppx) {
  #footer .footer-logo {
    background-image: url("https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png");
    background-position: 0 -245px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 26px;
    width: 174px;
  }
}
#footer .footer-logo a, #footer .footerPhoneLogo a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-logo {
    display: none;
  }
}
#footer .contacts-list {
  margin: 8px 0 0 0;
  padding: 0 0 0;
  list-style: none;
  color: #C1D7ED;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 640px) {
  #footer .contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#footer .contacts-list li {
  padding: 0 0 0 34px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  #footer .contacts-list li.phone {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .contacts-list li.phone {
    margin-bottom: 0px;
  }
}
#footer .contacts-list li.phone:after {
  background-image: url(https://www.vivami-cdn.com/img//backgrounds-sb34cb68271.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-position: -130px -73px;
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
  filter: brightness(0) invert(1);
}
#footer .contacts-list li.email:after {
  background-image: url(https://www.vivami-cdn.com/img//backgrounds-sb34cb68271.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  background-position: -250px 0;
  width: 25px;
  height: 18px;
  left: 0;
  top: 7px;
  filter: brightness(0) invert(1);
}
#footer .contacts-list a {
  text-decoration: none;
  color: #C1D7ED;
}
#footer .contacts-list .phone {
  margin-right: 20px;
}
#footer .contacts-list .phone a {
  cursor: default;
  pointer-events: none;
}
#footer .contacts-list .email span {
  cursor: pointer;
}
#footer .state-toggle-block {
  padding: 15px 0 0;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 768px) {
  #footer .state-toggle-block {
    display: none;
  }
}
#footer .state-toggle-block .slide {
  display: none;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
#footer .state-toggle-block .closed-state, #footer .state-toggle-block .opened-state {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
#footer .state-toggle-block .closed-state:before, #footer .state-toggle-block .closed-state:after, #footer .state-toggle-block .opened-state:before, #footer .state-toggle-block .opened-state:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: silver transparent transparent transparent;
}
#footer .state-toggle-block .closed-state:after, #footer .state-toggle-block .opened-state:after {
  border-width: 9px 4px 0 4px;
  border-color: #292929 transparent transparent transparent;
  top: 6px;
  right: 1px;
}
#footer .state-toggle-block .opened-state:before, #footer .state-toggle-block .opened-state:after {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent silver transparent;
}
#footer .state-toggle-block .opened-state:after {
  border-width: 0 4px 9px 4px;
  border-color: transparent transparent #292929 transparent;
  top: 10px;
}
#footer .payment-logo-block {
  text-align: center;
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #footer .payment-logo-block {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer .payment-logo-block {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer .payment-logo-block {
    margin-top: 20px;
  }
}
#footer .payment-logo-block img {
  max-height: 34px;
  height: auto;
  max-width: 100%;
  width: auto;
  /*@media only screen and (max-width: 640px) {
      max-width: 100%;
      max-height: none;
      height: auto;
  }*/
}
@media (max-width: 767px) {
  #footer .payment-logo-block .desktop {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
}
#footer .payment-logo-block .mobile {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .payment-logo-block .mobile {
    height: auto;
    font-size: inherit;
    line-height: inherit;
  }
}
#footer .copyright {
  border-top: 1px solid #3f3f3f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #7F8386;
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  #footer .copyright {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  #footer .copyright {
    font-size: 14px;
  }
}
#footer .copyright p {
  margin: 0;
}
#footer .copyright a {
  color: #7F8386;
}
@media (max-width: 1023px) {
  #footer .copyright .screenMode {
    display: none !important;
  }
}
#footer .footer-nav {
  font: 400 14px/1.5 "Poppins", sans-serif;
  color: #ffffff;
  margin: 0 0 30px;
  padding: 0 0 25px;
  border-bottom: 1px solid #393939;
  text-align: left;
}
#footer .footer-nav:before, #footer .footer-nav:after {
  content: " ";
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #footer .footer-nav {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#footer .footer-nav .nav-col {
  display: inline-block;
  width: 19.6%;
  float: left;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .nav-col ul {
    display: none;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 769px) {
  #footer .footer-nav .nav-col.pharm-address {
    display: none;
  }
}
#footer .footer-nav .nav-col.nav-col-first {
  width: 19%;
  padding-left: 0;
}
#footer .footer-nav .nav-col.nav-col-second {
  width: 19%;
}
#footer .footer-nav .nav-col.nav-col-third {
  width: 26%;
}
#footer .footer-nav .nav-col.nav-col-fourth {
  width: 19%;
}
#footer .footer-nav .nav-col.nav-col-last {
  width: 17%;
}
@media only screen and (max-width: 992px) {
  #footer .footer-nav .nav-col.nav-col-first, #footer .footer-nav .nav-col.nav-col-second, #footer .footer-nav .nav-col.nav-col-third, #footer .footer-nav .nav-col.nav-col-fourth, #footer .footer-nav .nav-col.nav-col-last {
    width: 20%;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .nav-col {
    display: block;
    width: 100%;
    border-bottom: 1px solid #393939;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .nav-col.nav-col-first, #footer .footer-nav .nav-col.nav-col-second, #footer .footer-nav .nav-col.nav-col-third, #footer .footer-nav .nav-col.nav-col-fourth, #footer .footer-nav .nav-col.nav-col-last {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin: 0;
  }
}
#footer .footer-nav .nav-col .glyphicon {
  display: none;
  float: right;
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .nav-col .glyphicon {
    display: inline-block;
  }
}
#footer .footer-nav .footer-nav-links {
  color: #C1D7ED;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  #footer .footer-nav .footer-nav-links {
    display: block !important;
  }
}
#footer .footer-nav .footer-nav-links > li {
  line-height: 1.8;
}
#footer .footer-nav .footer-nav-links a {
  color: #C1D7ED;
  text-decoration: none;
  line-height: 1.3;
  display: inline-block;
}
#footer .footer-nav .footer-nav-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .footer-nav-links a {
    text-decoration: underline;
  }
}
#footer .footer-nav .heading {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #footer .footer-nav .heading {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .heading:after {
    content: " ";
    position: absolute;
    background: url("https://www.vivami-cdn.com/img//accordion-arrow.png") 0 0;
    right: 21px;
    top: 17px;
    height: 11px;
    width: 11px;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-nav .heading {
    font-weight: normal;
    padding: 10px 5px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
  }
}
#footer .footer-nav .heading.open:after {
  background-position: 0 -10px;
}
#footer .screenMode, #footer .screenMode.iPadMode {
  display: block !important;
}
#footer .phoneMode, #footer .iPadMode {
  display: none !important;
}
@media (max-width: 1023px) {
  #footer .screenMode.iPadMode, #footer .iPadMode {
    display: block !important;
  }
}
#footer .custom-trustpilot {
  font-size: 16px;
}
@media (max-width: 640px) {
  #footer .custom-trustpilot {
    margin-top: 30px;
    font-size: 14px;
  }
  #footer .custom-trustpilot .logo {
    width: 190px;
    margin: 0 auto 15px;
  }
}
#footer .custom-trustpilot .logo-holder .star {
  padding: 3px;
}
@media (max-width: 640px) {
  #footer .custom-trustpilot .logo-holder .star {
    padding: 1px;
  }
}
#footer .custom-trustpilot .h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 137%;
  display: block;
  margin: 10px 0 7px;
}
@media (max-width: 640px) {
  #footer .custom-trustpilot .h2 {
    font-size: 28px;
  }
}
#footer .custom-trustpilot .rating-text {
  font-weight: 500;
}

.jdiv .__jivoMobileButton .button_592, jdiv .__jivoMobileButton .button_592 {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

:lang(en) #footer .information-section .col .justify-content-between.clearfix {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
:lang(en) #footer .information-section .cqc-block {
  display: inline-block;
}

:lang(da) #footer {
  padding: 50px 0 0;
}
:lang(da) #footer .footerPhoneLogo, :lang(da) #footer .intro-section {
  display: none !important;
}
:lang(da) #footer .footer-logo {
  display: block;
}
@media only screen and (max-width: 768px) {
  :lang(da) #footer {
    padding: 40px 0 0;
  }
  :lang(da) #footer .footer-logo {
    margin-bottom: 20px;
  }
}
:lang(da) #footer .dk-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
:lang(da) #footer .dk-logo a:not(:last-child) {
  margin-right: 20px;
}
:lang(da) #footer .dk-logo a:nth-last-child(2) {
  margin-right: 7px;
}

@media only screen and (max-width: 1150px) {
  .centered-section {
    width: 100% !important;
    padding: 0 5% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .condition-search .search-cross-clear {
    margin: 12px 12px 0 8px;
  }
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
  #page-content {
    left: 0 !important;
  }
  .navbar.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  /*#slidemenu form { display:none;}*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px), not all, only screen and (max-width: 1023px) and (min-resolution: 144dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  .form-search-row .submit .icon-search {
    background-image: url("https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png");
    background-position: -131px -138px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, only screen and (min-resolution: 144dpi), only screen and (min-resolution: 2dppx) {
  .steps-holder li:after {
    background-image: url("https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png");
    background-position: -58px -91px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 25px;
    width: 15px;
  }
  #footer .footer-logo {
    background-image: url("https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png");
    background-position: 0 -245px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 26px;
    width: 174px;
  }
}
@media (max-width: 1023px) {
  .bodyStartPage .header-nav {
    margin-top: 20px;
  }
  .bodyStartPage .navigation li.loggedUserName {
    margin-left: 0;
  }
  .desktopOnly {
    display: none;
  }
  #header {
    text-align: center;
  }
  .openMobileMenu-btn, .search-section .search-parameters li:after, .footerPhoneLogo, .brends-twocolumns .brands-list, .condition-search .search-parameters li:after, .review, .product-section .alignright, .backToProduct-btn:after {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .openMobileMenu-btn, .goToBasket-btn, .backToProduct-btn:after {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .openMobileMenu-btn, .startPage .goToBasket-btn, .backToProduct-btn, .basketOrder-section .holder .remove-btn {
    display: block;
  }
  .innerPage .menu-left-btn {
    display: none;
  }
  .header-logo {
    float: none;
    display: block;
    width: 205px;
    height: 31px;
    margin: 2px auto 1px;
  }
  .screenMode.iPadMode, .iPadMode {
    display: block !important;
  }
  .mobile-nav .header-nav .banner {
    display: block !important;
    margin-top: 20%;
    margin-left: 20px;
  }
  .header-nav .banner a {
    border: 0;
  }
  .navbar-toggle {
    display: block;
    top: -28px;
    left: -19px;
  }
  .header-search {
    display: none !important;
  }
  .mobile-menu-search {
    display: block;
  }
  .mobile-menu-search .search-row {
    border-color: #55595E;
    width: 93%;
    margin: 10px;
  }
  .mobile-nav {
    border-top: 0;
    background: #2A3036;
    text-align: left;
  }
  .mobile-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
  }
  .mobile-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
  .header-nav {
    float: none;
    width: 100%;
    height: calc(100vh - 40px);
    display: block;
    min-height: calc(100vh - 40px);
  }
  .header-nav.desktopOnly {
    display: none;
  }
  .navigation li {
    display: block;
    margin-bottom: 5px;
  }
  .navigation li.country {
    padding-left: 0;
  }
  .navigation li.country img {
    border: 5px solid #55595E;
  }
  .navigation li.country:before {
    content: " ";
  }
  .form-search-row {
    /*max-width: 634px;
    margin-bottom: 20px;
    border-width: 5px;
    border-radius: 8px;*/
    /*.form-search-row-frame {
    	padding: 5px;
    	border-radius: 3px;
    }*/
  }
  .form-search-row .submit {
    font: 700 14px/30px "Trebuchet MS", Helvetica, sans-serif;
    border-radius: 3px;
    padding: 0 14px 0 42px;
    min-height: 38px;
  }
  .form-search-row .submit .icon-search {
    background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -80px -159px;
    height: 23px;
    width: 23px;
    float: left;
    margin: 6px 5px 0 15px;
  }
  .form-search-row .form-search-field input {
    padding: 4px 0 3px 11px;
    font-size: 17px;
    line-height: 30px;
  }
  .search-section .search-cross-clear {
    width: 20px;
    height: 20px;
    margin: 9px 9px 0 8px;
  }
  .search-section .search-parameters {
    font-size: 14px;
    line-height: 18px;
  }
  .search-section-heading {
    font-size: 17px;
    line-height: 25px;
  }
  .search-section-heading h1 {
    font-size: 31px;
    /*line-height: 40px;*/
    margin: 0 0 17px;
  }
  .search-section-description {
    max-width: 700px;
    margin: 0 auto 54px;
    margin-bottom: 27px;
  }
  .steps-holder {
    padding: 0 0 21px;
  }
  .steps-holder li {
    width: 30%;
    padding: 0 1% 0 2%;
  }
  .steps-holder li:after {
    top: 120px;
  }
  .steps-holder li.screenMode {
    display: none !important;
  }
  .steps-holder .image-holder {
    margin: 0 auto 18px;
  }
  .steps-holder .image-holder .image-block img {
    width: 122px;
    height: auto;
  }
  .screenMode, #footer .copyright .screenMode {
    display: none !important;
  }
  .withTopArrow .centered-section:before {
    background-size: 24px auto;
    left: 118px;
  }
  .big-banner-section .search-section {
    padding: 65px 0 20px;
  }
  .steps-holder li.screenMode + li:after, .search-results .navigation-row ul li:first-child {
    display: none;
  }
  .steps-section .call-section {
    font-size: 40px;
    line-height: 50px;
  }
  .white-bg {
    padding: 34px 0 36px;
  }
  .form-search-row {
    max-width: 634px;
    margin-bottom: 20px;
    /*border-width: 5px;
    border-radius: 8px;*/
  }
  .form-search-row .form-search-row-frame {
    padding: 5px;
  }
  .form-search-row .submit {
    padding: 0 14px 0 0px;
    min-height: 38px;
    font: 700 14px/30px "Trebuchet MS", Helvetica, sans-serif;
    border-radius: 3px;
  }
  .form-search-row .form-search-field input {
    padding: 4px 0 3px 11px;
    font-size: 17px;
    line-height: 30px;
  }
  .brends-twocolumns {
    background: none;
  }
  .brends-twocolumns .left-col {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .brends-twocolumns .right-col {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .brends-twocolumns .video-holder {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  /*.condition-search.twocolumns {
  	border-radius: 5px;
  	border-top: 2px solid #7ec0d6;
  	border-left: 1px solid #d3dee3;
  	border-right: 1px solid #d3dee3;
  	border-bottom: 1px solid #cacccf;
  	box-shadow: 0 1px 1px #e9ebee,inset 0 -1px 0 #e9ebee;
  	padding: 11px 15px 16px;
  }	
  .condition-search {
  	.left-col {
  		float: left;
  		width: 58%;
  		margin: 0 2% 0 0;
  	}
  	.right-col {
  		float: left;
  		width: 40%;
  		padding: 2px 0 0;
  	}
  	.search-parameters {
  		li {
  			padding: 0 0 0 5px;

  			&:first-child::after{
  				display:none !important;
  			}
  		}
  	}
  }*/
  .form-search-row-add .form-search-field input {
    padding: 7px 0 3px 13px;
    font-size: 13px;
    line-height: 29px;
  }
  .form-search-row-add .submit {
    padding: 0 13px;
    min-height: 29px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 3px;
  }
  .form-search-row-add .submit .icon-search {
    display: none;
  }
  .steps-holder li.hasTopArrow:before {
    top: -5px;
  }
  .search-results .navigation-row ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .search-results .navigation-row ul a {
    height: 22px;
    width: 22px;
  }
  .search-results .result-section .holder ul li {
    padding: 0 0 3px 15px;
  }
  .search-results .result-section .holder ul li:before {
    width: 4px;
    height: 4px;
    margin: 7px 0 0 -15px;
  }
  .reviewes-section .buttons-holder, .search-results .result-section .holder ul, .steps-section header, .product-section .buttons-holder, .productInfo-section .tabset, .productInfo-section .tab-content, .productInfo-section .hidden-holder {
    font-size: 13px;
    line-height: 18px;
  }
  .autocomplete-holder .suggested-aside {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*.header-nav{
      &.desktopOnly {
          display: none;
      }
  }*/
  .big-banner-section .search-section {
    padding-top: 20px !important;
  }
  /*.productPage {
      .breadcrumbs-holder {
          padding-top:0px !important;
      }
      #main {
          padding-top: 0;
      }
      .breadcrumbs-holder{
          margin: 0 0 0 0 !important;
      }
  }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), not all, only screen and (max-width: 767px) and (min-resolution: 144dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .form-search-row .submit .icon-search {
    background-image: url("https://www.vivami-cdn.com/img//icons@2x-sd1d5d59325.png");
    background-position: -26px -50px;
    background-size: 174px auto;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 767px) {
  #page-content {
    top: -86px;
  }
  .header-logo {
    width: 159px;
    height: auto;
    margin: -2px auto 0;
  }
  .bodyStartPage #header {
    padding: 14px 0 0;
  }
  .has-active-menu .modal-content {
    width: 97.5vw;
  }
  .search-section .search-section-heading {
    font-size: 17px;
    line-height: 25px;
  }
  .search-section .search-section-heading h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 18px;
  }
  .search-section .search-section-heading .search-section-description {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .search-section .search-parameters {
    font-size: 13px;
    line-height: 17px;
  }
  .search-section .search-parameters li {
    margin: 0;
    padding: 0 5px 0 8px;
  }
  .search-section .search-parameters li:before {
    margin: 0 0 0 -8px;
  }
  .big-banner-section .search-section {
    padding: 15px 0 15px;
  }
  .form-search-row {
    margin: 0 10px 17px;
    max-width: none;
  }
  .form-search-row .form-search-row-frame {
    padding: 3px;
  }
  .form-search-row .submit {
    padding: 0;
    width: 46px;
    height: 34px;
    min-height: 0;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
  }
  .form-search-row .submit .icon-search {
    margin-top: 0;
  }
  .form-search-row .icon-search {
    float: none;
    display: block;
    margin: 0 auto;
    background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -159px 0;
    height: 15px;
    width: 15px;
  }
  .form-search-row .form-search-field input {
    padding: 2px 0 2px 9px;
    font-size: 16px;
    line-height: 30px;
  }
  .innerPage .backToProduct-btn, .innerPage .openMobileMenu-btn.menu-right-btn {
    top: 0;
  }
}
@media (max-width: 640px) {
  .iPadMode, .screenMode.iPadMode, .dosages-section .alignright, .prescriptions-list .alignleft {
    display: none !important;
  }
  .phoneMode, .iPadMode.phoneMode {
    display: block !important;
  }
  .for-desctop, .search-section .search-parameters li.for-desctop {
    display: none;
  }
  .for-mobile {
    display: block;
  }
  .mobile-nav .navbar-toggle {
    padding-top: 0;
  }
  .backToProduct-btn {
    text-indent: -9999px;
    top: 14px;
  }
  .search-results .navigation-row {
    top: 25px;
  }
  .search-results .result-section .f1, .search-results .result-section .f2, .search-results .result-section .f3, .search-results .result-section .f4 {
    width: 49%;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .search-results .result-section .holder ul {
    font-size: 16px;
  }
  .search-section .search-parameters li {
    max-width: 49%;
  }
  /*.brands-section .form-search-main {
  	display: block;
  	position: relative;
  	z-index: 1;
  	margin: -60px 0 0;
  }*/
  .steps-holder h1, .steps-holder h2, .steps-holder h3, .steps-holder h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 8px;
  }
  .steps-section.withTopArrow {
    border-top: 0;
  }
  .steps-holder {
    padding: 40px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  .steps-holder li {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 10px 0 40px;
  }
  .steps-holder li:after {
    background: url("https://www.vivami-cdn.com/img//arrow-steps-mobile.png") no-repeat 50% 0;
    height: 28px;
    width: 100%;
    top: auto;
    bottom: 10px;
    left: 0;
    bottom: 5px;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  .steps-holder li:last-child::after {
    display: none;
  }
  .steps-holder .image-holder {
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin: -10px 20px 0 0;
  }
  .steps-holder h2 {
    text-shadow: none;
    font-weight: 900;
  }
  .reviewes-list > li {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 0 0 40px;
  }
  .steps-section.withTopArrow .centered-section:before {
    background: url("https://www.vivami-cdn.com/img//arrow-header-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 20px auto;
    height: 32px;
    position: absolute;
    left: 30%;
    top: 0;
    width: 33px;
    content: "";
  }
  .steps-holder li.screenMode + li:after {
    display: block;
  }
  .steps-holder li.hasTopArrow:before {
    display: none;
  }
  .brands-section {
    padding-bottom: 0;
  }
  .brands-section .form-search-main {
    display: block;
    position: relative;
    z-index: 1;
    margin: -60px 0 0;
  }
  .brands-section .form-search-main .search-cross-clear {
    margin: 11px 8px 0 8px;
  }
  .brands-section .form-search-row-frame {
    border-color: #d7dce0;
  }
  .brands-section header {
    margin: 0 0 20px;
  }
  .brends-twocolumns {
    margin: 20px 0 0 0;
  }
  .brends-twocolumns .video-holder iframe {
    width: 100% !important;
    max-height: 210px !important;
  }
  .popular-product-section .link-list li {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 500px) {
  .has-active-menu .modal-content {
    width: 94vw;
  }
}
@media (max-width: 386px) {
  .has-active-menu .modal-content {
    width: 94vw;
  }
}
.steps-holder {
  margin: 0;
  padding: 40px 0 15px;
  list-style: none;
  text-align: center;
  color: #2A3036;
  font-size: 15px;
  line-height: 26px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.steps-holder li {
  display: inline-block !important;
  vertical-align: top;
  padding: 0 5px 0 15px;
  width: 24%;
  min-width: 191px;
  position: relative;
}
.steps-holder li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 93px;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -35px -112px;
  height: 25px;
  width: 14px;
}
.steps-holder li:first-child::after {
  display: none;
}
.steps-holder li.hasTopArrow:before {
  background: url("https://www.vivami-cdn.com/img//arrow-header.png") no-repeat 30% 0;
  width: 100%;
  height: 33px;
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
}
.steps-holder li .heading {
  font-weight: bold;
}
.steps-holder .image-holder {
  height: 190px;
  margin: 0 0 23px;
  display: table;
  width: 100%;
  text-align: center;
}
.steps-holder .image-holder .image-block {
  display: table-cell;
  vertical-align: bottom;
}
.steps-holder h2 {
  font-weight: 900;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
.steps-holder p {
  margin: 0;
}

.steps-section {
  padding: 35px 0;
}
.steps-section header {
  text-align: center;
  font: 300 18px/30px "Trebuchet MS", Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .steps-section header {
    margin: 0 0 20px;
  }
}
.steps-section header .main-heading, .steps-section header .steps-section header h2 {
  display: block;
  font: 42px/52px "HelveticaNeueThin", "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 18px;
}
@media only screen and (max-width: 1023px) {
  .steps-section header .main-heading, .steps-section header .steps-section header h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 7px;
  }
}
.steps-section header p {
  margin: 0;
}
.steps-section header + .steps-holder {
  padding-top: 51px;
}
@media only screen and (max-width: 1023px) {
  .steps-section header + .steps-holder {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section li {
    padding: 10px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section .steps-holder {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section .steps-holder li {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 10px 0 40px;
  }
  .steps-section .steps-holder li:last-child {
    padding-bottom: 0;
  }
  .steps-section .steps-holder li .screenMode + li:after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section .steps-holder li:after {
    background: url("https://www.vivami-cdn.com/img//arrow-steps-mobile.png") no-repeat 50% 0;
    height: 28px;
    width: 100%;
    top: auto;
    bottom: 10px;
    left: 0;
    bottom: 5px;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section .steps-holder .image-holder {
    float: left;
    display: block;
    width: auto;
    height: auto;
    margin: -10px 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section .steps-holder .heading {
    display: block;
    font: 900 15px/22px "Trebuchet MS", Helvetica, sans-serif;
    margin: 0 0 5px;
    font-size: 18px;
    text-shadow: none;
    word-wrap: break-word;
  }
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #c1c1c1;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -5px;
  height: 16px;
  width: 16px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  line-height: 10px;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0;
}
#scroll:hover {
  background-color: #0073B1;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  border: 2px solid #2A3036;
  width: 16px;
  height: 16px;
  top: 36%;
  opacity: 0.3;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-arrow:hover {
  opacity: 0.8;
  text-decoration: none;
}

.slick-prev {
  left: 0;
  border-top: 0;
  border-right: 0;
}

.slick-next {
  right: 0;
  border-left: 0;
  border-bottom: 0;
}

.conditionPage #main {
  background-color: #F5FAFF;
  padding-top: 0;
}
.conditionPage .seo-page {
  padding-top: 20px;
  padding-bottom: 50px;
}
.conditionPage .seo-page:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 640px) {
  .conditionPage .seo-page {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .conditionPage .grouping-list li:nth-child(n+3) {
    display: inline-block;
  }
}
.conditionPage .out-of-stock {
  margin-top: 10px !important;
}
.conditionPage .condition-start-consult-btn {
  width: 420px;
  max-width: 100%;
  /*text-align: center;
  margin: 0 auto;*/
}
.conditionPage .condition-start-consult-btn .b-green-btn {
  text-transform: none;
}
section.light {
  background: #fcfdff;
  width: 100%;
  height: auto;
}

.medical-condition-sub-heading {
  font: 40px/48px "HelveticaNeueThin", "Trebuchet MS", Helvetica, sans-serif;
  color: #2A3036;
  text-align: center;
  padding: 22px 0 18px;
}
@media only screen and (max-width: 767px) {
  .medical-condition-sub-heading {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 10px;
  }
}

.medical-condition-products-section {
  margin: 0 auto;
  padding: 0 56px;
  max-width: 1166px;
}
.medical-condition-products-section .eveadam-msg {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .medical-condition-products-section {
    padding: 15px 15px 5px;
  }
  .medical-condition-products-section .eveadam-msg {
    padding: 20px 0 0;
  }
}

.medical-condition-position {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  /*padding: 15px 0 30px 34px;*/
  font: 13px/20px "Trebuchet MS", Helvetica, sans-serif;
  color: #55595E;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .medical-condition-position {
    font: 12px/17px "Trebuchet MS", Helvetica, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .medical-condition-position {
    width: 100%;
    font: 14px/20px "Trebuchet MS", Helvetica, sans-serif;
    padding: 0;
  }
}
.medical-condition-position h3 {
  font: 30px/40px "HelveticaNeueThin", "Trebuchet MS", Helvetica, sans-serif;
  color: #2A3036;
  margin: 0 0 14px;
  text-align: center;
  word-break: break-word;
}
.medical-condition-position h3 a {
  color: #2A3036;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.medical-condition-position ol, .medical-condition-position ul {
  margin: 0 0 20px;
}
.medical-condition-position ol li, .medical-condition-position ul li {
  padding: 0 0 5px 26px;
  line-height: 20px;
}
.medical-condition-position .block-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.medical-condition-position .b-green-btn {
  bottom: 0px;
  z-index: 1;
  font: 700 16px/30px "Trebuchet MS", Helvetica, sans-serif;
  /*border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;*/
  /*vertical-align: top;*/
  width: 80%;
  padding: 11px 10px 10px;
  font-size: 15px;
  margin-top: 10px;
  margin-left: 10%;
  /*&:hover {
  	background: darken($info-color, 10%);
  }

  &:active {
  	background: darken($info-color, 10%);
  	border-color: darken($info-color, 20%);
  	border-width: 2px 0 0;
  }*/
}
@media only screen and (max-width: 1024px) {
  .medical-condition-position .b-green-btn {
    padding: 4px 6px 3px;
    font-size: 12px;
    font-weight: normal;
    border-bottom-width: 1px;
  }
}
@media only screen and (max-width: 836px) {
  .medical-condition-position .b-green-btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .medical-condition-position .b-green-btn {
    padding: 5px 6px 4px;
    font-size: 14px;
    border-bottom-width: 1px;
    width: 100%;
    position: relative;
    margin-left: 0;
  }
}

.medical-condition-position-image {
  position: relative;
  min-height: 220px;
  text-align: center;
  display: block;
  width: 100%;
}
.medical-condition-position-image img {
  top: 50%;
  left: 50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.silo-holder {
  padding-bottom: 50px;
  padding-top: 50px;
}

.seo-page + .silo-holder {
  padding-top: 0;
}

.silo-page h2 {
  display: block;
  font: 42px/50px "HelveticaNeueThin", "Trebuchet MS", Helvetica, sans-serif;
  color: #2A3036;
  text-align: center;
  margin: 0 0 25px;
}
.silo-page .holder {
  padding: 36px 38px 37px;
  border-bottom: 1px solid #D4D6D7;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  margin: 0;
  font: 16px/20px "Trebuchet MS", Helvetica, sans-serif;
}
.silo-page .holder-section {
  padding: 30px 10px;
  margin: -36px 0;
}
.silo-page .siloPage_slide .slick-slide a {
  display: inline-block !important;
  height: 40px;
  max-width: 218px;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #e6e6e6;
  float: left;
  margin: 0 10px;
}
.silo-page .siloPage_slide a.slick-arrow {
  font-size: 0;
}
.silo-page .siloPage_slide a.slick-prev.slick-arrow {
  position: absolute;
  top: 20%;
  left: -25px;
}
.silo-page .siloPage_slide a.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.silo-page .siloPage_slide a.slick-next.slick-arrow {
  position: absolute;
  top: 20%;
  right: -25px;
}
.silo-page .siloPage_slide a.slick-next.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.custom-trustpilot {
  text-align: center;
}

.custom-trustpilot .stars-rate {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0;
}

.custom-trustpilot .logo-holder {
  display: block;
}

.custom-trustpilot .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 22px 0;
  width: auto;
}

.custom-trustpilot .star-5 .star {
  background-color: #00b67a;
  padding: 3px;
  border-radius: 2px;
  margin: 0 8px 0 0;
  float: left;
}

.custom-trustpilot .star:before {
  content: "";
  display: block;
  background: url(https://www.vivami-cdn.com/img//trustpilot-star.svg) center no-repeat;
  width: 27px;
  height: 25px;
}

.servicesBar_cont {
  width: 100%;
  background: #0073B1;
}

ul.services-bar {
  display: block;
  margin: 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  ul.services-bar {
    display: none;
  }
}
ul.services-bar li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #0073B1;
}
ul.services-bar li a {
  color: #0073B1;
  display: inline-block;
  padding: 5px 0;
  opacity: 0.5;
  height: 32px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.services-bar li a:hover {
  opacity: 1;
}
ul.services-bar li a.active {
  opacity: 1;
}
ul.services-bar li:first-child {
  padding-left: 0;
}
ul.services-bar li.online-pharmacy a {
  width: 145px;
  background-image: url("https://www.vivami-cdn.com/img//Online-Pharmacy.png");
}
ul.services-bar li.nhs-prescription a {
  width: 124px;
  background-image: url("https://www.vivami-cdn.com/img//NHS-Prescription.png");
}
ul.services-bar li.video-Consultation a {
  width: 166px;
  background-image: url("https://www.vivami-cdn.com/img//Video-Consultation.png");
}
ul.services-bar li.testing-center a {
  width: 126px;
  background-image: url("https://www.vivami-cdn.com/img//Testing-Center.png");
}

.info-steps {
  padding: 40px 0;
}
.info-steps:after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.info-steps .infoSteps_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin: 60px 0;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row {
    margin: 0 0 60px;
  }
}
.info-steps .infoSteps_row:after {
  display: table;
  content: "";
  clear: both;
  width: 100%;
}
.info-steps .infoSteps_row h3 {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 34px;
  color: #0073B1;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row h3 {
    font-size: 24px;
  }
}
.info-steps .infoSteps_row .content-block {
  width: auto;
  max-width: 67%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row .content-block {
    max-width: 100%;
  }
}
.info-steps .infoSteps_row .content-block-img {
  width: auto;
  max-width: 32%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row .content-block-img {
    max-width: 100%;
    width: 100%;
  }
}
.info-steps .infoSteps_row .content-block-img img {
  margin-right: 20px;
}
.info-steps .infoSteps_row .content-block-img .customerSupport-img {
  float: left;
}
.info-steps .infoSteps_row .custom-trustpilot-mini {
  display: inline-block;
  margin-top: 0;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
  max-width: 160px;
}
.info-steps .infoSteps_row .custom-trustpilot-mini .logo {
  margin: 0 auto 10px;
  display: block;
  max-width: 142px;
  height: auto;
}
.info-steps .infoSteps_row .custom-trustpilot-mini .stars-rate {
  margin: 0 0 0;
}
.info-steps .infoSteps_row .custom-trustpilot-mini .star {
  padding: 3px;
}
.info-steps .infoSteps_row .custom-trustpilot-mini .rated_string .rate {
  font-size: 20px;
  color: #2A3036;
}
.info-steps .infoSteps_row:nth-child(even) .content-block-img {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row:nth-child(even) .content-block-img {
    order: 2;
  }
}
.info-steps .infoSteps_row:nth-child(even) .content-block {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .info-steps .infoSteps_row:nth-child(even) .content-block {
    order: 1;
  }
}
.condition-slider {
  display: block;
  width: 100%;
  max-width: 1295px;
  margin: 40px auto;
  font-size: 18px;
}
.condition-slider:after {
  content: "";
  display: table;
  clear: both;
}
.condition-slider .viewAllConditions {
  display: block;
  width: auto;
  margin: 20px auto;
  max-width: 200px;
  text-align: center;
}
.condition-slider .slider-title {
  display: inline-block;
  float: left;
  line-height: 40px;
}
@media (max-width: 767px) {
  .condition-slider .slider-title {
    display: block;
    float: none;
    text-align: center;
  }
}
.condition-slider ul.conditionSlider {
  width: calc(100% - 200px);
  float: right;
}
@media (max-width: 767px) {
  .condition-slider ul.conditionSlider {
    width: 100%;
    display: block;
    float: none;
  }
}
.condition-slider ul.conditionSlider li {
  font-weight: 300;
  margin-right: 20px;
}
.condition-slider ul.conditionSlider li:last-child {
  margin-right: 0;
}
.condition-slider ul.conditionSlider .slide a {
  display: block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
}
.condition-slider .slick-arrow {
  border-color: #ffffff;
  border-width: 4px;
  opacity: 0.8;
}

.testkit .blue-color {
  color: #7e5bc9;
}
.testkit .primary-menu > li.phone .information-popup {
  background: #7e5bc9;
  border: 2px solid #b38fff;
}
.testkit .primary-menu > li.phone .information-popup:before {
  border-top-color: #b38fff;
}
.testkit .primary-menu > li.phone .information-popup:after {
  border-top-color: #7e5bc9;
}
.testkit .servicesBar_cont {
  background: #55339f;
}
@media (min-width: 1200px) {
  .testkit .servicesBar_cont .container {
    width: 100%;
    max-width: 1295px;
  }
}
.testkit ul.services-bar li {
  border-right: 1px solid rgba(59, 33, 115, 0.8);
}
.testkit #main {
  font-family: "Poppins", sans-serif !important;
}
.testkit .dark-bg {
  background: #fdfafe !important;
}
.testkit .dark-bg.text-center h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .testkit .dark-bg.text-center h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.testkit .dark-bg.text-center p {
  font-size: 16px;
  line-height: 1.8;
}
.testkit .dark-bg.text-center p:last-child {
  margin-bottom: 20px;
}
.testkit .header {
  padding: 20px 0 0;
  background: #5a36a7;
}
@media only screen and (max-width: 1023px) {
  .testkit .header {
    padding-top: 0;
  }
}
.testkit .header-search-block {
  display: none;
}
.testkit .top-nav .logo {
  background: #5a36a7;
}
@media only screen and (max-width: 1023px) {
  .testkit .top-nav .icon-left {
    border-right: none;
  }
  .testkit .top-nav .icon-right {
    border-left: none;
  }
}
.testkit .big-banner-section {
  background: #5a36a7;
}
.testkit .search-with-menu .search-section-heading {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
.testkit .search-with-menu h1 {
  font-size: 60px;
  font-weight: 200 !important;
  letter-spacing: 0;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .testkit .search-with-menu h1 {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .testkit .search-with-menu h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .testkit .search-with-menu h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.testkit .search-section-description {
  font-size: 20px;
  margin: 46px auto 54px;
}
.testkit .search-container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.testkit .search-container .centered-section {
  width: 100%;
}
.testkit .form-search-row .submit {
  background-color: #5AD6B8;
  border: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .testkit .form-search-row .submit {
    font-size: 0;
  }
}
.testkit .search-with-menu .form-search-row .submit {
  padding: 15px 20px;
}
@media (max-width: 1023px) {
  .testkit .search-with-menu .form-search-row .submit {
    padding: 9px 13px;
  }
}
@media (max-width: 767px) {
  .testkit .search-with-menu .form-search-row .submit {
    text-indent: 0;
    padding: 0 12px;
  }
}
@media (max-width: 460px) {
  .testkit .search-with-menu .form-search-row .submit {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .testkit .search-with-menu .form-search-row .submit i.fa {
    font-size: 16px;
    margin-left: 4px;
  }
}
.testkit .search-section .search-parameters li {
  max-width: 34%;
}
.testkit .trustpilot-cont {
  padding: 80px 0;
}
.testkit .condition-slider {
  margin: 20px auto 10px;
  padding: 0 40px;
}
@media only screen and (max-width: 480px) {
  .testkit .condition-slider {
    padding: 0 20px;
  }
}
.testkit .condition-slider ul.conditionSlider .slide a {
  background: #7e5bc9;
  color: #ffffff;
}
.testkit .condition-slider ul.conditionSlider .slide a:hover, .testkit .condition-slider ul.conditionSlider .slide a:focus {
  background: #442782;
}
.testkit .condition-slider ul.conditionSlider .slide a:active {
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.6);
}
.testkit .condition-slider .slick-list:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -10px;
  background: -moz-linear-gradient(left, rgba(90, 54, 167, 0) 0%, rgb(90, 54, 167) 76%, rgb(90, 54, 167) 100%);
  background: -webkit-linear-gradient(left, rgba(90, 54, 167, 0) 0%, rgb(90, 54, 167) 76%, rgb(90, 54, 167) 100%);
  background: linear-gradient(to right, rgba(90, 54, 167, 0) 0%, rgb(90, 54, 167) 76%, rgb(90, 54, 167) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005a36a7", endColorstr="#5a36a7",GradientType=1 );
}
.testkit .condition-slider .slick-prev.hidden,
.testkit .condition-slider .slick-next.hidden {
  opacity: 0;
  pointer-events: none;
}
.testkit .condition-slider .slick-prev {
  display: none;
  z-index: 2;
  margin-left: -15px;
}
.testkit .condition-slider .slick-prev:before {
  display: none;
}
.testkit .condition-slider .slick-next:before {
  display: none;
}
.testkit .viewAllConditions {
  max-width: 184px;
  font-size: 20px;
  font-weight: 300;
  margin: 20px auto 0;
  color: #8c67dc;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.testkit .viewAllConditions:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .testkit .viewAllConditions {
    max-width: 100%;
    font-size: 18px;
  }
}
.testkit .info-steps .infoSteps_row h3 {
  color: #5a36a7;
}
.testkit .info-steps .infoSteps_row .custom-trustpilot-mini {
  padding: 0;
}
.testkit .custom-trustpilot .rated_string a {
  color: #5a36a7;
}
.testkit #footer .footer-nav, .testkit #footer .information-section {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
}
.testkit #footer .intro-section .footer-heading {
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .testkit #footer .intro-section .footer-heading {
    font-size: 22px;
    /*margin-top: -26px;*/
  }
}
.testkit #footer .contacts-list {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .testkit .needHelp h2 span.blue-color {
    display: block;
  }
}
.testkit .search-results .result-section .holder ul a {
  color: #5a36a7;
}
.testkit .rich-text a:not(.scroll-to-table-btn), .testkit .custom-trustpilot-mini .rated_string .rate, .testkit .productInfo_tabset a {
  color: #5a36a7;
}
.testkit .conditionPage #main {
  background-color: #f8f6f9;
}
.testkit.innerPage .header {
  padding: 0 0;
}
.testkit.innerPage .header-search-block {
  display: inline-block;
}
@media (max-width: 1023px) {
  .testkit.innerPage .header-search-block {
    display: none;
  }
}
.testkit.innerPage .header-search-block .search-row {
  border: 1px solid #5a36a7;
}
.testkit.innerPage .header-search-block .search-row .pseudo-placeholder {
  color: #5a36a7;
}
.testkit.innerPage .header-search-block .search-row i.fa {
  color: #5a36a7;
}
@media (max-width: 1023px) {
  .testkit.innerPage .top-nav.search-expanded .header-search-block {
    display: inline-block;
  }
}
.testkit.innerPage .top-nav.search-expanded .header-search-block .search-row .pseudo-placeholder {
  color: #ffffff;
}

.stepHolder {
  width: 100%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  padding: 40px 0;
}
.stepHolder:after {
  content: "";
  display: table;
  clear: both;
}
.stepHolder .image-holder {
  display: table;
  width: 100%;
  height: 161px;
}
@media only screen and (max-width: 767px) {
  .stepHolder .image-holder {
    display: block;
    width: auto;
    height: auto;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .stepHolder .image-holder {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stepHolder .image-holder img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .stepHolder .image-holder img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.stepHolder .image-holder .image-block {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (max-width: 480px) {
  .stepHolder .image-holder .image-block {
    display: block;
  }
}
.stepHolder .image-holder .image-block .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.stepHolder h3 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .stepHolder h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .stepHolder p {
    font-size: 14px;
  }
}
.stepHolder sup {
  opacity: 0.5;
}
.stepHolder ul {
  width: 100%;
  font-size: 16px;
}
.stepHolder ul li {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  padding: 0 5px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .stepHolder ul li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .stepHolder ul li {
    text-align: center;
  }
}

.free-testkit {
  padding: 15px 20px;
  border: 1px solid #55339F;
  border-radius: 5px;
  width: 445px;
  max-width: 100%;
  margin: 0 auto 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
}
.free-testkit .green-color {
  color: #5AD6B8;
}
.free-testkit .sold-count {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .free-testkit {
    margin: 20px auto 0;
    padding: 15px;
    font-size: 15px;
  }
  .free-testkit .sold-count {
    padding-left: 10px;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.float-none {
  float: none !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 50px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.bottom60 {
  margin-bottom: 60px;
}

/*@media (min-width: 768px) {
    .modal-md {
        width: 450px;
    }
}*/
/*tabbing css - home and about*/
.productInfoTabs_tabset-holder {
  padding: 20px 10px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs_tabset-holder {
    display: none;
  }
}

.productInfoTabs_tabset {
  word-spacing: -0.36em;
  /*display: table;
  width: 100%;*/
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 1023px) {
  .productInfoTabs_tabset {
    font-size: 16px;
  }
}
.productInfoTabs_tabset li {
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
  position: relative;
  /*max-width: 16.66%;*/
  white-space: nowrap;
}
.productInfoTabs_tabset li.active a {
  color: #0073B1;
  text-decoration: none;
  background: #ffffff;
}
.productInfoTabs_tabset li .icon-tab-arrow {
  display: none;
}
.productInfoTabs_tabset a {
  color: #2A3036;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 10px 30px;
}
@media only screen and (max-width: 1024px) {
  .productInfoTabs_tabset a {
    padding: 8px 6px;
    font-size: 14px;
  }
}
.productInfoTabs_tabset a i {
  display: inline-block;
  vertical-align: middle;
  min-width: 26px;
  height: 26px;
  margin: 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .productInfoTabs_tabset a i {
    height: auto;
  }
}
.productInfoTabs_tabset a.doctorChat i:before {
  background-position: -33px -49px;
  height: 15px;
  width: 18px;
}

.productInfoTabs {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .margin-block {
    height: 20px;
  }
}
.productInfoTabs .columnize-product-description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .productInfoTabs .mob-accordion-content {
    /*display: none;*/
    padding: 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border-bottom: 1px solid #D4D6D7;
  }
}
.productInfoTabs .tab-content {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 300 16px/28px "Trebuchet MS", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .productInfoTabs .tab-content {
    font-size: 13px;
    line-height: 18px;
  }
  .productInfoTabs .tab-content h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
}
.productInfoTabs .tab-content p {
  margin: 0 0 13px;
}
.productInfoTabs .tab-content p a {
  color: #0073B1;
}
.productInfoTabs .tab-content h3 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .productInfoTabs .tab-content h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.productInfoTabs .tab-content:after {
  content: "";
  display: table;
  clear: both;
}
.productInfoTabs .tab-content .mob-accordion-opener {
  display: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
  padding: 18px 0 17px 53px;
  margin: 0;
  outline: 0;
  color: #2A3036 !important;
  background: #F5FAFF;
  font: 14px/16px "Trebuchet MS", Helvetica, sans-serif;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .tab-content .mob-accordion-opener {
    display: block;
    font: 16px/20px "Trebuchet MS", Helvetica, sans-serif;
  }
}
.productInfoTabs .tab-content .mob-accordion-opener .fa {
  position: absolute;
  left: 25px;
}
.productInfoTabs .tab-content .mob-accordion-opener.collapsed {
  border-bottom: 0;
}
.productInfoTabs .tab-content .mob-accordion-container:first-child .mob-accordion-opener {
  border-top: 1px solid #D4D6D7;
}
.productInfoTabs .tab-content .boldBig {
  font-size: 18px;
}
.productInfoTabs .tab-pane {
  max-width: 1210px;
  padding: 40px 45px;
  margin: 0 auto;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .productInfoTabs .tab-pane {
    padding: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .productInfoTabs .tab-pane.mob-accordion-container {
    display: block !important;
  }
}
.productInfoTabs .tab-pane ul, .productInfoTabs .tab-pane ol {
  margin: 0 0 20px;
}
.productInfoTabs .tab-pane ul {
  list-style: disc;
  list-style-position: inside;
}
.productInfoTabs .tab-pane ol {
  list-style: decimal;
  list-style-position: inside;
}
.productInfoTabs .scroll-to-table-btn {
  display: inline-block;
  vertical-align: top;
  padding: 3px 6px;
  background: #5AD6B8;
  border-radius: 6px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid rgb(40.2038834951, 161.7961165049, 132.3786407767);
}
.productInfoTabs .scroll-to-table-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: rgb(50.354368932, 202.645631068, 165.8009708738);
}
.productInfoTabs .our-service-list {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 90px 0 0;
  margin: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .productInfoTabs .our-service-list {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .our-service-list {
    float: none;
  }
}
.productInfoTabs .our-service-list li {
  padding: 0 0 0 40px;
  margin: 0 0 20px;
}
.productInfoTabs .our-service-list li:after {
  top: 50% !important;
}
.productInfoTabs #productreviews.tab-pane {
  text-align: center !important;
}
.productInfoTabs #productreviews.tab-pane h2 {
  text-align: center !important;
}
.productInfoTabs h1, .productInfoTabs h3, .productInfoTabs h4, .productInfoTabs h5, .productInfoTabs h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 20px;
  font-weight: normal;
}
.productInfoTabs h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 20px;
}
.productInfoTabs .hTags-withUnderline {
  border-bottom: 1px solid #dbdee2;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .hTags-withUnderline {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.productInfoTabs .productInfoTabs-pageReviewDate {
  color: #2A3036;
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
.productInfoTabs .productInfoTabs-pilBlock {
  display: block;
  width: 100%;
  text-align: center;
}
.productInfoTabs .productInfoTabs-pilBlock .productInfoTabs-pilBlock-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .productInfoTabs-pilBlock .productInfoTabs-pilBlock-title {
    font-size: 14px;
  }
}
.productInfoTabs .productInfoTabs-pilBlock .pil-link {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #b8bcc2;
  padding: 5px 15px;
  border-radius: 30px;
  line-height: 22px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .productInfoTabs .productInfoTabs-pilBlock .pil-link {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
.productInfoTabs .productInfoTabs-pilBlock .pil-link:last-child {
  margin-right: 0;
}
.productInfoTabs .productInfoTabs-pilBlock .pil-link:hover {
  color: #0073B1;
  border-color: #0073B1;
}
.productInfoTabs .sideEffect-Note {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
}
.productInfoTabs .sideEffect-Note a {
  color: #2A3036;
  text-decoration: underline;
  font-style: italic;
}
.productInfoTabs .sideEffect-Note a:hover {
  color: #2A3036;
}
.productInfoTabs .b-green-btn {
  max-width: 300px;
}
.productInfoTabs .productInfoTabs_tabset li + li {
  border-left: 0;
}

@media only screen and (max-width: 767px) {
  :lang(en) .productInfoTabs .mob-accordion-content {
    display: none;
  }
}

.productInfoTabs_tabset li {
  overflow: hidden;
}
.productInfoTabs_tabset li a {
  /*background: $secondary-10;
  color: rgba(59, 59, 59, 0.5);
  padding: 14px 20px;*/
  background: #EFFAFF;
  color: #0073B1;
  padding: 15px 45px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #DCE0E2;
}
.productInfoTabs_tabset li a i {
  height: 20px;
  margin-right: 8px;
  font-size: 21px;
}
.productInfoTabs_tabset li.active a {
  box-shadow: none;
  color: #2A3036;
  border-bottom-color: #ffffff;
}
.productInfoTabs_tabset li + li {
  border-left: 1px solid #DCE0E2;
}
.productInfoTabs_tabset li:first-child {
  border-radius: 5px 0 0 0;
}
.productInfoTabs_tabset li:last-child {
  border-radius: 0 5px 0 0;
}

.b-productInfo {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .b-productInfo .margin-block {
    height: 20px;
  }
}
.b-productInfo .columnize-product-description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  /*@media (max-width: 767px) {
  	display:none;
  	padding: 17px;
  	-webkit-column-count: 1;
  	-moz-column-count: 1;
  	 column-count: 1; 			
  }*/
}
@media only screen and (max-width: 767px) {
  .b-productInfo .columnize-product-description {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .b-productInfo .accordion-content {
    display: none;
    padding: 17px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.b-productInfo .tab-content {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 300 16px/28px "Trebuchet MS", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .b-productInfo .tab-content {
    font-size: 13px;
    line-height: 18px;
  }
  .b-productInfo .tab-content h2 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.b-productInfo .tab-content p {
  margin: 0 0 13px;
}
.b-productInfo .tab-content h3 {
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .b-productInfo .tab-content h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.b-productInfo .tab-content:after {
  content: "";
  display: table;
  clear: both;
}
.b-productInfo .tab-content .tab-pane.active .accordion-opener:after {
  border-top: 9px solid #0073B1;
  border-left-color: transparent;
  border-right: 8px solid transparent;
}
.b-productInfo .tab-content .accordion-opener {
  display: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}
.b-productInfo .tab-content .accordion-opener:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0073B1;
  display: block;
}
.b-productInfo .tab-content .accordion-opener i {
  /*&.description {
      &:before {
          background-position: -22px -137px;
          height: 20px;
          width: 20px;
      }
  }
  &.directions {
      &:before {
          background-position: -62px -137px;
          height: 20px;
          width: 20px;
      }
  }
  &.sideeffects {
      &:before {
          background-position: -114px -72px;
          height: 20px;
          width: 22px;
      }
  }
  &.qa {
      &:before {
          background-position: -126px -137px;
          height: 22px;
          width: 22px;
      }
  }
  &.ourservice {
      &:before {
          background-position: -156px -72px;
          height: 20px;
          width: 17px;
      }
  }
  &.dosages {
      &:before {
          background-position: -136px -72px;
          height: 20px;
          width: 20px;
      }
  }*/
}
.b-productInfo .tab-content .accordion-opener i:before {
  height: 16px;
  width: 17px;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .b-productInfo .tab-content .accordion-opener i:before {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .b-productInfo .tab-content .accordion-opener {
    display: block;
    position: relative;
    width: 100%;
    border: solid #D4D6D7;
    border-width: 1px 0;
    margin: 0 0 -1px;
    outline: 0;
    padding: 14px 35px 14px 50px;
    background: #EFFAFF;
    color: #0073B1 !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-color: #DCE0E2 !important;
  }
}
.b-productInfo .tab-content .buyNow-ReviewBox {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 960px) {
  .b-productInfo .tab-content .buyNow-ReviewBox {
    margin-top: 20px;
  }
}
.b-productInfo .tab-content .buyNow-ReviewBox .scroll-to-table-btn {
  min-width: 150px;
  text-align: center;
  margin-bottom: 20px;
}
.b-productInfo .tab-content .buyNow-ReviewBox .reviewDate {
  font-size: 13px;
  float: right;
}
@media (max-width: 960px) {
  .b-productInfo .tab-content .buyNow-ReviewBox .reviewDate {
    float: none;
  }
}
.b-productInfo .tab-pane {
  max-width: 1295px;
  padding: 40px 45px;
  margin: 0 auto;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .b-productInfo .tab-pane {
    padding: 0;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .b-productInfo .tab-pane.accordion-container {
    display: block !important;
  }
  .b-productInfo .tab-pane.accordion-container:last-child {
    border-bottom: 1px solid #DCE0E2;
  }
}
.b-productInfo .productreviews-container {
  background-color: #ffffff;
}
.b-productInfo .productreviews-container #trustpilotSlider.carousel {
  padding: 0;
  margin: 0;
}
.b-productInfo .custom-trustpilot {
  padding-top: 20px;
}
.b-productInfo .scroll-to-table-btn {
  display: inline-block;
  vertical-align: top;
  padding: 3px 6px;
  background: #5AD6B8;
  border-radius: 6px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid rgb(40.2038834951, 161.7961165049, 132.3786407767);
}
.b-productInfo .scroll-to-table-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: rgb(50.354368932, 202.645631068, 165.8009708738);
}
@media only screen and (max-width: 640px) {
  .b-productInfo .scroll-to-table-btn {
    display: block;
    text-align: center;
    padding: 9px 9px;
    font-size: 16px;
  }
}
.b-productInfo .our-service-list {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 90px 0 0;
  margin: 0 !important;
  list-style: none !important;
}
@media only screen and (max-width: 1024px) {
  .b-productInfo .our-service-list {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .b-productInfo .our-service-list {
    float: none;
  }
}
.b-productInfo .our-service-list li {
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  position: relative;
}
.b-productInfo .our-service-list li:after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 0;
  background: url(../../img/icons-sec2d09105b.png) -84px -49px;
  height: 17px;
  width: 17px;
}
.b-productInfo .our-service-list .icon-doctors:after {
  margin: -16px 0 0;
  left: 3px !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -61px -286px;
  height: 31px;
  width: 22px;
}
.b-productInfo .our-service-list .icon-medication:after {
  margin: -12px 0 0;
  left: 8px !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -101px -49px;
  height: 23px;
  width: 11px;
}
.b-productInfo .our-service-list .icon-delivery:after {
  margin: -9px 0 0;
  left: 0 !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -82px -92px;
  height: 18px;
  width: 27px;
}
.b-productInfo .our-service-list .icon-secure:after {
  margin: -13px 0 0;
  left: 4px !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -103px -207px;
  height: 26px;
  width: 20px;
}
.b-productInfo .our-service-list .icon-pharmacy:after {
  margin: -11px 0 0;
  left: 2px !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -126px -159px;
  height: 23px;
  width: 23px;
}
.b-productInfo .our-service-list .icon-orders:after {
  margin: -10px 0 0;
  left: 4px !important;
  background: url("https://www.vivami-cdn.com/img//icons-sec2d09105b.png") -41px -159px;
  height: 21px;
  width: 20px;
}
.b-productInfo #productreviews.tab-pane {
  text-align: center !important;
}
.b-productInfo #productreviews.tab-pane h2 {
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .b-productInfo #productreviews.tab-pane {
    display: none !important;
  }
}
.b-productInfo .sideEffect-Note {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 20px auto !important;
}
.b-productInfo .sideEffect-Note:before {
  content: "";
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .b-productInfo .ct_review {
    padding-bottom: 25px;
  }
  .b-productInfo .ct_review > h2 {
    display: none;
  }
}

.b-productInfo-tabset-holder {
  padding: 20px 10px 0;
  position: relative;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .b-productInfo-tabset-holder {
    display: none;
  }
}

.productInfo_tabset {
  word-spacing: -0.36em;
  display: table;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .productInfo_tabset {
    font-size: 11px;
    line-height: 17px;
  }
}
.productInfo_tabset li {
  display: inline-block;
  word-spacing: normal;
  vertical-align: top;
  padding: 0 2% 20px;
  position: relative;
  /*max-width: 16.66%;*/
  white-space: nowrap;
}
.productInfo_tabset li.active a {
  color: #2A3036;
  text-decoration: none;
}
.productInfo_tabset li .icon-tab-arrow {
  display: none;
}
.productInfo_tabset li.active .icon-tab-arrow {
  display: block;
  width: 26px;
  height: 0;
  margin: 2px auto 0 auto;
  text-align: left;
}
.productInfo_tabset li.active .icon-tab-arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 13px solid;
  border-color: transparent transparent #fcfdff;
}
.productInfo_tabset a {
  color: #0073B1;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.productInfo_tabset a i {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  height: 30px;
  margin: 0;
  text-align: center;
  position: relative;
}
.productInfo_tabset a i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
}
.productInfo_tabset a.comparison i:before {
  background-position: -129px -49px;
}
.productInfo_tabset a.description i:before {
  background-position: -22px -137px;
}
.productInfo_tabset a.directions i:before {
  background-position: -62px -137px;
}
.productInfo_tabset a.sideeffects i:before {
  background-position: -114px -72px;
  width: 22px;
}
.productInfo_tabset a.qa i:before {
  background-position: -126px -137px;
  width: 22px;
  height: 22px;
}
.productInfo_tabset a.ourservice i:before {
  background-position: -156px -72px;
  width: 17px;
}
.productInfo_tabset a.productreviews i:before {
  background-position: -106px -33px;
  height: 16px;
  width: 17px;
}
.productInfo_tabset a.doctorChat i:before {
  background-position: -33px -49px;
  height: 15px;
  width: 18px;
}
.productInfo_tabset a.treatments i:before {
  background-position: -42px -137px;
  width: 20px;
}
.productInfo_tabset a.dosages i:before {
  background-position: -136px -72px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .productInfo_tabset a.ourservice i, .productInfo_tabset a.productreviews i {
    margin: -3px -7px 0;
  }
  .productInfo_tabset a.directions i, .productInfo_tabset a.sideeffects i, .productInfo_tabset a.qa i {
    margin-top: -3px;
  }
}

.b-productInfo h1, .b-productInfo h2, .b-productInfo h3, .b-productInfo h4, .b-productInfo h5, .b-productInfo h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 20px;
  font-weight: normal;
}

.b-productInfo .sideEffect-Note {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
}
.b-productInfo .sideEffect-Note a {
  color: #2A3036;
  text-decoration: underline;
  font-style: italic;
}
.b-productInfo .sideEffect-Note a:hover {
  color: #003566;
}

:lang(es) .medical-condition-position .b-green-btn {
  width: 100% !important;
}
:lang(es) .paymentDetails label {
  line-height: 18px;
}
:lang(es) .dual-block-container {
  display: flex;
}
:lang(es) .doctor-block .doctor-img-name {
  display: none;
}
:lang(es) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  :lang(es) .aboutUs .productInfoTabs .mob-accordion-content {
    display: block;
  }
}

:lang(da) .product-data-table .total-price {
  text-transform: lowercase !important;
  width: 160px;
}
:lang(da) .variant-box .b-gray-btn {
  text-transform: lowercase !important;
}
@media only screen and (max-width: 767px) {
  :lang(da) .question-preview-section .main-part {
    display: table;
  }
  :lang(da) .question-preview-section .main-part .data {
    display: table-header-group;
  }
}
:lang(da) .tableWithProducts_holder .variant-box .jcf-select {
  text-transform: lowercase !important;
}
:lang(da) .bankWire-info, :lang(da) .cashOnDelivery-info, :lang(da) .icePay-info, :lang(da) .klarnaInvoice-info {
  min-height: 272px;
}
:lang(da) .question-preview-section .list-heading:before {
  display: none !important;
}
:lang(da) .pharmacy-block .image-holder.gmcInPopup {
  margin-top: -15px !important;
}
:lang(da) .faq-page .faq-accordion .opener {
  text-transform: none;
}
:lang(da) .dual-block-container {
  display: flex;
}
:lang(da) .doctor-block .doctor-img-name {
  display: none;
}
:lang(da) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}

:lang(fr), :lang(chfr) {
  /*@media (max-width: 767px) {
      .innerPage .top-nav .logo {
          width: calc(100% - 140px) !important;
      }
  }*/
}
:lang(fr) .faq-page .tabset .tab-label, :lang(chfr) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(fr) .faq-page .tabset a, :lang(chfr) .faq-page .tabset a {
  padding: 30px 10px 30px 20px;
}
:lang(fr) .faq-page .tabset i, :lang(chfr) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(fr) .dual-block-container, :lang(chfr) .dual-block-container {
  display: flex;
}
:lang(fr) .doctor-block .doctor-img-name, :lang(chfr) .doctor-block .doctor-img-name {
  display: none;
}
:lang(fr) .doctor-block .doctor-block-texts, :lang(chfr) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}

:lang(de) .product-data-table .total-price {
  width: 164px;
}
:lang(de) .footer-heading {
  font-size: 33px !important;
}
:lang(de) .choice-payment {
  opacity: 0.7;
}
:lang(de) .choice-payment_selected {
  opacity: 1;
}
:lang(de) .search-results .result-section .holder ul li {
  width: 24.5%;
}
@media (max-width: 640px) {
  :lang(de) .search-results .result-section .holder ul li {
    width: 48%;
  }
}
:lang(de) .medical-condition-position ol li, :lang(de) .medical-condition-position ul li {
  word-wrap: break-word;
  text-overflow: ellipsis;
}
:lang(de) .error-page .search-holder .search-parameters li {
  margin: 0;
}
:lang(de) .error-page .search-holder .search-parameters li:first-child {
  float: left;
}
:lang(de) .error-page .search-holder .search-parameters li:last-child {
  float: right;
}
:lang(de) .choice-payment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
:lang(de) .choice-cell_wide {
  display: flex;
}
:lang(de) .half-width {
  display: flex;
}
:lang(de) .choice-row:nth-child(3n) {
  float: right;
}
:lang(de) .choice-payment {
  flex: 1;
  display: unset;
}
@media only screen and (max-width: 768px) {
  :lang(de) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
:lang(de) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(de) .faq-page .tabset a {
  padding: 30px 10px 30px 20px;
}
:lang(de) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(de) .paymentDetails .dropdown-holder .jcf-select {
  min-width: 222px;
}
:lang(de) .paymentDetails label {
  line-height: 20px;
}
@media only screen and (max-width: 880px) {
  :lang(de) .paymentDetails label {
    width: 100%;
  }
}
:lang(de) body.chekoutPage > .jcf-select-drop {
  max-height: 138px !important;
  overflow-y: scroll !important;
}
:lang(de) .dual-block-container {
  display: flex;
}
:lang(de) .doctor-block .doctor-img-name {
  display: none;
}
:lang(de) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}

:lang(nl) .product-data-table .total-price {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  :lang(nl) .basketPage .agreement-notification {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 20px;
    width: 100%;
    display: block !important;
  }
}
:lang(nl) .dual-block-container {
  display: flex;
}
:lang(nl) .doctor-block .doctor-img-name {
  display: none;
}
:lang(nl) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}
:lang(nl) .paymentDetails label {
  text-align: right;
  width: 140px;
  line-height: 24px;
}
@media only screen and (max-width: 880px) {
  :lang(nl) .paymentDetails label {
    text-align: left;
  }
}
:lang(nl) .paymentDetails .input-row-holder:nth-child(even) {
  padding: 0;
}
:lang(nl) .paymentDetails .input-row-holder + .input-row-holder {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 880px) {
  :lang(nl) .paymentDetails .input-row-holder + .input-row-holder {
    padding: 0 !important;
  }
}

:lang(en) .navigation > li.faq a {
  text-transform: uppercase;
}
:lang(en) .product-data-table .b-green-btn {
  padding: 8px 21px 6px 21px;
}
:lang(en) .product-data-table .b-green-btn:after {
  display: none;
}

:lang(sv) .product-data-table .total-price {
  width: 160px;
}
:lang(sv) .table-row.out-of-stock-row .tableWithProducts_product-description {
  min-width: 420px !important;
  max-width: 440px !important;
}
:lang(sv) .dosages-table-v3 .tableWithProducts_dosage-caption.samewidth {
  max-width: 220px !important;
}
:lang(sv) .dosages-table-v3 .table-row.out-of-stock-row .tableWithProducts_product-description {
  min-width: 320px !important;
  max-width: 340px !important;
}
:lang(sv) .productPage-v1 .variant-box .jcf-select-text {
  max-width: 274px;
  text-overflow: unset;
  padding-left: 10px;
}
:lang(sv) .productPage-v1 .variant-box .jcf-select-text::after {
  margin-right: -4px;
}
:lang(sv) .dual-block-container {
  display: flex;
}
:lang(sv) .doctor-block .doctor-img-name {
  display: none;
}
:lang(sv) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  :lang(sv) .preview.doctor-page-partial .main-description .seBlogHead {
    text-align: center;
  }
}
:lang(sv) .preview.doctor-page-partial .main-description .seBlogHead img:first-child {
  float: right;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  :lang(sv) .preview.doctor-page-partial .main-description .seBlogHead img:first-child {
    display: block;
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
:lang(sv) .preview.doctor-page-partial .main-description .seBlogHead img:last-child {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  float: left;
}
@media only screen and (max-width: 1024px) {
  :lang(sv) .preview.doctor-page-partial .main-description .seBlogHead img:last-child {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  :lang(sv) .preview.doctor-page-partial .main-description .seBlogHead img:last-child {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

:lang(pl) .jcf-list .jcf-option {
  white-space: normal;
}
:lang(pl) .steps-section .call-section, :lang(pl) .moreQuestions-section .call-section, :lang(pl) .fonts-loaded .moreQuestions-section .call-section, :lang(pl) .popular-sign, :lang(pl) .blockquote, :lang(pl) .question-preview-section .main-part .data h1, :lang(pl) .moreQuestions-section .call-section, :lang(pl) .steps-section .call-section {
  font-family: "Caveat", "Trebuchet MS", Helvetica, sans-serif !important;
}
@media only screen and (max-width: 1023px) {
  :lang(pl) .faq-page .info-section li {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  :lang(pl) .faq-page .info-section li.daytime {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  :lang(pl) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
:lang(pl) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(pl) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(pl) .faq-page .tabset a {
  padding: 20px 10px 20px 20px;
}
:lang(pl) .dual-block-container {
  display: flex;
}
:lang(pl) .doctor-block .doctor-img-name {
  display: none;
}
:lang(pl) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}

:lang(fi) .dual-block-container {
  display: flex;
}
:lang(fi) .doctor-block .doctor-img-name {
  display: none;
}
:lang(fi) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}

:lang(pt) .paymentDetails label {
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  :lang(pt) .innerPage .top-nav {
    padding: 0 0 0;
  }
  :lang(pt) .innerPage .top-nav .logo {
    width: auto !important;
  }
}
:lang(pt) .tableWithProducts .productTable_product-holder .productTable_product-descritpion {
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4 0px;
  flex: 1.4 0px;
}
@media only screen and (max-width: 768px) {
  :lang(pt) .faq-page .info-section li {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 360px) {
  :lang(pt) .faq-page .info-section li.mail {
    font-size: 16px;
  }
}
:lang(pt) .faq-page .tabset .tab-label {
  line-height: 28px;
  padding: 0 0 0 35px;
}
:lang(pt) .faq-page .tabset i {
  margin: -8px 0 0 0;
}
:lang(pt) .faq-page .tabset a {
  padding: 20px 10px 20px 20px;
}
:lang(pt) .dual-block-container {
  display: flex;
}
:lang(pt) .doctor-block .doctor-img-name {
  display: none;
}
:lang(pt) .doctor-block .doctor-block-texts {
  width: 100%;
  padding-left: 10px;
}
