/*!
  Theme Name: Iodine Ion Water
  Description: Theme for iodineion.com
  Author: Miresta
  Version: 1.0
  Template: hello-elementor
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: var( --m-global-color-accent ); }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 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 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* 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
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    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 {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
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.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 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;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: var( --m-global-color-accent );
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid var( --m-global-color-accent );
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: var( --m-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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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"] {
  -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; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1rem;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  @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; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
ol,
ul {
  margin-bottom: 0.9rem;
 }
ul.no-list-style {
    list-style-type: none;
    padding-left: 0;
}


@font-face {
  font-family: 'jodis-ico';
  src: url('./font/jodis-ico.eot?72848374');
  src: url('./font/jodis-ico.eot?72848374#iefix') format('embedded-opentype'),
       url('./font/jodis-ico.woff2?72848374') format('woff2'),
       url('./font/jodis-ico.woff?72848374') format('woff'),
       url('./font/jodis-ico.ttf?72848374') format('truetype'),
       url('./font/jodis-ico.svg?72848374#jodis-ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

*::-webkit-scrollbar {
    width: 9px;
    height: 7px;  
}
*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
    background: var(--m-global-color-accent);
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
    background: var(--m-global-color-accent); 
}

html {
    height: 100%;
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: "Neucha", Sans-serif;
    --m-global-color-accent: #2D057D;
    --m-global-color-border-accent: #cfbcf5;
}
a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
a:hover {
    text-decoration: underline;
}
main {
    flex: 1 0 auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

section {
    position: relative;
}
.container, .column, .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}
.column.full {
	width: 100% !important;
}
.wrap {
    padding: 10px;
    width: 100%;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.element {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.element:not(:last-child) {
    margin-bottom: 20px;
}

.site-header:not(.shadow) {
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px;
}
.site-main {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
footer {
    flex: 0 0 auto;
}


/*Header*/
header.shadow {
	background: #fff;
    z-index: 10;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 15%);
}
header.shadow .column:first-child {
  max-width: 60%;
}
header .container {
  justify-content: space-between;
}
header .column .wrap {
  justify-content: center;
}
@media (max-width: 767px) {
 header.shadow {
  max-height: 110px;
  min-height: 103px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .container {
    flex-direction: column;
    align-items: center;
  }
}

/* Logo
--------------------------------------------- */
.site-logo a, .site-branding {
  display: flex;
}
.site-logo img {
  width: 100%;
  max-width: 249px;
  object-fit: contain;
}

/* Navigation
--------------------------------------------- */
.main-navigation {  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-navigation ul {
  display: none;
  margin: 0;
}

.main-navigation ul ul {
  list-style-type: none;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 5px;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
  padding: 10px 15px;
}


.main-navigation li {
  position: relative;
  margin: 0;
}

body .main-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  padding: 15px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 1.3;
}
body:not(.home) .main-navigation .current-menu-item > a, .main-navigation .menu-item:hover > a {
    color: var( --m-global-color-accent );
}
.header-menu .menu-item-has-children > a:after {
  font-family: "jodis-ico";
    content: "\e808";
    padding-left: 10px;
    font-size: .7em;
    line-height: 1;
    vertical-align: middle;
}
.main-navigation ul li.focus > ul {
  left: auto;
}


@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
  .main-navigation ul li:hover > ul {
    left: auto;
  }
  .main-navigation ul ul a {
    padding: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.open-m-menu {
    position: fixed;
    width: 100%;
  }

  .main-navigation.toggled {
    position: fixed;
    background: #fff;
    z-index: 10000;
    top: 103px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0px 0px 50px 0px rgb(0 0 0 / 15%);
    align-items: start;
    align-content: flex-start;
  }
  .main-navigation.toggled .menu-toggle {
    position: absolute;
    top: -73px;
    right: 10px;
  }
  .main-navigation.toggled .icon-water-solid:before {
    content: 'X';
    font-family: inherit;
    font-weight: 600;
  }
  body .main-navigation.toggled a {
    justify-content: center;
    font-size: 30px;
  }
  body .main-navigation.toggled .menu-item-has-children > a {
    margin-left: 14px;
  }   
  .main-navigation .header-menu {
    width: 100%;
  }
  .main-navigation ul li.focus > ul {
    position: relative;
    float: none;
  }

  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation.toggled ul {
    padding-top: 20px;
  }
  
}

.main-navigation .menu-toggle, .main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:active {
  background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
}
#hamburger-nav-icon i {
	color: #000;
    font-size: 35px;
}
/*#hamburger-nav-icon {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
}
#hamburger-nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
#hamburger-nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(2) {
    top: 15px;
    transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(3) {
    top: 30px;
    transform-origin: left center;
}
.main-navigation.toggled #hamburger-nav-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}
.main-navigation.toggled #hamburger-nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.main-navigation.toggled #hamburger-nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 8px;
}*/

