/*
Theme Name: Kidney
Author: dellik
Theme URI: https://dellik.co
Author URI: https://dellik.co
License: GPL 2.0
License URI: license.txt
Description:  Kidney - Natural Kidney and Wellness Advice That Works.
Version: 1.0.0
Tags: three-columns
Text Domain: kidney
*/

/*
1. OVERALL STYLING
2. MENU
3. SIDEBAR TRIGGERS
4. BUTTONS
5. INPUTS
6. CMB
7. ALERTS
8. SCREEN TEXT
9. BREADCRUMBS
10. ARTICLES
11. WIDGETS
12. COMMENTS
13. SWIPER
14. CONNECT
15. FOOTER
16. SINGLE BLOG
17. BLOG LISTING
18. SEARCH
19. SECTION BG COLOR
*/

/* 1. OVERALL STYLING */

/* stretch div control */
div[class*="stretch-"]{
    width: calc( var(--content-width) + var(--stretch-amount, 0px) );
}

div.stretch-right{
    margin-right: calc(-1 * var(--stretch-amount, 0px));
}

div.stretch-left{
    margin-left: calc(-1 * var(--stretch-amount, 0px));
}
/* end stretch div control */

.elementor-widget svg{
	height: auto;
}

@media (min-width: 769px){
    body .sticky-div{
        height: auto;
        position: sticky;
        top: calc(30px + var(--sticky-div-offset, 0px));
    }

    body .sticky-div.elementor-widget-codical_product_image{
        top: 35px;
    }
}

.green-colored{
    color: var(--main-green-light);
}

body div.elementor-element-edit-mode.h-scroll{
    scroll-snap-type: x mandatory;  
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row!important;
    padding: 0px;
}

body .h-scroll .swiper-nav{
    justify-content: flex-start;
    order: 1;
    margin-top: 20px;
}

body .h-scroll .swiper-nav div{
    top: 0px;
}

body .elementor-element-edit-mode.h-scroll > div{
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
}

body div.h-scroll{
    padding: 0px;
}

body div.h-scroll:not(.swiper-enable,.elementor-element-edit-mode){
    display: none;
}

.e-n-accordion-item-title-icon{
    flex-shrink: 0;
}

.e-flex-6 > .e-con-inner > .elementor-element,
.e-flex-6 > .elementor-element{
    width: calc(16.66% - var(--column-gap) * 1.5 );
}

.e-flex-5 > .e-con-inner > .elementor-element,
.e-flex-5 > .elementor-element{
    width: calc(20% - var(--column-gap) * 1.5 );
}

.e-flex-4 > .e-con-inner > .elementor-element,
.e-flex-4 > .elementor-element{
    width: calc(25% - var(--column-gap) * 1.5 );
}

@media (max-width: 540px){
    body .e-flex-xs-3 > .e-con-inner > .elementor-element,
    body .e-flex-xs-3 > .elementor-element{
        width: calc(33.3% - var(--column-gap) * 1.5 );
    }

    body .e-flex-xs-2 > .e-con-inner > .elementor-element,
    body .e-flex-xs-2 > .elementor-element{
        width: calc(50% - var(--column-gap) * 1.5 );
    }    
}

.toc-sec{
    scroll-margin: calc( 15px + var(--sticky-div-offset, 0px) );
}

.elementor-top-pulled{
    margin-top: -139px;
    padding-top: 169px;
}

.g-recaptcha{
	margin: 0px auto;
}

#lanyard_root button.ketch-border-none{
    border-radius: 0px;
}

@media (max-width: 1024px){
    .apop-toggle{
        display: none;
    }
}
/* END OVERALL */

/* HEADER */
header{
    width: 100%;
    z-index: 9999;
}

header .container{
    padding-block: 50px;
}

body.sticky-nav{
    padding-top: var(--sticky-div-offset, 154px);
}

body.sticky-nav .kdn-header{
    position: absolute;
    top: 0px;
}

body.sticky-nav:not(.single-product) .kdn-header{
    position: fixed;
}

body.sticky-nav.admin-bar .kdn-header{
	top: 32px;
}

header.sticky-on{
    z-index: 99;
}

header.sticky-on .container{
    background: var(--green-grey-150);
    border-radius: 50px; 
}

@media (max-width: 768px)
{
    header .container{
        padding-block: 30px;
    }

	body.sticky-nav{
		padding-top: 80px;
	}

    header.sticky-on .container{
        border-radius: 24px;
    }
}

.menu-action{
    font-size: 22px;
    text-decoration: none;
    margin-inline-start: 15px;
    color: var(--main-black);
}

.side-cart-opener{
    position: relative;
}

.cart-quantity{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main-green-light);
    color: var(--main-white);
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    inset-inline-end: -5px;
    z-index: 1;
    animation: bounce2 2s ease infinite;
    animation-duration: 20s;
}

.cart-quantity:empty{
    display: none;
}

@keyframes bounce2 {
	0%, 1%, 2.5%, 4%, 5% {transform: translateY(0);}
	2% {transform: translateY(-10px);}
	3% {transform: translateY(-5px);}
}

@media (max-width: 540px){
    .menu-action-wrap > a:first-child{
        display: none;
    }
}

/* END HEADER */

