/*!
Theme Name: tofaa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: tofaa
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.

tofaa 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;
	font-family: "Epunda Slab", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


@font-face {
  font-family: 'Shockwave';
  src: url('fonts/shockwave/Shockwave.ttf') format('ttf'),
       url('fonts/shockwave/Shockwave.otf') format('otf'),
       url('fonts/shockwave/Shockwave.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
p {
    font-family: 'Rubik';
}
h2.wow_title {
    font-family: Shockwave;
    font-size: 45px;
    padding: 16px 0;
    letter-spacing: 1px;
}
.slider_bakground {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
}
.logo_line {
    text-align: center;
    padding: 47px 0;
    background: #fcf8e1;
}
.prod_slider_plushka .dataslide {
    display: none;
}
.titled_slider .flaxeble {
    margin-bottom: 41px;
}

.upper_riview.woocommerce .star-rating {
    float: left;
    color: #729B22;
    margin-right: 25px;
    margin-top: 3px;
}
.upper_riview.woocommerce {
    color: #729B22;
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 700;
        margin-bottom: 25px;
}

li.li_review .star-rating {
    color: #729B22;
    float: left;
    text-align: left;
}
li.li_review .star_in_comit.page {
    text-align: left;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 5px;
}
li.li_review p.comment-date.inlist {
    color: #729B22;
    margin-top: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
}
.star_in_comit.page:after {
    content: '';
    clear: both;
    display: block;
}
li.li_review p.comment-author {
    color: #729B22;
    margin-top: 4px;
    display: inline-flex;
     font-size: 24px;
    font-weight: 800;
        margin-left: 0;
}
li.li_review .comment-content.inlist {
    color: #729B22;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik';
    margin-top: 0px;
    padding-top: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
.backdaimg.right_side_shoko {
    padding: 25px;
    margin: 25px;
    border-radius: 42px;
    background-size: contain;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
/**
 * 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;
}
a {
    font-family: 'Rubik';
}

/* 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;
}
.titled_slider h2.wow_title {
    font-family: Rubik;
    font-weight: 500;
    line-height: 62px;
    font-size: 62px;
    margin-bottom: 25px;
}
/* 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-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 {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header {
    opacity: 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: 220px;
}
h2.woocommerce-loop-product__title {
    text-transform: uppercase;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
    margin-right: 15px;
}

.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 1.5em;
}

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

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

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

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

.form_group {
    max-width: 690px;
    margin: 0 auto;
}

/*MY*/
.max_width {
	max-width: 1440px;
	padding: 0 90px;
	margin: 0 auto;
}
.form_group input {
    margin-bottom: 15px;
    width: 100%;
}
.form_group input, .form_group textarea {
    margin-bottom: 19px;
    width: 100%;
    padding: 14px 18px;
    color: #808080;
    font-size: 12px;
    border: 1px solid #E35A8D;
    border-radius: 9px;
}
.form_group input.wpcf7-form-control.wpcf7-submit {
    max-width: 451px;
    margin: 0 auto;
    display: block;
}
.ima p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}
/*HEADER*/
.header_plashka {
    background: black;
    color: white;
    text-align: center;
    padding: 5px;
}
.header_plashka a {
	color: white;
	text-decoration: none;
}
.header_topik {
    display: flex;
    grid-template-columns: auto auto auto;
}
.xoo-wsc-pprice span.woocommerce-Price-amount.amount bdi {
    font-weight: 300!important;
    color: #e35a8d;
}
.summary.entry-summary {
    padding-left: 25px;
}
.right_side_plaha a {
    font-family: Rubik;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    color: #FBF7E1;
    letter-spacing: 0%;
    text-decoration: none;
    line-height: 117px;
    display: inline-block;
}
i.slick-arrow:before {
    color: #e35a8d !important;
    /* background: aqua; */
}
ul#primary-menu svg {
    width: 22px;
    height: 29px;
    margin: 42px 0 -9px 10px;
}
ul#primary-menu svg path {
    fill: #FBF7E1;
}
.foot_side p.top_btn2 {
    color: #729B22;
    margin-bottom: 5px;
}
.site-branding {
    max-width: 185px;
    margin: 22px auto;
}
ul#primary-menu a {
    font-weight: 700;
    color: white;
    padding: 0 5px;
    margin: 0 5px;
    line-height: 84px;
}
.header_icon_btn svg {
    height: 23px;
    margin: -6px 5px -6px 25px;
}
.right_side_plaha {
    text-align: right;
	direction: rtl;
}


.left_side_plaha {
    width: calc(50% - 92px);
}
.right_side_plaha {
    width: calc(50% - 92px);
}
.site-branding {
    width: 185px;
}


header#masthead {
	background: #E35A8D;
}
main#primary {
    padding-top: 100px;
    background-size: cover;
}
ul.plaha_menu a {
    font-weight: 700;
    color: whie;
    padding: 0 5px;
    margin: 0 5px;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
ul.plaha_menu a:hover {
	background-size: 100% 2px;
}
ul.plaha_menu li {
    list-style-type: none;
}
.second_menu {
    text-align: center;
}
ul.plaha_menu {
    display: inline-flex;
    margin: 7px auto;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
}



/*FOOTER*/
footer#colophon {
    padding-top: 5rem;
    background-color: #C5D93B;
    padding-top: 3rem;
    color: white;
}
body .foot_side a {
    color: #729B22 !important;
}
.logo_footer {
    width: 250px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px;
	margin: 0 auto;
}
.dataslide_2 .slide_in {
    background-size: 80%;
}
.copir_site_info {
    margin-bottom: -25px;
}
.site-info {
    column-gap: 25px;
}
.foot_side {
    text-align: center;
}
.text_under_logo {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #729B22;
    max-width: 217px;
    text-align: left;
}
footer#colophon a {
    color: white;
    text-decoration: none;
}
.copir_site_info {
    margin-top: 25px;
    background: #E35A8D;
    color: #FCF8E1;
}
.right_class_copit {
    text-align: end;
}
.right_class_copit a {
	margin: 0 10px;
}
section.blog_product h3.wow_in,section.up-sells.upsells.products h2 {
    margin: 26px 0;
}
h3.wow_in {
    font-family: Shockwave;
    margin: 0;
    color: #729B22;
    text-align: center;
    font-size: 63px;
}
section.up-sells.upsells.products h2 {
    font-family: Rubik;
    margin: 0;
    color: #729B22;
    text-align: center;
    font-size: 47px;
    margin-bottom: 25px;
    margin-top: 25px;
}
section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    color: white;
}
ul#primary-menu a {
    font-family: Rubik;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    letter-spacing: 0%;
    color: #FBF7E1;
    padding: 0 5px;
    line-height: 118px;
}
.foot_sheme {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px 0;
}
.site-info:after {
    content: '';
    clear: both;
    display: block;
}
.foot_side {
    text-align: left;
    float: left;
    margin-right: 80px;
}
p.menu_title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 110%;
    color: #729B22;
  
}
.svg_wawe2 svg {
filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.27));
}