/*Підвал*/
#site-footer.iiw {
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
  color: #fff;
  background: var( --m-global-color-accent );
  transform: translateZ(0);
  overflow: hidden;
}
#site-footer.iiw .container {
  justify-content: space-between;
}
#site-footer.iiw .column {
    align-items: center;
}
#site-footer.iiw ul {
    margin-bottom: 0;
}
#site-footer.iiw a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
#site-footer.iiw a:hover {
  text-decoration: none;
} 
#site-footer.iiw a:not(.contact-item):hover {
	-webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}    
#primary-menu-footer {
	text-align: center;
}
#site-footer.iiw .checkout-footer__copyright {
  margin: 0;
  text-align: center;
}
.checkout-footer__copyright {
  margin: 20px 0 10px;
}
@media (max-width: 1024px) {
	#site-footer.iiw .column {
	    width: 50%;
	    text-align: center;
	}
	#site-footer.iiw .element.social-icons {
	    justify-content: center;
	}
}
@media (max-width: 768px) {
	#site-footer.iiw .column {
	    width: 100%;
	}
}

.element.social-icons {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.element.social-icons .social-icon {
	padding: 7px;
}
.element.social-icons a {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50px;
    padding: 12px;
    background: #fff;
}
.element.social-icons i {
	font-size: 25px;
	width: 1em;
    height: 1em;
    position: relative;
    color: var( --m-global-color-accent );
}
.element.social-icons i:before {
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}
.element.contact-list .icon-list-item:not(:last-child) {
  margin-bottom: 5px;
}


#breadcrumbs {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
}

/*Каталог товарів*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: var( --m-global-color-accent );
    font-size: 1.75rem;
}


/*Картка товару*/

.product_meta {
  font-size: 1.25rem;
}
.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product form.cart {
    margin-bottom: .5rem;
}
.woocommerce div.product form.cart button,
.woocommerce div.product form.cart div.quantity {
    margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart button.plus {
    margin-right: 1rem;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.single-product.woocommerce .quantity .qty {
    font-size: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var( --m-global-color-accent );
    font-size: 2.5em;
    margin: 1.5rem 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 8rem;
    font-size: 1.25rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    font-size: 18px;
    overflow: auto;
    white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-color: var( --m-global-color-border-accent );
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var( --m-global-color-accent );
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    padding-top: 2px;
}
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none;
}
.woocommerce table.shop_attributes {
  width: auto;
}
.woocommerce table.shop_attributes th {
  width: 200px;
}
.woocommerce table.shop_attributes td {
  padding: 0 12px;
}
.woocommerce #review_form #respond p.form-submit {
  margin: 1.5rem 0;
}
@media (max-width: 480px) {
  .woocommerce table.shop_attributes {
    width: 100%;
  }
  .woocommerce table.shop_attributes th {
    width: auto;
  }
}

.product_delivery_payment {
    margin-top: 25px;
}
.product_delivery_payment h3 a {
    display: flex;
    align-items: center;
}
.title-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    font-weight: 500;
    margin-left: 10px;
    padding: 3px;
    border-radius: 50px; 
    border: 1px solid;
}
.title-icon i {
    font-size: .45em;
    width: 1em;
    height: 1em;
    position: relative;
}
.title-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}
.product_delivery_payment li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 10px;
}
.product_delivery_payment li .icon-list-icon {
  padding-right: 10px;
}
.product_delivery_payment li .icon-list-icon i {
  font-size: 1.2em;
}

