/* -------------------------- HOMEPAGE ----------------------------*/

.hide {
	display:none !important;
}


#module_news_wrapper {
	background: #f4f6f8;
	padding-top: clamp(12px, 6vw + 1rem, 200px);
	padding-bottom: clamp(12px, 6vw + 1rem, 200px);
}
#module_news_wrapper #news{
	margin-top: 0px;
}
#module_news_wrapper .module-head-title.h1 {
	font-size: clamp(2.6rem, 8vw, 4rem);
    line-height: clamp(2.6rem, 8vw, 4rem);
    padding-bottom: clamp(var(--gutter), 7vw, 100px);
	margin: 0px;
	font-weight: var(--bs-body-font-weight);
    text-align: center;
    width: 100%;
}

#module_news_wrapper article{
	text-align: center;
    background: white;
    border-radius: 10px;
	max-width: 450px;
}

#module_news_wrapper .module-body {
	max-width: 1600px;
    margin: auto;
}

#module_news_wrapper .module-body .news-scroller {
	display: flex;
	gap: var(--gutter);
    justify-content: space-around;
}


#module_news_wrapper article .news-card-image-wrapper {
	margin: 0px;
}

#module_news_wrapper article h4 {
	color: #333;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1rem);
	font-weight: var(--bs-body-font-weight);
}

#module_news_wrapper article .card-footer.news-card__footer {
	padding-bottom: 20px;
}
#module_news_wrapper article .news-card__body {
	padding: 0px 20px;
}

#module_news_wrapper .news-all-button.modules-all-link {
	display: none;
}

/* -------------------- BLOG SECTION ----------------

#module_news_wrapper .news-scroller2 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1800px;
    margin: 0 auto;
	overflow-x: hidden;
    overflow-scrolling: unset;
}



#module_news_wrapper article{
	flex: 1;
    min-width: 280px;
    padding: 0px;
    max-width: 400px;
    text-align: center;
}
*/



/* -------------------- HERO SECTION ----------------*/


#customcontent11 {
    margin: 0px;
    padding: 0px;
}
#customcontent11 .swiper-button-next, 
#customcontent11 .swiper-button-prev {
  color: #71bf4f;
}
#customcontent11 .swiper-pagination-bullet-active {
  background: #71bf4f;  
}
#customcontent11 .swiper-slide {
  text-align: center;
}
#customcontent11 .swiper-slide img{
  max-width: 100%;
}


/* -------------------- HOW IT WORKS ----------------*/

#customcontent2 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 0px;
}

#howitworks {
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: clamp(12px, 8vw + 1rem, 150px);
  padding-bottom: clamp(12px, 11vw + 1rem, 200px);
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/hogyanbg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#howitworks .howitworks-text {
  text-align: center;
  font-weight: var(--bs-body-font-weight);
  font-size: clamp(2.6rem, 8vw, 4rem);
  line-height: clamp(2.6rem, 8vw, 4rem);
  padding-bottom: clamp(var(--gutter), 7vw, 100px);
}
#howitworks .howitworks-text span {
  color: #9ad02a;
}
#howitworks .howitworks-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1800px;
  margin: 0 auto;
}

#howitworks .howitworks-icons .howitworks-box {
  flex: 1;
  min-width: 280px;
  padding: 20px 0px;
  max-width: 300px;
  text-align: center;
}

#howitworks .howitworks-icons .howitworks-box img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 15px;
}

#howitworks .howitworks-icons .howitworks-box h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1rem);
  font-weight: var(--bs-body-font-weight);
}


/* -------------------- HOME PRODUCTS ----------------*/

#customcontent4 {
  margin: 0px;
  padding:0px;
}

/* -------------------- REVIEWS ----------------*/
#customcontent3 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 20px 0px;
}

#reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 40px);
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
  padding-top: clamp(12px, 6vw + 1rem, 200px);
  padding-bottom: clamp(12px, 8vw + 1rem, 200px);
  background: white;
  background-size: cover;
}

#reviews .reviews-box {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  max-width: 350px;
  text-align: center;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 20px 4px #f5f5f5;
  text-align: left;

}

#reviews .reviews-title {
  font-size: clamp(2.6rem, 8vw, 4rem);
  line-height: clamp(2.6rem, 8vw, 4rem);
  padding-bottom: clamp(var(--gutter), 7vw, 100px);
  text-align: center;
  width: 100%;
}

#reviews .reviews-box .reviews-star {
  margin-bottom: 20px;
}

#reviews .reviews-box .reviews-star img {
  width: 100px;
}

#reviews .reviews-box .reviews-text {
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1rem);
  line-height:clamp(1.25rem, 1.5vw + 0.5rem, 1rem);
  margin-bottom: 20px;
  text-align: justify;
}