.about_tofaa {
    margin-top: -281px;
    position: relative;
}
.svg_wawe2 {
    margin-bottom: -50px;
}
.asaid_menu p.menu_title {
    color: #E35A8D;
    text-align: left;
    border: 1px solid #E35A8D;
    padding: 10px 15px;
    border-radius: 25px;
    display: block;
    width: fit-content;
}
footer#colophon a {
    color: #FCF8E1;
}
.foot_side ul {
    list-style-type: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}
.foot-navigation li {
    margin-bottom: 8px;
    text-transform: uppercase;
}
.social_group a {
    margin: 15px 19px 15px 0px;
    display: inline-block;
}

/*SLIDER*/
.slider_bakground {
    position: absolute;
    right: 0;

}
section.slider {
    position: relative;
    min-height: 350px;
    margin-top: -5px;
        overflow: hidden;
}
a.abtn.type_1 {
    background: #C5D93B;
    text-decoration: none;
    padding: 23px 85px;
    border-radius: 45px;
    color: #E35A8D;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Rubik';
}
section p {
    font-size: 24px;
    color: white;
    /* width: 321px; */
}
.section_grid_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.block_in.last {
    text-align: end;
}
.block_in.central {
    text-align: center;
}
section.dost_sec {
    padding: 0 0 50px 0;
}
.block_in.last svg {
    margin-top: 35px;
}
.block_in.firstin svg {
   margin-top: 68px;
}
.first_column {
    background: #C5D93B;
    text-align: center;
    color: #729B22;
    margin-bottom: 50px;
}
.defult_row:after {
    content: '';
    clear: both;
    display: block;
}
.slider_left {
    float: left;
    width: 50%;
}
.slider_right {
    float: right;
    width: 43%;
    background: #e35a8d;
    height: calc(100vh - 214px);
    position: relative;
}
p.on_img_1 {
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 4rem;
    line-height: 58px;
    text-align: center;
    margin: 9px 0;
    color: #FCF8E1;
}
.text_on_slider_right {
    padding: 25px 0;
    width: 536px;
    margin-left: 50px;
    margin-top: -42px;
}
h1.partner_title {
    font-size: 51px;
    text-align: center;
    font-family: "Rubik";
    color: #E35A8D;
    width: 450px;
    margin: 25px auto 9px auto;
}
section.slider p.on_img_2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FCF8E1;
    font-family: 'Rubik';
    line-height: 43px;
    text-align: center;
    margin: 25px 0;
}
body {
    max-width: 100%;
    
}
.wpgs-for {
    max-width: 100%;
}
h2.shok_title {
    color: #729B22;
    font-size: 57px;
    font-weight: 700;
    text-align: center;
}
body.archive.tax-product_cat.term-toffa-mix .thumb_wrapper {
    min-height: 235px;
}

h1.woocommerce-products-header__title.page-title {
    color: #729b22;
    font-family: 'Rubik';
}
.shok_desc {
    color: #729B22;
    font-weight: 700;
    font-size: 22px;
}
.header_back {
    position: absolute;
    width: 100%;
    height: 506px;
    background-position-x: right;
    background-repeat: no-repeat;
    margin-top: -4px;
}
.product_cat_header {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 25px;
    /* z-index: 1; */
    position: relative;
}
.product_cat_header {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 25px;
}
.left_side_shoko {
    padding-top: 65px;
}
.svg_wow svg {
    height: 135px;
}
p.w_title {
    font-weight: 900;
    font-size: 20px;
}
p.wow_texter {
    font-size: 20px;
}
li.product {
    background: #C5D93B;
    border-radius: 25px;
    text-align: center;
}
a.button.product_type_simple {
    background: #E66AA8;
    border-radius: 25px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    color: #C5D93B;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.titled_slider h2.wow_title {
    color: white;
    font-size: 80px;
    font-weight: bold;
    margin: 0 0 20px 81px;
}
.img_apple_img {
    float: right;
    position: absolute;
    right: 59px;
    margin-top: -283px;
}
.row_one_mobail .foot_sheme:after {
    content: '';
    clear: both;
    display: block;
}
 
.svg_before img {
    height: 100%;
}
.svg_before {
    position: absolute;
    height: 80vh;
    right: -1px;
    top: 0;
}
section.wow_under_slider {
    background: #C5D93B;
    color: #729B22;
    border-top: 7px solid #729B22;
    border-bottom: 7px solid #729B22;
}
.wow_group {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    padding: 18px 0;
}
.wow_onegroup {
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
}
.wow_onegroup span {
    display: block;
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 900;
    float: right;
    margin-top: 14px;
    margin-left: 10px;
}
.cat_temp a {
    text-decoration: none;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: 800;
    color: #E35A8D;
}
.slider_left {
    max-height: calc(100vh - 209px);
    position: relative;
    width: 57%;
}
span.cat_title {
    background: #E7C6C2;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 18px;
    margin-top: -15px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
div#page main#primary p {
    color: #729B22;
    font-size: 24px;
}
div#page main#primary p.post_expert{
    color: #00000082;
    font-size: 17px;
    font-weight: 400;
}
.nav-previous {
    display: none;
}
.svg_about {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
}
h1.mega_title.about {
    font-family: Shockwave;
    font-size: 101px;
    rotate: 21deg;
    text-align: right;
    width: fit-content;
    display: block;
    padding: 0;
    margin: 0;
    color: #729B22;
}
.about_page {
    position: relative;
}
.about_page .max_width {
    z-index: 1;
    position: relative;
}
a.to_top {
    position: fixed;
    z-index: 999;
    rotate: -90deg;
    right: 69px;
    bottom: 86px;
    width: 80px;
    height: 80px;
    outline: none;
    zoom: 0.8;
}
a.to_top svg {
    fill: white;
}
p.home_gde_1 {
    color: #E66AA8;
    font-family: 'Rubik';
    font-weight: 800;
    font-size: 86px;
    margin: -70px 0 0 0;
}



/* Force all checkout columns to full width */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout div[class*="col-"] {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important; /* Added for compatibility with some frameworks */
    box-sizing: border-box;
}