/*Оформлення замовлення*/

.woocommerce-checkout .site-header {
  border-bottom: 1px solid #E7E7E7;
}
#site-footer.checkout {
  border-top: 1px solid #E7E7E7;
}
.checkout.woocommerce-checkout {
  margin: 40px 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select, textarea,
.select2-container--default .select2-selection--single,
.zen-ui-select__value {
    border-color: var( --m-global-color-accent ) !important;
    border-radius: 1.5rem !important;
    padding: 0.6rem 1rem !important;
    font-size: 20px;
}
.zen-ui-select__value.disabled {
    border-radius: 1.5rem 1.5rem 0 0  !important;
    border-bottom: 0 !important;
}
.zen-ui-select__dropdown {
  border: 1px solid var( --m-global-color-accent );
  border-top: 0;
  border-radius: 0 0 1.5em 1.5em;
}
.zen-ui-select__options {
  margin: 15px 0;
  padding: 0;
  border: none;
}
/*.zen-ui-select__options::-webkit-scrollbar {
    width: 5px;
}
.zen-ui-select__options::-webkit-scrollbar-thumb {
    background: var( --m-global-color-accent );
    border-radius: 10px;
}
.zen-ui-select__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}*/
.zen-ui-select__search {
  border: none;
}
.woocommerce form .wcus-checkout-fields .form-row {
    margin: 0 0 12px;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: initial;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.8rem;
    right: 0.5rem;
}


#billing_country_field {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  #customer_details {
      display: flex;
      justify-content: space-between;
  }
  #order_review {
    position: sticky;
    top: 30px;
  }
}
#customer_details::after,
#customer_details::before {
    display: none;
}

.checkout.woocommerce-checkout h3 {
  display: flex;
  align-items: center;
}
.checkout.woocommerce-checkout h3 .label-step {
  background: var( --m-global-color-accent );
  color: #fff;
  border-radius: 50%;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
h3.dashed-border {
  padding: 1rem 0 0;
  margin: 1rem 0;
}
.woocommerce .custom_show_shipping_before_adress ul#shipping_method {
    padding: 3px;
}
label:not(.custom-radio-button):not([for="rating"]) {
    padding: 0 1rem;
}
.woocommerce ul#shipping_method li {
    margin: 0 0 1em;
}
.woocommerce ul#shipping_method li label {
    display: flex;
    align-items: center;
}
#wcus-shipping-cost,
label[for="shipping_method_0_flat_rate-3"] .shipping_method_label {
    display: flex;
    align-items: center;
}
#wcus-shipping-cost:before,
label[for="shipping_method_0_flat_rate-3"] .shipping_method_label:before {
  content: '';
  background-image: url(/img/np.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
label[for="shipping_method_0_flat_rate-3"] .shipping_method_label:before {
  background-image: url(/img/ukrp.svg);
  margin-left: 3px;
  margin-right: 2px;
}
.woocommerce-checkout #customer_details #payment {
  padding: 3px;
  background: none;
}
.woocommerce-checkout:not(.woocommerce-order-pay) #payment ul.payment_methods {
  padding: 0; 
}
ul.payment_list {
  padding: 0; 
  margin: 0;
}
.payment_list li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 5px; 
}
.woocommerce-checkout #payment .payment_methods .payment_list li img {
  margin: 0 8px 0 0;
}
#customer_details .woocommerce-checkout-payment .wc_payment_method {
  padding-top: 0;
}
#customer_details .woocommerce-checkout-payment .wc_payment_method:not(:last-child) {
  padding-bottom: 1rem;
}
.wc_payment_method input.input-radio,
#shipping_method input {
    display: none;
}
.woocommerce-checkout #shipping_method label.custom-radio-button,
.wc_payment_method label.custom-radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.15rem;
}
.woocommerce-checkout #shipping_method label.custom-radio-button .radio-button,
.wc_payment_method label.custom-radio-button .radio-button {
    display: inline-block;
    background: #fff;
    border: 1px solid #a1a1a1;
    width: 18px!important;
    height: 18px!important;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 10px;
}
.woocommerce-checkout #shipping_method input:checked + label.custom-radio-button .radio-button,
.wc_payment_method input:checked + label.custom-radio-button .radio-button {
    border: 6px solid var( --m-global-color-accent );
}
.woocommerce-checkout #customer_details #payment div.payment_box {
  margin: 0;
  margin-top: 1em;
  border-radius: 4px;
  background: #eae6f2;  
}
.woocommerce-checkout #customer_details #payment div.payment_box::before {
  border: 1em solid #eae6f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.wcus-checkout-fields h3 {
  font-size: 1.25rem;
}