#reviews .reviews-box .reviews-name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/reviewsquote.png") no-repeat right;
  background-size: contain;
}




/* This is a single-line comment */
.swiperHomeProductTop {
    background: url(https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/homeProductTop2.png) top center no-repeat;
    height: 17px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
@media (max-width: 992px) {
    .swiperHomeProductTop {
        display: none;
    }
	.homepage-product .product-textbox {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.swiperHomeProductTitle {
    font-size: clamp(2.6rem, 8vw, 4rem);
    line-height: clamp(2.6rem, 8vw, 4rem);
    font-weight: var(--bs-body-font-weight);
    text-align: center;
    width: 100%;
	background: #f7fff4;
	padding-top: clamp(6px, 4.5vw + 1rem, 100px);
	padding-bottom: 5px;
}

.swiperHomeProductTitle span {
	color: #9ad02a;	
}


.swiperHomeProduct {
   width: 100%;
   padding-top: clamp(6px, 4.5vw + 1rem, 100px);
   padding-bottom: clamp(12px, 9vw + 1rem, 200px);
   background: #f7fff4;
  }

.swiperHomeProduct .swiper-button-next,
.swiperHomeProduct .swiper-button-prev {
  color: #ffffff;
}

.swiperHomeProduct .swiper-pagination-bullet-active {
  background: #ffffff;
}

.homepage-product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.homepage-product .product-image {
  margin-right: clamp(0px, 5vw - 1rem, 100px);
  height: clamp(300px, 22vw + 1rem, 500px);
  width: clamp(300px, 22vw + 1rem, 500px);
}

.homepage-product .product-image.quercetin{
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/fooldalnagy.png");
  background-size: contain;
}

.homepage-product .product-image.vitaminc{
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/slider_vitaminc_500.png");
  background-size: contain;
}

.homepage-product .product-image.vitamind{
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/Homepage/slider_vitamind_500.png");
  background-size: contain;
}

.homepage-product .product-textbox {
  box-sizing: border-box;
}

.homepage-product .product-textbox .product-title {
  font-size: clamp(2.6rem, 8vw, 4rem);
  line-height: clamp(2.6rem, 8vw, 4rem);
  font-weight: var(--bs-body-font-weight);
  padding-top: clamp(0px, 4vw - 1rem, 65px);
  padding-bottom: clamp(5px, 0.5vw + 1rem, 20px);
}

.homepage-product .product-textbox .product-price {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 800;
}

.homepage-product .product-textbox .product-description {
  line-height: clamp(25px, 1vw + 1rem, 30px);
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1rem);
  padding-bottom: clamp(5px, 0.5vw + 1rem, 25px);
  max-width: 600px;
}

.homepage-product .product-textbox .product-more {
   background: #6Ab04C;
   padding: 20px 40px;
   display: inline-block;
   border-radius: 4px;
   font-size: 18px;
   line-height: 1.5;
   color: #ffffff;
   text-decoration: none;
   font-weight: 600;
  }



.test-tartalom{
	background: red;
}


/* ---------------- PRODUCT PAGE ----------------*/

@media (min-width: 1400px) {
    .product-page-top {
        padding-top: calc(var(--gutter) * 3);
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1400px) {
    .product-page-top {
        padding-top: calc(var(--gutter) * 2);
    }
}

.product-page-top .product-sticky-wrapper.sticky-head {
  display: none;
}

/* ---------------- CART PAGE ----------------*/
.sr-cart-page .page-head h1,.sr-cart-page-body .h1 {
    font-family: var(--berlin-heading-font-family);
    font-size: clamp(1.875rem, 4vw + 1rem, 3.75rem);
    margin-bottom: calc(var(--gutter));
    margin-top: calc(var(--gutter));
}

.sr-cart-page-body .sr-cart-page {
  padding-left: clamp(2px, 3vw + 1rem, 200px);
  padding-right: clamp(2px, 3vw + 1rem, 200px);
  background: #fbfbfb;
  max-width: 1600px;
  margin: 0 auto;
}
.sr-cart-table th {
	font-size: 1rem;
	line-height: 1rem;
}
.page-body.sr-cart-page-body #module_upsale_wrapper {
  display: none;
}
#js-cart {
  background: #3c8c26;
}

/* ---------------- PODUCTS LIST PAGE ----------------*/

.libraproductspage .product-card__item.product-card__wishlist {
  display: none;
}
.libraproductspage .sortbar {
  display: none;
}
@media (min-width: 1200px) {
    .libraproductspage .product-card-image {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .libraproductspage .card__body {
        gap: 0px;
    }
}
.libraproductspage .product-card__price {
  gap: 0px;
}
.libraproductspage .product-card__footer {
  margin: 0px;
}

/* ---------------- CONTACT PAGE ----------------*/
.contact-page-body .main-container .row{
    flex-direction: column;
    align-items: center;
}
.contact-page-body .page-body {
    font-size: 1.1rem;
}
.contact-page-body .page-head-title {
    text-align: center;
}
.contact-page-body .col-lg-3.col-12.column-right {
  flex: 0;
}

/* ---------------- BLOG ----------------*/
.libravit-blog .container.main-container .column-content.two-column-content.column-content-left{
    width: 100%;
    flex: auto;
    padding: 0px;
}

.libravit-blog .container.main-container h1 {
  font-family: var(--berlin-heading-font-family);
  font-size: clamp(1.875rem, 4vw + 1rem, 2.75rem);
  margin: calc(var(--gutter)*4) auto calc(var(--gutter)*4) auto;
  text-align: center;
  max-width: 1600px;
}

.libravit-blog .page-body {
	font-size: 1rem;
	max-width: 1600px;
	margin: 0 auto; 
	box-shadow: 0 0 20px rgba(0,0,0,0.05); 
	padding-top: 1px;
	padding-left: calc(var(--gutter) * 2);
	padding-right: calc(var(--gutter) * 2);
	padding-bottom: calc(var(--gutter) * 2);
}


/* ---------------- BASE DESIGN ----------------*/


#section-header {
  background-color: rgb(255 255 255 / 100%);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: clamp(2px, 11vw + 1rem, 200px);
  padding-right: clamp(2px, 11vw + 1rem, 200px);
  box-shadow: 0 0 10px 0px #c5c5c5;
}

#section-header .header-logo .header-logo-img {
  max-width: 190px;
  height: auto;
}

