body {
  line-height: 1.5em;
  color: #546aa0;
  font-size: 16px;
  font-family: "Source Sans 3", serif !important;
  font-weight: 400;
  background-color: #fff;
}

p {
  padding-bottom: 1em;
  word-wrap: break-word;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

.gray-bg {
  background-color: rgba(84, 106, 160, 0.09);
}

.et_pb_text_inner p a {
  color: #d43084;
}

body header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out, _ 0.3s ease-out, _ 0.3s ease-out;
  transition: 0.3s ease-out, _ 0.3s ease-out, _ 0.3s ease-out;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  background: #fff;
}
body header:not(.fixed) .logo-container img {
  width: 219px;
}
body header.fixed {
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  z-index: 11;
}
body header.fixed .navbar .navbar-nav li a {
  color: #d43084;
}
body header.fixed .navbar .navbar-nav li .caret:before {
  color: #d43084 !important;
}
body header .logo-container a {
  height: 100%;
}
body header .logo-container a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 132px;
  position: relative;
}
body header .navbar {
  padding: 0;
  height: 100%;
}
body header .navbar .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}
body header .navbar .navbar-nav > li {
  position: relative;
  margin-right: 22px;
  padding: 11px 22px;
}
body header .navbar .navbar-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header .navbar .navbar-nav > li a {
  color: #d43084;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
body header .navbar .navbar-nav > li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4sease-in-out;
  transition: all 0.4sease-in-out;
}
body header .navbar .navbar-nav > li > ul {
  padding: 17px 30px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 15px));
          transform: translateX(calc(-50% - 15px));
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border-top: none;
  text-align: center;
  background: #fff;
  min-width: 360px;
  top: 45px;
}
body header .navbar .navbar-nav > li > ul li {
  list-style: none;
  margin: 10px 0;
  text-align: center;
}
body header .navbar .navbar-nav > li > ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #d43084 !important;
}
body header .navbar .navbar-nav > li.sub-item .caret {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body header .navbar .navbar-nav > li.sub-item .caret:before {
  color: #d43084;
  content: "\f107";
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "FontAwesome";
  cursor: pointer;
  font-weight: bold;
}
body header .navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
body.homePage header {
  background: none;
}
body.homePage header:not(.fixed) .logo-container img {
  content: url(/siteassets/img/img-424X166-gynoxin-logo.png);
}
body.homePage header.fixed {
  background: #fff;
}
body.homePage .navbar .navbar-nav li a {
  color: #fff;
}
body.homePage .navbar .navbar-nav li.sub-item .caret:before {
  color: #fff;
}

footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #d43084;
}
footer .footer-top p {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.2em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer .footer-bottom {
  padding: 70px 0 60px 0;
  background-color: #546aa0;
}
footer .footer-bottom .foot-left {
  padding: 0px 5.5% 0px 0;
}
footer .footer-bottom .foot-left .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 0;
}
footer .footer-bottom .foot-left .small_text {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
footer .footer-bottom .foot-left .small_text a {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom .foot-left .foot_logo {
  margin-bottom: 20px;
}
footer .footer-bottom .foot-left .foot_logo img {
  max-width: 210px;
}
footer .footer-bottom .foot-right {
  padding: 0 0 0 82px;
  border-left: 3px solid #fff;
}
footer .footer-bottom .foot-right .bausch_logo {
  margin-bottom: 15px;
}
footer .footer-bottom .foot-right .bausch_logo img {
  max-height: 30px;
  width: auto;
}
footer .footer-bottom .foot-right p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px 0;
  padding: 0;
}
footer .footer-bottom .foot-right p.font-12 {
  font-size: 12px;
  font-weight: normal;
}
footer .footer-bottom .foot-right p a {
  color: #fff;
  text-decoration: none;
}

.hero-banner {
  background: url(/siteassets/img/img-2560X1007-gynoxin-hero.webp) no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 150px;
  background-attachment: fixed;
  background-position: 50%;
}
.hero-banner.errorPage {
  background: none;
  padding-bottom: 30px;
}
.hero-banner.nobgImage {
  background-image: none;
  padding-bottom: 1px;
  background-color: #869dd0 !important;
  padding-top: 250px;
  padding-bottom: 120px;
}
.hero-banner.nobgImage .hero-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1.2em;
  text-transform: capitalize;
}
.hero-banner .hero-content h1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
}
.hero-banner .hero-content h2 {
  font-size: 60px;
  line-height: 1.1em;
  color: #FFFFFF;
}
.hero-banner .hero-content p {
  color: #FFFFFF;
}
.hero-banner.cms {
  background: #869dd0;
  padding-bottom: 100px;
}
.hero-banner.cms h1 {
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1.2em;
  text-transform: none;
}

