/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */

@charset "UTF-8";:root {
	--wf-color-blue: #0095B9;
	--wf-color-yellow: #FFC60B;
	--wf-color-orange: #FF6A46;
	--wf-color-tundora: #4D4D4D;
	--wf-color-l_gray: #707070;
	--wf-color-million_gray: #999;
	--wf-color-jupiter_gray: #E2E2E2; 
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4 / 3;
	--wp--preset--aspect-ratio--3-4: 3 / 4;
	--wp--preset--aspect-ratio--3-2: 3 / 2;
	--wp--preset--aspect-ratio--2-3: 2 / 3;
	--wp--preset--aspect-ratio--16-9: 16 / 9;
	--wp--preset--aspect-ratio--9-16: 9 / 16;
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}
body {
	margin: 0;
	overflow-x:hidden;
	font-family: var(--e-global-typography-text-font-family), Sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .elementor-button-text, .wf-din, .wf-din div,  .wf-din a, h2 a, h3 a, h4 a, h5 a, h6 a {
  	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: inherit;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: 0;
	margin-block-end: 1rem;
}

body, p {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
  color:var(--e-global-color-text);
}
p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

.medium {
    font-weight: 500;
}
b, strong, .strong, .semibold {
    font-weight: 600;
}
.wf-din.bold, .bold {
    font-weight: bold;
}
:focus, :focus-visible, [type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}

/* Mandatory Style to Combat Elementor custom-frontend.min.css */
.elementor-heading-title {
    line-height: normal;
}

a, p, .wf-poppins, .wf-poppins h1, .wf-poppins h2, .wf-poppins h3, .wf-poppins h4, .wf-poppins h5, .wf-poppins h6, .wf-poppins div {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
/* Elementor FIX*/
.elementor-kit-5 textarea {
    border-radius:10px;
}
.elementor-icon-wrapper {
    line-height:1em;
}
.elementor-toggle-icon.elementor-toggle-icon-left {
    min-height:40px;
}
.elementor-button span {
    display:inline-flex;
    align-self: center;
}
/*.elementor-button {font-size: unset;}*/
.elementor-popup-modal .dialog-close-button svg {
    fill:var(--e-global-color-secondary);
}
.elementor-popup-modal .dialog-close-button svg:hover {
    fill:var( --e-global-color-accent );
}

/* Country Modal */
.geolocation-el {
  display: none;
}
body.country-es .geolocation-el.show-geo-es,
body.country-gb .geolocation-el.show-geo-gb,
body.country-us .geolocation-el.show-geo-us,
body.country-xx .geolocation-el.show-geo-xx {
  display: flex;
}

/* FONT SIZING */
/** Add the correct font size in all browsers. **/
small {
  font-size: .8em;
}
.size-s {
	font-size:14px;
}
h6 {
  font-size: 1em; /* if inherited from body = 16px */
}
h5, .size-sm, .elementor-button {
  font-size: 1.25em; /* if inherited from body = 20px */
}
h4, .has-medium-font-size, .size-m, .size-m.elementor-button{
  font-size: 1.5em; /* if inherited from body = 24px */
}
.size-l, .size-l h2, .size-l h3, .size-l .elementor-button {
	font-size:24px;
}
h3, .h3, .has-large-font-size {
  font-size: 1.75em; /* if inherited from body = 28px */
}
h2, .h2 {
  font-size: 2em; /* if inherited from body = 32px */
}
.size-xl, .size-xl h2, .size-xl h3 {
	font-size:39px;
}
h1, .h1 {
  font-size: 2.65em;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. **/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}



/** List styling **/
dl, dt, dd, ol, ul, li {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol {
	padding-inline-start: 1em; 
    margin-bottom:.9rem;
}

.align-right, .elementor-widget-image.align-right {
    text-align:right;
}
.align-center, .elementor-widget-image.align-center, .text-center, .elementor-widget-image.text-center {
    text-align: center;
}

/** WF Colors **/
h1, h2, h3, h4, h5, h6, .primary, .wf-darkgray, .checkout-survey-checkbox {
    color:var(--wf-color-tundora);
}
.secondary, .wf-blue, .secondary h2, a {
    color:var(--e-global-color-secondary);
}
.accent, .wf-yellow, a:hover, a:active, .accent h1, .accent h2, .accent h3, .accent h4, .accent h5, .accent h6 {
    color:var( --e-global-color-accent );
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white div, .white p, .white a, .white span {
	color:#FFF;
}
svg.white, .white svg {
	fill:#fff;
}
.light-gray svg {
  fill:#999;
}
.primary svg {
  fill:var(--wf-color-tundora);
}
.blue svg, path.blue, polygon.blue  {
  fill:var(--e-global-color-secondary);
}
.yellow svg, path.yellow {
  fill:var( --e-global-color-accent );
}
.bg-white {
	background-color:#FFF;
}
.bg-lightest-gray {
	background-color:#EFEFEF;
}

/* LINKS & BUTTONS */
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a:hover svg, a:active svg, a:focus svg {
  fill:currentColor;
}

/** Buttons **/

button, .button, .wf-button, 
.elementor-button, .wp-element-button, 
.xoo-wsc-btn, .xoo-wsc-ft-btn {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color:#fff;
  fill: currentcolor;
	background-color: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-secondary);
	border-radius: 100px;
	line-height: 1.1;
  padding: 0.4em 1.6em;
  margin: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	transition:all .2s;
}
.is-style-outline a {
  background: transparent none;
  border-color: currentcolor;
  color: var(--e-global-color-secondary);
}
.is-style-passive a, .subscription_details a.button, 
.subtle button, .subtle a, .subtle.button, .subtle.wf-button, .subtle.elementor-button {
  background-color: #efefef;
  border-color: #efefef;
  color: var(--e-global-color-secondary);
}

.is-style-outline.reverse a, .xoo-wsc-ft-btn-cart {
  background: transparent none;
  color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.reverse button, .reverse.button, .reverse.wf-button, .reverse .elementor-button,
button:hover, button:focus, 
.wf-button:hover, .wf-button:focus, .wf-button:active,
.elementor-button:hover, .elementor-button:focus, 
.wp-element-button:hover, .wp-element-button:focus, 
.is-style-outline a:hover, .is-style-outline a:focus,
.is-style-outline.reverse a:hover, .is-style-outline.reverse a:focus,
.xoo-wsc-btn:hover, .xoo-wsc-btn:focus,
.xoo-wsc-ft-btn:hover, .xoo-wsc-ft-btn:focus {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.reverse button:hover, .reverse button:focus, 
.reverse .wf-button:hover, .reverse .wf-button:focus, 
.reverse .elementor-button:hover {
	color:#fff;
	background-color:var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  fill:#fff;
}


/** LAYOUT **/
.border-20, .bd-20 {
	border-radius:20px;
}
.mw-1920 {
    max-width: 1920px;
    margin: auto;
}
.no-overflow-x {
    overflow-x:clip;
}
.hide, .d-none {
  display: none !important;
}

template { /** Add the correct display in IE 10+. **/
  display: none;
}
[hidden] { /** Add the correct display in IE 10. **/
  display: none;
}
body.no-scroll {
	overflow: hidden;
	height:100%;
	width:100%;
}
.wp-block-buttons {
  display: flex;
}

/* Margins & Paddings */
.mrg-90 {
	margin:90px 0;
}
.mrg-v-5 {
	margin:5% 0;
}
.wf-space-5 {
	padding:5%;
}

/** HEADER **/

/* Sticky Header*/
#stickyheaders {
	transition : transform 0.4s ease;
}
.headerup {
	transform: translateY(-110px); /*adjust this value to the height of your header*/
}

#wonderfeel-switcher-btn {
    background: #FFFFFF33;
    border-radius: 8px;
    border: none;
    width: 100%;
    padding: 8px 10px;
	gap: 6px;
	align-items: center;
}
#wonderfeel-switcher-btn:hover, #wonderfeel-switcher-btn:focus {
    background: #FFFFFFF2;
}

.currency-separator {
  background-color: currentColor;
  display: inline-flex;
  height: 16px;
  width: 1.5px;
}
/* #wonderfeel-switcher-btn:hover .currency-separator, #wonderfeel-switcher-btn:focus .currency-separator,
#wonderfeel-switcher-btn-mobile:hover .currency-separator, #wonderfeel-switcher-btn-mobile:focus .currency-separator
 {
  background-color: currentcolor;
} */

#wonderfeel-switcher-modal {
	display:flex;
    opacity: 0;
    visibility: hidden;
    position:fixed; 
    top:0; 
    left:0; 
    width:100vw; 
    height:100vh; 
    background:rgba(0,0,0,0.5); 
    z-index:9999;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, margin-left 0.4s ease-in-out;
}
.select2-container--open .switcher-dropdown {
    z-index: 99999;
}
@media (max-width: 1024px) {
	.switcher-dropdown {
		/*display: none !important;*/
	}
}
#wonderfeel-switcher-modal select + span {
    margin-top: .6rem;
    height: 45px;
    line-height: 45px;
	width: 100% !important;
}
#wonderfeel-switcher-modal select + span .select2-selection--single,
#wonderfeel-switcher-modal select + span .select2-selection__arrow {
    height: 45px;
    line-height: 45px;
}
#wonderfeel-switcher-modal.modal-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, margin-left 0.4s ease-in-out;
}
#wonderfeel-switcher-modal .modal-content {
    background:#fff; 
    padding:40px;
	width:100%;
    max-width:400px; 
    margin:auto; 
    position:relative;
    border-radius: 20px;
	display: flex;
    flex-direction: column;
	gap:20px;
}
#wonderfeel-switcher-modal h3 {
    text-align:center;
	margin-block-end:8px;
}