#order_review .place-order {
  padding: 15px 0 0;
}
#order_review button#place_order {
  float: right;
}

.order_review_heading_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_review_heading_block .cart-edit i {
    padding-right: 3px;
}
.woocommerce-checkout-review-order-table {
    font-size: 1rem;
    font-weight: 400;
    background: #fff;
    padding: 25px;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .order-total {
    align-items: flex-end;
}
.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 0;
}
.woocommerce-checkout-review-order-table .product-thumb-name,
.woocommerce-checkout-review-order-table .product-thumb {
    display: flex;
    align-items: center;
}
.woocommerce-checkout-review-order-table a.product-thumb-name {
    color: #000;
    text-decoration: none; 
}
.woocommerce-checkout-review-order-table a.product-thumb-name:hover {
    color: var( --m-global-color-accent );
}
.woocommerce-checkout-review-order-table .product-thumb img {
    max-width: 70px;
    height: auto;
}
.woocommerce-checkout-review-order-table .product-name {
    font-size: 1rem;
    padding-left: 5px;
}
.woocommerce-checkout-review-order-table .product-quantity-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 170px;
    justify-content: flex-end;
    padding-left: 10px;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl.product-quantity {
  margin: 0 0.5rem;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl {
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .product-quantity-total dt {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 1rem;
}
.woocommerce-checkout-review-order-table .product-quantity-total dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    height: 32px;
}
.woocommerce-checkout-review-order-table .product-quantity-total .product-quantity-dg {
    justify-content: center;
}
.product-quantity-dg {
  display: flex;
  align-items: center;
}
.woocommerce .product-quantity-dg input.qty {
  padding: 0 !important;
  width: 2.5rem;
  font-size: inherit;
}
button.btn-qty {
  font-size: .8em;
  border: none;
  color: #3a3a3a;
  padding: 0 8px;
  background: none;
}
button.btn-qty:hover,
button.btn-qty:focus {
  outline: none;
  background: none;
  color: var( --m-global-color-accent );
}

.woocommerce-checkout-review-order-table dd {
    margin-left: 0;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl.product-total {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
.woocommerce-checkout-review-order-table .product-quantity-total dl {
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .product-quantity-total dt {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 1rem;
}
.woocommerce-checkout-review-order-table .cart-totals {
    padding-top: 15px;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .cart-discount,
.woocommerce-checkout-review-order-table .shipping-total,
.woocommerce-checkout-review-order-table .fee,
.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout-review-order-table.tax-total {
    padding-bottom: 5px;
}
.woocommerce-checkout-review-order-table .order-total div {
  font-size: 1.5rem;
}
.woocommerce-checkout-review-order-table .order-total #wcus-order-total,
.woocommerce-checkout-review-order-table .order-total #wcus-order-total strong {
    font-size: 2rem;
    font-weight: 500;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
    border: none;
}
button,
[type="submit"],
[type="button"],
a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  color: #fff;
  background: var( --m-global-color-accent );
  font-size: 1.2rem;
  border: 1px solid var( --m-global-color-accent );
  border-radius: 1.5rem;
  padding: 15px 2rem 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1;
  -webkit-font-smoothing: auto;
}
button:hover,
[type="submit"]:hover,
[type="button"]:hover,
a.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var( --m-global-color-accent );
  background: #fff;
  text-decoration: none;
}
button.inversely,
.inversely[type="submit"],
.inversely[type="button"],
a.button.inversely,
.woocommerce #respond input#submit.alt.inversely,
.woocommerce a.button.alt.inversely,
.woocommerce button.button.alt.inversely,
.woocommerce input.button.alt.inversely,
.woocommerce #respond input#submit.inversely,
.woocommerce a.button.inversely,
.woocommerce button.button.inversely,
.woocommerce input.button.inversely {
  color: var( --m-global-color-accent );
  background: #fff;
}
button.inversely:hover,
.inversely[type="submit"]:hover,
.inversely[type="button"]:hover,
a.button.inversely:hover,
.woocommerce #respond input#submit.alt.inversely:hover,
.woocommerce a.button.alt.inversely:hover,
.woocommerce button.button.alt.inversely:hover,
.woocommerce input.button.alt.inversely:hover,
.woocommerce #respond input#submit.inversely:hover,
.woocommerce a.button.inversely:hover,
.woocommerce button.button.inversely:hover,
.woocommerce input.button.inversely:hover {
  color: #fff;
  background: var( --m-global-color-accent );
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none !important;
}

@media (max-width: 768px) {
  #order_review {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 600px) {
  .woocommerce-checkout-review-order-table .cart_item {
    flex-direction: column;
  }
  .woocommerce-checkout-review-order-table .product-thumb-name, .woocommerce-checkout-review-order-table .product-quantity-total {
    width: 100%;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total {
    justify-content: space-evenly;
  }
  .woocommerce-checkout-review-order-table .product-quantity-total dl.product-total {
    align-items: center;
  }
  .woocommerce-checkout-review-order-table {
    padding: 25px 10px;
  }
}

/* Замовлення отримано */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce-order-received ul.woocommerce-thankyou-order-details {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
  margin-bottom: 1.5rem;
}


/*Кошик*/
.woocommerce table.shop_table {
    border: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    padding: 15px 2rem 14px;
}
.woocommerce a.remove {
  line-height: 1.2;
}
.woocommerce .quantity .qty {
    font-size: inherit;
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  } 
}

/* Popup Cart
--------------------------------------------- */
.shop-icon {
  position: relative;
  font-size: 20px;
  color: #000; 
}
.shop-icon div:hover,
.shop-icon div a:hover {
  cursor: pointer;  
}
.shop-icon .mini-cart:before {
  content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.8em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background-color: var(--m-global-color-accent);
    right: -0.6em;
    top: -0.7em;
    font-weight: 700;
}
.shop-icon .mini-cart[data-counter="0"]:before {
  display: none;
}
@media screen and (max-width: 767px) {
  header .container {
    flex-wrap: nowrap;
  }
  .main-navigation .menu-toggle {
      order: 1;
  }
  .main-navigation:not(.toggled) {
      flex-wrap: nowrap;
  }
  .main-navigation.toggled .shop-icon {
      display: none;
  }  
  .shop-icon {
      font-size: 30px;
      margin-right: 0.5em;
  }
  .shop-icon .icon-cart,
  #hamburger-nav-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }  
}
.popup-cart-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 100000;
    pointer-events: none;
}
.popup-cart-bg.active { 
    pointer-events: all; 
}
.close-popup {
    position: absolute;
    top: 19px;
    right: 17px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.close-popup:hover span {
  background-color: var(--m-global-color-accent);
}
.close-popup span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #242121;
    transform-origin: left center;
    left: 4px;
}
.close-popup span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
.close-popup span:nth-child(2) {
    transform: rotate(-45deg);
    top: 18px;
}
.popup-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popup-wrap {
  max-height: 960px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 25px;
  overflow-y: hidden;
  position: relative;
  animation: zoomIn .2s;
}
.popup-header {
  padding: 40px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.popup-cart .mini-cart-contet {
  padding: 0 25px 50px;
  overflow-y: auto;
  height: 100%;
}
.popup-cart .title {
    text-align: center;
}
.mini-cart-open {
    overflow: hidden;
}

.popup-title {
    text-align: center;
    color: #242121;
    font-size: 3.4em;
    margin: 0;
    line-height: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#cart {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mini-cart-qty {
  text-align: center;
}
#cart.loading {
  opacity: 0.5;
  pointer-events: none
}
#cart.loading:after {
    opacity: 1;
    font-family: "jodis-ico";
    font-weight: 900;
    position: absolute;
    content: "\e82f";
    animation: spin 1.6s linear infinite;
    font-size: 5em;
    bottom: 50%;
    left: calc(50% - 30px);  
} 
#cart table {
  font-size: 1.2em;
  text-align: center;
}
#cart .icon-cart {
  font-size: 5em;
}
#cart h4.cart-empty {
    font-size: 1.6em;
}
#cart tr {
    border-bottom: 1px solid #e0e0e0;
}
#cart td {
  padding: 15px 10px;
    border: none;
    vertical-align: middle;
}
#cart .product-remove {
  padding-left: 0;
    width: 34px;
}
#cart .product-remove a {
    display: block;
    height: 1em;
    width: 1em;
    line-height: 1;
    font-size: 1.2em;
    color: #c6c6c6 !important;
}
#cart .product-remove a:hover {
    color: red !important;
    background: none;
}
#cart .product-thumbnail {
  width: 90px;
    text-align: center;
}
#cart .product-thumbnail img {
  max-width: 70px;
}
#cart .product-thumbnail a {
  display: flex;
}
#cart .product-name {
  line-height: 1.5;
}
#cart .product-name a {
  color: #000;
  text-decoration: none;
}
#cart .product-name a:hover {
  color: var(--m-global-color-accent);
}
#cart .product-quantity {
    min-width: 176px;
}
#cart .quantity .qty {
    font-size: inherit;
    width: 3.631em;
    text-align: center;
}
#cart .product-quantity > *{
    display: inline-block;
}
#cart .product-quantity button {
    font-size: .8em;
    border: none;
    color: #3a3a3a;
    padding: 0 8px;
    background: none;
}
#cart .product-subtotal {
  font-weight: 500;
  text-align: right;
}
#cart .cart_totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
#cart .cart_totals_title_value,
#cart .cart_totals_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cart .cart_totals_title_value h4 {
    margin: 24px 0 15px;
}


