/*
Theme Name: Lifelab
Author: Above Digital
Text Domain: lifelab
Template: passim
*/
body {
    color: #284e5d;
	font-family: "Comfortaa", sans-serif;
}
.qodef-h1, h1,
.qodef-h2, h2,
.qodef-h3, h3,
.qodef-h4, h4,
.qodef-h5, h5,
.qodef-h6, h6{
	font-family: "Comfortaa", sans-serif;
}
.qodef-header-navigation>ul>li>a {
    font-family: "Comfortaa", sans-serif;
	color: #284e5d;
	    font-weight: 500;
}
.qodef-theme-button, button[type=submit], input[type=submit]{
	font-family: "Comfortaa", sans-serif;
}
.qodef-button.qodef-layout--outlined:hover span{
	color: #fff;
}
.qodef-opener-icon.qodef-source--svg-path span path, .qodef-opener-icon.qodef-source--svg-path span>*{
	fill: #284e5d;
}
button.elementor-button-link.elementor-button.elementor-size-sm.ll-contact-btn{
	font-size: 15px !important;
}
button.elementor-button-link.elementor-button.elementor-size-sm.ll-contact-btn:hover {
    border: 2px solid #fff;
}

button.elementor-button-link.elementor-button.elementor-size-sm.ll-contact-btn:hover span {
 color: #fff !important;
}
.qodef-header-navigation>ul>li>a>.qodef-menu-item-text:after{
	background-color: #284e5d;
}
.qodef-mobile-header-navigation>ul>li>a{
	color: #284e5d;
	font-family: "Comfortaa", sans-serif;
}
.tcd-tabs-center .nav-tabs li {
    font-size: 40px;
}
#qodef-page-header .qodef-header-logo-link {
    padding: 10px 0;
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 100%;
}
.qodef-header-navigation > ul {
    align-items: end;
    padding-bottom: 30px;
}

.qodef-header-navigation > ul > li {
    height: unset;
    margin: 0 21px;
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: end;
    height: 100%;
    margin-left: 24px;
    padding-bottom: 20px;
    position: relative;
}

div#block-8 {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 160px;
}

.ll-products-container {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ll-product-container {
    position: relative;
/*     max-width: 300px; */
}

.ll-product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    width: 100%;
    text-align: center;
    z-index: 2;
    margin: 0 0 15px;
}

.ll-product-img-container {
    position: relative;
    z-index: 1;
}

.ll-product-img-container div {

}

.ll-first-img {
    opacity: 1;
    transition: opacity 400ms;
}

.ll-hover-img {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 400ms;
}

.ll-product-link.ll-has-hover:hover .ll-first-img {
    opacity: 0;
}

.ll-product-link.ll-has-hover:hover .ll-hover-img {
    opacity: 1;
}

#qodef-page-outer {
    background-color: #f7f4f2;
}

.qodef-page-title {
    background-color: #f7f4f2;
    height: unset;
}

.qodef-page-title .qodef-m-title {
    color: #284E5D;
}

.qodef-page-title.qodef-alignment--center .qodef-m-content.qodef-m-content {
    padding-top: 80px !important;
}

#qodef-page-footer-top-area {
    padding: 0;
}

footer .qodef-grid > .qodef-grid-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul#menu-footer-menu {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

#qodef-page-footer .widget.widget_nav_menu ul#menu-footer-menu li {
    text-transform: unset;
	text-align: center;
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget a {
    color: #284e5d;
}

/*********************/
/** SINGLE PRODUCT **/
/*********************/
.single-product .qodef-page-title {
    height: 0;
}
.single-product #qodef-page-inner {
    padding: 0 0px 80px 0px;
}
.single-product .qodef-page-title .qodef-m-inner {
    display: none;
}

.single-product #qodef-page-outer {
    background: #f7f4f2;
}

.ll-products-description {
    text-align: left;
	font-family: "Comfortaa", sans-serif;
}
.ll-dosage-outer-container, #qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 20px;
}

.ll-dosage-container {
    display: flex;
    width: 100%;
    gap: 4%;
    flex-wrap: wrap;
}

.ll-dosage-table-container {
    width: 54%;
}

.ll-dosage-info-container {
    display: block;
    width: 42%;
}

.ll-dosage-table,
.ll-dosage-table td,
.ll-dosage-table tr,
.ll-dosage-table th {
    border: 2px solid #B17B80;
}

.ll-dosage-table th {
    background-color: #B17B80;
    color: #fff;
}

.ll-dosage-table td {
    background-color: #fff;
}

.ll-product-video {
    width: 100%;
    margin-top: 50px;
}

.ll-product-video .video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.ll-product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    border-bottom: unset;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #284E5D;
    cursor: unset;
    pointer-events: none;
}

.ll-dosage-title {
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #284E5D;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a, .ll-dosage-title{
	font-size: 32px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
    content: unset;
}

.ll-products-description-container {
    width: 1300px;
    margin: 40px auto 50px;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
}

.ll-products-title {
    color: #284e5d;
    font-size: 57px;
	font-weight: 500;
    font-family: "Comfortaa", sans-serif !important;
}
.ll-title-img {
    width: 170px;
}
/*.wpcpv-item.wpcpv-item-image {
    color: transparent;
    background-color: unset;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wpcpv-item.wpcpv-item-video {
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
    transform: translate(-50%, -50%);
    opacity: .8;
}

.wpcpv-item.wpcpv-item-video:before {
    content: url(assets/img/play.svg);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: unset;
    color: #fff;
    filter: invert(100%) sepia(4%) saturate(635%) hue-rotate(199deg) brightness(123%) contrast(100%);
    transition: all 300ms;
}

.wpcpv-item.wpcpv-item-video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 4px solid #fff;
    border-radius: 50%;
    transition: all 300ms;
}

.wpcpv-item.wpcpv-item-video:hover:before{
    width: 75px;
    height: 75px;
}

.wpcpv-item.wpcpv-item-video:hover:after{
    width: 90px;
    height: 90px;
}

.wpcpv-item img {
    opacity: 0;
}*/