/* 2. MENU  */
.kdn-header nav{
    margin-inline-end: auto;
    margin-inline-start: 50px;
}

.kdn-header > .container{
    position: relative;
}

.main-nav-wrap{
	font-weight: var(--nav-font-weight);
	font-size: var(--nav-font-size );
	line-height: var(--nav-line-height);
	font-family: var(--nav-font-family);
    text-decoration: none;
}

.main-nav > li > a{
    line-height: 2.5;
}

.main-nav-wrap ul,
.main-nav-wrap li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main-nav{
    display: flex;
    gap: 30px;
}

.main-nav li a,
.main-nav li a:visited,
.main-nav li a:hover,
.main-nav li a:active{
    text-decoration: none;
    color: var(--nav-font-color);
}

.main-nav ul a{
    white-space: nowrap;
    display: inline-block;
    padding-block: 10px;
}

@keyframes menu-show {
	from {
		visibility: hidden;
		opacity: 0;
	}
	to {
		visibility: visible;
		opacity: 1;
	}
}

.main-nav ul li{
    break-inside: avoid;
}

.main-nav ul li:not(:has(img)){
    letter-spacing: 0.15em;
    padding-block: 5px;
    text-transform: uppercase;
}

@media( min-width: 1025px ){
    .main-nav ul li:has(img){
        font-size: var(--heading-4-font-size);
    }
}

.main-nav img{
    border-radius: 24px;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.main-nav ul{
    display: none;
    position: absolute;
    columns: 4;
    column-gap: 30px;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: var(--green-grey-150);
    border-radius: 0px 0px 50px 50px;
    padding: 55px 80px 70px 80px;
}

.main-nav > li > ul{
    min-width: 100%;
    top: calc(100% - 40px);
    left: 0px;
}

.main-nav a > i{
    display: inline-block;
    margin-inline-start: 5px;
}

@media (max-width: 1024px)
{
    header nav{
        display: none;
    }

    body .main-nav img{
        display: none;
    }

    .main-nav li a{
        text-transform: uppercase;
        letter-spacing: 0.15em;
    }
}

@media (min-width: 1025px)
{
    header .menu-opener{
        display: none;
    }
}

/* sidebar menu  */
.sidebar-content .main-nav-wrap{
    margin: 0px;
    margin-top: 20px;
    position: relative;
}

.sidebar-content .main-nav-wrap ul{
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: -400%;
    width: 100%;
    transition: left 0.1s;
}

.sidebar-content .main-nav-wrap ul.current-nav{
    left: 0px;
    position: relative;
}

.sidebar-content .main-nav-wrap ul li{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar-content .main-nav-wrap ul li.hide-mobile{
    display: none;
}

.sidebar-content .main-nav-wrap ul li i{
    position: absolute;
    inset-inline-end: 0px;
    top: 0px;
    line-height: 40px;
    transform: rotate(-90deg);
    z-index: 2;
}

.sidebar-content .main-nav ul ul{
    margin-top: 0px;
}

.sidebar-content .main-nav{
    gap: 15px;
}

.sidebar-content li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sidebar-content li a i{
    transform: rotate(-90deg);
}

/* on sidebar menu */
.back-menu{
    text-transform: uppercase;
    font-size: var(--input-font-size);
    font-weight: var(--heading-font-weight);
}

/* END MENU */

/* HOVER EFFECT */

.main-nav a,
.main-nav a:has(div) div,
.products .price{
    position: relative;
    display: inline-block;
}

.products .price{
    display: block;
}

.selectable-tabs-trigger-wrap{
    position: relative;
}

.selectable-tabs-trigger-wrap:after,
.selectable-tabs-trigger-wrap:before,
.main-nav a:not(:has(div)):after,
.main-nav a:not(:has(div)):before,
.main-nav a:has(div) div:after,
.main-nav a:has(div) div:before,
.products .price:after,
.products .price:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--grey-300), var(--main-green));
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index: 1;
}

.selectable-tabs-trigger-wrap:before,
.main-nav a:not(:has(div)):before,
.main-nav a:has(div) div:before,
.products .price:before {
    background: linear-gradient(to left, var(--grey-300), var(--main-green));
    top: -1px;
    transform-origin: left;
}

.selectable-tabs-trigger-wrap:hover:after,
.selectable-tabs-trigger-wrap:hover:before,
.main-nav a:not(:has(div)):hover:after,
.main-nav a:not(:has(div)):hover:before,
.main-nav a:has(div):hover div:before,
.main-nav a:has(div):hover div:after,
.products .price:hover:after,
.products .price:hover:before {
    transform: scaleX(1);
}

.cart_list.products .price:after,
.cart_list.products .price:before {
    content: none;
}

.selectable-tabs-trigger-wrap:after,
.selectable-tabs-trigger-wrap:before{
    height: 2px;
}

.selectable-tabs-trigger-wrap:after{
    bottom: -2px;
}

.selectable-tabs-trigger-wrap:before{
    top: -2px;
}
/* END HOVER EFFECT */