#wonderfeel-switcher-close {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
	top: 20px;
    right: 20px;
    color: var(--e-global-color-secondary);
    font-size: 25px;
}
#wf-globe {
    fill: currentcolor;
    width: 18px;
}
#wonderfeel-switcher-btn:hover #wf-globe, #wonderfeel-switcher-btn:focus #wf-globe {
	fill: currentcolor;
}
#wonderfeel-switcher-modal label {
    width: 100%;
}
#wonderfeel-switcher-modal select {
    margin-top: .6em;
    border-radius: 10px;
}
#wonderfeel-switcher-update {
    width: 100%;
	font-size:18px;
}

/* Mobile NAV*/
#wonderfeel-switcher-btn-mobile, #wonderfeel-switcher-modal i.eicon-chevron-left {
  display: none;
}

.wf-mobile-nav .elementor-nav-menu li {
    border-radius:10px;
    overflow: hidden;
}
.wf-mobile-nav .elementor-nav-menu li a, .wf-mobile-nav .elementor-nav-menu--dropdown .elementor-sub-item {
	padding:16px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
	color: var(--e-global-color-primary);
}
.wf-mobile-nav .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: var(--e-global-color-secondary);
}
.wf-mobile-nav .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
	background-color:transparent;
	color: var(--e-global-color-secondary);
}
.wf-mobile-nav .elementor-nav-menu--dropdown .elementor-item.highlighted,
.wf-mobile-nav .menu-item:hover, 
.wf-mobile-nav .menu-item:visited, 
.wf-mobile-nav .menu-item:focus, 
.wf-mobile-nav .menu-item:focus-within, 
.wf-mobile-nav .menu-item:focus-visible, 
.wf-mobile-nav .menu-item:target {
	color: var(--e-global-color-accent);
}
.wf-mobile-nav .menu-item svg {
    fill:currentcolor;
}