#section-header .header-row {
  height: auto;
}

@media (max-width: 780px) {
    #section-header {
        padding-left: var(--spacer);
        padding-right: var(--spacer);
    }
}


#customcontent10 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.footer-bottom-copyright {
	display: none;
}

footer {
  padding: 0px;
  width: 100%;
}
footer .primary-background {
  background: none;
  padding: 0px;
  width: 100%;
}

footer .container.footer-container{
  padding: 0px;
  width: 100%;
  max-width: none;
}

#custom-footer-box {
  width: 100%;
  padding: 0px;
  padding-left: clamp(10px, 11vw + 1rem, 250px);
  padding-right: clamp(10px, 11vw + 1rem, 250px);
  padding-top: clamp(10px, 3vw + 1rem, 120px);
  padding-bottom: clamp(10px, 1vw + 1rem, 30px);
  background: url("https://libravit.myshoprenter.hu/custom/libravit/image/data/base/footerbg.png") top center no-repeat;
  background-size: cover;
}

#custom-footer-box .custom-footer-top {
    display: flex;
  flex-wrap: wrap;
}

#custom-footer-box .custom-footer-top .custom-footer-logos {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  text-align: left;
}
#custom-footer-box .custom-footer-top .custom-footer-logos .footer-logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}
#custom-footer-box .custom-footer-top .custom-footer-logos a{
  text-decoration: none;
}
#custom-footer-box .custom-footer-top .custom-footer-logos a img {
  width: 30px;
}

#custom-footer-box .custom-footer-top .custom-footer-links {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  text-align: center;
}

#custom-footer-box .custom-footer-top .custom-footer-links a{
  display: block;
  margin: 10px 0px;
  text-align: right;
  text-decoration: none;
  color: #5e5e5e;
  font-size: 1.1rem;
}

#custom-footer-box .footer-copyright {
  color: #9d9d9d;
  font-size: 0.9rem;
  text-align: center;
}


#custom-footer-box .custom-footer-company-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#custom-footer-box .custom-footer-company-logos .virtualjog-logo {
  max-width: 120px;
  height: auto;
}
#custom-footer-box .custom-footer-company-logos .virtualjog-logo img {
  width: 100%;
  height: auto;
}

#custom-footer-box .custom-footer-company-logos .simplepay-logo {
  max-width: 150px;
  height: auto;  
}
#custom-footer-box .custom-footer-company-logos .simplepay-logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 1142px) {
  	#custom-footer-box .custom-footer-top .custom-footer-links a {
		text-align:center;
	}
	#custom-footer-box {
      padding-top: 160px;
    }
}

@media (max-width: 781px) {
	#custom-footer-box .custom-footer-top .custom-footer-logos {
		text-align:center;
	}
  #custom-footer-box {
    padding-top: 160px;
  }
  #custom-footer-box .custom-footer-company-logos {
    width: 100%;
    padding: 20px;
  }
}

body.information-page-body {

}
@media (min-width: 1400px) {
    .header-right {
        gap: 10px;
    }
    .headermenu-list__item-link {
      font-size: 1rem;
	  font-weight: var(--bs-body-font-weight);
    }
}
.nanobar {
	border: none;
	background: #a7d789;
}