/* 4. BUTTONS */
.kdn-btn,
.kdn-btn:visited,
.kdn-btn:active,
.kdn-btn:hover,
.kdn-btn-sec,
.kdn-btn-sec:visited,
.kdn-btn-sec:active,
.kdn-btn-sec:hover,
.kdn-btn-ter,
.kdn-btn-ter:visited,
.kdn-btn-ter:active,
.kdn-btn-ter:hover,
.kdn-btn-qua,
.kdn-btn-qua:visited,
.kdn-btn-qua:active,
.kdn-btn-qua:hover,
button[type="submit"],
input[type="submit"],
.woocommerce-pagination a,
.woocommerce-pagination span,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-checkout-empty .wp-block-button__link{
    text-decoration: none;
    border: 2px solid var(--btn-border);
	background: var(--btn-backgorund);
	color: var(--btn-color);
	font-size: var(--btn-font-size);
	line-height: 1;
    padding: var(--btn-padding-54);
    border-radius: var(--btn-radius-54);
	display: inline-block;
    flex-shrink: 0;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all 0.20s;
    font-weight: var(--cta-font-weight);
}

div[class*="klaviyo-form"] button{
    transition: all 0.20s;
    z-index: 0;
    position: relative;
    cursor: pointer;
}

div[class*="klaviyo-form"] button:before,
.kdn-btn:before,
.kdn-btn-sec:before,
.kdn-btn-ter:before,
.kdn-btn-qua:before,
button[type="submit"]:before,
input[type="submit"]:before,
.woocommerce-pagination a:before,
.woocommerce-pagination span:before,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before,
.wc-block-checkout-empty .wp-block-button__link:before{
    content: ' ';
    z-index: -1;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: all 0.25s ease;
    box-shadow: inset 0 0 0 60px var(--main-green-light);
    border-radius: inherit;
    cursor: pointer;
}

.kdn-btn-sec:before{
    box-shadow: inset 0 0 0 0px var(--main-green-light);
}

.kdn-btn-ter:before{
    box-shadow: inset 0 0 0 60px var(--btn-ter-border);
}

.kdn-btn-qua:before{
    box-shadow: inset 0 0 0 60px var(--btn-qua-border);
}

.kdn-btn:hover:before,
.kdn-btn-sec:hover:before,
button[type="submit"]:hover:before,
input[type="submit"]:hover:before,
.woocommerce-pagination a:hover:before,
.woocommerce-pagination span:hover:before,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:before,
.wc-block-checkout-empty .wp-block-button__link:hover:before{
    box-shadow: inset 0 0 0 0px var(--main-green-light);
}

.kdn-btn-sec:hover:before{
    box-shadow: inset 0 0 0 60px var(--main-green-light);
}

.kdn-btn-ter:hover:before{
    box-shadow: inset 0 0 0 0px var(--btn-ter-border);
}

.kdn-btn-qua:hover:before{
    box-shadow: inset 0 0 0 0px var(--btn-qua-border);
}

body .btn-36,
body .btn-36:active,
body .btn-36:focus,
body .btn-36:visited,
body .btn-36:hover{
    padding: var(--btn-padding-36);
    border-radius: var(--btn-radius-36);
}

.woocommerce-pagination a,
.woocommerce-pagination span,
body .btn-46,
body .btn-46:active,
body .btn-46:focus,
body .btn-46:visited,
body .btn-46:hover{
    padding: var(--btn-padding-46);
    border-radius: var(--btn-radius-46);
}

body .btn-54,
body .btn-54:active,
body .btn-54:focus,
body .btn-54:visited,
body .btn-54:hover{
    padding: var(--btn-padding-54);
    border-radius: var(--btn-radius-54);
}

body .btn-64,
body .btn-64:active,
body .btn-64:focus,
body .btn-64:visited,
body .btn-64:hover{
    padding: var(--btn-padding-64);
    border-radius: var(--btn-radius-64);
}

body .btn-70,
body .btn-70:active,
body .btn-70:focus,
body .btn-70:visited,
body .btn-70:hover{
    padding: var(--btn-padding-70);
    border-radius: var(--btn-radius-70);
}

.kdn-btn:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.woocommerce-pagination a:hover,
.woocommerce-pagination span:hover,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout-empty .wp-block-button__link:hover{
    border-color: var(--btn-hvr-border);
	background: var(--btn-hvr-backgorund);
    color: var(--btn-hvr-color);    
}

.kdn-btn-sec,
.kdn-btn-sec:visited,
.kdn-btn-sec:active,
.woocommerce-pagination span{
    border-color: var(--btn-sec-border);
	background: var(--btn-sec-backgorund);
    color: var(--btn-sec-color);
}

.kdn-btn-sec:hover{
    border-color: var(--btn-sec-hvr-border);
	background: var(--btn-sec-hvr-backgorund);
    color: var(--btn-sec-hvr-color);
}

.kdn-btn-ter,
.kdn-btn-ter:visited,
.kdn-btn-ter:active{
    border-color: var(--btn-ter-border);
	background: var(--btn-ter-backgorund);
    color: var(--btn-ter-color);
}

.kdn-btn-ter:hover{
    border-color: var(--btn-ter-hvr-border);
	background: var(--btn-ter-hvr-backgorund);
    color: var(--btn-ter-hvr-color);
}

.kdn-btn-qua,
.kdn-btn-qua:visited,
.kdn-btn-qua:active{
    border-color: var(--btn-qua-border);
	background: var(--btn-qua-backgorund);
    color: var(--btn-qua-color);
}