.regional-switcher-container {
    align-content: flex-end;
}

/***** SIDE CART ***/
/* 
.xoo-wsc-icon-heart1:before {
  content: "\e92d";
}
.xoo-wsc-icon-cart-plus:before {
  content: "\e92e";
}
.xoo-wsc-icon-arrow-long-right:before {
  content: "\e900";
}
.xoo-wsc-icon-chevron-thin-left:before {
  content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
  content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
  content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
  content: "\e91c";
}
.xoo-wsc-icon-coupon-1:before {
  content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
  content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
  content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
  content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
  content: "\e921";
}
.xoo-wsc-icon-coupon:before {
  content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
  content: "\e923";
}
.xoo-wsc-icon-discout:before {
  content: "\e924";
}
.xoo-wsc-icon-coupon-7:before {
  content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
  content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
  content: "\e927";
}
.xoo-wsc-icon-external-link:before {
  content: "\e928";
}
.xoo-wsc-icon-cart:before {
  content: "\e93a";
}
.xoo-wsc-icon-checkmark:before {
  content: "\ea10";
}
*/

/* Shortcode Cart Icon */
.xoo-wsc-sc-bki {
  display: flex;
  fill: #fff;
}
.xoo-wsc-sc-cont:hover .xoo-wsc-sc-bki {
  fill: var(--wf-color-yellow);
}
.xoo-wsc-sc-bkcont {
  position: relative;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 3px;
}
.xoo-wsc-sc-count, .xoo-wsch-items-count, .xoo-wsch-save-count {
  display: inline-block;
  color:#FFF;
  background-color: var(--wf-color-yellow);
  border-radius: 50%;
	height: 16px;
  width: 16px;  
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size:10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: -7px;  
  top:-10px;
}

.xoo-wsc-markup *::-webkit-scrollbar {
    width: 8px;
}
.xoo-wsc-markup *::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}
.xoo-wsc-markup *::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #d1d1d1
}

.xoo-wsc-container {
    overflow: auto;
}
.xoo-wsc-container, .xoo-wsc-slider, .xoo-wsc-drawer {
    position: fixed;
    background-color: #efefef;
    top: 0;
	  bottom: 0;
    z-index: 999999;
    display: flex;
    width: 90%;
    max-width: 420px;
    right: -420px;
    flex-direction: column;
    transition: 0.4s ease-out;
}
.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider{
	right: 0;
}

.xoo-wsc-modal * {
    box-sizing: border-box;
}
.xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999996;
    opacity: 0;
    height: 0;
    width: 100%;
    transition: height 0s 0.4s, opacity 0.4s 0s;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
    opacity: 0.8;
    height: 100%;
    transition: height 0s 0s, opacity 0.4s;
}
body.xoo-wsc-cart-active, html.xoo-wsc-cart-active {
    overflow: hidden!important;
}

/* Cart Update Loader Spinner */
.xoo-wsc-loading .xoo-wsc-loader {
    display: block;
}
span.xoo-wsc-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
    opacity: 0.7;
    z-index: 10;
}
.xoo-wsc-loader-icon {
    display: none;
	width: 24px;
	height: 24px;
}
.xoo-wsc-loader-icon svg {
	height: 24px;
	fill:#989898;
}
.xoo-wsc-loading .xoo-wsc-loader-icon {
    position: absolute;
    top: 47%;
    left: 49%;
    z-index: 11;
    animation: spin 1s ease-in-out infinite;
    display: block;
}

/* Header */
.xoo-wsc-header {
  padding: 16px;
  color: #4d4d4d;
	border-bottom: none;
}
.xoo-wsch-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
	font-size: 20px;
}

.xoo-wsch-close svg {
  fill:var(--wf-color-blue);
  height:16px;
  cursor: pointer;
}
.xoo-wsch-close:hover svg {
  fill: var(--wf-color-yellow);
}

.xoo-wsc-sb-bar {
    height: 8px;
    width: 90%;
    background-color: #eeee;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.xoo-wsc-sb-bar > span {
    display: block;
    z-index: 1;
    height: inherit;
}

