/*!
Theme Name: Vitarain-codemix
Theme URI: http://underscores.me/
Author: Ievgen Chernovol
Author URI: http://codemix.com.ua
Description: good temlpate
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vitarain
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vitarain-codemix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-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;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	
}

a:hover,
a:active {
	
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 0em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}










body.page {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:18px;
  color:#221F1F;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
 h2 {
  margin:100px 0 80px;
  padding:0;
  color: #007BD5;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Releway", sans-serif;
}
#masthead{
	box-shadow: 0px 10px 40px 0px rgba(55, 158, 255, 0.10); 
}
.container.container--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 31px;
}
.site-branding a svg {
  width: 173px;
  height: 49px;
}
#primary-menu {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.main-navigation {
  display: block;
  width: auto;
}
.main-navigation ul li a {
    display: flex;
    color: #221F1F;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	padding: 5.876px 16.452px 4.701px 16.452px; 
	transition: 0.5s all;
}
.main-navigation ul li a:hover{
	color: #007BD5;
}
.main-navigation ul li.current-menu-item a {
  border-radius: 100px;
  background: linear-gradient(90deg, #00C0FF 0%, #3A95FF 99.99%);
  color:white;
}
.button__other {
  display: flex;
  gap: 20px;
  align-items: center;
}
.button__other a{
  text-decoration:none;
  color:  #221F1F;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */ 
}
footer.site-footer {
  background-image: url(/wp-content/uploads/2024/04/group-427321180.png);
  padding: 80px 0 23px;
  background-repeat: repeat;
  background-position: center top;
  clear: both;
  font-family: "Raleway", sans-serif;
  position: relative;
}
/*footer.site-footer::before {
  content: url(/wp-content/uploads/2024/04/volna.png);
  position: absolute;
  top: -50px;
}*/
.container.container--footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__item {
  width: 235px;
  color: white;
}
.footer__item a{
  display:block;
  color: white;
  text-decoration:none;
}
.footer__item a{
  display:block;
  color: white;
  text-decoration:underline;
}
.footer__logo a svg {
  width: 229px;
  height: 77px;
}
.footer__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.footer__logo {
  margin-bottom: 29px;
  display: block;
}
.footer__item p {
  padding: 0;
  margin: 0;
  line-height: 140%;
  font-family: "Raleway", sans-serif;
}
.footer__item:nth-child(2) a:not(:last-child) {
  margin-bottom: 23px;
}
.footer__item:nth-child(3) {
  width: 300px;
}
.footer__item:nth-child(3) a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom:11px;
  text-decoration: none;
  font-variant-numeric: lining-nums;
}
.footer__item:nth-child(4) img {
  /*margin-right: 10px;*/
}
.footer__item:nth-child(4) a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
	text-decoration: none;
}
.instagram {
  padding: 0px 0 100px;
}
.instagram h2{
  margin-bottom:58px;
 color:#007BD5;
 text-align: center;
 font-size: 60px;
 font-style: normal;
 font-weight: 700;
 line-height: 70px; /* 116.667% */
 letter-spacing: 1.2px;
 text-transform: uppercase; 
}
.shop-catalog {
  background-image: url(/wp-content/svg/fon.jpg);
  background-position: center top;
  overflow: hidden;
  padding-bottom: 80px;
}
.home .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.home .woocommerce-loop-product__title {
  color: #221F1F;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  padding: 0;
  margin: 23px 30px 0px;
  min-height: 92.4px;
}
.first {
  padding-top: 75px;
}
.container.container--first {
  position: relative;
}
h1 {
  color: #221F1F;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Raleway;
}
h1 span {
  color: #007BD5;
  text-align: center;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
}
.first p {
  color: #221F1F;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
	max-width:780px;
	margin: 0 auto;
	margin-bottom:95px;
}
.first__inner1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.first__inner {
display: grid;
grid-template-columns: repeat(2, 1fr) 3fr repeat(2, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px; 
	
} 

.first__adv {
  
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 12.3px 0px rgba(55, 158, 255, 0.13);
  margin-bottom: 36px;
  text-align: center;
  

  align-items: center;
  padding: 25px 30px 0;
}
.11first__adv:nth-child(1) {
  margin-right: 600px;
}
.num1 { grid-area: 1 / 1 / 3 / 3; }
.num2 { grid-area: 3 / 1 / 5 / 3; }
.num3 { grid-area: 1 / 4 / 3 / 6; }
.num4 { grid-area: 3 / 4 / 5 / 6; }
.first__banner { grid-area: 1 / 3 / 5 / 4; padding:10px 20px }


.first__adv span {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.first__banner11 {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translate(-50%);
}

.first__banner_mob {display:none}




.button-link {
  display: flex;
  width: 324px;
  height: 55px;
  padding: 5.876px 16.452px 6px 16.452px;
  justify-content: center;
  align-items: center;
  gap: 11.751px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white !important;
  font-family: Raleway;
  font-size: 25.853px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.293px;
  text-transform: uppercase;
  text-decoration: none;
  margin:0 auto;
}
.button-link:hover {
  box-shadow: 0px 4px 4px 0px #D5D5D5;
}
.plus {
  overflow: hidden;
  padding-bottom:100px;
}
.plus__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 72px;
}
.plus__img {
  width: 537px;
  min-width: 537px;
}
.plus__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plus__list li {
  margin-bottom: 35px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.plus__title {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: block;
}
.plus__plus {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.about {
  text-align: center;
}
.about p {
  max-width: 780px;
  margin: 24px auto 80px;
}
.about__video {
  position: relative;
  padding-bottom: 56.25%;
}
.about__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products li {
  border-radius: 20px;
  background: #FFF;
  padding: 0 0 27px;
  overflow: hidden;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  width: 100%;
}
.onsale {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  z-index: 1;
  background: rgba(255, 0, 0, 0.6);
  right: 0px;
  top: 28px;
  display: flex;
  padding: 0 15px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 4px 13.1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px #D5D5D5;
}
.price {
  margin: 0px 0 0 0px;
  display: block;
}	
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-size: 0;
  width: auto;
  height: 51px;
  border-radius: 0;
  background: url(/wp-content/svg/buy-big.svg), transparent;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: 0.5s all;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: right center;
  width: 163px;
	border-radius:20px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  box-shadow: 0px 4px 4px 0px #D5D5D5;
  background-repeat: no-repeat;
  background-position: right center;
}
bdi {
  display: block;
  color: #4a7c3a;
  font-family: Alata;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: strikethrough;
  margin: 0 0 0 30px;
   font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal
}
bdi .woocommerce-Price-currencySymbol {
  font-size: 12px;
}
ins bdi {
  color: #E40000;
  font-family: Alata;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 30px;
	 font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal
}
ins bdi .woocommerce-Price-currencySymbol {
  font-size: 20px;
}
.aroma__list {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 2;
  gap: 446px;
}

.page-id-26 main {
  background-image: url(/wp-content/uploads/2024/04/contact-bg-2.jpg);
}
.entry-header {
  text-align: center;
  padding: 100px 0 48px;
  margin: 0;
}
.entry-title {
  color: #007BD5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #221F1F;
  text-align: center;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  line-height: 78px;
}
.form__area {
  width: 60%;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(9.649999618530273px);
  padding: 0 85px 42px;
  max-width: 643px;
  box-sizing: border-box;
}
.form__area input {
  padding: 0;
  margin: 0;
  display: flex;
  width: 469px;
  height: 51px;
  padding: 0px 28px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #AFAFAF;
  background: #FFF;
  margin-bottom: 15px;
}
.form__area textarea {
  padding: 0;
  margin: 0;
  display: flex;
  width: 469px;
  height: 112px;
  padding: 17px 28px 0;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #AFAFAF;
  background: #FFF;
  margin-bottom: 15px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: flex;
  width: 100%;
  height: 55px;
  padding: 5.876px 16.452px 6px 16.452px;
  justify-content: center;
  align-items: center;
  gap: 11.751px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white !important;
  font-family: Raleway;
  font-size: 25.853px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.293px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  border: none;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  display: flex;
  height: 55px;
  padding: 5.876px 16.452px 6px 16.452px;
  justify-content: center;
  align-items: center;
  gap: 11.751px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white !important;
  font-family: Raleway;
  font-size: 25.853px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.293px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  border: none;
}
.map {
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(9.649999618530273px);
  padding: 0 65px 52px;
  box-sizing: border-box;
}
.contact__form {
  padding: 0 0 100px;
}
.data__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  font-variant-numeric: lining-nums;
}
.data__area a {
  color: #221F1F;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  gap: 12px;
}
.data__tel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}