/* Ensure the main form sections also span full width if needed */
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last,
.woocommerce-checkout form .form-row-wide {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* If the columns are inside a 'row' div, this might help as well */
.woocommerce-checkout .row {
    display: block !important;
}
.woocommerce-shipping-fields__field-wrapper p {
    display: block;
}
.woocommerce-billing-fields__field-wrapper p {
    display: block;
}
.woocommerce-billing-fields__field-wrapper p label {
    font-size: 17px;
}
.woocommerce-shipping-fields__field-wrapper p label {
    font-size: 17px;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 17px;
    /* padding-left: 15px; */
}
p#order_comments_field {
    display: block;
    font-size: 17px;
}
span.woocommerce-input-wrapper label {
    font-size: 17px;
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
    margin-left: 15px;
}
span.optional {
    display: none;
}
button#place_order {
    font-family: 'Rubik';
    background-color: #E35A8D;
    color: #fbf7e1;
    width: auto;
    border-radius: 20px;
    text-transform: uppercase;
    display: block;
}
.form-row.place-order {
    display: grid;
    margin: 0;
    padding: 0;
    float: none;
}
.woocommerce-privacy-policy-text {
    display: none;
}
ul#shipping_method {
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
}
p.on_f_txt {
    margin-bottom: 0;
    font-size: 15px !important;
}
.create-account p {
    display: block;
}
.create-account label {
    font-size: 17px;
}
span.pointer_gotofaq svg {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: -3px;
}
span.pointer_gotofaq svg path {
    stroke: #729B22;
}
a.go_to_faq {
    color: #729B22;
    font-size: 24px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #729B22;
    padding: 5px 25px;
    border-radius: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Rubik';
    text-decoration: none;
    margin-bottom: 25px;
}
p#order_comments_field label {
    font-size: 17px;
}
.about_heading {
    position: absolute;
    right: 105px;
    top: 50px;
}
.pre_about_section {
    width: 65%;
    padding: 25px 0;
    font-size: 32px;
    font-family: 'Rubik';
    color: #729B22;
    font-weight: 800;
}
.about_page {
    position: relative;
    color: #729B22;
    font-family: 'Rubik';
    padding-bottom: 50px;
}
.about_page h3 {
    padding: 15px 0;
}
section.gde_kupit {
    padding-bottom: 35px;
}
section.dost_sec {
    padding: 0 0 50px 0;
    margin-top: -41px;
    /* margin-bottom: -41px; */
}
.under_previos svg {
    width: 100%;
    height: auto;
}
section.wow_prod {
    margin-bottom: -10px;
    background-image: url(/wp-content/uploads/2025/09/back_erno.png);
    background-size: contain;
}
.flaxable_group {
    display: flex;
    position: relative;
    margin-top: -90px;
}
.svg_ar {
    padding-right: 35px;
}
section.gde_kupit:before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    background: #fcf8e1;
    margin-top: 59px;
}
.flex_group {
    display: flex;
}
.logo_line {
    display: none;
}
section.gde_kupit a {
    background: #C5D93B;
    text-decoration: none;
    padding: 23px 85px;
    border-radius: 45px;
    color: #E35A8D;
    display: block;
    width: fit-content;
    margin: 25px 25px 45px 55px;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Rubik';
}
.shok_desc p {
    font-family: 'Rubik';
}
.apple_group {
    position: absolute;
    right: 9%;
    margin-top: -284px;
}
p.home_gde_2 {
    color: #E66AA8;
    font-size: 24px;
    font-weight: 800;
    max-width: 454px;
    margin-top: 0;
    padding-top: 0;
    font-family: 'Rubik';
}
.block_in.central p {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 800;
    color: #FCF8E1;
}
.grouper_wow {
    position: absolute;
    top: 0;
    max-width: 250px;
    text-align: center;
}
.grouper_wow p {
    margin: 0;
    color: #E66AA8;
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: normal;
}
p.w_title {
    font-weight: 800;
    font-size: 16px;
    font-family: 'Rubik';
    line-height: normal;
}
.fixed_wow {
    position: relative;
}
.centrl_image {
    margin-left: calc(25% - 70px);
    padding-top: 80px;
    margin-bottom: 50px;
}

.two_group {
    display: flex;
    margin-top: 25px;
}
.asaid_menu {
    min-width: 250px;
}
.blog_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
    margin-bottom: 30px;
}
.grouper_wow.added_class2 {
    left: 120px;
    top: 120px;
}
.ref_section {
    margin: 43px 0;
}
p.ref_title {
    margin-bottom: 5px;
}
.rbs-points-wrapper p {
    display: block;
    float: left;
    margin-right: 15px;
}
.grouper_wow.added_class3 {
    right: 50px;
    top: 120px;
    max-width: 300px;
}
h3.smal_loop_title {
    color: #729B22;
    font-size: 19px;
    font-family: 'Rubik';
    font-weight: 800;
}
section.related.products {
    display: none;
}
p.post_expert {
    font-size: 14px;
    color: #00000082;
    margin: 0px 0;
}
.blog_product.adv a:hover {
    text-decoration: none;
}
section.wow_under_slider.in_product span {
    color: #E66AA8;
    display: block;
    margin: 4px auto 0 auto;
    width: 100%;
}
span.read_more {
    color: #E35A8D;
    font-size: 17px;
    text-align: right;
    display: block;
    font-family: 'Rubik';
}
.toolbar_rating {
    width: 100%;
    height: 10px;
    background: #729B2270;
    border-radius: 5px;
        margin: 8px 0 0 0;
}
section.rating .star-rating.rateempty {
    display: block;
    float: unset;
    margin: 0;
}
.text_row_pre {
    display: flex;
}
.row_rating_5,.row_rating_4,.row_rating_3,.row_rating_2,.row_rating_1 {
    display: flex;
    margin-bottom: 26px;
}
.text_row_pre {
    display: flex;
}
section.rating .star-rating.rateempty {
    margin: 0;
}
.toolbar_rating:after {
    content:'';
    position: absolute;
    display: block;
    height: 10px;
}
.overlay_rate {
    background: #729B22;
    height: 100%;
    width: 0%;
    border-radius: 5px;
}