.xoo-wsc-ship-bar-cont {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/****** BODY ***********/
.xoo-wsc-body {
	overflow: unset;
	flex-grow: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
	font-size: 15px;
	line-height: 1.4em;
}
.xoo-wsc-smr-ptotal .subscription-details {
    display: none;
}
.xoo-wsc-body .xoo-wsc-ft-totals {
	padding: 10px;
	margin: 16px;
	width: auto;
}
.xoo-wsc-empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
  gap:20px;
}

/*** Side Cart Product ***/
.xoo-wsc-product {
	display: flex;
	position: relative;
	margin: 16px;
	border-radius: 10px;
	box-shadow: none;
	background-color: #fff;
	padding:10px;
}
.xoo-wsc-pattern-row .xoo-wsc-sum-col{
	width: 80%;
}
/* Cart Product Image */
.xoo-wsc-img-col {
  z-index: 1;
  position: relative;
}
.xoo-wsc-pattern-row .xoo-wsc-img-col{
	width: 20%;
}
.xoo-wsc-img-col img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.xoo-wsc-sum-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.xoo-wsc-sm-info {
    display: flex;
}
.xoo-wsc-sm-left {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 8px;
}
.xoo-wsc-pname, .xoo-wsc-pname a {
    font-weight:500;
    color: #4d4d4d;
}
/* Variation */
.xoo-wsc-products .variation {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}
.xoo-wsc-products .variation dt {
    display:none;
}
.xoo-wsc-products .variation dd {
	display: inline-flex;
	font-style: italic;
	margin: 0;
}
.xoo-wsc-products .variation p {
    margin: 0;
    font-size: 13px;
}
.xoo-wsc-pprice {
  font-size: 0.8em;
}

/***** Quantity *****/
/* Qty Box */
.xoo-wsc-qty-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 84px;
  flex-direction: row;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #989898;
  height: 26px;
}
.xoo-wsc-chng {
	background-color: #e1e1e1;
	color: #4d4d4d;
	min-width: 22px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
	user-select: none;
}
input.xoo-wsc-qty[type="number"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	font-size: 14px;
	flex-grow: 1;
	padding: 6px;
	text-align: center;
	border: none;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	z-index: 1;
	background-color: #ffffff;
	color: #4d4d4d;
	height: 24px;
}

input.xoo-wsc-qty::-webkit-outer-spin-button, input.xoo-wsc-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.xoo-wsc-sm-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xoo-wsc-smr-del {
    position: absolute;
    right: 0;
    top: 0;
    background: #e1e1e1;
    border-radius: 0 10px 0 10px;
    padding: 10px;
    margin: 0;
    line-height:0;
    cursor: pointer;
}
.xoo-wsc-smr-del svg {
  height:15px;
  fill:var(--wf-color-tundora);
}

.woocommerce-checkout .xoo-wsc-sl-content.xoo-wsc-sl-shipping, .woocommerce-checkout .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span {
    display: none!important;
}

.woocommerce-checkout .xoo-wsc-ft-amt {
    pointer-events: none;
}

/** SLIDER Coupon **/
.xoo-wsc-coupon-row > span {
    display: block;
    margin-bottom: 9px;
}

span.xoo-wsc-cr-code {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1px 20px;
}

/* .xoo-wsc-coupon-row {
    padding: 0 15px 30px;
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 30px;
}

span.xoo-wsc-cr-off {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 0;
}

form.xoo-wsc-sl-apply-coupon {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    flex-wrap: wrap;
} */