#cart .cart_totals .subtotal {
  line-height: 1;
  font-size: 2em;
  font-weight: 600;
  color: #373737;
}
#cart .wc-proceed-to-checkout
#cart .continue-shopping {
  margin-top: 1em;
  text-align: center;
  padding: 0;
}

.woocommerce-checkout #cart .cart_totals_buttons,
.woocommerce-cart #cart .cart_totals_buttons {
  justify-content: flex-end;
}
.woocommerce-checkout #cart .continue-shopping,
.woocommerce-cart div:not(#mini-cart) .continue-shopping {
    display: none;
}

@keyframes zoomIn {
  0% {
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
  50% {
    opacity:1
  }
}

@media (max-width: 1024px){
  .popup-wrap {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
.popup-cart .mini-cart-contet {
  padding: 0 10px 35px;
} 
  #cart tr,
  .woocommerce-cart tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #cart td,
  .woocommerce-cart td {
    padding: 10px;
  }
  #cart .product-remove,
  .woocommerce-cart .product-remove {
    width: 25px;
    padding: 5px 5px 5px 0;
  }
  #cart .product-thumbnail,
  .woocommerce-cart .product-thumbnail {
    width: 80px;
  }
  #cart .product-name,
  .woocommerce-cart .product-name {
    flex: 60%;
  }
  #cart .product-price,
  .woocommerce-cart .product-price {
    display: none;  
  }
  #cart .product-quantity,
  #cart .product-subtotal,
  .woocommerce-cart .product-quantity,
  .woocommerce-cart .product-subtotal {
    flex: 50%;
    text-align: center;
  } 
  #cart .cart_totals .subtotal,
  .woocommerce-cart .cart_totals .subtotal {
    font-size: 1.5em;
  }
  #cart .cart_totals_buttons,
  .woocommerce-cart .cart_totals_buttons {
    justify-content: center;
  }
  #cart .continue-shopping {
    display: none;
  }
  #cart-cross-sells {
    padding-bottom: 1.5em;
  }
}