.text_row_pre span {
    /*font-size: 15px;*/
    color: #729B22;
    margin-right: 10px;
    /* line-height: 30px; */
}
p.comment-author {
    color: #E35A8D;
    font-family: 'Rubik';
    font-size: 24px;
    margin-left: 21px;
    margin-top: 23px;
}
p.comment-date {
    color: #E35A8D;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.comit_avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #D9D9D9;
}
.comment-content {
    color: #E35A8D;
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
        margin-top: 39px;
}
.user_in_comit {
    display: flex;
    vertical-align: middle;
    line-height: 14px;
}
ul.product-reviews {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.comment_area .star-rating {
    zoom: 1.5;
    padding-left: 0;
    width: auto;
    margin-bottom: 15px !important;
}
.grouped_comment {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 35px;
    margin-top: 35px;
}
.comment_area {
    border: 2px solid #729B22;
    border-radius: 25px;
    padding: 25px;
   
}
section.rating .star-rating.rateempty {
    margin: 4px 25px 0 0;
}
section.rating p.modal_comit {
    font-size: 16px;
    color: #FBF7E1;
    background: #E35A8D;
    width: fit-content;
    margin: 0 auto 0 auto;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
}
.botton_area_comit {
    margin-top: -58px;
}
.btn_sorter {
    /* border: 1px solid red; */
    width: fit-content;
    margin: 0 auto 0 auto;
    padding: 7px 57px 0px 57px;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #E35A8D;
    margin-top: 15px;
}
section.wow_under_slider.in_product .wow_onegroup {
    text-align: center;
    /*width: 233px;*/
}
section.wow_under_slider svg {
    display: block;
    margin: 0 auto;
}
span.info_rating {
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 600;
    color: #E35A8D;
    line-height: 35px;
}
section.wow_under_slider.in_product span {
    font-size: 13px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0!important;
}
h3.rating_title {
    font-family: 'Shockwave';
    font-size: 60px;
    text-align: center;
    color: #729B22;
    letter-spacing: 6px;
}
p.g_info {
    font-size: 16px;
    font-weight: 500;
}
p.total_star_wow {
    font-weight: 500;
    font-size: 50px;
    text-align: center;
}
section.rating .star-rating {
    float: none;
    margin: 0 auto;
    color: #729B22;
}
.review_wow {
    display: grid;
    grid-template-columns: 20% 60% 20%;
}
p.na_pidstave {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.review_wow p {
    color: #729B22;
    font-family: 'Rubik';
    margin: 0;
    text-align: center;
}
.product_meta {
    display: none;
}
.star-rating {
    color: #E35A8D;
}
section.wow_under_slider.in_product {
    background: #EFEBD3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 4px;
    border-top: none;
    border-bottom: none;
}
.section_about_product {
    background: #F7C5D7;
    color: #E35A8D;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}
.each_posts img {
    border-radius: 10px;
}
h3.desc_product {
    color: #E35A8D;
    font-family: 'Shockwave';
    font-size: 62px;
    display: block;
    margin: 0;
    display: block;
    width: 250px;
    rotate: -10deg;
}

.image_wow {
    position: absolute;
    width: 350px;
    top: -10px;
    left: 30%;
    rotate: 12deg;
}
h2.section_title {
    color: #E35A8D;
    text-transform: uppercase;
    font-size: 32px;
}
.grouped_about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 25px 0;
    column-gap: 35px;
}


#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 99999;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #FBF7E1;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}



#nav-content {
  margin-top: 70px;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  height: calc(100vh - 70px);
  background: #FBF7E1;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  z-index: 99999;
  overflow: scroll;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}

#nav-content li a:hover {
  color: #BF7497;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}


.accordion-content {
  max-height: 0; /* Initially hide content */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* Smooth transition for expansion */
}

.accordion-header {
    background-color: #C5D93B;
    color: #729B22;
    font-weight: 800;
    font-family: 'Rubik';
    font-size: 16px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.2s ease-in-out;
}
.accordion-item {
    margin-bottom: 13px;
}
.accordion-item .accordion-content {
    padding: 15px 17px 0 17px;
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 400;
    background: #F5F5F5;
}

/* Class added by JavaScript when expanded */
.accordion-item.active .accordion-content {
    max-height: 200px;
    
}
nav.woocommerce-breadcrumb {
    display: none;
}

span.pointer_accordion {
    display: flex;
    float: right;
    margin-top: -3px;
    transform: rotate(0deg);
    /* line-height: 12px; */
    transition: transform 0.2s ease-in-out;
}

.thumb_wrapper {
    background: #FBF7E1;
    margin: 30px 30px 0 30px;
    border-radius: 15px;
    /* min-height: 300px; */
}
body.archive.post-type-archive .header_back {
    display: none;
}

h2.woocommerce-loop-product__title {
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 16px;
    color: #FBF7E1;
}
.accordion-item.active span.pointer_accordion {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

/*
.accordion-item.active .accordion-header {
  background-color: #ccc;
}
  .accordion-header:hover {
  background-color: #ccc;
}
*/




.grouped_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    column-gap: 200px;
}
span.righter {
    float: right;
}
span.bolder {
    font-weight: bold;
}
.bordered_div {

    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    margin-top: -16px;
}
.content_b {
    background: #EFEBD3;
    border: 2px solid #E35A8D;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
span.big_data {
    font-size: 40px;
    margin-top: -30px;
}
.outline_div {
    height: 150px;
    overflow: hidden;
    padding-top: 25px;
}
h5#exampleModalLabel {
    color: #729B22;
    font-size: 24px;
    font-family: 'Rubik';
    font-weight: 800;
}
h3#reply-title {
    display: none;
}
div#exampleModal {
    /* min-width: 50%; */
    /* width: 1500px; */
    border-radius: 25px;
    margin-top: 55px;
}
div#exampleModal p.stars a {
    color: #729B22;
}
button.close span {
    border: 1px solid #E35A8D;
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 50%;
    font-weight: 100;
}
button.close {
    color: #E35A8D;
    opacity: 1;
    /* border: 1px solid red; */
    /* width: 15px; */
    /* height: 15px; */
    /* border-radius: 50%; */
}
a.read_more {
    color: #E35A8D;;
    margin: 0;
    display: block;
    text-align: right;
}
.each_posts a {
    font-family: 'Rubik';
    text-decoration: none;
}
.grouper_wow.added_class4 {
    top: 375px;
    max-width: 350px;
}
.grouper_wow.added_class5 {
    top: 384px;
    right: -37px;
    max-width: 350px;
}
.grouper_wow.added_class6 {
    top: 662px;
    left: 84px;
    max-width: 350px;
}
.under_previos {
    margin-top: -310px;
}
a.cat_slash {
    display: ruby;
    width: fit-content;
    padding: 5px 37px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    border-radius: 24px;
    font-family: 'Rubik';
    max-width: 286px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: normal;
}
.flaxeble {
    display: flex;
}
section.home_cat {
    background: #FCF8E1;
    max-width: 100%;
}
.cat_temp {
    display: flex;
}
.prod_slider_plushka {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.two_btn {
    text-align: center;
    margin-bottom: 25px;
}
span.next_btn {
    display: inline-flex;
    transform: rotate(180deg);
    margin: 0 15px;
    cursor: pointer;
}
.prod_slider_plaha {
    position: absolute;
    width: 100%;
    max-width: 100%;
        overflow: hidden;
}
.thumb_wrapper {
    min-height: 300px;
}
.thumb_wrapper {
    min-height: 300px;
    vertical-align: middle;
    display: flex;
}
.woocommerce ul.products li.product a img {
    height: fit-content;
    margin: auto;
}

.woocommerce div.product div.images img {
    height: fit-content;
    margin: auto;
}
span.prew_btn {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}
.max_width.grouped_in {
    display: flex;
}
.woocommerce-product-gallery__wrapper {
    height: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: flex;
    height: 100%;
}
.slider-nav {
    position: absolute;
    bottom: -181px;
    width: 100%;
    right: 20%;
}
.woocommerce-product-gallery__image {
    height: 100%;
}

p.slider_alt {
    display: block;
    position: absolute;
    color: #EA729F;
    font-weight: 800;
    right: 303px;
    bottom: -72px;
    font-size: 37px;
}
.two_btn.in_head span.next_btn_top,.two_btn.in_head span.prew_btn_top {
    display: block;
}


span.next_btn_top {
    display: inline-flex;
    transform: rotate(180deg);
    margin: 0 15px;
    cursor: pointer;
}
span.prew_btn_top {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.cat_temp {
    display: flex;
    margin: 0px auto;
    padding: 50px;
    text-align: center;
    width: fit-content;
}
.cat_chank {
    height: 250px;
    width: 250px;
    border: 5px solid #C5D93B;
    margin: 0 25px;
    border-radius: 25px;
    background-size: cover;
}
section.product_slider {
    background: #C5D93B;
}
.slide_in {
    /*width: 350px;*/
    height: 350px;
    background-size: cover;
}
.slide_in {
    width: 250px;
    height: 361px;
    background-size: contain;
    background-color: #FCF8E1;
    background-position: center;
    background-repeat: no-repeat;
    margin: 25px;
    border-radius: 50px;
    border: 6px solid #E66AA8;
}

.slide_in:nth-child(2n) {
    border: 6px solid #A67ABA;
}

.bottom_plashka_slide svg {
    width: 100%;
    height: auto;
    margin-bottom: -11px;
}

div#page {
    background: #FBF7E1;
}

button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}
section.slider .wow_slide_big {
    width: 100%;
    height: 70vh;
    background-position: center;
    background-size: 126%;
}