.xoo-wsc-sl-applied > div {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

span.xoo-wsc-remove-coupon {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin-left: 2px;
}

.xoo-wsc-sl-applied {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.xoo-wsc-sl-applied > div .xoo-wsc-slc-saved {
    color: #4CAF50;
    font-weight: 600;
}

span.xoo-wsc-slc-remove {
    font-weight: 600;
}

span.xoo-wsc-clist-label {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.xoo-wsc-clist-section {
    border: 1px solid #eee;
    margin-bottom: 35px;
    font-size: 13px;
    padding: 0 25px;
}

.xoo-wsc-coupon-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.xoo-wsc-coupon-row > span:last-child {
    margin-bottom: 0;
}

span.xoo-wsc-slc-remove .xoo-wsc-remove-coupon {
    display: block;
    text-align: right;
}

/* Coupon in main */
.xoo-wsc-ft-extras form.xoo-wsc-sl-apply-coupon {
    margin: 5px 0;
}
.xoo-wsc-ft-extras .xoo-wsc-slc-remove {
    display: flex;
    align-items: center;
}
.xoo-wsc-ft-extras .xoo-wsc-remove-coupon {
    margin-left: 5px;
}
.xoo-wsc-ft-extras .xoo-wsc-slc-saved {
    display: none;
}
.xoo-wsc-ft-extras .xoo-wsc-sl-applied {
    margin-left: auto;
    display: table;
    margin-bottom: 5px;
}

/** Side Cart Footer */
.xoo-wsc-ftx-row {
    padding: 1em;
    font-size: 14px;
    display: flex;
    align-items: center;
	background-color: #fff;
	border-radius: 14px;
}
span.xoo-wsc-ftx-icon {
    margin-right: 5px;
    font-size: 17px;
}
.xoo-wsc-ftx-coups > div {
    flex-grow: 1;
}
.xoo-wsc-ftx-coups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 7px;
}
.xoo-wsc-remove-coupon {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 3px;
}
.xoo-wsc-remove-coupon span {
    color: var(--wf-color-orange);
    margin-left: 2px;
}

/** FOOTER Totals **/
.xoo-wsc-ft-totals {
    width: 100%;
    padding: 10px 0;
}
.xoo-wsc-ft-amt {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}
.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 600;
}
.xoo-wsc-toggle-slider {
    cursor: pointer;
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span {
    margin-left: 5px;
}
.xoo-wsc-ft-amt-label {
    flex-grow: 1;
    padding-right: 10px;
}
.xoo-wsc-ft-amt-value {
    text-align: right;
}

.xoo-wsc-ft-amt.xoo-wsc-less {
    color: var(--wf-color-tundora);
}
.xoo-wsc-ft-amt.xoo-wsc-less .woocommerce-Price-amount:before  {
    display:contents;
    content:"-";
}

.xoo-wsc-ft-amt-total {
    border-top: 1px dashed #9E9E9E;
    margin-top: 5px;
    padding-top: 5px;
}

/* Card Footer */
.xoo-wsc-footer{
	background-color: #efefef;
	color: #4d4d4d;
	padding: 10px 20px;
	box-shadow: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
	font-size: 18px;
}

span.xoo-wsc-footer-txt {
    text-align: center;
    display: block;
    order:9;
    margin: 10px 0;
    font-size:14px;
}

.xoo-wsc-sm-back > *, .xoo-wsc-sm-front > * {
    margin: 2px 0;
}

.xoo-wsc-sm-back > :first-child, .xoo-wsc-sm-front > :last-child {
    margin-top: 0;
}

.xoo-wsc-sm-back > :last-child, .xoo-wsc-sm-front > :last-child {
    margin-bottom: 0;
}

/** FOOTER Buttons **/
.xoo-wsc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
    grid-column: 1/-1;
}
a.xoo-wsc-ft-btn, .xoo-wsc-markup .xoo-wsc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

input[name="xoo-wsc-slcf-input"] {
    flex-grow: 1;
    text-align: center;
}

/* Drawer */
.xoo-wsc-drawer {
    z-index: 999998;
    visibility: hidden;
}

.xoo-wsc-drawer-modal {
    display: none;
}

ul.xoo-wsc-sp-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Child selector except last */
.xoo-wsc-is-child:has( +.xoo-wsc-is-child ), .xoo-wsc-is-parent + .xoo-wsc-is-child {
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 0;
    border-bottom: 0;
}

/* Only last child */
.xoo-wsc-product.xoo-wsc-is-child:not(:has( + *)), .xoo-wsc-is-child:has( + .xoo-wsc-product:not(.xoo-wsc-is-child) ) {
    margin-top: 0;
    padding-top: 5px;
}

.xoo-wsc-product del {
    opacity: 0.5;
    text-decoration: line-through;
    display: inline-flex;
}

.xoo-wsc-product del+ins {
    font-weight: 600;
}

.xoo-wsc-product del .amount {
    font-size: 95%;
}

.xoo-wsc-markup-notices {
    top: 20%;
    right: -100%;
    left: auto;
    position: fixed;
    box-shadow: 2px 2px 9px 3px #eee;
    transition: all 0.5s;
    z-index: 999997;
    width: 0;
    max-width: 400px;
}
.xoo-wsc-markup-notices ul.xoo-wsc-notices li {
    padding: 25px;
}
.xoo-wsc-markup-notices.xoo-wsc-active {
    right: 0;
    width: 100%;
}
.xoo-wsc-markup-notices .xoo-wsc-notice-container {
    position: relative;
    display: block;
}

/* .xoo-wsc-qty-price {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.xoo-wsc-qty-price > span {
    display: inline-block;
    margin-right: 1px;
}
.xoo-wsc-sml-qty span {
    display: inline-block;
}
.xoo-wsc-qty-price:has(.xoo-wsc-card-ptotal) {
    justify-content: space-between;
}*/

.xoo-wsc-align-left .xoo-wsc-toggle-slider.xoo-wsc-slider-close {
    transform: rotate(180deg);
}

.xoo-wsc-markup[data-wpr-lazyrender] {
    content-visibility: visible!important;
}

.xoo-wsc-shake-animate{
    animation: xoo-wsc-shake 0.3s;
    animation-iteration-count: infinite;
}

@keyframes xoo-wsc-shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.xoo-wsc-align-left .xoo-wsch-savelater + .xoo-wsc-tooltip {
    margin-left: 4px;
}

.xoo-wsc-align-left .xoo-wsc-tooltip {
    left: 100%;
    right: unset;
    margin-left: 5px;
}

body.rtl .xoo-wsc-card-actionbar {
    right: auto;
    left: 0;
}


/*.xoo-wsc-sp-left-col img, .xoo-wsc-sp-left-col{
	max-width: 80px;
}*/

.xoo-wsc-sp-container, .xoo-wsc-dr-sp{
	background-color: #eee;
}
.xoo-wsc-bki{
	font-size: 38px
}

.added_to_cart{
	display: none!important;
}
.magictime {
    animation-duration: .4s;
}

span.xoo-wsc-dtg-icon{
	right: calc(100% - 11px );
}
/*.xoo-wsc-sp-product{
	background-color: #fff;
}*/

/*XOOX SIDE CART END*/

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Learn / Blog **/
.read-time-text {
    margin-left: .3em;
}
/** TEXT TRUNCATE **/
.truncate-post-title, .truncate-post-title h3, .truncate-post-title h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* old syntax for Safari */
  overflow: hidden;
  line-clamp: 3; /* Modern future-proof */
}
.truncate-post-title.lc2, .truncate-post-title.lc2 h3, .truncate-post-title.lc2 h4{
  -webkit-line-clamp: 2; /* old syntax for Safari */
  line-clamp: 3; /* Modern future-proof */
}