::selection {
    color: #fff;
    background-color: #284e5d !important;
}
::-webkit-selection{
		color: #fff;
    background-color: #284e5d !important;
	}
::-moz-selection {
    color: #fff;
    background-color: #284e5d !important;
}
#qodef-page-footer-top-area-inner {
    width: 1650px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
    position: relative;
    width: calc(100% - 10px) !important;
    margin: 0 5px;
    overflow: hidden;
    max-height: 803px;
}

.ll-products-3-cols .ll-products-container {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.ll-products-3-cols .ll-product-container {
    position: relative;
/*     max-width: 400px; */
}
div#block-8 {
    pointer-events: none;
}

#qodef-top-area {
     background-color: transparent !important;
}

#qodef-page-header #qodef-page-header-inner .qodef-header-logo-link {
    display: none;
}
h4.ll-product-title {
    font-size: 14px;
}
.ll-products-container {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.page-id-9853 .qodef-page-title .qodef-m-title.entry-title{
	
}
.qodef-theme-button span, button[type=submit] span {
	color: #284e5d;
}

.slick-track.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
	justify-content: center;
}

a.slick-arrow svg{
    width: 10px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    z-index: 5;
}

.slick-arrow.slick-prev {
    right:100%;
}


.slick-arrow.slick-next {
    left: 100%;
}
.ll-lavifarm-flogo{
	display: none;
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item:nth-child(2) {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
#qodef-page-footer .widget{
	margin: 0;
}
.ll-lavifarm-flogo-right img {
    width: 130px;
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item:first-child {
    width: 30%;
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item:last-child {
    width: 70%;
}

.asl-cont input, .asl-cont button, .asl-cont select, .asl-cont optgroup, .asl-cont textarea, #asl-storelocator.asl-cont{
	font-family: "Comfortaa", sans-serif !important;
}
#asl-storelocator.asl-cont.asl-template-1 .asl-wrapper .Filter_section.Filter_section{
	background-color: #284e5d !important;
}
@media only screen and (max-width: 1024px){
	.ll-dosage-table-container {
    width: 100%;
	}
	.ll-dosage-info-container {
    margin-top: 20px;
	display: block;
    width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item:first-child,
	.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item:last-child {
    width: 100%;
}
	footer .qodef-grid > .qodef-grid-inner .qodef-grid-item:first-child {
		display: flex;
		justify-content: space-between;
		    gap: 30px;
	}
	#qodef-page-footer .widget {
    margin: 0 0 0px;
	}
	.ll-lavifarm-hlogo{
		display:none;
	}
	.ll-lavifarm-flogo{
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.ll-lavifarm-flogo-right{
		display:none;
	}
	div#block-7 figure {
		float: none;
		margin: 0 auto !important;
		text-align: center;
	}
	ul#menu-footer-menu {
    flex-direction: column;
    gap: 0;
	}
	#block-15{
		display:none;
	}
	.qodef-grid>.qodef-grid-inner>.qodef-grid-item:first-child{
		order: 1;
	}
	.qodef-grid>.qodef-grid-inner>.qodef-grid-item:last-child{
		justify-content: center;
		order: 0;
	}
}
@media only screen and (max-width: 680px){

.qodef-shortcode .swiper-button-next, .qodef-shortcode .swiper-button-prev, .qodef-shortcode~.swiper-button-next, .qodef-shortcode~.swiper-button-prev {
    display: flex;
}
	.qodef-page-title.qodef-alignment--center .qodef-m-content.qodef-m-content {
    padding-top: 0 !important;
}

h2, .qodef-h2 {
    font-size: 28px;
    padding: 30px 0 20px;
    word-break: break-word;
}
	.ll-product-container {
    position: relative;
/*     max-width: 240px; */
}
	h4.ll-product-title {
    font-size: 14px;
	margin-bottom: 5px;
}
	.ll-products-description-container {
    margin: 0px auto 0px;
    padding: 0 20px;
	}
	.ll-products-title {
    color: #284e5d;
    font-size: 40px !important;
	}
	.ll-dosage-outer-container, #qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 20px;
	}
	.ll-dosage-title, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{
		font-size: 40px;
	}
	
	.page-id-1127 .qodef-page-title.qodef-alignment--center .qodef-m-content.qodef-m-content {
		padding-top: 50px !important;
	}
	
}
@media only screen and (max-width: 560px){
	.ll-products-container {
    gap: 10px;
		
	}
		h2.qodef-m-title.entry-title, .qodef-h2.qodef-h2,.qodef-m-title.entry-title  {
		font-size: 24px !important;
	}
	.page-id-9730 .qodef-m-title.entry-title{
		font-size: 20px !important;
	}
	.ll-dosage-title, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    font-size: 20px;
}
	.slick-track.slick-track{
		 gap: 10px;
	}
	.ll-product-container {
		position: relative;
	/*     max-width: 200px; */
	}
}

@media only screen and (max-width: 440px){
.ll-product-container {
    position: relative;
/*     max-width: 200px; */
}
	table p {
    font-size: 15px;
}
	.infoBox{
		max-width: 300px !important;
	}
	
	
}