/*.archive.post-type-archive #primary {
  background-image: url(/wp-content/uploads/2024/04/catalog-shop-bg-scaled.jpg);
  overflow: hidden;
  padding-bottom: 62px;
}*/
.archive.post-type-archive .woocommerce-products-header {
  text-align: center;
  padding: 100px 0 48px;
}
.catalog__shop.home {
  background-image: url(/wp-content/svg/fon.jpg);
  overflow: hidden;
  padding-bottom: 62px;
  padding-top: 100px;
  background-size: cover;
}
.catalog__up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  margin-bottom: 22px;
  border-radius: 20px;
  height: 69px;
  padding-left: 51px;
  padding-right: 8px;
}
.woocommerce-result-count {
  padding: 0;
  margin: 0;
}
.woocommerce-pagination {
  clear: both;
	
display:block; 
margin:20px 30px; 
	background:#fff; 
	border-radius:10px;
	font-size:20px; 
}
.page-numbers {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  display: flex;
  list-style: none;
  margin-bottom: 82px;
  height: auto;
  max-height: 30px;
  justify-content: center;
  gap: 30px;
  font-family: "Alata", sans-serif;
}
.woocommerce-products-header__title.page-title {
  color: #007BD5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.archive.post-type-archive .single_add_to_cart_button.button.alt {
  font-size: 0;
  width: 163px;
  height: 51px;
  border-radius: 0;
  background: url(/wp-content/svg/buy-big.svg), transparent;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: 0.5s all;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  max-width: 100%;
}
.archive.post-type-archive .single_add_to_cart_button.button.alt:hover {
  box-shadow: 0px 4px 4px 0px #D5D5D5;
}
body.archive.post-type-archive .qib-button-wrapper {
  display: none !important;
}
body.archive.post-type-archive .woocommerce-notices-wrapper {
  display: none;
}
select.orderby {
  border-radius: 20px;
  border: 1px solid #007BD5;
  background: #FFF;
  width: auto;
  height: 55px;
  padding-left: 27px;
  color: #221F1F;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.container.container__single-product.top-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:flex-start;
}
.container__single-product.first-area {
  width: calc(50% - 80px);
  margin-right: 80px;
  box-sizing: border-box;
  position: relative;
}
body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 33.3% !important;
  border-radius: 20px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img{
  border-radius: 20px;
}
.container__single-product.second-area {
  width: 50%;
}
.single-product-plus {
  clear: both;
}
.related.products {
  background-image: url(/wp-content/uploads/2024/04/catalog-shop-bg-scaled.jpg);
  background-position: center top;
  overflow: hidden;
  padding-bottom: 80px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  height: auto;
  clear: both;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  width: 494px;
  height: 494px;
}
.woocommerce-product-gallery__wrapper {
  width: 494px;
  height: 494px;
}
.woocommerce-product-gallery__image {
  width: 494px;
  height: 494px;
}
.woocommerce-product-gallery__image a{
  width: 494px;
  height: 494px;
}
.woocommerce-product-gallery__image.flex-active-slide  {
  border-radius: 20px;
  overflow:hidden;
}
.woocommerce-product-gallery__image.flex-active-slide a  {
  border-radius: 20px;
}
.woocommerce-product-gallery__image.flex-active-slide a img {
  border-radius: 20px;
}
.top-area .onsale {
  right: 0;
}
.woocommerce-breadcrumb {
  display: none;
}
.top-area #breadcrumbs {
  text-align: left;
  margin: 0 0 17px;
}
.top-area h1.product_title.entry-title {
  color: #007BD5;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 15px;
  text-align: left;
}
.top-area, .top-area p {
  color: #31373F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}
.woocommerce-product-details__short-description {
  margin-bottom: 60px;
}
.woocommerce-product-details__short-description p {
  margin: 0;
}
.product_meta {
  display: block;
  margin: 40px 0 25px;
  padding: 18px 0;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  width: 100%;
}
.sku_wrapper {
  margin-right: 30px;
}
.sku_wrapper, .posted_in  {
  color: #221F1F;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.sku_wrapper span, .posted_in a {
	color: #221F1F;
font-size: 18px;
}
.summary.entry-summary {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
p.price {
  margin: 0 20px 20px 0;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  background-color: #eaf7ff !important;
  border-color: #00c0ff !important;
  color: #221f1f !important;
  font-family: Alata;
  font-size: 25px;
  height: 55px !important;
  padding: 15px;
  width: auto;
  width: 65px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  background-color: #eaf7ff !important;
  border-color: #00c0ff !important;
    border-top-color: rgb(0, 192, 255);
  color: #221f1f !important;
  border-top: 1px solid #00c0ff !important;
  border-bottom: 1px solid #00c0ff !important;
  border-radius: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
}
body .qib-button-wrapper.qib-button-wrapper-6062 button {
  font-family: Alata;
  font-size: 25px;
  padding: 15px;
  margin: 2px;
    margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 55px;
  margin-right: 0;
  /*border-right: 0px;*/
    border-right-color: currentcolor;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 55px !important;
}
body .qib-button-wrapper {
  margin: 0 5px 0 0 !important;
}
.minus.qib-button {
  border-radius: 20px 0 0 20px;
	border-right: 0px !important;
}
.plus.qib-button {
  border-radius:  0  20px 20px 0;
}
.plus.qib-button {
  margin-left: 0px !important;
  border-left: 0px !important;
    border-left-color: currentcolor;
}
.single_add_to_cart_button.button.alt {
  width: 176px;
  height: 55px;
  background: url(/wp-content/svg/buy-big.svg), transparent;
  font-size: 0;
 border-radius:20px;
  border: 0;
  cursor: pointer;
}
.single_add_to_cart_button.button.alt:hover {
  box-shadow: 0px 4px 4px 0px #D5D5D5;
}
.top-area bdi {
  margin: 0;
}
.top-area ins bdi {
  margin: 0;
}
.added_to_cart.wc-forward {
  display: block;
  padding-top: 15px;
  color: #007BD5;
}
.tabs.wc-tabs {
  visibility: hidden;
  height: 0;
}
#tab-description > h2:first-child {
  display: none;
}	
#tab-description > h2 {
  color: #31373F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
#tab-description > p {
  margin: 0 0 15px;
  text-align: left;
}
#tab-description ul {
  padding: 0;
  color: #31373F;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 0 20px;
}
#tab-description .wwrr + p {
  border-bottom: 1px solid #AFAFAF;
  padding: 0 0 24px;
  margin: 0 0 27px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  width: 50%;
  margin-left: 50%;
  padding-bottom: 40px;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tab {
    flex: 1 1 50%; /* Для двух колонок */
    max-width: 50%; /* Для двух колонок */
}

