/* .checkmark-list ul li {
    list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
} */

/********************************************************
*
* Header Search START
*
*********************************************************/

.trigger_header_search {
    cursor: pointer;
}
.denk-header-search-container {
    transform: translateY(-100%);
    transition: transform .2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.admin-bar .denk-header-search-container {
    top: 32px;
}

.denk-header-search-container.active {
    transform: translateY(0);
    transition: transform .2s ease-in-out;
}

.denk-header-search-container .denk-header-search {
    padding: 40px 25px;
    background: #FFED00;
    height: 188px;
    display: flex;
    align-items: center;
}

@media( max-width: 767px){
    .denk-header-search-container .denk-header-search {
        height: 217px;
    }
}

.denk-header-search-container search {
    flex-grow: 1;
}

form.header-search {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    width: 100%;
}
.search-icon {
    width: 20px;
    height: 20px;
}

.denk-header-search-container input[type="text"] {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: none;
}

.header-search-results-container {
    width: 100%;
    background: #ffffff;
    height: 0;
    overflow-y: scroll;
    transition: height .2s ease-in-out;
}
.header-search-results-container.visible {
    height: calc(100vh - 180px);
    transition: height .2s ease-in-out;
}
.denk-header-search-container .loader-container {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.search-input::placeholder {
    color: #000000;
}

/********************************************************
*
* Header Search END
*
*********************************************************/


/********************************************************
*
* Navigation START
*
*********************************************************/

#navigation.elementor-sticky--effects {
    width: 100%; /* we need to override element styles */
    left: 0; /* we need to override element styles */
}

/** wpml language switch override **/
#navigation .wpml-ls-legacy-dropdown-click {
    width: auto;
}
#navigation .wpml-ls-legacy-dropdown-click a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    display: flex;
    gap: 5px;
}
#navigation .wpml-ls-legacy-dropdown-click a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:after {
    position: relative;
    right: 0;
    top: 0px;
}

/********************************************************
*
* Navigation END
*
*********************************************************/



.checkmark-list ul {
	list-style: none;
    font-size: 20px;
	padding-left: 0;
}

.checkmark-list ul li {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
    position: relative;
    color: #AB3E90;
}

.checkmark-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23AB3E90" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}

.checkmark-list-nem ul {
	list-style: none;
    font-size: 20px;
	padding-left: 0;
}

.checkmark-list-nem ul li {
	padding-left: 1.5em;
	margin-bottom: 0.5em;
    position: relative;
    color: #000000;
}

.checkmark-list-nem ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%2300000" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}


table.custom-table tbody > tr:nth-child(even) > td, 
table.custom-table tbody > tr:nth-child(even) > th,
table.custom-table thead > tr > th {
    background: #F7F6F6;    
}

table.custom-table tbody > tr > td,
table.custom-table tbody > tr:nth-child(odd) > td {
    background: #ffffff;
}

table.custom-table,
table.custom-table tbody tr td,
table.custom-table thead tr th {
    border: none;
    text-align: left;
    border-block-start: none;
}

.elementor-icon-list-icon i {
padding-top: 3px;
}




/********************************************************
*
* Texts
*
*********************************************************/

p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}



/********************************************************
*
* Product Hover box
*
*********************************************************/

.hover-box .e-con-inner {
    position: relative;
    overflow: hidden;
}
.hover-box .default-content {
    position: relative;
    overflow: hidden;
}
.hover-box .hover-content {
    z-index: 9;
    background: #fff;
    transform: translate(0, -200%);
}

.hover-box:hover .hover-content {
    height: 100%;
    transform: translate(0, 0);
}

.hover-box a.elementor-button {
	text-align: left;
}

.hover-box a.elementor-button i {
    color: #A7368B;
}

.hover-box:hover a.elementor-button {
    color: #fff !important; /** overriding if someone uses elementor stylings by mistake **/
    fill: #A7368B !important; /** overriding if someone uses elementor stylings by mistake **/
    background-color: #A7368B !important; /** overriding if someone uses elementor stylings by mistake **/
    background: #A7368B !important; /** overriding if someone uses elementor stylings by mistake **/
}
.hover-box:hover a.elementor-button * {
    color: #fff;
}

/********************************************************
*
* Simple text hover box
*
*********************************************************/

.simple-hover-box {
    position: relative !important;
    overflow: hidden !important;
}

.simple-hover-box .hover-content {
    z-index: -1;
    transform: translate(0, 200%);
    transition: all .3s ease-in-out;
}

.simple-hover-box:hover .hover-content {
    z-index: 9;
    height: 100%;
    transform: translate(0, 0);
    transition: all .3s ease-in-out;
}



.dosage-container.elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    grid-column-gap: 5px;
}