.order_review_heading_block .cart-edit {
    font-size: 1.25em;
    cursor: pointer;
    color: var(--m-global-color-accent);
}
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    margin: 0;
    font-size: 1.2rem;
    padding: 15px 2rem 12px;
}


/*Пост*/
.post-img img {
    border-radius: 1.5rem;
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 15%); 
}
.single-post .wp-block-image img {
    border-radius: 1.5rem;
}
.single-post .wp-block-image .aligncenter figcaption {
    text-align: center;
}
.single-post .post-img img {
  margin: 0 0 2em;
}
.single-post p,
.single-post li {
  font-size: 1.25rem;
}
.single-post .page-content {
    margin: 0 0 8rem;
}
.wp-block-image {
    margin: 2em 0;
}
.wp-block-quote {
    border-left: solid 2px var(--m-global-color-accent);
    padding: 1em;
    margin: 1em 0;
    background: #f0f8ff;
}
.wp-block-quote p {
      margin-bottom: 0;
}


/*Категорія*/
.category .page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-column-gap: 30px; 
}
.category article {
  margin-bottom: 20px;
}
.category article .entry-title {
  font-size: 1.5rem;
  text-align: center;
}
.category article .entry-title a:hover {
    text-decoration: none;
}
.posts-navigation {
    margin: 1rem 0 8rem;
}
.posts-navigation .nav-links {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.25rem;
}
.posts-navigation .nav-links .page-numbers {
    padding: 0 5px;
    margin-bottom: 10px;
}
.posts-navigation .nav-links .page-numbers i {
    font-size: 1rem;
}
.posts-navigation .nav-links .page-numbers.current,
.posts-navigation .nav-links a.page-numbers:hover {
  font-weight: 600;
  text-decoration: none;
  color: #333;
}
.woocommerce a.added_to_cart {
  display: none;
}
@media (min-width: 821px) {
  .category article {
    flex: 0 0 calc(50% - 15px); 
  }
}