.faq-section {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: rgba(84, 106, 160, 0.09);
}
.faq-section .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 2.75%;
}
.faq-section .sub-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 30px;
}
.faq-section .accordion .accordion-item {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border-width: 0px;
  background-color: #FFFFFF;
}
.faq-section .accordion .accordion-item .accordion-header {
  margin: 0;
  padding: 0;
}
.faq-section .accordion .accordion-item .accordion-header button {
  background: none;
  padding: 0;
  padding: 20px;
  line-height: 1.2em;
  font-weight: 600;
  color: #d43084;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
}
.faq-section .accordion .accordion-item .accordion-header button:after {
  content: "\f068";
  font-family: "FontAwesome";
  background: none;
  border: 0;
  -webkit-transform: none;
          transform: none;
  color: #ccc;
  font-size: 16px;
  font-weight: 600;
  top: 27px;
  right: 30px;
}
.faq-section .accordion .accordion-item .accordion-header button.collapsed {
  color: #546aa0;
}
.faq-section .accordion .accordion-item .accordion-header button.collapsed:after {
  content: "+";
  font-size: 26px;
}
.faq-section .accordion .accordion-item .accordion-header button .title {
  display: none;
}
.faq-section .accordion .accordion-item .accordion-header button .text p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 0 20px 20px 20px;
}
.faq-section .accordion .accordion-item .accordion-body p {
  line-height: 1.5em;
  font-size: 16px;
  color: #546aa0;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.faq-section .accordion .accordion-item .accordion-body p + p {
  margin: 10px 0;
}
.faq-section .accordion .accordion-item .accordion-body ul {
  list-style-type: disc;
  padding: 10px 0 0px 1em;
  line-height: 26px;
}
.faq-section .accordion .accordion-item .accordion-body ul li {
  line-height: 1.5em;
  font-size: 16px;
  color: #546aa0;
  font-weight: 400;
}

.title-section {
  padding: 40px 0;
  text-align: center;
}
.title-section h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0;
}
.title-section p {
  text-align: center;
  color: #546aa0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.round-column {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.round-column .img-wrapper img {
  width: 100%;
  height: auto;
}
.round-column .details-wrapper {
  width: 90%;
  margin: 0 5%;
  padding-bottom: 30px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.round-column .details-wrapper h3 {
  padding: 30px 0 0;
  font-size: 24px;
  color: #546aa0;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
  border-top: solid 1px #e2e2e2;
}
.round-column .details-wrapper p {
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.round-column .details-wrapper .purple-round-button {
  margin-bottom: 10px;
}

.content-block {
  background: #fff;
  padding: 60px 0;
}
.content-block h2 {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.content-block h2.pl-120 {
  padding-left: 120px;
}
.content-block p {
  color: #546aa0;
  border-left: 1px solid #e2e2e2;
  font-size: 24px;
  line-height: 40px;
  padding-left: 100px;
  text-align: left;
}

.error-content {
  background: #fff;
  padding: 0px 0 80px;
  text-align: center;
}
.error-content h1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*height: 100%;*/
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  font-size: 64px;
  text-align: center;
}
.error-content h1.pl-120 {
  padding-left: 120px;
}
.error-content p {
  color: #546aa0;
  border-left: 0px solid #e2e2e2;
  font-size: 24px;
  line-height: 40px;
  /*padding-left: 100px;*/
  text-align: center;
}

.fixed-image-section {
  height: 500px;
  background: url(/siteassets/img/img-1920X1200-gynoxin-huvelykapszula-hatter.webp);
  background-attachment: fixed;
}
.fixed-image-section.huvelygomba-page {
  background-image: url(/siteassets/img/img-1920X1200-gynoxin-huvelygomba-hatter.jpeg);
  height: 460px;
  background-position: top;
  background-size: cover;
}
.fixed-image-section.gynoxin-200-mg-page {
  background-image: url(/siteassets/img/img-2500X667-gynoxin-200-mg-lagykapszula-huvelygomba-utan-scaled-1.jpg);
  height: 460px;
  background-position: top;
  background-size: cover;
  /*background-attachment: scroll;*/
}
.fixed-image-section.gynoxin-600-mg-page {
  background-image: url(/siteassets/img/img-2560X1440-gynoxin-600-mg-lagy-huvelykapszula-hasznalat-utan-scaled-1.jpg);
  height: 460px;
  background-position: top;
  background-size: cover;
  /*background-attachment: scroll;*/
}
.fixed-image-section.gynoxin-huvelykrem-78g-page {
  background-image: url(/siteassets/img/img-2560-1440-gynoxin-huvelykrem-applikatorral-hasznalat-utan-scaled-1.jpg);
  height: 460px;
  background-position: top;
  background-size: cover;
  /* background-attachment: scroll;*/
}
.fixed-image-section.lomexin-2-krem-30g-page {
  background-image: url(/siteassets/img/img-2560X1440-lomexin-huvelykrem-alkalmazas-utan-scaled-1.jpg);
  height: 460px;
  background-position: top;
  background-size: cover;
  /*background-attachment: scroll;*/
  left: 0;
  bottom: 0;
}

.left-content-image-column {
  padding: 50px 0;
}
.left-content-image-column .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 70px 0 0;
}
.left-content-image-column .text-block h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: left;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
.left-content-image-column .text-block p {
  text-align: left;
  line-height: 1.5em;
  color: #546aa0;
  font-size: 16px;
}
.left-content-image-column .image-gray-box {
  background-color: rgba(84, 106, 160, 0.09);
  border-radius: 20px 20px 20px 20px;
  padding: 50px 30px;
  height: 300px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  cursor: pointer;
}
.left-content-image-column .image-gray-box a {
  color: #b7b7b7;
  text-decoration: none;
}
.left-content-image-column .image-gray-box img {
  width: 100px;
  margin: 0 0 30px 0;
}
.left-content-image-column .image-gray-box h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #b7b7b7;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
}
.left-content-image-column .image-gray-box h3 a {
  color: #b7b7b7;
  text-decoration: none;
}
.left-content-image-column .image-gray-box p {
  text-align: center;
  line-height: 1.5em;
  color: #b7b7b7;
  font-size: 20px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
}
.left-content-image-column .image-gray-box:hover img {
  content: url(/siteassets/img/img-200X200-gynoxin-letoltes-ikon-hover.png);
}
.left-content-image-column .image-gray-box:hover h3 {
  color: #d43084;
}
.left-content-image-column .image-gray-box:hover p {
  color: #546aa0;
}

