/*!
Theme Name: Glasses
Theme URI: http://underscores.me/
Author: sreda.team
Author URI: https://sreda.fun/
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: glasses
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Glasses 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;
	min-height: 36vh;
}
.relative {
	position: relative;
}

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

/* register login page 
	 ========================================================================== */
.page-id-362 .u-column1.col-1 {
	display: none;
}
.page-id-11 .u-column2.col-2 {
	display: none;
}
p.woocommerce-LostPassword.lost_password {
	width: auto!important;
	margin: 0;
}

.woocommerce-form.woocommerce-form-register.register {
	width: 100%;
	margin: auto;
}
.woocommerce-form.woocommerce-form-register.register button, .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row {
    width: 100%;
}
img.acc-icon {
    width: 22px;
    margin-left: 5px;
    margin-bottom: -3px;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	text-decoration: none;
	color: #9bd2ce;
}
a:hover {
	text-decoration: underline;
}

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


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	background-color: #8CE7EC;
	padding: 20px 30px;
	color: #fff;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	background-color: #8CE7EC;
}

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


/**
 * 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: transparent;
	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: 0em 0;
}

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

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 8px;
	background: #e6e6e6;
	line-height: 1;
	cursor: pointer;
	background-color: #8ce7ec;
	padding: 20px 30px;
	color: #000;
	border: 0;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}



/* Custom styles
--------------------------------------------- */
a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
/*containers*/
.container {
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}
.d-none { display: none!important; }
.flex {display: flex;}
.wrap, .flex-wrap {flex-wrap: wrap;}
.flex-end { justify-content: flex-end; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-start { align-items: flex-start; }
.space-between { justify-content: space-between; }
.mb-2 { margin-bottom: 2em; }
.mb-3 { margin-bottom: 3em; }
.mb-4 { margin-bottom: 4em; }
.mb-5 { margin-bottom: 5em; }
.mb-6 { margin-bottom: 6em; }
.mb-9 { margin-bottom: 9em; }
.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mt-3 { margin-top: 3em; }
.mt-4 { margin-top: 4em; }
.mt-5 { margin-top: 5em; }
.pb-1 { padding-bottom: 1em; }
.pb-2 { padding-bottom: 2em; }
.pb-3 { padding-bottom: 3em; }
.pb-4 { padding-bottom: 4em; }
.pb-5 { padding-bottom: 5em; }
.pb-6 { padding-bottom: 6em; }
.pt-1 { padding-top: 1em; }
.pt-2 { padding-top: 2em; }
.pt-3 { padding-top: 3em; }
.pt-4 { padding-top: 4em; }
.gap-06 { gap: .6em; }
.gap-1 { gap: 1em; }
.gap-2 { gap: 2em; }
.gap-3 { gap: 3em; }
.gap-4 { gap: 4em; }
.gap-6 { gap: 6em; }
.col-3 { width: 25%; }
.col-4 { width: 33.3%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.6%; }
.col-9 { width: 75%; }
.col-12 { width: 100%; }
.col-auto { width: auto; }
ul { list-style: none; margin: 0; padding: 0; }
ul li { margin-bottom: .6em; }
.font-xxs {font-size: 14px;} .font-xs {font-size: 15px;} .font-s {font-size: 17px;} .font-m {font-size: 20px;} .font-l {font-size: 24px;} .font-xl {font-size: 40px;} .font-xxl {font-size: 50px;};
.font-s a { font-size: 17px; } .font-xs a { font-size: 15px; }
.weight-normal { font-weight: 400; }
.weight-medium { font-weight: 500; }
.items-center { align-items: center; }
.py-1, .py-1 a {padding-top: 1em; padding-bottom: 1em;}
.py-06, .py-06 a {padding-top: .6em; padding-bottom: .6em;}
.radius-12 { border-radius: 12px; overflow: hidden; }
.h-768 { height: 768px; }
.h-full { height: 100%; }
.flex-0 { flex: 0 !important; }
.square { aspect-ratio: 1 / 1; }
.square .kt-inside-inner-col { aspect-ratio: 1 / 1; }
.adaptive-bold { margin: 0; font-size: clamp(20px, 17.8176px + 0.6818vw, 26px); font-weight: 500; line-height: 1; letter-spacing: -0.78px; }
.w-full {width: 100%;}

@media(max-width: 996px) {
	.md-gap-0 { gap: 0; }
	.md-gap-06 { gap: 0.6em; }
	.md-gap-2 { gap: 2em; }
	.md-mt-0 { margin-top: 0; }
	.h-768 { height: 100%; }
}

/*colors */
/* .grey1 { color: #747474; } */
.grey1 { color: #000; }
.white, a.white { color: #fff; }
.black { color: #000; } .black a { color: #000; }
.blue { color: #1080c6; }
.bg-dark-grey { background-color: #222; }
.bg-lite-grey { background-color: #f7f7f7; }
/* .bg-turquoise-grey { background: linear-gradient(to right, #84c9c4, #84c9c4c9); } */
.bg-turquoise-grey { background: #8CE7EC; }
footer a { color: #111; }
footer .logo img { width: 200px; }
footer .social-images a:last-of-type img { width: 38px; }
footer .social-images img.ftrwsp { width: 34px;}

/**/
.row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-params {
	display: flex;
	flex-direction: row;
	
}

.card-section img {height: 64px;}

@media(max-width: 768px) {
	.card-section img {
		height: 45px;
	}
	.card-section {
		display: flex;
		flex-direction: row-reverse;
	}
	footer#colophon .col-4, footer#colophon .col-3 { width: 100%; } 
	footer#colophon .row.mb-4.pt-4 { display: flex ; flex-direction: column; } 
	footer#colophon .col-8.flex.flex-end.gap-06.md-gap-2 { display: flex ; flex-direction: column; gap: 0; margin-top: 20px; } 
	footer#colophon .flex.flex-row.space-between.pb-3 { display: flex ; flex-direction: column-reverse; gap: 2em; }
}
@media (max-width: 450px) {
	.ar-cont {
		height: 500px!important;
		background: #d9f0fb;
	}
	.item-hero__content {
		bottom: 60px;
		background: #ffffff63;
		padding: 20px;
		backdrop-filter: blur(1px);
	}
	.kadence-column61_42cdaf-cc > .kt-inside-inner-col {
		background-size: contain!important;
	}
}


/*header*/

nav.header-menu .menu-list {
	display: flex;
	gap: 1em;
}
nav.header-menu li {
	margin-bottom: 0;
}

.header-image img {
	width: 140px;
	margin-top: -13px;
	margin-bottom: -20px;
}
.site-header {
	height: 110px;
	background: #8CE7EC;
/*     background: linear-gradient(to right, #84c9c4, #84c9c4c9); */
	z-index: 120;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(58, 72, 80, .08), 0 2px 4px rgba(58, 72, 80, .08);
	position: relative;
}
.header-wishlist-link {
	color: #000;
	position: relative;
}
a.header-wishlist-link svg {
	stroke-width: .9px !important;
}

.cartcounter, span.wishlist-count {
	color: #fff;
	background: #12607a;
	width: 14px;
	height: 14px;
	position: absolute;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	top: -5px;
	right: -9px;
	padding: 10px;
}
@media(max-width: 996px) {
	.site-header {
		height: 80px;
	}
}



/* ---------------------------
   PRODUCT PAGE LAYOUT
---------------------------- */

.image-description {
	display: flex;
	gap: 2em;
}

.single-product div.product {
	position: relative;
	display: flex;
	flex-direction: column;
}

.image-description .summary.entry-summary {
	width: 50%;
}

.product_meta {
	display: flex;
	color: #999;
	gap: 2em;
}

span.posted_in a {
	color: #999;
	text-transform: lowercase;
}

div.price {
	display: flex;
	gap: 1em;
}

del.price-regular {
	font-size: 25px;
	color: #aaa;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	font-weight: 300;
}

.single-product ins.price-sale,
.single-product .price.price-once {
	color: #111;
	font-size: 25px;
	font-weight: 800;
	background: transparent;
}

.product ol.flex-control-nav.flex-control-thumbs {
	list-style: none;
}

ol.flex-control-nav.flex-control-thumbs li {
	width: 100px !important;
	margin-right: 20px;
}
.single_add_to_cart_button img {
    margin-bottom: -3px;
    margin-right: 4px;
}
.single_add_to_cart_button, .single_add_to_cart_button-var {
    text-decoration: none !important;
}
.single-product .woocommerce-notices-wrapper {
    display: none;
}

.product-button-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    margin-top: 2em;
}
.product_cat-glass-lenses .product-atr-list {
	display: flex;
    flex-direction: column;
}

/* ---------------------------
   WOO GALLERY FIXED & CLEAN
---------------------------- */

/* Основной контейнер галереи — делаем row-reverse, как у тебя */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
	display: flex;
	flex-direction: row-reverse;
}

/* Контейнер миниатюр (превью слева/справа) */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	width: 250px;
	margin: 0 10px 0 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 100%;
}

/* Фиксация минимальной высоты области слайда */
.woocommerce-product-gallery .flex-viewport {
	min-height: 420px;
	border: 1px solid #d4d4d4;
}
.woocommerce-product-gallery__trigger {
	display: none;
}
/* ВАЖНО: убираем твои height:100% — они ломали размеры */
.woocommerce-product-gallery__wrapper {
	/* height: auto; — оставить по умолчанию */
}

.woocommerce-product-gallery__image {
	height: 500px;
/*     display: flex !important; */
	align-items: center;
	justify-content: center;
	overflow: hidden; 
	width: auto;
	text-align: center;
}
@media(max-width: 500px) {
	.woocommerce-product-gallery__image {
		height: 280px;
	}
}

/* Правильные размеры картинки в слайдере */
.woocommerce-product-gallery__image a img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

/* Галерея не должна флоатиться */
.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: none !important;
	display: flex;
    justify-content: flex-end;
}

.single-product label[for="tip-linzy"] {
    margin: 20px 0;
    display: block;
}

/* Ширина блока галереи */
.gallery-block {
	width: 50%;
}


nav.woocommerce-breadcrumb {
	color: #999;
	text-transform: lowercase;
}
span.onsale {
	display: none;
}
ul.tabs.wc-tabs {
	display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 5em;
	margin-bottom: 5em;
}
section.related.products {
	margin-bottom: 4em;
}
section.related.products .products {
	display: flex;
}
li.product.purchasable.product-type-simple:hover {
	box-shadow: 0 0 61px -21px #999;
	border-radius: 12px;
	overflow: hidden;
}
.single_add_to_cart_button, .single_add_to_cart_button-var {
	background-color: #8CE7EC !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 12px 24px !important;
	font-weight: 600 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	transition: background-color 0.3s ease !important;
	line-height: 1.5;
}

.single_add_to_cart_button:hover, .single_add_to_cart_button-var:hover {
	background-color: #7ABEC2 !important;
	transform: translateY(-1px) !important;
}

.prise-and-stock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 996px) {
	.image-description {
		flex-direction: column;
	}
	.gallery-block {
		width: 100%;
	}
	.image-description .summary.entry-summary {
		width: 100%;
	}
	ul.products li.product {
		max-height: 100%;
	}
}
@media (max-width: 660px) {
	section.related.products .products {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 480px) {
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
		display: flex;
		flex-direction: column;
		gap: 9px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		border: 1px solid #d8d8d8;
		margin-right: 0;
		display: flex;
	}
	.single-product.woocommerce ul.products li.product {
		margin-bottom: 20px;
		padding: 15px;
		border-radius: 8px;
		width: 330px;
	}
	section.related.products .products {
		justify-content: center;
	}
	.prise-and-stock {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.product_meta {
		display: flex;
		color: #999;
		gap: .3em;
		flex-direction: column;
	}
	ol.flex-control-nav.flex-control-thumbs li {
		width: 80px !important;
	}
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
		display: flex!important;
		padding: 16px 0;
		flex-direction: column;
	}
	.wc-block-cart-items__row img {
		height: 200px;
		object-fit: cover;
	}
	td.wc-block-cart-item__image {
		padding-right: 0 !important;
		margin-bottom: 1em !important;
	}
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
		align-self: start!important;
	}
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.wc-block-cart-item__total {
		display: none!important;
	}
}


/* Личный кабинет */
.woocommerce-form-container {
    max-width: 520px;
    margin: auto;
}
form.woocommerce-form.woocommerce-form-login.login, .woocommerce-form-register.register {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    box-shadow: 0 0 10px -3px #afafaf;
    padding: 50px;
    border-radius: 8px;
}

.woocommerce-form-login .form-row {
    margin-bottom: 6px;
    margin-top: 20px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login p {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login p label, .woocommerce-form.woocommerce-form-register.register p label  {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}

.woocommerce-form input#username, .woocommerce-form input#password, .woocommerce-form input#reg_email {
	font-size: 20px;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}
.show-password-input {
	width: 24px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border: none;
}
span.password-input {
	display: flex;
	gap: .5em;
	width: 100%;
}

/* Иконка "показать" */
.show-password-input:not(.display-password) {
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg>');
}

/* Иконка "скрыть" */
.show-password-input.display-password {
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M17.94 17.94A10.94 10.94 0 0112 20c-7 0-11-8-11-8a21.77 21.77 0 014.73-6.73"/><path d="M1 1l22 22"/><path d="M9.53 9.53A3 3 0 0114.47 14.47"/></svg>');
}

form.woocommerce-form.woocommerce-form-register.register {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: transparent!important;
	padding: 20px;
	border: 1px solid #00000033;
}
nav.woocommerce-MyAccount-navigation {
	font-size: 22px;
	margin-bottom: 2em;
}
nav.woocommerce-MyAccount-navigation ul {
	display: flex;
	gap: 1em;
}
nav.woocommerce-MyAccount-navigation a {
	color: #111;
	height: 100%;
	width: 100%;
	display: block;
	padding: 14px 20px;
}
nav.woocommerce-MyAccount-navigation li {
	border: 1px solid #9bd2ce;
	width: auto;
	cursor: pointer;
	width: fit-content;
	border-radius: 8px;
}
nav.woocommerce-MyAccount-navigation li:hover {
	background-color: #98d1cd;
}
a.added_to_cart.wc-forward {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-product .added_to_cart.wc-forward {
    display: none;
}
	.woocommerce-form input#reg_email {
		margin-top: 15px;
	}
.reg-line {
	font-size: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6em;
    width: 100%;
}	
.reg-line a {
    color: #69abaf;
}
.variants-cont {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}
.variants-cont-line {
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.variants-cont-text {
	width: 20%;
    text-align: center;
    background: #ffffff;
    z-index: 1;
    font-size: 15px;
    color: #a0a0a0;
}

@media(max-width: 769px) {
	form.woocommerce-form.woocommerce-form-login.login p {
		width: 85%;
	}
	p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
		width: 85%;
	}

	form.woocommerce-form.woocommerce-form-login.login p label, .woocommerce-form.woocommerce-form-register.register p label {
		text-align: center;
	}
	nav.woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: .6em;
		flex-wrap: wrap;
	}
	nav.woocommerce-MyAccount-navigation li {
		margin: 0;
	}
	nav.woocommerce-MyAccount-navigation a {
		font-size: 16px;
	}
	.woocommerce-form.woocommerce-form-register.register {
		width: 90%;
	}
}

@media(max-width: 600px) {
	form.woocommerce-form.woocommerce-form-login.login, .woocommerce-form-register.register {
		margin: 40px 0px;
		padding: 40px 10px;
	}
	form.woocommerce-form.woocommerce-form-login.login label, .woocommerce-form-register.register label {
	    font-size: 18px !important;
	}
}

/*Cart*/
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background-color: #000000;
	color: #fff;
}
a.wc-block-components-product-name {
	color: #000;
	text-decoration: underline;
}
tr.wc-block-cart-items__header {
	font-size: 20px !important;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	font-size: 20px;
}
del.wc-block-components-product-price__regular {
	color: #999;
}
ins.wc-block-components-product-price__value.is-discounted {
	font-size: 20px;
	background: transparent;
	font-weight: 600;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
	font-size: 20px;
}
.wc-block-cart-item__wrap {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
.wc-block-cart-item__prices {
	margin-bottom: 3em !important;
}
a.wc-block-components-product-name {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
	font-size: 20px;
}


/*релейтед*/
.related.products .image-wrapper {
	height: 180px;
	width: fit-content;
	align-items: center;
}
.related.products .woocommerce ul.products li.product {
	margin-bottom: 70px;
}
.related.products li.my-product-item.product.type-product:hover {
	margin-bottom: -80px;
}
.related.products a.product-thumb {
	display: flex;
	justify-content: center;
}
.related.products img.img-main {
	height: 100%;
	object-fit: contain;
}
.related.products img.img-hover {
	position: absolute;
	left: auto;
	right: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}

/* поиск */
.produuct-search-field .ywcas-classic-search .ywcas-input-field-wrapper {
	border-radius: 8px;
}
.ywcas-popover-results .search-result-item .wp-block-button,
.ywcas-popover-results .search-result-item .search-result-item__summary,
.ywcas-popover-results .search-result-item .search-result-item__stock {
	display: none!important;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
	margin-top: 0!important;
	margin-left: -10px;
}
@media(max-width: 600px) {
	p.search-result-item__sku, .search-result-item__summary, .mobile-search-content p.search-result-item__price, .search-result-item__inline_group, .ywcas-badge, .search-result-item .wp-block-button {
		display: none!important;
	}

}


/*sidebar archive*/
.mobile-only {
	display: none;
}

/* скрываем левый sidebar на мобильных */
@media (max-width: 996px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block;
	}
}
@media (min-width: 997px) {
	:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay, :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer, :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__open-overlay, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer, :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-header {
		display: none;
	}
}

/*woocommerce*/
.woocommerce-notices-wrapper:focus-visible {
	outline: none;
}
ul.woocommerce-error {
	padding: 10px 20px;
	border: 1px solid #ad0000;
}
ul.woocommerce-error li {
	margin: 0;
}
button.show-password-input:hover {
	background-repeat: no-repeat;
	background-position: center;
}
:focus-visible {
	outline: none;
}
.params-list.sizes-with-icons .size-row img {
	width: 82px !important;
}
.params-list .row-params {
	margin-bottom: 10px;
}
.breadcrumbs .container {
    width: auto;
}

/*var product*/
.custom-variation-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.variation-item {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .2s;
}

.variation-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.variation-item.active {
    border-color: #000;
    background: #f3f3f3;
}

select#tip-linzy, .single_variation_wrap .woocommerce-variation.single_variation, .single_variation_wrap .quantity {
    height: 0;
    border: none;
    pointer-events: none;
	opacity: 0;
}


@media (max-width: 500px) {
	.mobile-search-close {
		position: relative;
		width: 10%;
		margin: 0 !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.ywcas-search-mobile .wp-block-yith-search-block.alignwide.produuct-search-field {
		width: 100% !important;
	}
	.ywcas-block-components-search-field {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.lapilliUI-Stack__root {
		width: 86%;
}

	.wp-block-yith-search-block.alignwide.produuct-search-field {
		background: #fff;
		border-radius: 20px;
		max-width: 80vw;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
		.mobile-search-icon-yith .produuct-search-field {
			max-width: 40px !important;
			overflow: hidden !important;
			display: block !important;
			position: absolute;
			right: 2px;
			max-width: 50px;
			opacity: 0;
		}
	.ywcas-search-mobile {
		background-color: #000000a1!important;
	}
}

/* Вишлист */
.wishlist_table tbody.wishlist-items-wrapper tr {
    border: 1px solid #000;
    background: #fff;
    display: flex;
    width: 100%;
    border-radius: 10px;
    flex-direction: row;
    align-items: center;
	margin-bottom: 2em;
	gap: 1em;
}
.wishlist_table thead .product-remove, .wishlist_table thead .product-thumbnail, .wishlist_table thead .product-name, .wishlist_table thead .product-stock-status, .wishlist_table thead .product-price, .wishlist_table thead .product-add-to-cart {
	display: none;
}
.wishlist_table tbody td.product-remove {
    width: 70px;
    font-size: 40px;
    order: 9;
    display: flex;
    align-items: center;
}
.wishlist_table tbody td.product-remove a {
	color: #000;
}
.wishlist_table tbody td.product-remove a:hover {
	text-decoration: none;
	color: #0009;
}

.wishlist_table tbody td.product-thumbnail {
    border-radius: 20px;
}
.wishlist_table tbody td.product-name {
    width: 100%;
}
.wishlist_table tbody td.product-name a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.wishlist_table tbody td.product-price ins {
    color: #000;
}
.wishlist_table tbody td.product-price del {
    font-size: 12px;
}
.wishlist_table tbody td.product-price del span.woocommerce-Price-amount.amount {
	color: #6d6c6c!important;
}
.wishlist_table tbody td.product-price {
	width: 340px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6em;
	font-size: 16px;
	font-weight: 500;
}
.wishlist_table tbody td.product-price span.woocommerce-Price-amount.amount {
    color: #000;
}
@media(max-width: 1310px) {
	.wishlist_table tbody td.product-add-to-cart {
    	width: 25%;
	}
}
@media(max-width: 1120px) {
	.wishlist_table tbody td.product-add-to-cart {
		width: 35%;
	}
	.wishlist_table tbody td.product-remove {
		position: absolute;
		right: 4%;
		top: -11px;
	}
	.wishlist_table tbody td.product-stock-status {
    	width: 200px;
	}
	.wishlist_table tbody td.product-name {
		width: 70%;
	}
}

.wishlist_table tbody td.product-add-to-cart {
	width: 270px;
    display: flex;
    margin-right: 40px;
}
.wishlist_table tbody td.product-add-to-cart a {
    text-align: center;
    background-color: #8CE7EC !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.3s ease !important;
    line-height: 1.5;
    display: block !important;
    margin: 0 !important;
	text-decoration: none!important;
}

.wishlist_table tbody td.product-add-to-cart a:hover {
	background-color: #7ABEC2 !important;
}
.wishlist_table tbody td.product-stock-status {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px !important;
    width: 180px;
    display: flex;
    justify-content: center;
}
.wishlist_table tbody td.product-remove {
    position: absolute;
    right: 3%;
}


.wishlist_table.mobile li {
    border: 1px solid #000;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
	padding: 15px;
	margin-bottom: 2em;
}
.wishlist_table.mobile li h3 a {
    color: #000;
}
.wishlist_table.mobile li h3 {
	margin-top: 0;
    margin-bottom: 0!important;
}
.wishlist_table.mobile li .item-details-table .label, .wishlist_table.mobile li .additional-info-wrapper .label {
    display: none;
}
.wishlist_table.mobile li .item-details-table .value {
    display: flex;
    gap: 1em;
	align-items: center;
}
.wishlist_table.mobile li .item-details-table .value .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 500;
}
.wishlist_table.mobile li .item-details-table .value del {
    color: #4040408f;
    font-size: 14px;
}
.wishlist_table.mobile li .item-details-table .value del .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
    text-align: center;
    background-color: #8CE7EC !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.3s 
ease !important;
    line-height: 1.5;
    display: block !important;
    margin: 0 !important;
    text-decoration: none !important;
    width: 100%;
}
.wishlist_table.mobile span.wishlist-in-stock {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px !important;
    width: fit-content;
    display: flex;
    justify-content: center;
}
.wishlist_table.mobile .additional-info td.value {
    display: flex;
    justify-content: flex-end;
}
.wishlist-title-container a.btn.button.show-title-form {
    display: none;
}
.page-template-one-page-checkout ul.woocommerce-error li a {
    color: #000;
}