.kdn-btn-qua:hover{
    border-color: var(--btn-qua-hvr-border);
	background: var(--btn-qua-hvr-backgorund);
    color: var(--btn-qua-hvr-color);
}

.kdn-btn.active:hover:before{
    box-shadow: inset 0 0 0 60px var(--main-green-light);
}

.kdn-btn.active:hover{
    color: var(--btn-ter-color);
}

button:disabled{
    opacity: 0.5;
}

.post-password-form input[type="submit"]{
    padding: 0 30px;
    height: 40px;
}

.pwd-check{
	margin-inline-start: 15px;
	font-size: 85%;
	font-weight: var(--heading-thin-font-size);
}

.pagination-load-more{
    text-align: center;
}

.load-more i{
    display: none;
    margin-inline-end: 5px;
}

.cmb-action-wrap button i{
    display: none;
    margin-inline-start: 5px;
}

.st-ajaxing .cmb-action-wrap button i,
.st-ajaxing .load-more i{
    display: inline-block;
}

/* END BUTTONS */

/* SOCIAL */
.single-share a{
    text-decoration: none;
}
/* END SOCIAL */

/* 5. FORMS */
label{
	padding: 0px;
	font-size: var(--label-font-size);
	color: var(--label-text-color);
	display: inline-block;
	margin-bottom: 10px;
}

input[type="radio"] + label,
input[type="checkbox"] + label{
    margin-bottom: 0px;
}

input:not(:is([type="submit"], [type="checkbox"], [type="radio"], [type="range"])),
input:not(:is([type="submit"], [type="checkbox"], [type="radio"], [type="range"])):focus,
select,
select:focus,
textarea,
textarea:focus,
form .cmb2-wrap input:not(:is([type="submit"], [type="checkbox"], [type="radio"], [type="range"])),
form .cmb2-wrap input:not(:is([type="submit"], [type="checkbox"], [type="radio"], [type="range"])):focus,
form .cmb2-wrap input.cmb2-text-medium,
.wp-block-search__input,
.styled-select .select2,
body .wc-block-components-textarea,
body .wc-block-components-textarea:focus{
	box-shadow: none;
	outline: none;
	border: none;
	padding: 0px;
    margin: 0px;
	background-color: var(--input-background-color);
    border: 1px solid var(--input-border-color);
    color: var(--input-text-color);
    border-radius: 8px;
    width: 100%;
    filter: none;
    padding: 10px 20px;
    line-height: 30px;
	font-size: var(--input-font-size);
	max-width: 100%;
	font-family: inherit;
    appearance: none;
}

textarea:not(.block-editor-plain-text),
textarea:not(.block-editor-plain-text):focus{
    line-height: var(--text-line-height);
	min-height: 200px;
	font-family: inherit;
	border-radius: 8px;
    box-shadow: none;
    outline: none;    
}

input[type="submit"]{
    width: auto;
}

.styled-select{
    position: relative;
}

.styled-select select{
    padding-inline-end: 40px;
}