.tab-input {
    display: none;
}

.tab-label {
    display: block;
    /*background-color: #f0f0f0;*/
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
}
.tabs svg {
  fill: #AFAFAF;
}
.tab-content {
    display: none;
    padding: 20px;
}

.tab-input:checked + .tab-label + .tab-content {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.tab-input:checked + .tab-label  .plus__title {
  color:#007BD5;
}
.tab-input:checked + .tab-label  > svg {
  fill:#007BD5;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  columns: 2;
}
.tabs .tab {
  max-width: 316px;
  margin-right: 492px;
}
.tabs .tab:nth-child(2n) {
  margin: 0;
}
.tab-label {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
}
.aroma__slider.slick-slider{
	display:none;
}
.aroma.__title {
  color: #007BD5;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom:8px;
}

.aroma.__info {
  border-radius: 19px;
  border: 1px solid #00C0FF;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
	font-size:16px;
}
#breadcrumbs, #breadcrumbs a {
  color: #AFAFAF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.xoo-wsc-sc-subt {
  display: none;
}
.xoo-wsc-sc-cont {
  margin-left: 20px;
}
.button__other .xoo-wsc-icon-basket1::before {
  content: url(/wp-content/svg/Bag_light.svg);
}
.button__other span.xoo-wsc-sc-count {
  border-radius: 100%;
  height: 18px;
  line-height: 18px;
  width: 18px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  right: 9px;
  position: absolute;
  top: 15px;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-family: Alata;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(9.649999618530273px);
  border-collapse: collapse;
}
th {
  display: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td{
  border: 1px solid #AFAFAF;
  border-collapse: collapse;
  padding: 38px;
}
.product-remove .remove {
  font-size: 0;
  text-decoration: none;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.product-remove .remove:before{
  content: url(/wp-content/svg/Severicons.svg);
  position:absolute;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  min-width: 150px;
  min-height: 150px;
  border-radius: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi, .shop_table.shop_table_responsive bdi{
  color: #221F1F;
  text-align: center;
  font-family: Alata;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.573px;
  padding: 0;
  margin: 0;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi .woocommerce-Price-currencySymbol, .shop_table.shop_table_responsive bdi .woocommerce-Price-currencySymbol{
  font-size: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button, .checkout-button.button.alt.wc-forward {
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white;
  display: flex;
  width: 328px;
  height: 55px;
  padding: 5.876px 16.452px 6px 16.452px;
  justify-content: center;
  align-items: center;
  gap: 11.751px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white !important;
  font-family: Raleway;
  font-size: 25.853px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.293px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  border: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .button:hover, .checkout-button.button.alt.wc-forward:hover {
  box-shadow: 0px 4px 4px 0px #D5D5D5;
}
.shop_table.shop_table_responsive {
  max-width: 462px;
}
.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr {
  padding: 20px 0;
  border-bottom: 1px solid #AFAFAF;
  display: inline-block;
}
.shop_table.shop_table_responsive th {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  width: 240px;
  padding-right: 40px;
}
 .checkout-button.button.alt.wc-forward {
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white;
  display: flex;
  width: 324px;
  height: 55px;
  padding: 5.876px 16.452px 6px 16.452px;
  justify-content: center;
  align-items: center;
  gap: 11.751px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #00CD58 0%, #009540 100%);
  color: white !important;
  font-family: Raleway;
  font-size: 25.853px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.293px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  border: none;
  background: url(/wp-content/svg/cart-buy.svg);
  width: 319px;
  height: 55px;
  font-size: 0;
}
 .checkout-button.button.alt.wc-forward:hover {
box-shadow: 0px 4px 4px 0px #D5D5D5;
}
#shipping_method {
  list-style: none;
  background: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: left;
}
.shipping-calculator-button {
  color: #007BD5;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
}
.cart_totals.calculated_shipping > h2 {
  display: none;
}
.inner__cart-page {
  background: url(/wp-content/uploads/2024/04/cart-bg.png);
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 100px;
}

.woocommerce-billing-fields input {
  border-radius: 20px;
  border: 1px solid #00C0FF;
  background: #FFF;
  height: 51px;
  padding: 0px 28px;
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width:100%;
  max-width: 548px;
}
.woocommerce-billing-fields__field-wrapper label {
  display: block;
}
.woocommerce-billing-fields p {
  padding: 0;
  margin: 0 0 21px;
}
.checkout.woocommerce-checkout h3 {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss11' on, 'liga' off;
  font-family: Raleway;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding: 0;
  margin: 50px 0 26px;
  overflow: hidden;
}
.woocommerce-info {
    background-color: transparent !important;
    text-align: right;
    color: #221F1F;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    position: absolute;
    width: 100%;
	display:none;
}
#place_order {
  background: url(/wp-content/svg/order-button.svg);
  margin: 0 auto;
  border: none;
  width: 447px;
  height: 78px;
  font-size: 0;
}
.form-row.place-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:100px;
}
.woocommerce-terms-and-conditions-wrapper {
  width: 50%;
}
.wc_payment_methods.payment_methods.methods {
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 125px 0 50px;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 50px;
}
.payment_box p {
  font-size: 16px;
  padding-left: 30px;
  margin-top: 0;
}
.shop_table.woocommerce-checkout-review-order-table {
  border: 1px solid #AFAFAF;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(9.649999618530273px);
  color: #221F1F;
}
.shop_table.woocommerce-checkout-review-order-table bdi{
  color: #221F1F;
}
.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table td {
  border: 1px solid #AFAFAF;
  border-collapse: collapse;
  padding: 35px;
}
.shop_table.woocommerce-checkout-review-order-table th {
  display:block;
}
.checkout.woocommerce-checkout {
  background: url(/wp-content/uploads/2024/04/serene-spa-setting-with-cherry-blossoms-and-candle-1.png);
  background-repeat: no-repeat;
  background-position: right 75%;
}
.zen-ui-select__dropdown.active {
  border-radius: 20px;
  border: 1px solid #00C0FF;
  background: #FFF;
  padding: 25px 0;
}
.zen-ui-select__options {
  border: none;
}
.zen-ui-select__value {
  border-radius: 20px;
  border: 1px solid #00C0FF;
  background: #FFF;
  height: 51px;
  padding: 0px 28px !important;
  color: #221F1F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  display: flex;
  align-items: center;
}
input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #00CD58;
  transition: 0.2s all linear;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

input[type="radio"]:checked {
  border: 6px solid #00CD58;
  background: #00CD58;
}
.trp-language-switcher {
  height: 46px !important;
}
.trp-language-switcher > div {
  padding: 4px 10px 3px 10px !important;
  width: 80px !important;
  border: none;
}
.trp-language-switcher > div {
  padding: 4px 10px 3px 10px !important;
  width: 80px !important;
  border: none;
}
.header__mobil-menu{
		display:none;
}
.xoo-wsc-products .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  min-width: 90px;
  border-radius: 20px;
  min-height: 90px;
}
/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнени¤ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнени¤ */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popuper {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 40px;
	border-radius:20px;
    background: #fefefe;
/* скругление углов */
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popuper {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрыти¤ */
.close {
  top: 0px;
  right: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  padding: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}
.close:before {
    color: #101010;
    content: "X";
	content: url(/wp-content/svg/Menu2.svg);
    font-size: 12px;
}
.popuper .search-submit {
  display: none;
}
.popuper .search-field {
  border-radius: 20px;
  border: 1px solid #007BD5;
  height: 55px;
  width: 100%;
  padding: 0 27px 0 60px;
  background: url(/wp-content/svg/Search_alt_light.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.product.type-product.post-6060 .tp-image-wrapper:hover {
  background-image: url(/wp-content/uploads/2024/04/lavender1.jpg);
}
.home .added_to_cart.wc-forward {
  display: none;
}
.archive .added_to_cart.wc-forward {
  display: none;
}
#billing_email_field {
}
.woocommerce-shipping-destination {
  display: none;
}
.woocommerce-shipping-calculator {
  display: none;
}
.aroma__slider {
  display: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: auto !important;
  display: block;
  z-index: 99;
  left: 1em !important;
  text-decoration: none;
}
body .qib-button-wrapper {
  margin: 0 50px 0 0 !important;
}





@media screen and (max-width:1140px){
	body .qib-button-wrapper {
  margin: 0 0px 0 0 !important;
}
	.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  height: 51px;
  width: 155px;
}
.archive.post-type-archive .single_add_to_cart_button.button.alt {
  width: 155px;
}	
.products li {
  border-radius: 20px;
  background: #FFF;
  padding: 0 0 80px;
  overflow: hidden;
}	
	.aroma__slider {
  display: block;
}
	.container {
  padding: 0 15px;
}
	.container.container--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 15px 19px;
}
	/*.menu-header-container {
  display: none;
}*/
	.site-branding a svg {
  width: 131px;
  height: 37px;
}
	.button__other a:nth-child(3) {
  display: none;
}
	.button__other {
  padding-right: 35px;
  gap: 15px;
}
	.menu-toggle {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 0;
}
	.first {
  padding-top: 0;
}
	.container.container--first {
  padding: 0 15px;
}
	h1 {
  margin-top: 37px;
  font-size: 18px;
  margin-bottom: 10px;
}
	h1 span {
  font-size: 30px;
  line-height: 36px;
}
	.cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
	.first p {
  font-size: 16px;
}

	
.first__inner {
display: grid;
grid-template-columns: repeat(2, 2fr);
grid-template-rows: 2fr repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
	
.num1 { grid-area: 2 / 1 / 3 / 2; margin-right:5px; margin-bottom:10px;  }
.num2 { grid-area: 3 / 1 / 4 / 2;margin-right:5px; margin-bottom:10px; }
.num3 { grid-area: 2 / 2 / 3 / 3;margin-left:5px; margin-bottom:10px; }
.num4 { grid-area: 3 / 2 / 4 / 3;margin-left:5px; margin-bottom:10px; }
.first__banner  { grid-area: 1 / 1 / 2 / 3;  }
	.first__banner {  text-align:center; padding:10px 20px }
	.first__banner img {width:100%; }	
	h2 {
  margin: 48px 0 18px;
  font-size: 30px;
  font-family: Raleway;
  line-height: 36px;
}
	.plus__wrapper {
  flex-direction: column-reverse;
  gap: 25px;
}
	.plus__img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
	.plus__list {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
	.plus__list li {
  margin-bottom: 0px;
  display: flex;
  gap: 15px;
}
	.plus__title {
  color: #007BD5;
  font-size: 18px;
}
	.plus__plus {
  font-size: 16px;
}
	.plus {
  padding-bottom: 0px;
}
	.shop-catalog {
  background: none;
  padding: 0;
}
	.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}
	.products.columns-3 li {
  width: 48%;
  margin: 0 1%;
}
	 .woocommerce-loop-product__title {
    font-size: 16px !important;
    margin: 6px 5px 0 5px !important;
    font-weight: 500 !important;
    min-height: 77px !important;
    text-transform: unset !important;
  }
	.price {
  margin: 0px 0 0 6px;
  display: block;
}
	bdi {
  font-size: 16px;
  margin: 0;
}
	ins bdi {
  font-size: 25px;
  margin: 0;
}
	.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    right: 5px;
    bottom: 20px;
    left: 5px;
  }
	.archive.post-type-archive .single_add_to_cart_button.button.alt{
	right: 5px;
    bottom: 20px;
    left: 5px;	
	}
	ul.products li.product {
  margin-bottom: 0;
}
	.about img {
  width: 275px;
  margin: 0 auto;
}
	.about img {
  width: 275px;
  margin: 0 auto;
}
.instagram {
  padding: 0px 0 80px;
}	
	.instagram h2 {
  margin: 48px 0 18px;
  font-size: 30px;
  font-family: Raleway;
  line-height: 36px;
}
	.container.container--footer {
  flex-wrap: wrap;
}
	  footer.site-footer {
    background-repeat: no-repeat;
    padding-top: 40px;
    background-size: cover;
  }
	.footer__item {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 25px;
}
	.footer__logo {
  max-width: 160px;
  height: 53px;
  overflow: hidden;
  margin: 0 auto 12px;
}
	.footer__logo svg{
  max-width: 160px;
  height: 53px;
  overflow: hidden;
  margin: 0 auto;
}
.footer__item p{
		font-size:16px;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 9px;
  text-align: center;
}
	.footer__title > a {
  text-align: center !important;
  display: block !important;
}
	.footer__item a {
  font-size: 16px;
  margin-bottom: 10px !important;
}
	.page-id-26 .entry-header {
    padding: 40px 0 55px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
	.entry-title {
  padding: 0;
  margin: 0;
}
	#breadcrumbs {
  margin-bottom: 12px;
}
	.entry-title {
  font-size: 30px;
  line-height: 36px;
}
	 .page-id-26 .entry-header {
    padding: 40px 0 0px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 55px;
  }
	.contact__form {
  padding: 0 0 40px;
}
	.contact__inner {
  flex-direction: column;
}
	.form__area {
  width: 100%;
  background: none;
  padding: 0;
}
	.contact__title {
  font-size: 18px;
}
	.form__area input {
  width: 100%;
  margin-bottom: 10px;
}
	.form__area textarea {
  width: 100%;
	  margin-bottom: 10px;
}
	.map {
  padding: 0;
  background: none;
}
	.data__area {
  margin-bottom: 17px;
}
	.data__tel {
  display: none;
}
	.data__area a {
  font-size: 16px;
}
	.map__area {
  border-radius: 20px;
  background: white;
  padding: 15px;
}
	iframe {
  max-height: 216px;
}
	/*-----------------------PRODUCT-----------------------------*/
	.woocommerce-product-gallery__image.flex-active-slide a img {
  border-radius: 20px;
}
	.container__single-product.first-area {
  width: 100%;
  margin: 0 0 45px;
  overflow: hidden;
}
	.single-product div.product .woocommerce-product-gallery {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
	.woocommerce-product-gallery__wrapper {
  width: 100%;
  height: auto;
}
	.woocommerce-product-gallery__image {
  width: 100%;
  height: auto;
}
	.container__single-product.second-area {
  width: 100%;
}
	.woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  margin: 0;
}
	.related.products {
  background: none;
}
	.related.products li {
  width: 100%;
  max-width: 159px;
  margin: 0 auto;
  background:transparent;
}
	.related.products .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  min-height: 62px;
}
	.related.products .price {
  margin: 0;
  display: block;
}
	.related.products  bdi {
    font-size: 16px;
    margin: 0;
    line-height: 1;
  }
	.related.products  .onsale {
  font-size: 15px;
  top: 0;
}
	.button__other div:nth-child(3) {
  display: none;
}
	 .menu-toggle {
    width: 35px;
    height: 35px;
    background: none;
    background-image: none;
    background-image: none;
    background-image: url(/wp-content/svg/Menu.svg);
    border: none;
  }
	.main-navigation.toggled .menu-toggle {
		background-image: url(/wp-content/svg/Menu2.svg);
	}
	/*.main-navigation  .menu-header-container {
    display: none;
  }
	.main-navigation.toggled   .menu-header-container {
    display: block;
  }*/
	.main-navigation .header__mobil-inner {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    height: 0;
    z-index: 999;
    overflow: hidden;
	background: rgba(32, 51, 79, 0.80);
	backdrop-filter: blur(8.550000190734863px); 
  }
	.main-navigation.toggled   .header__mobil-inner {
    height: 100%;
  }*
	 #primary-menu {
    flex-direction: column;
    align-items: center;
    padding: 100px 100px 40px;
  }
	.xoo-wsc-sc-cont {
  margin-left: 0px;
}
	.onsale {
  font-size: 16px;
  line-height: 1.5;
  top: 10px;
}
#primary-menu {
  gap: 42px;
}	
.main-navigation ul li a {
  font-size: 24px;
  color:white;
  padding: 7.74px 21.672px 6.192px 21.672px; 
}
	.header__mobil-menu{
		display:block;
	}
	.header__mobil-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-direction: column;
}
	.header__mobil-lang {
  max-width: 80px;
}
	.header__mobil-link a {
  display: flex;
  width: 330px;
  height: 55px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 20px;
  background: linear-gradient(90deg, #00C0FF 0%, #3A95FF 99.99%);
  color: #FFF;
  font-family: Alata;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.38%;
  margin:7px 0;
}
	.header__mobil-lang {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content:space-between;
}
	.aroma__slider.slick-slider{
	display:block;
}

.aroma.__item.slick-slide {
  margin: 0 10px;
}
	.tabs{
		display:none;
	}
	.catalog__up {
  display: none;
}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  max-width: 100%;
  position:relative;
}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
  padding: 10px;
  text-align: left;
		border: none;
}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
  font-size: 16px;
}
.product-quantity {
  float: none;
  height: 77px;
}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi, .shop_table.shop_table_responsive bdi {
  font-size: 25px;
}
.inner__cart-page{
	background:none;	
}
	.cart_totals.calculated_shipping .shop_table.shop_table_responsive tr {
  padding: 0px 0;
  border-bottom: 1px solid #AFAFAF;
  display: block;
}
	.woocommerce-shipping-destination {
  text-align: left;
  padding: 0;
  margin: 0;
}
	.inner__cart-page {
  margin-bottom: 50px;
  background: url(/wp-content/uploads/2024/04/cart-brg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  padding-bottom: 360px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
	.form-row.place-order {
  flex-direction: column;
  max-width: 100%;
}
	.woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
	#place_order {
  background: url(/wp-content/svg/order-button.svg);
    background-size: auto;
  margin: 0 auto;
  border: none;
  width: 100%;
  height: 58px;
  font-size: 0;
  max-width: 330px;
  background-size: contain;
}
	.archive.post-type-archive .woocommerce-products-header {
  text-align: center;
  padding: 40px 0 30px;
}
	.woocommerce-products-header__title.page-title {
  font-size: 30px;
  line-height: 36px;
}
	.woocommerce-products-header {
  display: flex;
  flex-direction: column-reverse;
}
	table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
  display: none;
}
	.woocommerce-cart-form__cart-item.cart_item {
  position: relative;
}
	 .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: inherit;
  }
	#post-7 .product-name {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50px;
}
	#post-7 .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents bdi, .shop_table.shop_table_responsive bdi {
    font-size: 25px;
    text-align: right;
    padding-right: 20px;
  }
	#post-7 .product-remove {
  position: absolute;
  right: 30px;
  top: 110px;
}
	#post-7 .product-name {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 0px;
}
	.wc_payment_methods.payment_methods.methods {
  padding: 125px 0 20px;
  margin-bottom: 00px;
}
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: transparent;
  clear: both;
}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 0.7em !important;
}
}