/* @media (max-width: 767px) {
    .dosage-container.elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
} */


.dosage-container.elementor-grid img {
    max-width: 60px;
    height: 60px;
}

.mandatory-information-trigger:hover ~ .mandatory-information.elementor-element.elementor-widget.elementor-widget-text-editor {
    display: block;
}
.mandatory-information.elementor-element.elementor-widget.elementor-widget-text-editor {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
    padding: 20px;
    border-radius: 20px;
    max-width: 100px;
    z-index: 9;
    top: 100%;
    min-width: 300px;
}

@media only screen and (max-width: 768px) {
    .mandatory-information.elementor-element.elementor-widget.elementor-widget-text-editor {
        padding: 30px;
        max-width: 80%;
    }
  }


  body.no-translations-available .wpml-ls-item-toggle:after,
  body.no-translations-available .wpml-ls-sub-menu {
    display: none;
}

.loader {
    width: 36px;
    height: 36px;
    border: 5px solid var( --e-global-color-secondary );
    border-bottom-color: var( --e-global-color-primary );
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.8s linear infinite;
}


/**
 *
 * Form styles
 * we need to override elementor
 *
**/
#content form .elementor-field-group input.elementor-field:not(input[type="file"]):not(input[type="checkbox"]) {
    font-family: 'futura-pt-book';
    font-weight: 400;
    overflow: visible;
    touch-action: manipulation;
    margin: 0;
    box-sizing: inherit;
    display: block;
    color: #000;
    background-clip: padding-box;
    padding: 15px 20px 15px 20px;
    line-height: 18px;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 20px;
    transition: all 0.3s;
    min-height: auto;
    height: 50px;
    border: 1px solid #000;
    /* border-radius: 60px; */
    border-radius: 10px;
}
#content form .elementor-field-group input.elementor-field:not(input[type="file"]):not(input[type="checkbox"]):focus,
#content form .elementor-field-group input.elementor-field:not(input[type="file"]):hover {
    background-color: #ffffff;
}

#content form .elementor-field-group input.elementor-field:not(input[type="file"]):not(input[type="checkbox"]):focus {
    box-shadow: none; /**inset 0 0 0 2px rgba(0, 0, 0, 1);**/
}

#content form .elementor-field-group select {
    height: 50px;
    font-size: 20px;
}

#content form .elementor-field-group label.elementor-field-label small {
    font-size: 20px;
    font-family: 'futura-pt-book';
}

#content form .elementor-field-group textarea {
    padding: 20px;
    border-radius: 10px;
}
#content form .elementor-field-group label.elementor-field-label a {
    border-bottom: 1px solid #000000
}

#content form .elementor-mark-required .elementor-field-label:after {
    color: #000000;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


.cart-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFED00;
    color: #000000;
    padding: 15px 25px;
    border-radius: 4px;
    z-index: 1000;
    animation: slideIn 0.3s ease-out;
}

.cart-notification.alert {
    background-color: #FF5E5B;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/**
 *
 * Form toggle switches
 *
 */
/* .elementor-field-group.elementor-column {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
}

.elementor-field-group.elementor-column.elementor-field-type-radio > label {
    grid-column: span 1;

}
.elementor-field-group.elementor-column.elementor-field-type-radio > div {
    grid-column: span 2;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
} */

.toggleswitch {
    margin: 0;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.toggleswitch .elementor-field-subgroup input {

    position: absolute !important;
    left: 0px !important;
    top: 18px !important;
    opacity: 0 !important;
}
.toggleswitch .elementor-field-subgroup input + label {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: block;
    border: solid 1px #000000;
    display: flex !important;
    justify-content: space-between;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.toggleswitch .elementor-field-option {
    margin: 0;
    padding: 0;
    padding-inline-end: 0 !important;
}

.toggleswitch .elementor-field-subgroup .elementor-field-option label {
    border-color: #000000;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.toggleswitch .elementor-field-subgroup .elementor-field-option:first-of-type label {
    border-radius: 6px 0 0 6px;
	 /*border-left: none;*/
}
.toggleswitch .elementor-field-subgroup .elementor-field-option:nth-of-type(2) label {
	 border-left: none;
}
.toggleswitch .elementor-field-subgroup .elementor-field-option:last-of-type label {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.toggleswitch .elementor-field-subgroup input:hover + label {
    background: #ffed00;
}
.toggleswitch .elementor-field-subgroup input:checked + label, .toggleswitch .elementor-field-subgroup input:checked ~ label {
    background-color: #ffed00;
    color: #000000;
    z-index: 1;
}
.toggleswitch .elementor-field-subgroup input:focus + label {
    outline: none;
}
 @media (max-width: 800px) {
	 .toggleswitch .elementor-field-subgroup input + label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}