.woocommerce div.product form.cart .button.loading,
.woocommerce div.product form.cart .button.added,
.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .button.added {
    padding-right: 40px;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    position: absolute;
    right: 15px;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after{
    top: 12px;
}
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    top: 14px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "jodis-ico";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-angle-left-solid:before { content: '\e800'; } /* '' */
.icon-angle-right-solid:before { content: '\e801'; } /* '' */
.icon-angle-up-solid:before { content: '\e802'; } /* '' */
.icon-at-solid:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-instagram:before { content: '\e805'; } /* '' */
.icon-minus-solid:before { content: '\e806'; } /* '' */
.icon-plus-solid:before { content: '\e807'; } /* '' */
.icon-angle-down-solid:before { content: '\e808'; } /* '' */
.icon-phone-solid:before { content: '\e809'; } /* '' */
.icon-water-solid:before { content: '\e80a'; } /* '' */
.icon-tiktok:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e80c'; } /* '' */
.icon-arrow-rotate-left-solid:before { content: '\e80d'; } /* '' */
.icon-credit-card-solid:before { content: '\e80e'; } /* '' */
.icon-dolly-solid:before { content: '\e80f'; } /* '' */
.icon-telegram:before { content: '\e810'; } /* '' */
.icon-info-solid:before { content: '\e811'; } /* '' */
.icon-question-solid:before { content: '\e812'; } /* '' */
.icon-cart:before { content: '\e82c'; } /* '' */
.icon-check:before { content: '\e82d'; } /* '' */
.icon-circle-xmark:before { content: '\e82e'; } /* '' */
.icon-spinner:before { content: '\e82f'; } /* '' */



.elementor-text-editor p {
    margin-bottom: 0;
}
ul {
    padding-left: 20px;
}

.elementor-testimonial__content {
    display: flex;
    flex-direction: column;
}
.elementor-testimonial__text {
  margin-top: 5px;
  order: 1;
}
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite {
  margin-top: 5px !important;
}
#iiw-advantage .elementor-testimonial__image img {
  width: 100% !important;
}