h1.product_title {
    color: #E35A8D;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 0;
}
h3.product_subtitle {
    color: #E35A8D;
    margin: 0;
    padding: 0;
    font-size: 24px;
}
.star_block_rating {
    padding: 5px 0;
    margin: 10px 0;
}
bdi {
    color: #E35A8D;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.smal_about {
    color: #E35A8D;
    font-size: 22px;
}
p.title_prod {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
}
.smal_about p {
    margin:0;
}
.summary.entry-summary button.single_add_to_cart_button {
    background: #E66AA8;
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 25px;
}
.cleared {
    width: 100%;
    display: block;
    clear: both;
}
.qib-button-wrapper {
    background: white;
    border: 1px solid #D9D9D9;
}
.quantity input {
    color: #E35A8D;
    font-weight: 600;
}
body button.minus.qib-button, body button.plus.qib-button {
    color: #e66aa8;
    font-weight: 800;
    background: white !important;
    border: none;
}
.two_btn.in_head {
    display: inline-flex;
    /* margin: 0 auto; */
    width: 250px;
    line-height: 13px;
    margin-top: 28px;
    margin-left: 32%;
}


.prod_slider_plaha {
    display: none;
}


@keyframes rotation {
  from {
    transform: rotate(0deg) scale(1); /* Starting state: no rotation */
   
  }
  25%  {
    /* ignored */
    transform: rotate(0deg) scale(1);
    
  }
  35%  {
    /* ignored */
    transform: rotate(20deg) scale(1);
    
  }
  50%  {
    /* ignored */
    transform: rotate(-55deg) scale(1.2);
    
  }
  to {
    transform: rotate(0deg) scale(1); /* Ending state: full rotation */
    
  }
}
.shine-div.slick-slide.slick-current.slick-active .wow_slide_big {
    animation: rotation 2s linear; /* Apply 'rotation' animation, 2 seconds duration, infinite loop, linear timing */
}

.wpgs-nav.slick-initialized.slick-slider {
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.wpgs-for.slick-initialized.slick-slider .slick-list {
    overflow: visible;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-top: 50px;
    margin-bottom: 100px;
}
.menu-item-has-children:after {
    content: '>';
    rotate: 90deg;
    display: block;
    float: right;
    position: absolute;
    right: -11px;
    width: 15px;
    height: 15px;
    top: 53px;
    color: #fbf7e1;
    font-weight: bolder;
    font-family: monospace;
}
body {
    background: #fff;
    overflow-x: hidden;
}
.wpgs-nav.slick-initialized.slick-slider img {
    max-height: 67px;
    width: auto;
    max-width: fit-content;
}
ul.sub-menu {
    display: block;
    background: #e35a8d;
    border-radius: 25px;
    margin-top: -32px;
    line-height: normal;
}
ul#primary-menu ul.sub-menu a {
    padding: 18px;
    margin: 0;
    line-height: 25px;
}
.star_rating_in_li .star-rating.rateempty:before {
    color: #e66aa8;
}
.star_rating_in_li .woocommerce-product-rating {
    display: inline-flex;
    line-height: 22px;
    vertical-align: middle;
}
.woocommerce-product-rating .star-rating.rateempty {
    margin-top: 10px;
    margin-right: 10px;
    /* display: list-item; */
}
.woocommerce ul.products li.product .button {
    width: 80%;
    padding: 18px;
    text-transform: uppercase;
}


.entry-meta {
    display: none;
}
footer.entry-footer {
    display: none;
}
.blog_loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.blog_loop h2.entry-title {
    font-family: 'Rubik';
    font-size: 18px;
    /* color: red; */
}
.archive_post_loop .entry-content {
    height: 72px;
    overflow: hidden;
}
.archive_post_loop a {
    color: #e35a8d;
}
.archive_post_loop {
    background: #C5D93B;
    border-radius: 25px;
    padding: 25px;
}
.woocommerce-product-gallery__image:after {
    content: '';
    width: 50%;
    height: 80%;
    /*background: #F7C5D7;*/
    background: radial-gradient( white, #F7C5D7);
    display: block;
    position: absolute;
    border-radius: 50px;
    top: 21px;
    left: 22%;
    /* z-index: 0; */
}
.woocommerce-product-gallery__image img {
    z-index: 9999;
    position: relative;
}


.woocommerce div.product div.images img:hover {
    transform: scale(1.2);
    rotate: 20deg;
    transition: all 0.5s ease-out;
}
.woocommerce div.product div.images img {
    transform: scale(1);
    rotate: 0deg;
    transition: all 0.5s ease-out;
}


.grouped_info .image_wow img {
    transform: scale(1);
    rotate: 0deg;
    transition: all 0.5s ease-out;
    max-height: 387px;
    margin-top: 9px;
}
.grouped_info .image_wow:hover img {
    transform: scale(1.2);
    rotate: -20deg;
    transition: all 0.5s ease-out;
}
/*.shine-div.slick-slide.slick-current.slick-active.slick-center*/
.shine-div {
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: radial-gradient(farthest-corner at top,#e35a8d white) top right/200% 200%;
  display: flex;
  color: white;
  animation: colorChange 1s infinite alternate;
}

@keyframes colorChange {
  to {
    transition: background-color 0.3s ease-in-out; 
 }
}

.acf-field.acf-field-true-false {
    display: flex;
    direction: rtl;
    text-align: right;
    float: left;
}

.modal-dialog {
    min-width: 60%;
}
.acf-field.acf-field-true-false label {
    margin-right: 15px;
}
form#commentform p.stars {
    zoom: 2;
    margin: 14px auto;
    display: block;
    width: fit-content;
    position: relative;
    text-align: center;
    width: 100%;
}

label {
    color: #729B22;
    font-weight: 800;
    font-family: 'Rubik';
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #E35A8D;
}

input[type="checkbox"]:checked {
  background-color: #4CAF50;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M7.629 13.314L4.293 10l1.414-1.414L7.629 10.486l6.664-6.664L15.707 5.236z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.acf-field.acf-field-checkbox.acf-field-68d586b650329 .acf-input input[type="checkbox"] {
    display: none;
}

    .acf-field.acf-field-checkbox.acf-field-68d586b650329 .acf-input label {
    display: block;
    border: 1px solid #729B22;
    width: 32%;
    float: left;
    margin: 5px 0.5%;
    text-align: center;
    border-radius: 15px;
    padding: 15px 0;
        font-weight: 500;
    font-size: 13px;
}
textarea#comment {
    border: 1px solid #729B22;
    border-radius: 15px;
    padding: 15px 15px;
}
.mega_input:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 25px;
}
.acf-field.acf-field-checkbox.acf-field-68d586b650329 .acf-input label.selected {
    background: #E35A8D;
    color: #FBF7E1;
    border: 1px solid transparent;
}