.styled-select:after{
    content: ' ';
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2927 8.29297C17.6833 7.90245 18.3163 7.90245 18.7068 8.29297C19.0973 8.68349 19.0973 9.31651 18.7068 9.70703L12.7068 15.707C12.3163 16.0976 11.6833 16.0976 11.2927 15.707L5.29273 9.70703L5.22438 9.63086C4.90402 9.23809 4.92662 8.65909 5.29273 8.29297C5.65885 7.92685 6.23785 7.90426 6.63063 8.22461L6.7068 8.29297L11.9998 13.5859L17.2927 8.29297Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-size: contain;
    position: absolute;
    background-color: var(--text-color);
    width: 15px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.styled-select .select2 .select2-selection__arrow{
    display: none;
}

.styled-select .select2-container .select2-selection--single .select2-selection__rendered,
.styled-select .select2-container--default .select2-selection--single{
    border: none;
    padding: 0px;
    color: var(--input-text-color);
    line-height: 30px;
    height: auto;
    margin: 0px;
}

.styled-select .select2.select2-container--above.select2-container--open{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.styled-select .select2.select2-container--below.select2-container--open{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

body .select2-dropdown{
    padding: 15px;
    font-size: var(--input-font-size);
    border-color: var(--input-border-color);
    border-radius: 8px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: var(--input-border-color);
    padding: 10px 20px;
}

body .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{
    border-radius: 4px;
    background: var(--grey-300);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: var(--main-green-light);
    border-radius: 4px;

}

body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
input[type="checkbox"]{
    appearance: none;
    width: 24px;
    border: 1px solid #A4A4A4;
    border-radius: 4px;
    height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-inline-end: 10px;
}

body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,
input[type="checkbox"]:checked{
    border-color: var(--main-green-light);
    background-color: var(--main-green-light);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9394 0.939447C17.5252 0.35366 18.4747 0.35366 19.0605 0.939447C19.6463 1.52523 19.6463 2.47475 19.0605 3.06054L8.06052 14.0605C7.51149 14.6096 6.64283 14.6442 6.05368 14.1641L5.93942 14.0605L0.939424 9.06054L0.835908 8.94628C0.355791 8.35713 0.390399 7.48847 0.939424 6.93945C1.48845 6.39042 2.35711 6.35581 2.94626 6.83593L3.06052 6.93945L6.99997 10.8789L16.9394 0.939447Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
}

input[type="radio"]{
    appearance: none;
    width: 24px;
    border: 1px solid #A4A4A4;
    border-radius: 50%;
    height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-inline-end: 5px;
}

input[type="radio"]:checked{
    border-color: var(--main-green-light);
    background-color: var(--main-green-light);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9394 0.939447C17.5252 0.35366 18.4747 0.35366 19.0605 0.939447C19.6463 1.52523 19.6463 2.47475 19.0605 3.06054L8.06052 14.0605C7.51149 14.6096 6.64283 14.6442 6.05368 14.1641L5.93942 14.0605L0.939424 9.06054L0.835908 8.94628C0.355791 8.35713 0.390399 7.48847 0.939424 6.93945C1.48845 6.39042 2.35711 6.35581 2.94626 6.83593L3.06052 6.93945L6.99997 10.8789L16.9394 0.939447Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
}

.single-product input[type="radio"]{
    appearance: none;
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16.1128' r='15' stroke='%23DFDFDF' stroke-width='2'/%3E%3C/svg%3E%0A");
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--grey-300);
    width: 35px;
    appearance: none;
    height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-inline-end: 10px;
    position: relative;
    border: none;
    background-image: none;
}

.single-product input[type="radio"]:checked{
    mask-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16.6128' r='15' stroke='white' stroke-width='2'/%3E%3Ccircle cx='16' cy='16.6128' r='8' fill='white'/%3E%3C/svg%3E%0A");
    background-color: var(--text-color);
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--autofill-bg-color) inset !important;
}

/* END FORMS */

/* 7. ALERTS */
.alert-success,
.alert-info,
.alert-error{
    border: none;
    padding: 10px 20px;
    margin: 0px;
	color: #6b1e19;
    background: #f7e9e9;
	border-radius: 25px;
	font-weight: var(--heading-thin-font-weight);
	font-size: var(--input-font-size);
	margin-bottom: 15px;
}

.alert-success{
	color: #0c3b20;
    background: #e3faed;
}

.alert-info{
    color: #063840;
    background: #d5f0f5;
}
/* END ALERTS */

/* 8. SCREEN TEXT */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: var(--label-font-size);
    font-size: 0.875rem;
    font-weight: var(--heading-font-weight);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* SCREEN TEXT */

/* 11. WIDGETS */

/* END WIDGETS */

/* 13. SWIPER */
.swiper-enable{
    display: none;
    position: relative;
}

.swiper-nav{
    display: flex;
    width: 100%;
    z-index: 3;
    justify-content: end;
    gap: 25px;
}

.stretch-right .swiper-nav{
    padding-inline-end: var(--stretch-amount);
}

.swiper-nav > div{
    position: relative;
}

body .swiper-button-next,
body .swiper-button-prev{
    width: 75px;
    height: 75px;
    border: none;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	border: none;
    background: var(--main-black);
    font-size: 20px;
    margin: 0px;
    left: auto;
    right: auto;
}

body .swiper-nav svg,
body .swiper-nav path{
    fill: var(--main-white);
}

body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background: var(--green-grey-500);
}

body .swiper-button-next{
    right: 0px;
}

body .swiper-button-prev{
    left: 0px;
}

body .swiper-button-next:after,
body .swiper-button-prev:after{
    content: ' ';
}

body .swiper-scrollbar,
body .swiper-scrollbar-drag{
    border-radius: 1.5px;
	opacity: 1;
	background: var(--main-green-light);
}

body .swiper-scrollbar{
    border-radius: 1.5px;
	background: #dcdcdc;
}

body .swiper-container-vertical>.swiper-scrollbar{
	right: 15px;
}

body .swiper-horizontal>.swiper-scrollbar, 
body .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: auto;
    top: 0px;
    left: 0px;
    height: 3px;
}

@media (max-width: 1024px){
    .swiper-nav{
        justify-content: flex-start;
    }
}

/* END SWIPER */

/* 15. FOOTER */
footer{
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-font-size-16);
}

footer .container{
    background: var(--footer-background);
    color: var(--footer-color);
    border-radius: 50px;
    padding-block: 80px;
}

.footer-content{
    margin-bottom: var(--spacing);
}

.footer-klaviyo-form{
    border-radius: 24px;
    padding-block: 100px;
    padding-inline: 120px;
    padding-inline-start: 60px;
    margin-bottom: calc(var(--spacing) * 2);
    background: var(--main-white);
}

.footer-klaviyo-form h4{
    width: 40%;
    margin: 0px;
}

.footer-klaviyo-form > div{
    width: 47%
}

.footer-klaviyo-form input::placeholder{
    color: currentColor!important;
}

.footer-klaviyo-form form{
    max-width: none!important;
}

.footer-klaviyo-form input,
.footer-klaviyo-form input:focus{
    outline: none!important;
    border: 2px solid var(--grey-300)!important;
    color: var(--main-black)!important;
}

.footer-klaviyo-form button{
    padding-inline: 35px!important;
    background: transparent!important;
}

.footer-klaviyo-form button:hover{
    color: var(--main-black)!important;
}