@media (min-width: 1200px) {
  .custom-page-head-title,
  .page-head-center-title,
  .page-head-title {
    margin-bottom: calc(var(--gutter) * 2);
    margin-top: calc(var(--gutter) * 2);
  }
}
@media (max-width: 1200px) {
    .custom-page-head-title,
    .page-head-center-title,
    .page-head-title {
      margin-bottom: calc(var(--gutter));
      margin-top: calc(var(--gutter));
    }
}

@media (min-width: 992px) {
    .sortbar-top {
       display: none;
    }
}


.cart-popup__product-item {
  background: #3c8c26 !important;
}
.cart-popup__check-icon {
    background-color: #3c8c26 !important;
}
.cart-popup__success-text {
    color: #3c8c26 !important;
}
.btn-primary {
    border: var(--bs-btn-border-width) solid #3c8c26;
    background-color: #3c8c26;
	color: #ffffff;
}
.btn:hover {
    background-color: #70bf4f;
    border-color: #70bf4f;
}
.creditcard-succes-failure-page-body .main-content {
  padding-left: clamp(10px, 11vw + 1rem, 250px);
  padding-right: clamp(10px, 11vw + 1rem, 250px);
  padding-top: clamp(10px, 3vw + 1rem, 120px);
  padding-bottom: clamp(10px, 1vw + 1rem, 30px);
  text-align: center;
  line-height: 2em;
}
.creditcard-succes-failure-page-body .main-content li {
  list-style: none;
}
@media (min-width: 576px) {
    .container,.container-sm,.sr-container {
        max-width:none;
    }
}

@media (min-width: 992px) {
    .fancybox-content {
        border-radius: var(--corner_10);
    }
}











/* ---------------- GYIK ----------------*/
.libravitgyik-container{
	max-width: 1600px;
	margin: 0 auto; 
	box-shadow: 0 0 20px rgba(0,0,0,0.05); 
	min-height: 100vh;
	padding: 0px 25px;
}

.libravitgyik-container details {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.libravitgyik-container details:last-child {
	border-bottom: none;
}

.libravitgyik-container summary {
	font-weight: 600;
	font-size: 1.1rem;
	cursor: pointer;
	padding: 20px 0;
	position: relative;
	transition: color 0.3s ease;
}

.libravitgyik-container summary:hover {
	color: #70bf4f;
}

.libravitgyik-container .faq-answer {
	padding: 0 0 20px 0;
	font-size: 0.95rem;
	animation: fadeIn 0.5s ease;
}




/* ---------------- TUDASTAR ----------------*/
@media (min-width: 1200px) {
    .libravittudastar .custom-page-head-title,
	.libravitgyik .custom-page-head-title
	{
        margin-bottom: calc(var(--gutter) * 2);
        margin-top: calc(var(--gutter) * 2);
    }
}

.libravittudastar .custom-page-head-title,
.libravitgyik .custom-page-head-title
{
    text-align: center;
}
        
.libravittudastar .container.main-container .column-content.two-column-content.column-content-left,
.libravitgyik .container.main-container .column-content.two-column-content.column-content-left{
    width: 100%;
    flex: auto;
    padding: 0px;
}


.libravittudastar-container{
    display: flex;
    max-width: 1600px;
    margin: 0 auto; 
    box-shadow: 0 0 20px rgba(0,0,0,0.05); 
    min-height: 100vh;
    padding: 20px 0px;
}


.libravittudastar-sidebar {
    width: 300px;
    border-right: 1px solid #eee;
    height: 100vh; 
    overflow-y: auto;
    padding: 2rem;
}

.libravittudastar-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.libravittudastar-sidebar li {
    margin-bottom: 10px;
}

.libravittudastar-sidebar a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.libravittudastar-sidebar a:hover {
    background-color: var(--light-green);
    color: var(--primary-green);
    padding-left: 18px;
}

.libravittudastar-container .content {
    flex: 1;
    padding: 3rem 4rem;
}

.libravittudastar-container .topic-card {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.libravittudastar-container .topic-card:last-child {
    border-bottom: none;
}

.libravittudastar-container .topic-title {
    color: var(--primary-green);
    font-size: 2rem;
    margin-bottom: 1rem;
    scroll-margin-top: 2rem; 
}

.libravittudastar-container .topic-text {
    font-size: 1rem;
}
.libravittudastar-container .topic-text p {
    text-align: justify;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .libravittudastar-container {
        flex-direction: column;
    }
    .libravittudastar-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        max-height: 300px;
    }
    .libravittudastar-container .content {
        padding: 1.5rem;
    }
}

#js-mobile-nav .mm-listview .mm-listitem:first-child {
  display: none;
}