.elementor-menu-toggle.elementor-active .eicon-menu-bar {
    font-family: eicons;
}
.eicon-menu-bar {
    font-family: "Font Awesome 5 Free";
}
.eicon-menu-bar:before {
    content: '\f773';
}
.elementor-widget-jet-carousel .jet-carousel .jet-arrow {
    background-color: #fff0;
}
.elementor-widget-jet-carousel .jet-carousel .jet-arrow:hover {
    background-color: #fff0;
}
.fa-angle-left:before, .fa-angle-right:before {
    color: #fff0;
}
.fa-angle-left {
    background: url(/img/left.svg);
}
.fa-angle-right {
    background: url(/img/right.svg);
}
.fa-angle-left:hover {
    background: url(/img/left_full.svg);
}
.fa-angle-right:hover {
    background: url(/img/right_full.svg);
}

.fa-angle-left:active, .fa-angle-left:focus, .fa-angle-left:hover, .fa-angle-right:active, .fa-angle-right:focus, .fa-angle-right:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.jet-carousel .jet-arrow {
    width: 35px;
    height: 36px;
}
.text-s-22.opener-bk {
  background: #f7f7f7ab;
  border-radius: 10px;
  padding: 10px;
  margin: -10px;
}
.button-text-s-22 {
  color: var( --m-global-color-accent ) !important;
  cursor: pointer;
}
.text-next {
  display: none;
}

#secret-of-longevity .jet-parallax-section__layout {
    height: 1055px;
    top: -300px;
    overflow: visible;
}
.cls-2-info-org-s3 {
    font-weight: 600;
}
.icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    width: 65px;
}
.icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon span svg {
    width: 65px;
    height: 80px;
}
.text-s9.opener-bk {
  background: #f7f7f7ab;
  border-radius: 10px;
  padding: 10px;
  margin: -10px;
}
.button-text-s9 {
  color: var( --m-global-color-accent ) !important;
  cursor: pointer;
}
.text-next-s9 {
  display: none;
}
.text-s9 h4 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  color: var( --m-global-color-accent );
}
.icon-s8 .elementor-toggle .elementor-tab-title {
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
  .icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
      width: 50px;
  }
  .icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon span svg {
      width: 50px;
      height: 62px;
  }
}
@media (max-width: 639px) {
    .icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
      width: 25px;
  }
  .icon-s8 .elementor-toggle .elementor-tab-title .elementor-toggle-icon span svg {
      width: 25px;
      height: 31px;
  }
}
.arrow-animation .jet-inline-svg:active, .arrow-animation .jet-inline-svg:focus, .arrow-animation .jet-inline-svg:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.scrollup {
  display: none;  
  z-index: 100;
    width: 52px;
    height: 77px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-indent: -9999px;
    background: url(/img/arrow-up.svg) no-repeat;
}
.scrollup:active, .scrollup:focus, .scrollup:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@media (max-width: 639px) {
.scrollup {
    width: 35px;
    height: 51px;
    bottom: 15px;
    right: 15px;
}
  .mob-hide {
    display: none;
  }
}
@media (max-width: 1023px){
  .tab-hide {
    display: none;
  }
}
@media (min-width: 1024px){
  .desk-hide {
    display: none;
  }
}
#ostavit-otzyv, #zadat-vopros {
  max-width: 650px;
}
#lang-menu .sub-menu {
  min-width: 6em !important;
}

#zabota .elementor-toggle-item .elementor-tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#zabota .elementor-toggle-icon {
  font-size: .6em;
}

#voda-dlya-vsej-semi .subtitle {
    color: #000;
    font-size: .8em;
}