.site-main.advanced {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
h1.entry-title {
    font-family: 'Rubik';
    font-size: 62px;
    text-align: center;
    color: #e35a8d;
    padding: 0;
    margin: 0;
}
.site-main.advanced {
    padding-top: 20px !important;
    padding-bottom: 20px;
    margin-top: 0 !important;
    background-image: url(/wp-content/uploads/2025/09/b.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -24px;
    min-height: 50vh;
}
.grouped_form p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}
.form_uno {
    margin: 0 auto;
    color: #E35A8D;
    max-width: 449px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 276px);
}
.one_block span {
    display: block;
    font-family: 'Rubik';
    color: #729B22;
    text-align: center;
    font-size: 16px;
}
.totaling_group {
    display: flex;
}
.one_block {
    margin-right: 45px;
    background: white;
    padding: 23px 15px;
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 157px;
}
.woocommerce-MyAccount-content {
    font-family: 'Rubik';
    color: #729B22;
}
.woocommerce-MyAccount-content h2 {
    
    font-size: 24px;
    font-weight: 800;
    padding: 25px 0;
}
.grouped_div {
    display: flex;
}
.side_in {
    margin-right: 45px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.side_in span {
    display: block;
}
.seperated {
    height: 1px;
    width: 58%;
    background: #729B22;
    margin: 25px 0;
}
p.bolder_mini_title {
    font-weight: 800;
    margin-bottom: 0;
}
.no_orders {
    text-align: center;
    padding: 50px 0;
    font-weight: 800;
}
p.no_orders_text {
    margin-top: 30px;
}
.woocommerce-MyAccount-content label {
    display: block;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
button.woocommerce-Button.button {
    background: #E35A8D;
    color: #FBF7E1;
    padding: 15px 45px;
    border-radius: 15px;
}
.woocommerce-account h1.entry-title {
    font-family: 'Rubik';
    font-size: 30px;
    font-weight: 800;
    color: #729B22;
}
.one_block.advanced_option {
    width: fit-content;
}
.one_block.advanced_option span {
    font-weight: 800;
    font-size: 24px;
}
nav.woocommerce-MyAccount-navigation a {
    color: #729B22;
    font-family: Rubik;
    line-height: 46px;
    padding: 15px;
}
li.product {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.25);*/
}
nav.woocommerce-MyAccount-navigation li.is-active a {
color: #FBF7E1;
}
nav.woocommerce-MyAccount-navigation li.is-active {
    background: #729B22;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 237px;
    overflow: hidden;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
    /* max-width: 205px; */
    border-radius: 10px;
}
a.next.page-numbers,a.prev.page-numbers {
    background: #F7C5D7;
    padding: 8px 15px;
    color: #E35A8D;
}
.asaid_menu {
    font-family: 'Rubik';
}
a.page-numbers {
    background: white;
    color: #E35A8D;
    padding: 8px;
}
span.page-numbers.current {
    background: #F7C5D7;
    padding: 8px;
    color: white;
}
nav.woocommerce-MyAccount-navigation li {
    background: #F7FCD6;
}

.xoo-wsc-items-count, .xoo-wsch-items-count {
    background-color: #e35a8d;
    border: 1px solid #fbf7e1;
    color: #ffffff;
}
.form_uno input, .form_uno textarea {
  width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    border: 1px solid #E35A8D;
    border-radius: 10px;
    min-height: 46px;
    padding: 5px 15px;
    outline: none;
}
p.form_info {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #E35A8D;
    border: none;
    cursor: pointer;
    color: #FBF7E1;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
}
.form_uno label {
    color: #E35A8D;
    font-weight: 400;
}
form#commentform input#submit {
    background: #729B22 !important;
    color: #FBF7E1 !important;
    padding: 15px 30px !important;
    float: right;
    border-radius: 15px !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 1px solid #729B22;
}


.acf-field.acf-field-gallery.acf-field-68d5867d50327 {
    display: none;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #E66AA8;
}
.on_hidden_overlay a {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-family: 'Rubik';
    font-weight: 400;
    color: #729B22;
}
p.over_title {
    margin-top: 5px;
    font-weight: 800;
}
.on_hidden_overlay {
    opacity: 0;
    display: none;
}
.overlay_sorter:hover .on_hidden_overlay {
    opacity: 1;
    display: block;
}
.u-column1.col-1.woocommerce-Address {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
.woocommerce-account .addresses .title .edit {
    float: none;
}
ul.sub-menu {
    display: block;
    background: #FCF8E1;
    color: #729B22;
    border-radius: 25px;
    margin-top: -32px;
    line-height: normal;
}
ul#primary-menu ul.sub-menu a {
   color: #E35A8D;  
}

span.header_span {
    display: block;
    color: #729B22;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation li.menu_header {
    background: white;
    padding: 13px;
    font-family: 'Rubik';
}
span.span_span {
    color: #729B22;
    font-family: 'Rubik';
}
input {
    border: 1px solid #729B22;
}
h1.mega_title {
    color: #E35A8D;
    font-size: 50px;
    text-align: center;
    font-family: 'Rubik';
    font-weight: 800;
}
.content_rev {
    background: #C5D93B;
    padding: 47px 43px;
    margin-bottom: 25px;
    border-radius: 70px;
    font-family: 'Rubik';
    color: #729B22;
    box-shadow: 0px 4px 4px 0px #0000004D;
}
.woocommerce div.product .product_title {
    font-family: 'Rubik';
    font-weight: 800;
    font-size: 49px;
    margin-bottom: 25px;
}
h3.product_subtitle,.woocommerce div.product form.cart .button {
    font-family: 'Rubik';
}
.section_about_product,h2.section_title {
    font-family: 'Rubik';
}
.section_about_product b {
    font-weight: 800;
}
ul.product-reviews_page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
ul.product-reviews_page li {
    background: #C5D93B;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 15px 25px;
}
.blog_product.adv {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
    margin-bottom: 25px;
}
.blog_product.adv .each_posts img {
    width: 100%;
}
.blog_product.adv .each_posts {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid #729B22;
    background: #FBF7E1;
    transition: all 0.5s ease-out;
}
.blog_product.adv .each_posts:hover {
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-out;
}