.accordion-collapse {
  position: relative;
  visibility: visible;
  opacity: 1;
  max-height: 1000px; /* Large enough to fit content */
  /*transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;*/
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accordion-collapse.collapse:not(.show) {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-banner.huvelygomba {
  padding-top: 250px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: overlay;
  background-image: url(/siteassets/img/img-2880X750-huvelygomba-hatter-gynoxin-UJ-smaller.webp);
  background-attachment: scroll;
}
.hero-banner.huvelygomba .hero-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1.2em;
  text-transform: capitalize;
}

.content-block.sub-page p {
  font-size: 16px;
  padding-left: 50px;
  line-height: 24px;
}

.slider-section {
  padding: 15px 0;
  background-color: rgba(84, 106, 160, 0.09);
}
.slider-section .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider-section .text-wrap h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 40px 0 0;
}
.slider-section .text-wrap p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.slider-section .slider {
  width: 100%;
  padding: 0 0 50px 0;
}
.slider-section .slider .slick-dots li {
  opacity: 0.75;
  margin: 0px;
}
.slider-section .slider .slick-dots li button {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.slider-section .slider .slick-dots li button:before {
  font-size: 35px;
  color: #d43084;
}
.slider-section .slider .slick-dots li.slick-active {
  opacity: 1;
}
.slider-section .slider .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-section .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-bottom: 30px;
}
.slider-section .slider .slick-prev, .slider-section .slider .slick-next {
  width: 25px;
  height: 25px;
  padding: 30px;
  background: #d43084 !important;
  opacity: 0.5;
  -webkit-transition: all 0.3sease-in-out;
  transition: all 0.3sease-in-out;
}
.slider-section .slider .slick-prev:before, .slider-section .slider .slick-next:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  opacity: 1;
}
.slider-section .slider .slick-prev:hover, .slider-section .slider .slick-next:hover {
  opacity: 1;
}
.slider-section .slider .slick-prev {
  left: -70px;
}
.slider-section .slider .slick-next {
  right: -60px;
}
.slider-section .slider .article-carousel {
  list-style: none;
  margin: 30px 0 0;
  padding: 0 0 0px 0;
}
.slider-section .slider .article-carousel article {
  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-shadow: 0px 12px 15px -6px rgba(21, 2, 42, 0.16);
          box-shadow: 0px 12px 15px -6px rgba(21, 2, 42, 0.16);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  min-height: 490px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.slider-section .slider .article-carousel article .item {
  width: 100%;
}
.slider-section .slider .article-carousel article .item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-section .slider .article-carousel article .item .item-content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #546aa0;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slider-section .slider .article-carousel article .item .item-content h4 a {
  color: #546aa0;
  text-decoration: none;
}
.slider-section .slider .article-carousel article .item .item-content p {
  margin: 20px 0 0;
  padding: 0 30px;
  text-align: center;
}
.slider-section .slider .article-carousel article .item .item-content p a {
  color: #546aa0;
  text-decoration: none;
}
.slider-section .slider .article-carousel article h2 {
  font-weight: 700;
  font-size: 24px;
  color: #546aa0;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slider-section .slider .article-carousel article h2 a {
  color: #546aa0;
  text-decoration: none;
}
.slider-section .slider .article-carousel article p {
  margin: 20px 0 0;
  padding: 0 30px;
  text-align: center;
}
.slider-section .slider .article-carousel article p a {
  color: #546aa0;
  text-decoration: none;
}
.slider-section .slider .article-carousel article:hover {
  -webkit-transform: translateX(0px) translateY(-10px) !important;
          transform: translateX(0px) translateY(-10px) !important;
}
.slider-section .slider .article-carousel article:hover .img_wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tab-view {
  margin: 90px 0 50px 0;
}
.tab-view .tab-section {
  background-color: #f0f2f7;
  border-radius: 20px;
}
.tab-view .tab-section nav .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  top: -30px;
  position: relative;
}
.tab-view .tab-section nav .nav-tabs a {
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 24, 122, 0.08);
          box-shadow: 0px 2px 18px 0px rgba(0, 24, 122, 0.08);
  padding: 30px 10px;
  margin: 0 10px;
  border-radius: 10px;
  max-width: 200px;
  min-width: 200px;
  background: #fff;
  min-height: 125px;
  border: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  text-transform: uppercase;
  color: #d43084;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-view .tab-section nav .nav-tabs a.alkalmazas {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-alkalmazas-ikon.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 20px;
  padding-left: 70px;
}
.tab-view .tab-section nav .nav-tabs a.osszetevok {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-osszetevok-ikon.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 20px;
  padding-left: 70px;
}
.tab-view .tab-section nav .nav-tabs a.figyelmeztetes {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-figyelmeztetes-ikon.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 20px;
  padding-left: 65px;
}
.tab-view .tab-section nav .nav-tabs a.active {
  background-color: #d43084 !important;
  color: #fff;
}
.tab-view .tab-section nav .nav-tabs a.active.alkalmazas {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-alkalmazas-ikon-feher.png);
}
.tab-view .tab-section nav .nav-tabs a.active.osszetevok {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-osszetevok-feher-ikon.png);
}
.tab-view .tab-section nav .nav-tabs a.active.figyelmeztetes {
  background-image: url(/siteassets/img/img-1024X1024-gynoxin-figyelmeztetes-ikon-feher.png);
}
.tab-view .tab-section nav .nav-tabs a:hover {
  margin-top: -10px;
}
.tab-view .tab-section .tab-content {
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 20px 0 20px;
  text-align: center;
}