.woocommerce-product-details__short-description ul {margin-right:0px; }


li.product.type-product .mrkv-monopay-checkout {display:none !important}

li.product.type-product .stock.out-of-stock,.shop-catalog  li.product.type-product.outofstock a.button.product_type_simple, .related.products li.product.type-product.outofstock a.button.product_type_simple {
font-size: 0;
  width: 163px;
  height: 51px;
  border-radius: 0;
  background:#ccc;
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: 0.5s all;
  border-radius: 20px;
  display: block;
  max-width: 100%;
	text-align: center; 
	color: #fff;
	font-size:14px; 
	line-height: 50px;
	text-decoration:none; 
} 


#payment input[type=radio] {
    display: none;
} 

#payment input[type=radio]:not(:disabled) ~ label {
    cursor: pointer;
}
#payment label {
    height: 100px;
    display: block;
	width:320px; 
    background: white;
    border: 2px solid #20df80;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
	font-size: 26px;
}


#payment input[type=radio]:checked + label {
    background: #20df80;
    color: white;
    box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);
}


h3#ship-to-different-address {display:none !important;}
.woocommerce-billing-fields input.input-checkbox, input#wcus_np_shipping_custom_address_active {width:24px; height:24px; margin-right:10px; }

.form-row.form-row-wide.create-account.woocommerce-validated { display:none !important}