/* General Improvements*/
.sticky {
    position:sticky;
    position: -webkit-sticky;
    top:100px;
}


/** Form styling **/
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input, optgroup, select, textarea {
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
  font-family: var(--e-global-typography-text-font-family), sans-serif;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

/** 1. Show the overflow in Edge. **/
button, input { /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. **/
button, select { /* 1 */
  text-transform: none;
}

/** Correct the inability to style clickable types in iOS and Safari. **/
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  appearance: button;
  -webkit-appearance: button;
}

/** Restore the focus styles unset by the previous rule. **/
button, [type=submit], [type=button], .elementor-button.elementor-size-md {
  display: inline-flex;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-secondary);
  padding: 0.5em 1em;
  font-size: 1rem;
  border-radius: 100px;
  /*transition: all 0.3s;*/
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-accent);
	border-color:var(--e-global-color-accent);
	text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/** Correct the padding in Firefox. **/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. **/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. **/
progress {
  vertical-align: baseline;
}

/** Remove the default vertical scrollbar in IE 10+. **/
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. **/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  appearance: none;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

/*To Be Replaced at a Later Date*/

#wf-atc-ot .variations .added_to_cart,
#wf-atc-subs .variations .added_to_cart {
	display:none !important;
}
.e-atc-qty-button-holder {
    display: flex;
}


footer {
    position: relative;
    z-index: 10;
}

/* General Improvements*/
input.elementor-field-textual {
    border-radius:50px;
    padding: 0.6em 1em 0.6em 1em;
}

.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-70 { margin-bottom: 70px !important; }

/***** SITEWIDE *****/

/* Spin animation - Exists in Woocommerce
.spin {
    display: inline-block;
    animation: spin 1s linear infinite;
}
.spin {
  animation: spin 1s linear infinite;
  display: inline-block;
  /* width: 24px;
  height: 24px;*//*
}
@keyframes spin {
    100% {
		transform: rotate( 360deg );
	}
*/

.main-pb {
    overflow:hidden;
}
.main-pb label {
    display:flex;
	align-items:center;
}


/***** ACCOUNT PAGES *****/

/* View Subscription Buttons */

/* Disable Subscription if the item is not single 
.no-subscription-choice li.subscription-option { display: none; }*/

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	padding:inherit;
}
/*  Modal Styles Start (moved from plugin css) - by BD - 13.05.2024 */
/* v1.1.2 April 1, 2024 - ZTP*/

body.popup-show {
    overflow: hidden;
}
.modal-container .modal-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.36);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 1001;
}
.modal-container .modal-content.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content-container {
  position:relative;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
	padding: 40px;
  margin: 20px;
	border-radius: 20px;
	background-color: #fff;
	font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
}
.modal-small  {
	max-width:360px;
}
.modal-medium  {
	max-width: 400px;
}
.modal-container
    .modal-content
    .modal-content-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}
.modal-container
    .modal-content
    .modal-content-container::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 8px;
}
.modal-container
    .modal-content
    .modal-content-container::-webkit-scrollbar-thumb {
    background: #e2e6ea;
    border-radius: 8px;
}
.modal-container
    .modal-content
    .modal-content-container::-webkit-scrollbar-thumb:hover {
    background: #e2e6ea;
}
.modal-body{
    display: flex;
    flex-direction: column;
    margin:20px 0;
    row-gap: 10px;
}
.modal-title {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:center;
}
.modal-title h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	text-align:center;
	font-size:28px;
	line-height:1em;
	margin-block-start: 0;
    margin-block-end: 0;
}
.user-pop-title, .next-shipment-date {
  font-family:var(--e-global-typography-primary-font-family), Sans-serif;
	margin-bottom: 0;
}
.user-pop-text, .next-shipment-date {
    text-align:center;
}
.user-pop-text {
	font-size: 16px;
	margin-block-end:0;
}
.next-shipment-date {
	font-size:1.8em;
}
.close-modal {
	font-size:25px;
	display:flex;
	position: absolute;
    right: 20px;
    top: 20px;
}
.modal-content-container
    .form-select {
    padding: 10px 16px 10px 10px;
    width: 100%;
    font-weight: 500;
    text-overflow: ellipsis;
    border-radius: 5px;
    background-color: #e2e6ea;
    color: var(--text-color);
    border: 0;
    font-family: var(--font);
}
.modal-footer {
	display:flex; 
	justify-content:center;
}