.betegtajekoztatok-page .title-section {
  margin: 130px 0 0;
}
.betegtajekoztatok-page .title-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-bottom: 0;
  max-width: 75%;
}
.betegtajekoztatok-page .round-column {
  margin: 0 0 30px 0;
  height: auto;
}
.betegtajekoztatok-page .round-column .img-wrapper {
  min-height: 430px;
}
.betegtajekoztatok-page .round-column .purple-round-button {
  margin: 20px 0 0;
}
.betegtajekoztatok-page .col-lg {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 50%;
          flex: 2 0 50%;
}

.cms-content {
  padding: 50px 0 34px 0;
}
.cms-content p {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.5em;
  color: #546aa0;
  font-size: 16px;
}
.cms-content p a {
  color: #d43084;
  text-decoration: none;
}

.purple-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purple-button a {
  padding: 0.3em 1em;
  color: #FFFFFF;
  border-width: 0px;
  font-size: 20px;
  font-weight: 400;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  position: relative;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  background-color: #d43084;
  text-decoration: none;
}
.purple-button a:after {
  font-size: 24px;
  line-height: 1em;
  content: "\f105";
  margin-top: 3px;
  opacity: 0;
  position: absolute;
  right: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  font-family: FontAwesome;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
.purple-button a:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}
.purple-button a:hover:after {
  opacity: 1;
  margin-right: -5px;
}

.purple-round-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purple-round-button a {
  border-radius: 10px;
  font-size: 16px;
  background-color: #d43084;
  border: 2px solid #d43084;
  padding: 10px 20px;
  -webkit-transition: color 300msease 0ms, background-color 300msease 0ms;
  transition: color 300msease 0ms, background-color 300msease 0ms;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.purple-round-button a:hover {
  background-color: #FFFFFF;
  color: #d43084;
}

.anim-cta-btn {
  border: 1px solid #fff;
  background: none !important;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 45px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anim-cta-btn:after {
  font-size: 24px;
  line-height: 1em;
  content: "\f105";
  margin-top: 0px;
  opacity: 0;
  position: absolute;
  right: 3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  font-family: FontAwesome;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  color: #fff;
}
.anim-cta-btn a {
  color: #fff;
  text-decoration: none;
}
.anim-cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid transparent;
}
.anim-cta-btn:hover:after {
  opacity: 1;
  right: 20px;
}

.btn.btn-cta {
  border-radius: 10px;
  font-size: 16px;
  background-color: #d43084;
  border: 2px solid #d43084;
  padding: 10px 20px;
  -webkit-transition: color 300msease 0ms, background-color 300msease 0ms;
  transition: color 300msease 0ms, background-color 300msease 0ms;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.btn:hover {
  background-color: #FFFFFF;
  color: #d43084;
}

#gynoxin .card-foot-cta a.btn.btn-cta {
  border-radius: 10px;
  font-size: 16px;
  background-color: #d43084;
  border: 2px solid #d43084;
  padding: 10px 20px;
  -webkit-transition: color 300msease 0ms, background-color 300msease 0ms;
  transition: color 300msease 0ms, background-color 300msease 0ms;
  position: relative;
  text-decoration: none;
  color: #fff;
}
#gynoxin .card-foot-cta a.btn:hover {
  background-color: #FFFFFF;
  color: #d43084;
}
#gynoxin .card-foot-cta a span {
  display: none;
}

