@font-face {
    font-family: 'KH-Teka';
    src: url('https://elivena.co/wp-content/uploads/2024/10/KHTeka-Regular.woff2') format('woff2'),
         url('https://elivena.co/wp-content/uploads/2024/10/KHTeka-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
	font-family: 'KH-Teka';
}

.woocommerce .product-content .add_to_cart_button:hover{
	box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset !important;
    background: white !important;
    color: #7973EF !important;
}


.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current:hover{
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
	color: var(--blue-600, #7973EF);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current{
	cursor:pointer;
	text-align:center;
}

.elementor-53 .elementor-element.elementor-element-44891d9b.elementor-element,
.elementor-element.elementor-element-2b7f3933.elementor-align-justify.elementor-widget__width-initial.questionare-button.elementor-tablet-align-justify.elementor-widget-tablet__width-auto.elementor-widget.elementor-widget-button{
	z-index:3;
}

input:focus-visible,
select:focus-visible{
	border-width:2px !important;
}

.woocommerce-message {
    border-width: 9px 0 0 0;
    border-top-color: #83c373;
    font-family: 'KH-TEKA';
    background: #c1e1b9;
    color: #002D2B;
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.woocommerce div.product .d-block.pdt-title:hover{
	color: var(--palette-hover, #4A47E0);
}

.windows-device .product-content .add_to_cart_button, .windows-device #products-shop .product-content .add_to_cart_button{
	padding-top: 12px !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	width: fit-content;
}

.elementor-kit-47 a{
	font-family: 'KH-Teka' !important;
}

#products-shop .product-content .d-block.pdt-title:hover,
#feature-products-home .product-content .d-block.pdt-title:hover{
	color: var(--palette-hover, #4A47E0) !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: var(--blue-600, #7973EF);
    background: white;
}

#brand-dropdown-shop a:hover{
	border-radius: var(--Spacing-6, 24px);
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0px 0px 12px 0px #FFF inset;
}

#brand-dropdown-shop.active a:hover{
	box-shadow:unset !important;
}

.no-products-found{
	color: var(--palette-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: -webkit-fill-available;
    padding: 34px;
}


.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{
	border: 1px solid var(--blue-300, #D9D9F9) !important;
	border-bottom:0 !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{
	border: 1px solid var(--blue-300, #D9D9F9) !important;
	border-top:0 !important;
}

input:-webkit-autofill,
select:-webkit-autofill,
option:-webkit-autofill {
	-webkit-box-shadow: unset;
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus,
select:-webkit-autofill:focus,
option:-webkit-autofill:focus {
	-webkit-box-shadow: unset;
	-webkit-text-fill-color: #333;
}


@-moz-document url-prefix() {
	@media(max-width:1024px){
		* {
        	cursor: default !important;
    	}
	}
   
}
#billing_shipping_field,
#billing_billing_field,
#shipping_shipping_field,
#shipping_billing_field{
	display:none;
}

.product-content .price{
	font-size:23px !important;
}

.product-content .short-description{
	font-size: 15px !important;
	min-height: 60px;
}

.swiper-wrapper .product-content .short-description{
	min-height:60px;
}
.product-content .short-description h1 b,
.product-content .short-description h2 b,
.product-content .short-description h3 b,
.product-content .short-description h1 strong{
	display: none;
}

#products-shop .product-content .short-description h1 b,
#feature-products-home .product-content .short-description h1 b,
#products-shop .product-content .short-description h2 b,
#feature-products-home .product-content .short-description h2 b,
#products-shop .product-content .short-description h3 b,
#feature-products-home .product-content .short-description h3 b{
	display:none;
}

 .login-tooltip {
	 position: absolute;
     padding: 6px 10px;
     background: rgba(0,0,0,0.75);
     color: #fff;
     border-radius: 4px;
     font-size: 13px;
     pointer-events: none;
     opacity: 0;
     transition: opacity 0.2s;
     z-index: 9999;
     white-space: nowrap;
}

#user-registration.user-registration {
    box-sizing: unset !important;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px){
	.woocommerce nav.woocommerce-pagination ul{
		gap: 10px !important;
	}
	.woocommerce-pagination .page-numbers li{
		min-width: 40px;
		min-height: 40px;
	}
}

@media(max-width: 768px){
	.title-div{
		padding: 1em !important;
	}
	.people.also-bought{
		padding: 0 1em !important;
	}
	.title-div h3,
	.people.also-bought h2{
		font-size: 21px !important;
	}
}

.product-image{
	display: flex;
    justify-content: center;
}

.product-image img.attachment-woocommerce_thumbnail{
	max-height: 200px;
    width: auto;
}

.latest-posts{
	display:flex;
	gap:0px;
	width:100%;
}

.latest-posts .left{
	width: 50%;
	display:flex;
    flex-direction:column;
    justify-content:flex-end;
	height: 70vh;
	padding: 40px;
	gap: 40px;
	background-position: 100% !important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}

.post-category{
    font-family: "KH-Teka", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
    fill: #565452;
    color: #565452;
    background-color: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    cursor: pointer;
    width: fit-content;
    padding: 12px 24px;
}

.latest-posts .left h2,
.latest-posts .left h3{
	margin: 0;
    font-size: 39px;
    line-height: 40px;
    letter-spacing: -0.4px;
    color: white;
}

.latest-posts .left h2 a,
.latest-posts .left h3 a{
	color: white;
    font-weight: 400;
}

.latest-posts .left .post-date{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-posts .left .post-date p{
	color: #FFFFFF;
    font-family: "KH-Teka", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.latest-posts .left:hover .post-category{
	color: white;
    background: transparent;
    border: 1px solid white;
}

.latest-posts .left:hover .post-arrow{
	display: block;
}

.latest-posts .right{
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow-x: scroll;
    max-height: 70vh;
}

.latest-posts .right .image{
	min-width: 240px;
	max-height: 240px;
}

.latest-posts .right img{
	height: 240px;
    width: 240px;
    object-fit: cover;
}

.latest-posts .right h3,
.latest-posts .right h2{
	font-family: "KH-Teka", Sans-serif;
    font-size: 67px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2.68px;
    color: #7973EF;
	margin: 0 0 20px 0;
}

.latest-posts .right .new-posts{
	display: flex;
    flex-direction: row;
	border-top: 1px solid var(--palette-300, #D9D9F9);
    border-right: 1px solid var(--palette-300, #D9D9F9);
    border-bottom: 1px solid var(--palette-300, #D9D9F9);
}


.latest-posts .right .title{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}

.latest-posts .right .title h6,
.latest-posts .right .title h3{
	margin-bottom: 0.2em;
    margin-top: 0;
    color: #28269A;
    font-family: "KH-Teka", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: normal;
    padding: 20px 20px 0 20px;
}

.latest-posts .right .title .post-date{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    padding: 0px 20px 12px 20px;
}

.latest-posts .right .title .post-date p{
	color: #28269A;
    font-family: "KH-Teka", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.24px;
}


.latest-posts .right .title .post-date .post-category{
	border-radius: 24px;
    border: 1px solid #ECECFC;
    background: var(--white, #FFF);
    display: flex;
    height: var(--Headers-H-3, 28px);
    padding: var(--Spacing-0, 0px) var(--Spacing-3, 12px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--palette-600, #7973EF);
    font-size: var(--Text-Tag, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.latest-posts .right #latest-more-article{
	display: flex;
    flex-direction: row-reverse;
    width: auto;
    align-self: flex-end;
	background: unset;
}

.latest-posts .right #latest-more-article .elementor-button-content-wrapper{
	background-color: #7973EF;
    font-family: "KH-Teka", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
    fill: #FCFCFC;
    color: #FCFCFC;
    border-radius: 24px 24px 24px 24px;
    padding: 12px 24px;
}

.latest-posts .right #latest-more-article .elementor-button-content-wrapper:hover{
	border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset;
    color: var(--palette-600, #7973EF);
}

.latest-posts .right .new-posts:hover .title{
	background: var(--palette-300, #D9D9F9);
}
.latest-posts .right .new-posts:hover .title .svg-arrow{
	display: block;
}

.latest-posts .right .button.tablet{
	display: none !important;
}

.latest-posts .title-button-div{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1024px){
	
	.latest-posts{
		flex-direction: column;
	}
	
	.latest-posts .left,
	.latest-posts .right{
		width: 100%;
	}
	
	.latest-posts .right{
		max-height: unset;
		overflow: unset;
	}
	
	.latest-posts .right .image{
		min-width: 300px;
    	max-height: 300px;
	}
	
	.latest-posts .right img{
		height: 300px;
    	width: 300px;
	}
	
	.latest-posts .right .title{
		flex-grow: 1;
	}
	
	.latest-posts .right .button.tablet{
		display: block !important;
	}
	
	.latest-posts .right .button.desktop{
		display: none !important;
	}
}

@media(max-width: 768px){
	
	.latest-posts .right .image{
		min-width: 120px;
    	max-height: 170px;
	}
	
	.latest-posts .right img{
		height: 170px;
    	width: 120px;
	}
	
	.latest-posts .right .title h6,
	.latest-posts .right .title h3{
		font-size: 16px;
        line-height: 20px;
	}
	
	.latest-posts .right{
		padding: 20px;
	}
	
	.latest-posts .right h3,
	.latest-posts .right h2{
		font-size: 28px;
        line-height: 28px;
        letter-spacing: -0.28px;
		margin:0;
	}
	
	.latest-posts .left h2 a,
	.latest-posts .left h3 a{
		font-size: 28px;
		line-height: 28px;
	}
	
	.latest-posts .left{
		padding: 20px;
		flex: 1 0 0;
		gap: 20px;
		min-height: 375px;
	}
}

.latest-posts .right .button{
	padding: 0;
}

#age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#age-verification-modal {
    background: #F6F6FE;
    padding: 40px;
    text-align: center;
    max-width: 616px;
    width: 100%;
}

#age-verification-modal  .verification-text{
	display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9F9;
}

#age-verification-modal .verification-text span{
	color: #7973EF;
	font-size: 38px;
	margin: unset;
	font-weight: normal;
}


#age-verification-modal .verification-text p {
    font-size: 15px;
    color: #000070;
    margin: 0;
}

#age-verification-modal .second-text{
	display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}

#age-verification-modal .second-text p{
	color: #000070;
    margin: 0;
    font-size: 21px;
	font-weight: normal;
}

#age-verification-modal .second-text .age-verification-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
}

#age-verification-modal .second-text .age-verification-buttons .age-btn {
	background: #7973EF;
    padding: 12px 30px;
    border: unset;
    border-radius: 24px;
    color: #fff;
	cursor: pointer;
}

#age-verification-modal .second-text .age-verification-buttons .age-btn:hover{
	box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset !important;
    background: white !important;
    color: #7973EF !important;
}

#age-verification-modal .second-text .remember-me-container label {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #000070;
}

.remember-me-container input[type="checkbox"] {
	border: 1px solid #D9D9F9;
    border-radius: 4px;
    margin: 0;
    background: #FFFFFF;
    stroke: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

.remember-me-container input[type="checkbox"]:checked {
	background: #000070;
    border-color: #D9D9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remember-me-container input[type="checkbox"]:checked::after {
    content: '✓';
    color: white;
	position:absolute;
}

@media(max-width: 768px){
	#age-verification-modal{
		max-width: 310px;
		padding: 24px;
	}
	
	#age-verification-modal .verification-text span{
		font-size: 21px;
	}
	
	#age-verification-modal .second-text .age-verification-buttons .age-btn{
		flex: 1 0 0;
	}
}

.g-recaptcha{
	display: none !important;
}

.product_tag-coming-soon button.add_to_cart_button,
.product_tag-coming-soon .open-popup {
    display: none !important;
}

.qty-input {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--Spacing-6, 24px);
  border: 1px solid var(--palette-400, #b9b7f6);
  background: white;
  color: var(--palette-600, #7973ef);
  font-family: 'KH-Teka';
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}

.qty-input[data-len="2"] {
  font-size: 17px;
}

.qty-input[data-len="3"] {
  font-size: 13px;
}