/***** CHECKOUT *****/
/* Layout */
.page.page-id-81969 {
	background-color:#F1F1F1;
}
.wf-checkout.wp-block-woocommerce-checkout {
	padding:0;
}
.wf-checkout-main {
	background-color:#FFF;
}
.wf-checkout .wc-block-components-address-card {
	border: 1px solid var(--wf-color-million_gray);
    border-radius: 16px;
}
.wf-checkout .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
	padding:5%
}
.wf-checkout .wc-block-components-checkout-step__heading {
	display:flex;
	justify-content:space-between;
}
.wf-checkout .wc-block-components-title.wc-block-components-title {
	font-size:32px;
}
/* Fields */
.wf-checkout .wc-block-components-form .wc-block-components-text-input label, .wf-checkout .wc-block-components-text-input label  {
	color: var(--e-global-color-text);
}
.wf-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wf-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .wf-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .wf-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .wf-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .wf-checkout .wc-block-components-text-input input[type=email], .wf-checkout .wc-block-components-text-input input[type=number], .wf-checkout .wc-block-components-text-input input[type=tel], .wf-checkout .wc-block-components-text-input input[type=text], .wf-checkout .wc-block-components-text-input input[type=url] {
	border:1px solid var(--wf-color-million_gray);
	border-radius:16px;
	color: var(--wf-color-tundora);
}
.wf-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wf-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border:1px solid var(--wf-color-million_gray);
	border-radius:16px;
}
.wf-checkout .wc-block-components-address-form__address_2-toggle, .wf-checkout .wc-block-components-address-form__address_2-toggle:hover {
	font-family:var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight:500;
	font-size:14px;
	border:none;
	border-radius:0;
	background:transparent;
	color:var(--e-global-color-secondary);
	padding:0;	
}
/* Radio Button */
.wf-checkout .wc-block-components-shipping-rates-control__package-items {display:none;}

.wf-checkout .wc-block-components-radio-control {
	border:1px solid var(--wf-color-million_gray);
	border-radius: 16px;
	box-shadow: none;
	overflow:hidden;
} 
.wf-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	border-bottom:1px var(--wf-color-million_gray);
}
.wf-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wf-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	background-color:var(--e-global-color-1398387);
	border-radius: 0;
    box-shadow: none;
	border:0;
}
.wf-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid var(--e-global-color-secondary);
}
.wf-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background:var(--e-global-color-secondary);
}
.wf-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
	outline: none;
    outline-offset: none;
}
/*Errors */
.wf-checkout .wc-block-components-validation-error, .wf-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wf-checkout .wc-block-components-text-input.has-error label {
	color:var(--wf-color-orange);
}
.wf-checkout .wc-block-components-form .wc-block-components-text-input.has-error input, .wf-checkout .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wf-checkout .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wf-checkout .wc-block-components-text-input.has-error input:active, .wf-checkout .wc-block-components-text-input.has-error input:focus, .wf-checkout .wc-block-components-text-input.has-error input:hover {
    border-color: var(--wf-color-orange);
}

/* Post Listing */
.wf-post-card {
  overflow: hidden;
}
.wf-post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wf-post-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
}
.wf-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wf-reading-time {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--wf-color-tundora);
  color: white;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 20px 0 0 0;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}
.wf-post-meta {
  padding: 16px 0 0;
}
.wf-post-category {
  font-size: 16px;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  margin-bottom: 8px;
  color: #4D4D4D;
}
.wf-post-title {
  font-size: 24px;
}
.wf-post-listing {
  display: grid;
  gap: 2.5em;
}
.wf-post-listing.column-2 { grid-template-columns: 1fr 1fr; }
.wf-post-listing.column-3 { grid-template-columns: 1fr 1fr 1fr; }
.wf-post-listing.column-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }


/** Hello Elementor STYLE + THEME CSS **/

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}


/* Embedded content */
/** Remove the border on images inside links in IE 10. **/
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive */
/** Add the correct display in Edge, IE 10+, and Firefox. **/
details {
  display: block;
}

/** Add the correct display in all browsers. **/
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc */

/* Print */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}

/** General - https://wordpress.org/documentation/article/css/ **/
.interface-interface-skeleton__body {
  font-family: sans-serif;
}
.alignright {
	float: right;
	margin-left: 1rem;
}
.alignleft {
	float: left;
	margin-right: 1rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}
.alignwide {
	margin-inline: -80px;
}
.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	display: block;
	margin-inline: auto;
}
.wp-caption-text {
	margin: 0;
}
.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.75rem;
}
/** Utility styles **/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.bypostauthor {
  font-size: inherit;
}

.post-password-form {
  max-width: 500px;
  margin: 50px auto;
}
.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.post-password-form [type=submit] {
  margin-inline-start: 3px;
}

/** Layouts for non elementor Pages, Posts & Parts **/
body:not([class*=elementor-page-]) .site-main {
	width:100%;
	margin:3% auto 4%;  
}
/*.site-main {
  	max-width:1366px;
	min-height: 100vh;
}*/
	
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, 
.site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  /*margin-inline-start: auto;
  margin-inline-end: auto;*/
  width: 100%;
  max-width: 90%;
}
.site-header.header-full-width .header-inner, .site-footer.footer-full-width .footer-inner {
  max-width: 100%;
}