.footer-klaviyo-form button:before{
    box-shadow: inset 0 0 0 60px var(--main-green-light);
}

.footer-klaviyo-form button:hover:before{
    box-shadow: inset 0 0 0 0px var(--main-green-light);
}

.footer-logo{
    margin-bottom: var(--spacing);
}

.footer-nav ul{
    list-style: none;
    padding: 0px;
    width: 33.33%;
    --list-padding: 15px;
}

.footer-nav ul li:first-child{
    padding-top: 5px;
}

.footer-nav ul li:first-child a{
    color: var(--main-green);
}

footer nav a{
    text-decoration: none;
    color: var(--footer-color);
}

footer nav a:hover{
    color: var(--main-green);
}

.footer-social{
    gap: 20px;
}

.footer-social a,
.footer-social a:hover{
    font-size: 25px;
    text-decoration: none;
    color: var(--main-white);
}

footer .footnote{
    border: 1px solid var(--footer-color);
    border-radius: 8px;
    margin-bottom: 40px;
    padding-block:  30px;
    padding-inline: 20px;
}

footer .disclaimer{
    margin-bottom: calc(var(--spacing) * 1.5);
}

.copyrights{
    opacity: 0.25;
    font-size: 0.875rem;
}

body .footer-text-img{
    margin-top: 20px;
    margin-inline: -80px;
    margin-bottom: -170px;
    width: calc(100% + 160px);
    max-width: none;    
}

@media (max-width: 1590px){
    body .footer-text-img{
        width: 100%;
        margin-inline: 0px;
    }
}

@media (max-width: 1366px){
    .footer-klaviyo-form h4{
        width: 50%;
    }
}

@media (max-width: 1024px){
    .footer-klaviyo-form{
        padding-inline: 50px;
        padding-block: 60px;
    }    
}

@media (max-width: 768px){
    .footer-klaviyo-form{
        display: block;
    }

    .footer-klaviyo-form h4{
        margin-bottom: 30px;
    }

    .footer-klaviyo-form h4,
    .footer-klaviyo-form > div{
        width: 100%;
    }
}

@media (max-width: 540px){
    .footer-nav{
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .footer-nav ul{
        width: calc(50% - 15px);
    }

    body .footer-text-img{
        margin-bottom: -125px;
    }
}

/* END FOOTER */

/* 10. ARTICLES */
/* END ARTICLES */

/* 17. BLOG LISTING */
.single main .container.colored,
.blog main .container,
.archive main .container{
    background: var(--green-grey-150);
    margin-top: -139px;
    padding-top: 139px;
    border-radius: 50px;
    padding-bottom: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 1.7);
}

.video-section{
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: calc(var(--spacing) * 1.5);
}

.video-section video{
    width: 100%;
    aspect-ratio: 2.9;
    object-fit: cover;
    overflow: hidden;    
    display: block;
}

.video-section:before{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(171, 141, 99, 0.2);
}