.big_photo {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    /* box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15); */
    border-radius: 5px;
}
h1.post_title {
    font-size: 40px;
    font-family: 'Rubik';
    color: #E35A8D;
    max-width: 500px;
    text-align: center;
    margin: -108px auto 0 auto;
    background: #fbf7e1;
    border-radius: 25px;
}
.entery_content {
    margin-top: 50px;
}
.image_in_star {
    width: 100%;
    height: 250px;
    background: #80808070;
    border-radius: 15px;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button, button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 304px;
    font-family: 'Rubik';
     background-color: #E35A8D;
     color: #fbf7e1;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover, button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #E35A8D;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #E35A8D;
    color: #fbf7e1;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, form.woocommerce-form.woocommerce-form-login.login p.form-row {
    display: block;
}
form.woocommerce-form.woocommerce-form-login.login a {
    color: #E35A8D;
}
.entry-content h2 {
    color: #E35A8D;
    font-weight: 800;
}
body .asaid_menu .foot_side .current-menu-item a {
    color: #E35A8D!important;
}
a.backlink svg {
    width: 50px;
    height: 50px;
}
a.backlink {
    position: absolute;
    margin-top: 25px;
    margin-left: 0;
    z-index: 99;
}
a.woocommerce-button.button.view {
    font-family: 'Rubik';
    background-color: #E35A8D;
    color: #fbf7e1;
    width: auto;
    height: auto;
}
th a, th a:visited {
    color: #729b22;
}
.woocommerce-MyAccount-content button {
    font-family: 'Rubik';
    background-color: #E35A8D;
    color: #fbf7e1;
    text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    /* background: red; */
    font-family: 'Rubik';
    background-color: #E35A8D;
    color: #fbf7e1;
    width: auto;
    height: auto;
    border-radius: 20px;
    text-transform: uppercase;
}
.copy_url span {
    /* background: #C5D93B; */
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 31px;
    font-weight: 700;
}
.wc-block-components-checkbox.wc-block-components-address-form__myplugin-accept_terms_extra label {
	pointer-events: none;
}

/* Включаем клики ТОЛЬКО для ссылок внутри */
.wc-block-components-checkbox.wc-block-components-address-form__myplugin-accept_terms_extra label input#order-myplugin-accept_terms_extra, .wc-block-components-checkbox.wc-block-components-address-form__myplugin-accept_terms_extra label a {
    pointer-events: auto;
}
.wc-block-components-validation-error {
    font-size: 16px !important;
    position: absolute;
    margin-top: -39px;
    zoom: 0.6;
    color: red !important;
}
.wc-block-components-checkbox__label a {
	pointer-events: auto;
}
span.advanced_fix {
    margin: -8px 0 0 32px;
    padding: 0;
    position: absolute;
    font-size: 14px;
    color: #729b4b;
    font-weight: 800;
}
.copy_url {
    background: #C5D93B;
    border-radius: 15px;
    width: fit-content;
    padding: 5px 25px;
    cursor: pointer;
}
 h1.product_title.entry-title {
    text-align: left;
}
.wc-block-components-checkbox.wc-block-components-validated-checkbox-control.wc-block-components-address-form__myplugin-accept_terms_extra span.wc-block-components-checkbox__label {
    display: none;
}
span.wc-block-checkout__shipping-option--free {
    display: none;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    color: #729B22;
    font-weight: 800;
    font-family: 'Rubik';
    font-size: 14px;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 100% !important;
    max-width: 100% !important;
}
div {
    font-family: 'Rubik';
}
div#page main#primary p.gode {
    font-size: 16px;
    color: black;
    margin-bottom: 25px;
    margin-top: -31px;
}
.wc-block-components-button__text {
    background: #e35a8d;
    text-decoration: none;
    padding: 23px 85px;
    border-radius: 45px;
    color: white;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Rubik';
}
@media screen and (min-width: 901px) {
    div#nav-container {
        display: none;
    }
    .star_rating_in_li .star-rating {
        margin-top: 9px !important;
        margin-right: 10px !important;
        margin-bottom: 25px !important;
    }

}
@media screen and (max-width: 1400px) {
p.on_img_1 {
    font-size: 3rem;
}
section.slider p.on_img_2 {
    font-size: 2rem;
}
}
@media screen and (max-width: 1550px) {
    .block_in.firstin svg, .block_in.last svg {
        max-width: 80%;
    }
    .text_on_slider_right {
        width: 83%;
    }
    .slider_right {
        height: calc(100vh - 207px);
    }
}
@media screen and (max-width: 1350px) {
    p.on_img_1 {
            line-height: 81px;
        font-size: 3rem;
    }
    ul#primary-menu a {
        font-size: 12px;
    }
    section.slider p.on_img_2 {
        font-size: 1.5rem;
        line-height: 29px;
    }
}

.rbs-points-wrapper {
    padding-top: 15px;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    display: none;
}
.single-product div#page {
    margin-bottom: -30px;
    padding-bottom: 30px;
}
select#wybierz-smak-pastili {
    margin-bottom: 25px;
    height: 42px;
    padding: 5px;
}
@media screen and (max-width: 1150px) {

.gall_img.third_part .slick-center{
  transform: scale(1.6);
  transition: all .4s ease;
}

    .product_cat-pastila-deser-owocowy .summary.entry-summary {
    padding-top: 50px;
}
 .product_cat-toffa-mix .summary.entry-summary {
    padding-top: 50px;
}
    
    main#main {
    max-width: 100%;
    overflow: hidden;
}
.product_cat-pastila-deser-owocowy .max_width.grouped_in {
    padding-top: 30px;
}
}

@media screen and (max-width: 900px) {
    
    main#main {
    max-width: 100%;
    overflow: hidden;
}
div#page main#primary p {
    color: #729B22;
    font-size: 14px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    width: 100%;
    display: block;
    margin: 8px 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0;
    margin-left: 0;
}


    h1.entry-title {
    font-size: 45px;
    }
    .foot_sheme {
    display: block;
}
.copy_url span {
    font-size: 20px;
}
.right_class_copit {
    display: block;
    text-align: left;
}
.right_class_copit a {
    display: block;
    padding-left: 0;
    margin-left: 0;
}
    a.to_top {
    right: -1px;
    bottom: 120px;
    width: 182px;
    height: 118px;
}
    button#cookie-settings {
    display: none;
}
main#main .qib-button-wrapper {
    width: fit-content;
    margin: 0 auto;
    float: none;
}

    .star-rating {
    margin: auto !important;
}
    .star_rating_in_li .woocommerce-product-rating {
        display: block;
    }
    h1.entry-title {
        padding-top: 55px;
    }
   
    h2.section_title_about_advanced {
        font-size: 22px!important;
    }