/* Woocommerce Notices - by BD on 12.08.2025 */
.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
	z-index: 9999999;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9999999;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 22px 58px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    max-width: 400px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    width: 24px;
    height: 24px;
	color: #fff !important;
    padding: 0;
    line-height: 17px;
    text-align: center;
    border-radius: 24px;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 23px;
}

.woocommerce-error *,
.woocommerce-info *,
.woocommerce-message * {
    font-size: 13px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    min-height: 24px;
    line-height: 18px;
    padding-top: 4px;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    content: '×';
    font-size: 27px;
    position: absolute;
    top: 20px;
    right: 24px;
    cursor: pointer;
	line-height: 24px;
}

.woocommerce-error { background: #fef0f0; }
.woocommerce-info { background: #f1f8ff; }
.woocommerce-message { background: #eafef2; }
.woocommerce-error::before { content: '×'; background-color: #8c0303; }
.woocommerce-info::before { content: 'i'; background-color: #00458d; }
.woocommerce-message::before { content: '✓'; background-color: #008b30; }
.woocommerce-error *, .woocommerce-error::after { color: #8c0303; }
.woocommerce-info *, .woocommerce-info::after { color: #00458d; }
.woocommerce-message, .woocommerce-message::after { color: #008b30; }

.woocommerce-message a.button, .woocommerce-info a.button {
    float: none !important;
    background-color: transparent;
    padding: 0;
    color: var(--e-global-color-primary);
}
/* Woocommerce Notices END */


/* RESPONSIVE MIN WIDTH */
@media (min-width: 801px) {
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
	/* Learn Text Truncate*/
	.wf-main-nav ul.elementor-nav-menu > li:nth-child(4) .sub-menu li a {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 260px;
		width: auto;
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, 
	.site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
		max-width: 1140px;
	}
	.site-header.header-full-width {
		max-width: 100%;
	}
	.site-footer.footer-full-width {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1367px) {
    section.e-con-boxed {
        padding-inline-start:5% !important;
        padding-inline-end:5% !important;
    }
}

/* RESPONSIVE MAX WIDTH */
@media only screen and (max-width: 1366px) {
    .res-90 {
        max-width:90% !important;
        margin-left:auto;
        margin-right:auto;
    }
}

@media (max-width: 1024px) {
	.th-info-icon {
		position:absolute;
		top:5px;
		right:5px;
	}
	#wonderfeel-switcher-btn-mobile {
		display: flex;
		gap:10px;
	}
	#wonderfeel-switcher-modal .eicon-chevron {
		display: flex;
		width: 19px;
		transform: translate(4px, 0px);
	}
	#wonderfeel-switcher-btn, #wonderfeel-switcher-modal i.eicon-close {
		display: none;
	}
	#wonderfeel-switcher-modal {
		margin-left: -100%;
	}
	#wonderfeel-switcher-modal.modal-open {
		margin-left: 0;
	}
	#wonderfeel-switcher-modal .modal-content {
		/*width: 100%;*/
		max-width: 50vw;
		margin-left: 0;
		border-radius: 0;
		height: 100%;
		padding: 50px 30px;
	}
	#wonderfeel-switcher-close {
		right: auto;
		left: 25px;
	}
	#wonderfeel-switcher-modal h3 {
		text-align: left;
		padding-top: 15px;
		/*border-top: 1px solid #d5d8dc;*/
		margin-top: 15px;
	}
	#wonderfeel-switcher-modal {
		background: none;
	}
	#wonderfeel-switcher-btn-mobile {
		background: #efefef;
		border: 0;
		color: var(--e-global-color-secondary);
		border-radius: 8px;
	}
	#wonderfeel-switcher-btn-mobile:hover {
		background: var(--e-global-color-secondary);
		color: #fff;
	}
	#wonderfeel-switcher-btn-mobile .currency-separator {
		display: inline-block;
		vertical-align: middle;
	}
	#wonderfeel-switcher-modal select {
		-webkit-appearance: none !important;
		appearance: none !important;
		background: none !important;
		border: none !important;
		position: absolute !important;
		left: -9999px !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
}

@media (max-width: 800px) {
	#gt-top-header {
		height: 50px; 
	}
	.sticky {
        top:150px;
    }
	.wf-post-listing.column-3,
    .wf-post-listing.column-4 {
        grid-template-columns: 1fr 1fr;
    }
	
	.modal-content {
        width: 100%;
    }
	
	.subscription_details {
		display:flex;
		flex-direction:column;
	}
	.sub-details-content {
		flex-direction:column;
		align-items:start;
		gap: 10px;
	}
	.woocommerce table.shop_table td {
			vertical-align:top !important;
	}
  .country-message svg {
		width: 50px;
	}
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

@media (max-width: 600px) {
	#wonderfeel-switcher-modal .modal-content {
		max-width: 80vw;
	}

  	.xoo-wsc-bki {
	    font-size: 20px;
	}
	span.xoo-wsc-items-count {
		width: 17px;
		height: 17px;
		line-height: 17px;
		top: -7px;
		left: -7px;
	}

	.sticky {
		position:relative;
		top:0;
	}
}

@media (max-width: 480px) {
    #gt-top-header {
        height: 74px; 
    }
}


@media (max-width: 340px) {
	.wf-default-atc button.single_add_to_cart_button.button.alt {
		margin-left:10px !important;
	}
}