.video-section h2{
    position: absolute;
    z-index: 3;
    color: var(--main-white);
    inset-inline-start: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.video-section i{
    position: absolute;
    z-index: 3;
    inset-inline-start: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
}

.vbposts-filters{
    margin: 50px 0px;
    gap: 15px;
    flex-wrap: wrap;
}

.vbposts-filters .kdn-btn-sec{
    border-color: var(--green-grey-500);
}

article{
    border-radius: 16px;
    background: var(--main-white);
    overflow: hidden;
    margin-bottom: 40px;
}

.article-thumb{
    display: block;
}

article.post img{
    aspect-ratio: 1.3;
    object-fit: cover;
    width: 100%;
    display: inline-block;
}

.article-details{
    padding: 20px 25px;
    padding-bottom: 35px;
}

article h4{
    margin: 0px;
    margin-bottom: 25px;
}

.article-read-more{
    text-decoration: none;
    margin-top: 30px;
    font-weight: 600;
}

.article-read-more span{
    text-decoration: underline;
}

.article-read-more i{
    margin-inline-start: 5px;
    font-size: 25px;
}

.pagination{
    margin-top: calc(var(--spacing) * 1.4);
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus,
.pagination a:visited,
.pagination a{
    padding-left: 80px;
    padding-right: 80px;
    font-weight: 600;
}

.vb-show-more i{
    display: none;
    margin-inline-start: 5px;
}

.loading.vb-show-more i{
    display: inline-block;
}

@media (max-width: 768px){
    .single main .container.colored,
    .blog main .container,
    .archive main .container{
        margin-top: -119px;
    }    
}

@media (max-width: 540px){
    .video-section video{
        aspect-ratio: 1.5;
    }

    .video-section h2{
        font-size: var(--heading-4-font-size);
        text-align: start;
        transform: translateY(50%);
        inset-inline-start: 20px;
        margin: 0;
    }

    .video-section video{
        aspect-ratio: 1.8;
    }
}

/* END BLOG LISTING */

/* 16. SINGLE BLOG */
.single-header{
    padding-inline: calc(var(--spacing) * 2.5);    
    margin-top: calc(var(--spacing) * 0.5);
}

.single-header h1{
    line-height: 1.1;
}

.post-categories{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
}

.post-categories a:hover,
.post-categories a:active,
.post-categories a{
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--heading-color);
}

.single-header h1{
    margin-top: 15px;
    margin-bottom: 35px;
}

.single-thumbnail{
    margin-top: 40px;
    margin-bottom: calc(var(--spacing) * 2);
    border-radius: 24px;
    overflow: hidden;
}

.single-thumbnail img{
    width: 100%;
    display: block;
    aspect-ratio: 1.8;
    object-fit: cover;
}

.single-thumbnail iframe{
    display: block;
}

.post-meta{
    justify-content: center;
    color: var(--grey-900);
}

.post-meta li:not(:last-child):after{
    content: ' | ';
    display: inline-block;
    margin: 0px 15px;
}

.post-meta img{
    margin-inline-end: 15px;
    border-radius: 8px;
    width: 42px;
    height: 42px;
}

.single-content-narrow{
    padding-inline: calc(var(--spacing) * 2.5);
}

.single-blog-header{
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 40%;
    column-gap: 30px;
    margin-bottom: 100px;
}

.single-blog-header-left{
    padding-inline-end: 30px;
}

.single-blog-header .single-thumbnail{
    height: 100%;
    margin: 0px;
}

.single-blog-header .single-thumbnail img{
    border-radius: 24px;
    display: block;
    height: 100%;
    object-fit: cover;
}

.single-blog-header .post-categories,
.single-blog-header .post-meta{
    justify-content: flex-start;
}

.single-content{
    word-break: break-word;
}

.table-of-contents{
    background: var(--main-green-light);
    border-radius: 8px;
    color: var(--main-white);
    padding: 30px;
    position: relative;
}

.table-of-contents p{
    margin-bottom: 0px;
}

.table-of-contents ol{
    padding-inline-start: 20px;
    --list-padding: 8px;
    margin: 0px;
    margin-top: 15px;
}

.table-of-contents ul{
    list-style: none;
    font-weight: 300;
    font-size: 1rem;
    --list-padding: 4px;
    margin-top: 10px;
}

.table-of-contents ul li{
    position: relative;
}

.table-of-contents ul li:before{
    content: ' ';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    display: inline-block;
    background: var(--main-white);
    position: absolute;
    inset-inline-start: -10px;
    top: 13px;
}

.table-of-contents a:active,
.table-of-contents a:hover,
.table-of-contents a{
    text-decoration: none;
    color: var(--main-white);
}

input[type="checkbox"].toc-toggle{
    position: absolute;
    display: none;
    cursor: pointer;
    border: none;
    top: 28px;
    inset-inline-end: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15L12 7L4 15' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center center;    
    background-color: #fff;
    transition: all 0.15s;
    transform: rotate(180deg);
}

input[type="checkbox"].toc-toggle:checked{
    transform: rotate(0deg);
}
 
.toc-opener{
    background: var(--main-green-light);
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    color: var(--main-white);
    text-align: center;
    padding: 15px 10px;
    position: fixed;
    top: 200px;
    left: 0px;
    writing-mode: sideways-lr;
    z-index: 2;
    cursor: pointer;
}

.toc-opener i{
    display: none;
}

.single-share span{
    margin-inline-end: 10px;
}

.single-share{
    margin-top: calc(var(--spacing) * 0.9);
    gap: 25px;
}

.related-posts h2{
    margin-top: calc(var(--spacing) * 3);
    margin-bottom: calc(var(--spacing) * 2);
}

.related-posts article{
    background: var(--green-grey-150);
}

.single-content :is(h1,h2,h3,h4,h5,h6){
    line-height: 1.3;
}

.wp-block-list{
    margin-bottom: 30px;
}

@media (max-width: 1024px){
    .single-header{
        padding-inline: var(--spacing);
    }

    .single-blog-header{
        padding-inline-start: 0px;
    }

    .single-blog-header{
        grid-template-columns: 1fr 30%;   
    } 
    
    .toc-opener{
        writing-mode: initial;
        top: auto;
        bottom: 20px;
        line-height: 1;
        padding: 20px 0px;
    }

    .toc-opener span{
        display: none;
    }

    .toc-opener i{
        transform: rotate(-90deg);
        display: block;
    }    
}

@media (max-width: 768px){
    .single-content-narrow{
        padding-inline: 0px;
    }

    input[type="checkbox"].toc-toggle ~ ol{
        display: none;
    }

    input[type="checkbox"].toc-toggle:checked ~ ol{
        display: block;
    }

    input[type="checkbox"].toc-toggle{
        display: block;
    }

    .table-of-contents{
        margin-bottom: 30px;
    }
}

@media (max-width: 540px){
    .single-blog-header{
        grid-template-columns: 100%;
        row-gap: 40px;
        margin-bottom: 50px;
        padding: 0px;
    }        

    .single-blog-header-left{
        padding: 0px;
    }

    .single-blog-header .single-thumbnail img{
        height: 150px;
    }
}
/* END SINGLE BLOG */

/* AUTHOR */
.author .sticky-div img{
    border-radius: 16px;
}

.author .post-meta{
    justify-content: start;
}

.author .experts-social li{
    margin-inline-end: 20px;
}

.author .experts-social li i{
    font-size: 25px;
}

.author blockquote{
    margin-block: 75px;
    background: var(--green-grey-250);
    border-radius: 0px 16px 16px 0px;
}

.author .experts-social a{
    text-decoration: none
}

.author-posts{
    margin-top: calc(1.5 * var(--spacing));
}

.author-posts h2{
    margin-bottom: var(--spacing);
}

@media (max-width: 768px){
    .author blockquote{
        margin-block: 50px;
    }
}

@media (max-width: 540px){
    .author img{
        margin-bottom: var(--spacing);
    }
}
/* END AUTHOR */

/* PAGE SINGLE */
.page-template-default:not(.woocommerce-page) .single-title{
    margin-bottom: 60px;
}
/* END PAGE SINGLE */

/* VLOG LISTING */
.vlog-thumbnail{
    position: relative;
}

.vlog-thumbnail a{
    display: block;
}

.vlog-thumbnail img{
    aspect-ratio: 1.21;
    object-fit: cover;
    width: 100%;
    display: inline-block;
}

.vlog-thumbnail i{
    font-size: 40px;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: var(--main-white);
}

.vlog-item h4{
    margin: 0px;
}
/* END VLOG LISTING */

/* VLOG SINGLE */
.single-vlog .single-thumbnail{
    position: relative;
}

.single-vlog .single-thumbnail iframe{
    width: 100%;
    aspect-ratio: 1.8;
    height: 100%;
}

.single-thumbnail a{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    color: var(--main-white);
    text-decoration: none;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: blur(2px);
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 25px 45px rgba(0,0,0, 0.05);
    text-align: center;
}

.related-vlogs h2{
    margin-top: calc(var(--spacing) * 3);
    margin-bottom: calc(var(--spacing) * 2);
}

.related-vlogs article{
    background: var(--green-grey-150);
}

@media (max-width: 768px){
    .single-thumbnail a{
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}

.st-vlog-video .st-modal-content{
    border-radius: 24px;
    background: none;
    overflow: hidden;
    width: min(90%, 800px);
    padding: 0;
    max-height: 450px;
    aspect-ratio: 1.78;
    top: 50%;
    transform: translateY(-50%);
}

.st-vlog-video .st-modal-content iframe{
    width: 100%;
    height: 100%;
}
/* END VLOG SINGLE */

/* 18. SEARCH */
/* END SEARCH */


/* MODALS */
.st-modal{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
}

.st-modal-overlay{
	position: fixed;
	z-index: 98;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5); 
    backdrop-filter: blur(2px);
}

.st-modal-content{
	margin: 50px auto;
	width: 90%;
    height: calc(100% - 100px);
	background: var(--background-color);
	padding: 30px 0px;
	position: relative;
    z-index: 99;
    border-radius: 12px;
    padding: var(--spacing);
}

.st-modal-body{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.st-close-modal{
    position: absolute;
    inset-inline-end: 50px;
    top: 50px;
    color: var(--main-black);
    z-index: 2;
}

@media (max-width: 540px)
{
    .st-modal-content{
        height: auto;
    }
}
/* END MODALS */


/* 3. SIDEBAR TRIGGERS */ 
.sticky-sidebar{
    height: 100%;
}

.sidebar-content-right,
.sidebar-content{
	position: fixed;
	top: 0px;
	bottom: 0;
	z-index: 999999;
	background: var(--background-color);
	overflow-x: hidden;
	width: 585px;
    max-width: 100%;
	padding: 100px 50px;
	left: -150%;
	transition: all 0.5s;
    display: none;
}

.sidebar-content-right{
    left: auto;
    right: -150%;
}

div.sidebar-opened{
	left: 0%;
    display: block;
}

div.sidebar-content-right.sidebar-opened{
	left: auto;
	right: 0%;
}

.sidebar-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
	z-index: 99999;
}

.sidebar-close{
    text-decoration: none;
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 25px;
    color: var(--text-color);
    z-index: 9;
}

@media(max-width: 540px)
{
    .sidebar-content-right,
    .sidebar-content{
        padding: 75px 25px;
    }

    .sidebar-close{
        top: 10px;
        left: 25px;
    }
}

/* END SIDEBAR TRIGGERS */


/* DROPDOWN */
.st-dropdown-wrap > .st-dropdown{
    display: none;
}
.st-dropdown-wrap:focus-within > .st-dropdown{
    display: block;
}
/* END DROPDOWN */

/* ELEMENTOR SPECIFIC */
.rounded-tab-indicator.elementor-widget-n-tabs .e-n-tabs-heading,
.rounded-tab-indicator button{
    position: relative;
}

.rounded-tab-indicator.elementor-widget-n-tabs .e-n-tabs-heading:after,
.rounded-tab-indicator button[aria-selected="true"]:after{
    content: ' ';
    width: 100%;
    height: 3px;
    border-radius:1.5px;
    background: var(--main-green-light);
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.rounded-tab-indicator button[aria-selected="true"]:after{
    z-index: 2;
}

.rounded-tab-indicator.elementor-widget-n-tabs .e-n-tabs-heading:after{
    background: #fff;
}
/* END ELEMENTOR SPECIFIC */

/* CONSENT */
.ketch-preferences{
    width: max-content;
    margin-top: 25px;
    gap: 15px;
    text-decoration: none;
    margin-inline: auto;
}
/* END CONSENT */