.smal_about {
    color: #E35A8D;
    font-size: 17px;
}
    .woocommerce ul.products li.product a img {
		padding: 40px 15px;
	}
    li.product {
        border-radius: 10px;
    }
    *:focus {
    outline: none;
    }
    a:focus img {
        outline: none;
    }
    .woocommerce div.product div.images img:hover {
        rotate: 0!important;
        transform: none;
}
   
    .text_grou {
        float: none;
        margin: 0;
        border-radius: 25px;
    }
    .triangle_circul {
        border-radius: 25px;
        padding: 15px 0;
    }
    .gde_page {
        padding-top: 82px;
    }
    .pre_about_section {
        width: 100%;
        padding: 116px 0 0 0;
        margin-top: 69px;
        line-height: normal;
        font-size: 28px;
    }
    h1.mega_title.about {
        font-size: 50px;
        margin: -22px -45px 0px 0px;
        padding: 0;
    }
    div#nav-content .foot_sheme a {
        color: #FBF7E1;
        text-align: left;
    }
    div#nav-content .fooer_mobail_menu {
        height: 40vh;
        bottom: -19px;
        position: absolute;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    div#nav-content .right_class_copit {
        text-align: left;
    }
    div#nav-content .left_side_copir {
        font-size: 12px;
        margin: 73px 0 0 5px;
    }
    div#nav-content .fooer_mobail_menu svg {
        position: absolute;
        right: 0;
        top: -57vh;
        z-index: -3;
    }
    .row_one_mobail p.menu_title {
        margin-bottom: 5px;
    }
    .row_one_mobail a {
        font-size: 13px;
        line-height: 0;
    }      
    div#nav-content .foot_side {
        margin-right: 10px;
    }
    .fooer_mobail_menu {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .row_one_mobail {
        background: #C5D93B;
        color: #729B22;
    }
    .row_two_mobail .social_group a {
        margin: 15px 6px 15px 0px;
    }
    .row_two_mobail {
        background: #E35A8D;
        color: #FBF7E1;
    }
    h2.shok_title {
        font-size: 63px;
        margin: 25px 0;
    }
    body .menu_mobail a {
        color: #E35A8D!important;
        font-weight: 800;
    }
    #nav-container #nav-content li a {
        padding: 0;
    }
    #nav-container .foot-navigation li {
        margin-bottom: 0;
    }
    .blog_product.adv {
        grid-template-columns: 1fr;
    } 
    .header_icon_btn svg {
        margin: 0 5px;
    }
    .img_apple_img {
        display: none;
    }
        .cat_row_in {
        max-width: 100%;
    }
    header#masthead {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;
        z-index: 999;
    }
    h3.h3nav_menu {
        font-family: 'Rubik';
        font-size: 18px;
        color: #E35A8D;
        text-transform: uppercase;
        font-weight: 800;
    }
    .right_side_plaha a {
        line-height: 70px;
    }
    a.header_icon_btn span {
        display: none;
    }
    .site-branding {
        width: 138px;
        margin: 8px auto;
    }
    svg {
        max-width: 100%;
    }
    .cat_temp a {
        width: 250px;
        display: block;
        margin: 0 15px;
    }
    .wow_group {
       width: 700px;
       overflow: scroll;
    }
    section.wow_under_slider {
        overflow: auto;
    }
.max_width {
    padding: 0 20px;
}
.section_grid_column {
    display: block;
}
.logo_line svg {
    max-width: 100%;
}
.product_group > div {
    position: inherit;
    margin: 0;
    padding: 0;

}
.svg_before {
    display: none;
}
.slider_left {
    width: 100%;
    height: auto;
    max-height: none;
}
.slider_right {
    width: 100%;
}
.cat_chank {
    height: 191px;
}

.right_side_plaha {
    width: 100%;
}
    .header_topik {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
ul#primary-menu a {
    line-height: 30px;
}
.text_on_slider_right {
    width: 100%;
    margin: 0;
}
.cat_temp {
    padding: 25px 0;
    max-width: 100%;
}
.wow_onegroup {
    margin: 0;
}
.two_group {
    display: block;
}
ul.products.columns-3 li {
    display: block;
}
.thumb_wrapper {
    min-height: auto;
    margin: 10px 10px 0 10px;
}
.woocommerce ul.products li.product .button {
    padding: 9px 7px;
    width: auto;
    height: auto;
    font-size: 15px;
    margin-top: 5px;
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 0.992em;
    }
    .header_back {
    display: none;
}


.product_cat_header {
    display: block;
}
.wow_onegroup {
   /* width: 100% !important; */
    text-align: center;
}
.grouped_about {
    display: block;
}
.blog_row {
    display: block;
}
p.on_img_1 {
    font-size: 4rem;
}

.wow_onegroup span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: grid;
}
.max_width.grouped_in {
    display: block;
}
.product.product_cat-batoniki-owocowe .max_width.grouped_in {
    padding-top: 86px;
}
.product.product_cat-batoniki-owocowe .woocommerce-product-gallery {
    padding-top: 51px;
}

.grouped_info {
    display: block;
}
.review_wow {
    display: block;
}
.botton_area_comit {
    margin-top: 25px;
}
.each_posts {
    margin-bottom: 25px;
}
.image_wow {
    position: inherit;
    left: 0;
    margin: 0;
    padding: 0;
}
.grouped_comment {
    display: block;
}
.image_wow {
    max-width: 81%;
    margin: 0 auto;
    rotate: 7deg;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-bottom: 25px;
}
.row_two_mobail .foot_sheme {
    display: block;
}
div#nav-content .asaid_menu:after {
    content: '';
    display: block;
    clear: both;
}
.row_two_mobail .foot_sheme {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.centrl_image {
    margin-left: 0;
    padding-top: 0px;
    margin-bottom: 0px;
}
.centrl_image svg {
    /* width: 100% !important; */
    height: auto;
}
a.backlink {
    left: 0;
    top: 0;
    margin: 0;
}
section.wow_under_slider.in_product .wow_onegroup {
    width: 233px;
    margin: 15px;
}
.woocommerce div.product .product_title {
    font-size: 31px;
}
.about_tofaa {
    margin-top: -97px;
}
.each_posts img {
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}
.outline_div {
    text-align: center;
}
.content_rev {
    border-radius: 22px;
    padding: 16px 14px;
}
ul.product-reviews_page.woocommerce {
    display: block;
}
li.li_review {
    margin-bottom: 15px;
}

}

@media (min-width: 961px) and (max-width: 1050px){ 
    section.slider p.on_img_2 {
        font-weight: 800;
        color: #FCF8E1;
        font-family: 'Rubik';
        line-height: 34px;
        text-align: center;
        margin: 19px 0;
        font-size: 1.5rem !important;
    }
}


section.wc-block-order-confirmation-additional-fields-wrapper {
    display: none;
}
.xoo-wsc-sm-left bdi {
    font-size: 19px;
}
section.woocommerce-order-details p {
    margin-bottom: 0;
}
h2.woocommerce-order-details__title {
    margin-top: 25px;
}







#cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9998;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 650px;
  width: 90%;
  background: #111;
  color: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999999;
}

.xoo-wsc-basket {
    margin: 10px;
    z-index: 9997!important;
}

.cookie-box h3 {
  margin-top: 0;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}

button {
  padding: 10px 18px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid #555;
  color: #ccc;
}

#cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 400px;
  max-width: 90%;
}

.cookie-option {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.cookie-manage-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #111;
  color: #fff;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 13px;
  display: none;
  z-index: 9999;
}

.active {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}

#acf-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9998;
}

#acf-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.acf-modal-content {
  background: #fff;
  max-width: 90%;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  animation: modalFade 0.4s ease;
}

#acf-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.acf-modal-text {
  font-size: 16px;
  line-height: 1.6;
}

.active {
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes modalFade {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
div#page main#primary .social_chek p {
    font-size: 18px;
}

div#page main#primary .ref_section p {
    font-size: 18px;
}

div#page main#primary p.smal_in_u {
    font-size: 18px;
}
span#select2-billing_country-container {
    font-size: 17px !important;
}
button#cookie-manage {
    display: none !important;
}
span.pastila-prefix {
    display: block;
    text-align: center;
}




.pastila-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.pastila-lightbox.active {
    display: flex;
}

.pastila-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}

.pastila-lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    cursor: pointer;
}