body .badgegridblock {
  padding-bottom: 40px;
}
body .badgegridblock .bg-title-background {
  padding: 40px 0 0;
}
body .badgegridblock .bg-title-background h2, body .badgegridblock .bg-title-background h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0;
}
body .badgegridblock .bg-title-background p {
  text-align: center;
  color: #546aa0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
body .badgegridblock .imagetitlecrd .card-img {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-header {
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
  border: 0;
  min-height: auto;
  display: none;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-header p {
  margin: 0;
  padding: 0;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-header img {
  width: 100%;
  height: auto;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-header {
  width: 90%;
  margin: 0 5%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: solid 0px #e2e2e2;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-header div, body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-header h2, body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-header h3 {
  padding: 30px 0 0;
  font-size: 24px;
  color: #546aa0;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-text {
  margin: 0 0 20px 0;
  padding: 0;
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-text .bg-card-middle-header {
  border-top: solid 1px #e2e2e2;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-text p {
  line-height: 1.5em;
  color: #546aa0;
  font-size: 16px;
}
body .badgegridblock .imagetitlecrd .card-img .bg-card-foot-img {
  margin: 10px 0 30px 0;
  text-align: center;
  padding: 0;
}
body.homePage .badgegridblock {
  background-color: rgba(84, 106, 160, 0.09);
}
body.gynoxin-pages .badgegridblock .white-Bg-bnr {
  padding: 20px 10px 0;
}
body.gynoxin-pages .badgegridblock .card-img {
  background-color: #f0f2f7;
}
body.gynoxin-pages .badgegridblock .card-img .bg-card-middle-header {
  border-color: #fff;
}
body.betegtajekoztatok-page .badgegridblock {
  background-color: rgba(84, 106, 160, 0.09);
  margin: 130px 0 0;
}
body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr {
  padding: 0px 0;
}
body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr .bg-title-background .bg-title-heading {
  margin-bottom: 30px;
}
body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr .bg-title-background h3 {
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
}
body.betegtajekoztatok-page .badgegridblock .imagetitlecrd .card-img {
  margin: 0 0 40px 0;
  min-height: 640px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

body .column-cta {
  margin: 80px 0 0px 0;
}
body .column-cta .isi-sec {
  margin: 0 0 50px 0;
}
body .column-cta .isi-sec h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  background: linear-gradient(242.38deg, #D43084 9.13%, #546AA0 75.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0;
}
body .column-cta .columns .blk-container .content-direction-ttb {
  margin: 0 0 50px 0;
  padding: 0 30px;
  border: 0;
}
body .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
  position: relative;
  padding: 0 20px;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .column-cta .columns .blk-container .content-direction-ttb .blk-img {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
body .column-cta .columns .blk-container .content-direction-ttb .blk-img img {
  width: 100px;
}
body .column-cta .columns .blk-container .content-direction-ttb .blk-para p {
  text-align: center;
  line-height: 1.5em;
  color: #546aa0;
  font-size: 16px;
}
body .column-cta .columns.huvelygomba .blk-container {
  width: 100%;
  margin: 0 auto;
}
body .column-cta .columns.huvelygomba .blk-container .block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  max-width: 25%;
}
body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px;
  border-left: solid 1px #d43084;
  border-right: solid 1px #d43084;
}
body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb:nth-child(1), body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb:nth-child(3) {
  border: 0;
}
body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb:last-child {
  border-right: 0;
}
body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb .blk-para .para-bg h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #d43084;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
body.gynoxin-pages .column-cta {
  background-color: rgba(84, 106, 160, 0.09) !important;
  padding: 60px 0 10px 0;
}
body.gynoxin-pages .column-cta .columns .blk-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  padding-bottom: 0;
  min-height: 480px;
  border: 0;
  width: 100%;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb .blk-img {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb .blk-img img {
  width: 140px;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb .blk-para {
  width: 100%;
  text-align: center;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb .blk-para h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #d43084 !important;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.2em;
}
body.gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb .blk-para p {
  font-size: 16px;
  color: #546aa0;
  line-height: 1.5em;
  padding: 0 20px;
}
body.gynoxin-pages .round-column {
  background-color: #f0f2f7;
}
body.gynoxin-pages .round-column .details-wrapper h3 {
  border-color: #fff;
}

.gynoxin-pages .imagedescriptionlistblock {
  padding-top: 120px;
  padding-bottom: 10px;
  background: none;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block {
  border: 0;
  margin: 0;
  padding: 0;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec h1 {
  font-weight: 700;
  color: #d43084;
  font-size: 55px;
  line-height: 1.2em;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec p {
  color: #546aa0;
  font-size: 24px;
  line-height: 1.4em;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec p.subline {
  color: #546aa0;
  font-size: 50px;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
  padding: 0;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec .j-blk-btn-sec .j-btn a {
  border-radius: 10px;
  font-size: 16px;
  background-color: #d43084;
  border: 2px solid #d43084;
  padding: 10px 20px;
  -webkit-transition: color 300msease 0ms, background-color 300msease 0ms;
  transition: color 300msease 0ms, background-color 300msease 0ms;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec .j-blk-btn-sec .j-btn a:hover {
  background-color: #FFFFFF;
  color: #d43084;
}

.imagecontentanimationblock .img-dis-anim {
  margin: 0;
}
.imagecontentanimationblock .img-dis-anim .img-anim {
  height: auto;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec {
  width: 50%;
  height: auto;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text {
  height: auto;
  background-image: linear-gradient(20deg, #546aa0 0%, #d43084 100%);
  padding: 80px;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text h3 {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF !important;
  line-height: 1.2em;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text p {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text .no-effect-button {
  text-decoration: underline;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec {
  width: 60%;
  height: 100%;
}
.imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec img {
  position: relative;
}

@media only screen and (min-width: 1025px) and (max-width: 1420px) {
  .betegtajekoztatok-page .round-column .img-wrapper {
    min-height: 370px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body header .navbar .navbar-nav > li {
    position: relative;
    margin-right: 10px;
    padding: 11px 15px;
  }
  body header .navbar .navbar-nav > li a {
    font-size: 17px;
  }
  body.betegtajekoztatok-page .badgegridblock {
    background-color: rgba(84, 106, 160, 0.09);
    margin: 130px 0 0;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr {
    padding: 0px 0;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr .bg-title-background .bg-title-heading {
    margin-bottom: 30px;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr .bg-title-background h3 {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
  }
  body.betegtajekoztatok-page .badgegridblock .imagetitlecrd .card-img {
    margin: 0 0 40px 0;
    min-height: 540px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media only screen and (max-width: 1024px) {
  body header .navbar .navbar-nav > li {
    margin-right: 3px;
    padding: 11px 13px;
  }
  body header .navbar .navbar-nav > li.sub-item .caret {
    right: -4px;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec {
    width: 75% !important;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec {
    width: 40% !important;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text {
    padding: 30px !important;
  }
  .content-block h2 {
    padding-right: 20px;
  }
  .content-block h2.pl-120 {
    padding-left: 0px;
  }
  .content-block p {
    padding-left: 40px;
  }
  .content-block.sub-page h2 {
    text-align: left;
  }
  .left-content-image-column .text-block {
    padding: 0 20px 0 0;
  }
  .left-content-image-column .text-block h2 {
    margin-bottom: 0;
  }
  .left-content-image-column .image-gray-box {
    padding: 40px 20px;
    height: 300px;
    margin-bottom: 30px;
  }
  .left-content-image-column .image-gray-box img {
    width: 80px;
    margin: 0 0 30px 0;
  }
  .hero-banner.huvelygomba {
    background-position: bottom;
  }
  .slider-section .slider .slick-next {
    right: -20px;
  }
  .slider-section .slider .slick-prev {
    left: -20px;
    z-index: 1;
  }
  .faq-section .sub-text {
    max-width: 100%;
    margin-top: -10px;
  }
  body.betegtajekoztatok-page .badgegridblock {
    margin-top: 80px;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr {
    padding: 40px 0;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr .bg-title-background h3 {
    max-width: 100%;
  }
  body.betegtajekoztatok-page .badgegridblock .imagetitlecrd .card-img {
    min-height: 500px;
  }
}
@media only screen and (max-width: 981px) {
  .container {
    width: 80%;
    max-width: 80%;
  }
  body header {
    position: fixed;
    height: 80px !important;
  }
  body header .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    left: 0px;
    position: relative;
    top: 2px;
  }
  body header .logo-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body header .logo-container a img {
    width: 156px;
  }
  body header:not(.fixed) .logo-container a img {
    width: 156px;
  }
  body header .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5%;
    width: 100%;
    -webkit-transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    top: 80px;
    border-top: solid 2px #d43084;
    position: absolute;
    left: 0;
  }
  body header .navbar.open {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    height: auto;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    width: 100%;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item a {
    padding: 12px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 23px;
    color: #d43084;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .caret {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 40px;
    top: 27px;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .caret:before {
    color: #d43084;
    content: "+";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 23px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "FontAwesome";
    cursor: pointer;
    font-weight: bold;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .caret.open:before {
    content: "\f068";
    font-weight: normal;
    font-size: 14px;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    top: 0 !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding: 0 0 0 50px;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu.open {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu .sub-item {
    margin: 0 0 5px 0;
  }
  body header .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu .sub-item a {
    color: #d43084;
    opacity: 1;
    text-transform: none;
    font-style: normal;
    font-size: 14px;
    padding: 7px 0;
  }
  body header .mobile-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    right: 10%;
  }
  body header .mobile-menu-container .menu-icon {
    position: relative;
  }
  body header .mobile-menu-container .menu-icon:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 27px;
    color: #d43084;
    font-weight: 500;
  }
  body header .mobile-menu-container.open .menu-icon {
    position: relative;
  }
  body header .mobile-menu-container.open .menu-icon:before {
    content: "\f2d3";
    font-family: FontAwesome;
    font-size: 27px;
    color: #d43084;
    font-weight: 500;
  }
  body header.fixed .mobile-menu-container .menu-icon:before {
    color: #d43084 !important;
  }
  body.homePage .mobile-menu-container .menu-icon:before {
    color: #fff;
  }
  body.homePage .hero-banner {
    background-position: bottom;
    padding-top: 120px;
    padding-bottom: 70px;
  }
  body.homePage .hero-banner .hero-content p {
    font-size: 20px;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec h1 {
    font-size: 40px;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec p.subline {
    font-size: 40px;
  }
  body .column-cta .isi-sec {
    margin: 0 0 30px 0;
  }
  body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb {
    margin: 0 0 20px 0;
    padding: 0 10px;
    border: 0 !important;
  }
  body .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
    border-left: solid 0px #e2e2e2;
    border-right: solid 0px #e2e2e2;
  }
  body .column-cta .columns .blk-container .content-direction-ttb.block-1 {
    max-width: 100%;
    /*width:50%;*/
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec {
    width: 100% !important;
    border-radius: 0;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec img {
    border-radius: 0;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-img-sec img.anim-img {
    display: none;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec {
    width: 100% !important;
    border-radius: 0;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text {
    padding: 50px !important;
    border-radius: 0;
    margin: -10px 0 0;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text h3 {
    font-size: 28px !important;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text p {
    font-size: 16px !important;
  }
  .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text .anim-cta-btn a {
    font-size: 20px !important;
  }
  footer .footer-top p {
    font-size: 20px;
  }
  footer .footer-bottom .foot-right {
    padding: 40px 0 0 0px;
    border-left: 0;
    border-top: 3px solid #fff;
  }
  .title-section h2 {
    font-size: 36px;
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .title-section p {
    font-size: 16px;
    border-left: 0;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
  .content-block p {
    font-size: 24px;
    border-left: 0;
    border-top: 1px solid #e2e2e2;
  }
  .content-block.sub-page p {
    padding-left: 0;
  }
  .round-column {
    margin-bottom: 30px;
    height: auto;
  }
  .fixed-image-section {
    background-position: bottom;
    background-attachment: scroll;
    background-size: cover;
  }
  .fixed-image-section.lomexin-2-krem-30g-page {
    background-attachment: scroll;
    background-size: cover;
  }
  .column-cta .isi-sec {
    margin: 0 0 30px 0;
  }
  .column-cta .columns.huvelygomba .blk-container .content-direction-ttb {
    margin: 0 0 20px 0;
    padding: 0 10px;
    border: 0 !important;
  }
  .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
    border-left: solid 0px #e2e2e2 !important;
    border-right: solid 0px #e2e2e2 !important;
  }
  .column-cta .columns .blk-container .content-direction-ttb.block-1 {
    max-width: 100%;
  }
  .slider-section .text-wrap {
    max-width: 100%;
  }
  .gynoxin-pages .column-cta .columns .blk-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0 !important;
    margin-bottom: 50px !important;
  }
  .gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb {
    min-height: 400px !important;
    margin-bottom: 30px !important;
    border: 0 !important;
  }
  .tab-view .tab-section {
    background-color: #fff;
  }
  .tab-view .tab-section nav .nav-tabs a {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding-top: 50px;
    transform: scale(0.9);
    margin: 0 -3px;
  }
  .tab-view .tab-section nav .nav-tabs a.alkalmazas {
    background-size: 35px;
    padding-left: 60px;
  }
  .tab-view .tab-section nav .nav-tabs a.osszetevok {
    background-size: 34px;
    padding-left: 60px;
  }
  .tab-view .tab-section nav .nav-tabs a.figyelmeztetes {
    background-size: 30px;
    padding-left: 57px;
  }
  .tab-view .tab-section .tab-content {
    max-width: 100%;
    padding: 90px 20px 20px;
    background-color: #f0f2f7;
    border-radius: 20px;
    margin-top: -90px;
  }
  body .badgegridblock .white-Bg-bnr {
    padding-top: 0;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background {
    padding-top: 40px;
    padding-bottom: 0;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background .container {
    margin: 0 auto;
  }
  body .badgegridblock .imagetitlecrd .card-img {
    margin: 0 0 30px 0;
    height: auto !important;
  }
  body .badgegridblock .imagetitlecrd .card-img .bg-card-middle-header {
    width: 100%;
    margin: 0 auto;
  }
  body.betegtajekoztatok-page .badgegridblock .imagetitlecrd .card-img {
    min-height: 400px;
  }
  .betegtajekoztatok-page .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
  .purple-button a {
    font-size: 20px;
  }
  body.homePage .hero-banner {
    background-position: inherit;
  }
  body.homePage .hero-banner .hero-content h1 {
    font-size: 16px;
  }
  body.homePage .hero-banner .hero-content h2 {
    font-size: 40px;
  }
  body.homePage .hero-banner .hero-content p {
    font-size: 20px;
  }
  body .hero-banner.huvelygomba {
    background-position: 50%;
    padding-top: 140px;
    padding-bottom: 60px;
    background-attachment: scroll;
  }
  body .hero-banner.huvelygomba .hero-content h1 {
    font-size: 40px;
  }
  body .hero-banner.cms {
    padding-bottom: 50px;
    padding-top: 130px;
  }
  body .hero-banner.cms h1 {
    font-size: 40px;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec h1 {
    font-size: 30px;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec p {
    font-size: 20px;
    margin: 15px 0 0;
  }
  body.gynoxin-pages .imagedescriptionlistblock .jubmbotron-block .j-blk-dtl-sec p.subline {
    font-size: 30px;
  }
  body .column-cta .isi-sec {
    margin: 0 0 30px 0;
  }
  body .column-cta .columns.huvelygomba .blk-container .content-direction-ttb {
    margin: 0 0 20px 0;
    padding: 0 10px;
    border: 0 !important;
  }
  body .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
    border-left: solid 0px #e2e2e2;
    border-right: solid 0px #e2e2e2;
  }
  body .column-cta .columns .blk-container .content-direction-ttb.block-1 {
    max-width: 100%;
    width: 100%;
  }
  footer .footer-top p {
    font-size: 18px;
  }
  .title-section h2 {
    font-size: 28px;
  }
  .content-block h2.pl-120 {
    padding-left: 0px;
  }
  .content-block p {
    font-size: 20px;
    line-height: 30px;
  }
  body.homePage .imagecontentanimationblock .img-dis-anim .img-anim .anim-content-sec .default-text {
    padding: 30px !important;
  }
  body .faq-section .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  body .column-cta .isi-sec h2 {
    font-size: 26px;
  }
  body .column-cta .columns .blk-container .content-direction-ttb {
    margin-bottom: 30px !important;
  }
  body .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
    border: 0;
    /*padding: 0 30px;*/
  }
  .column-cta .isi-sec h2 {
    font-size: 26px;
  }
  .column-cta .columns .blk-container .content-direction-ttb {
    margin-bottom: 30px !important;
  }
  .column-cta .columns .blk-container .content-direction-ttb:nth-child(2) {
    border: 0;
    padding: 0 30px;
  }
  .slider-section .text-wrap h2 {
    font-size: 26px;
  }
  .slider-section .slider .slick-track {
    gap: 0px;
  }
  .slider-section .slider ul .slider_item {
    min-height: 470px;
  }
  .tab-view .tab-section nav .nav-tabs {
    margin-top: 0px;
  }
  .tab-view .tab-section nav .nav-tabs a {
    -webkit-transform: scale(1);
            transform: scale(1);
    min-width: 90%;
    max-width: 90%;
    font-size: 16px;
    margin: 10px !important;
    min-height: 80px;
    padding-top: 30px;
  }
  .left-content-image-column .image-gray-box {
    height: 250px;
  }
  .faq-section .accordion .accordion-item .accordion-header button {
    position: relative;
    padding-right: 40px;
  }
  .faq-section .accordion .accordion-item .accordion-header button:after {
    position: absolute;
    right: 10px;
  }
  .huvelygomba-page .imagecontentanimationblock, .gynoxin-pages .imagecontentanimationblock {
    margin: 0px 0;
  }
  .huvelygomba-page .imagecontentanimationblock .img-dis-anim .block-list-sec .img-anim .anim-content-sec .default-text, .gynoxin-pages .imagecontentanimationblock .img-dis-anim .block-list-sec .img-anim .anim-content-sec .default-text {
    padding: 20px 30px !important;
  }
  .gynoxin-pages .column-cta .columns .blk-container .content-direction-ttb {
    min-height: auto;
  }
  body .badgegridblock .white-Bg-bnr {
    padding-top: 0;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background {
    padding: 30px 0 0;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background .container {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background .bg-title-heading {
    margin: 0 0 10px 0;
    padding: 0;
  }
  body .badgegridblock .white-Bg-bnr .bg-title-background .bg-title-heading h2,
  body .badgegridblock .white-Bg-bnr .bg-title-background .bg-title-heading h3 {
    font-size: 28px;
  }
  body .badgegridblock .imagetitlecrd .card-img {
    margin: 0 0 30px 0;
    height: auto !important;
  }
  body.gynoxin-pages .badgegridblock {
    padding-bottom: 20px;
  }
  body.gynoxin-pages .badgegridblock .white-Bg-bnr {
    margin-bottom: 30px;
  }
  body.gynoxin-pages .badgegridblock .white-Bg-bnr .bg-title-background {
    padding: 0 0 30px;
  }
  body.gynoxin-pages .badgegridblock .white-Bg-bnr .bg-title-background h2, body.gynoxin-pages .badgegridblock .white-Bg-bnr .bg-title-background h3, body.gynoxin-pages .badgegridblock .white-Bg-bnr .bg-title-background div {
    margin: 0 auto;
    padding: 0;
  }
  body.betegtajekoztatok-page .badgegridblock .white-Bg-bnr {
    padding-top: 20px;
  }
  body.betegtajekoztatok-page .badgegridblock .imagetitlecrd .card-img {
    min-height: auto;
  }
}