/*!
Theme Name: darianA
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: dariana
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	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;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 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;
}


/*buttons*/

/* Стилі для кількості товарів (варіативні та звичайні) */
.woocommerce div.product.prodpage-style2 form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty,
.mobile-cart-version .qty {
  color: #4F5255;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 12px 30px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  background: #FFF;
  height: 50px;
  width: 100%;
}

/* Додаткові стилі для .qty (варіативні та звичайні) */
.woocommerce div.product.prodpage-style2 form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty {
  width: 50px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;

}

/* Стилі для кнопок +/- (варіативні та звичайні) */
.woocommerce div.product.prodpage-style2 form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .minus,
.woocommerce-cart table.cart td.product-quantity div.quantity .minus,
.mobile-cart-version .minus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .plus,
.woocommerce-cart table.cart td.product-quantity div.quantity .plus,
.mobile-cart-version .plus {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 15px;
  position: absolute;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
}

/* Позиціонування кнопок +/- */
.woocommerce div.product.prodpage-style2 form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .minus,
.woocommerce-cart table.cart td.product-quantity div.quantity .minus,
.mobile-cart-version .minus {
  left: 0;
}

.woocommerce div.product.prodpage-style2 form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .plus,
.woocommerce-cart table.cart td.product-quantity div.quantity .plus,
.mobile-cart-version .plus {
  right: 0;
}

/* Стилі для інпутів кількості (варіативні та звичайні) */
.woocommerce div.product.prodpage-style2 form.cart div.quantity .qty,
.woocommerce div.product form.cart div.quantity .qty,
.woocommerce-cart table.cart td.product-quantity input.qty,
.mobile-cart-version input.qty {
  border: 1px solid #DADADA;
  background: white;
  color: black;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
}

/* Стилі для контейнера продукту */
.woocommerce div.product.prodpage-style2 .product-page {
  padding: 0px;
}

/* Стилі для розміщення кількості товарів */
.woocommerce form.cart div.quantity,
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity,
.woocommerce div.product form.cart div.quantity,
.mobile-cart-version div.quantity {
  margin-right: 3%;
  position: relative;
  display: flex;
  width: 17%;
  flex-direction: column;
}

/* Стилі для кошика */
.woocommerce-cart table.cart td.product-quantity div.quantity {
  position: relative;
  display: flex;
  width: 95px;
  justify-content: center;
  margin: 0 auto;
}

/* Додаткові налаштування для стилів кнопок +/- */
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .minus,
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .plus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .minus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .plus,
.woocommerce-cart table.cart td.product-quantity div.quantity .minus,
.woocommerce-cart table.cart td.product-quantity div.quantity .plus {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 15px;
  position: absolute;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
}

.woocommerce-cart table.cart td.product-quantity input.qty {
  width: 95px;
  height: 50px;
}

/* Приховування спін-бутонів для числових інпутів */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Зміна кольору іконок +/- */
.minus svg path,
.plus svg path {
  fill: black !important;
}
.woocommerce__single-description.summary.entry-summary .cart {
  margin-top: 30px;
  display:flex;
}
.woocommerce__single .single_add_to_cart_button {
  margin-top: 0px !important;
}
.woocommerce-notices-wrapper {
  display: block !important;
}
.woocommerce-message {
  background: black !important;
  color: white;
  font-family: Inter;
  padding: 15px;
  line-height: 49px;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-bottom: 30px;
}
.button.wc-forward {

  background: #ececfb;
  padding-left:10px;
  padding-right:10px;
  color: black;
  font-family: Inter;
  font-size:16px;
}
.single_add_to_cart_button.button.alt {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.woocommerce__single-description.summary.entry-summary .price {
  background: #ececfb;
  width: max-content;
  padding: 5px;
  margin-bottom:0px;
}

.product-quantity-pack {
  margin-bottom: 30px;
}

.myaccount-page h1, .cart-page h1, .checkout-page h1 {
  font-size: 33px !important;
  margin-top: 25px;
  text-align: center;
}

* Контейнер для форм */
#customer_login {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Відстань між колонками */
}

/* Кожна колонка займає половину ширини контейнера */
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1; /* Встановлюємо рівну ширину */
    max-width: 48%; /* Додаємо обмеження ширини */
    box-sizing: border-box;
}

/* Заголовки форм */
#customer_login h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
}

/* Поля вводу */
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Кнопки відправки */
#customer_login button {
    width: 100%;
    padding: 10px;
    background-color: #0071a1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

#customer_login button:hover {
    background-color: #005b84;
}

/* Чекбокси і посилання */
#customer_login .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

#customer_login .woocommerce-LostPassword {
    text-align: right;
    font-size: 14px;
}

/* Для мобільних пристроїв */
@media (max-width: 768px) {
    #customer_login {
        flex-direction: column;
    }

    #customer_login .u-column1,
    #customer_login .u-column2 {
        max-width: 100%;
    }
}
#customer_login {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#customer_login p {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.entry-summary {
  margin-top: 0px !important;
}


.woocommerce-cart table.cart td.product-name {
  font-weight: 300;
}
.woocommerce table.cart .cart_item td {
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.product-name {
  font-weight: 500 !important;
}
.woocommerce-cart table.cart td.product-name .variation {
  font-weight: 300 !important;
  font-family: Montserrat;
}
.variation- {
  font-weight: 300 !important;
}
.woocommerce-cart table.cart td.product-quantity input.qty {

  background: transparent;
  border: 0px;
}
.woocommerce .cart-collaterals .cart_totals {
  background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: 400;

}
.woocommerce .cart_totals .shop_table td {
  font-weight: 300 !important;
}

/****************************
  CART PAGE – TABLE & ITEMS
****************************/
/* Загальна таблиця корзини */
.woocommerce table.cart {
  border: 0;
  border-radius: 0;
  background-color: #fff; 
  width: 100%; /* на всяк випадок */
}
.woocommerce table.cart thead th {
  background-color: #ccc;
  color: #454545;
  font-weight: 600;
  padding: 15px;
}
.woocommerce table.cart th,
.woocommerce table.cart td {
  padding: 15px; 
  vertical-align: middle; /* щоб центрувати контент по вертикалі */
}

/* Посилання на видалення товару (хрестик) */
.woocommerce-cart table.cart .product-remove .remove {
  display: inline-block;
  margin: 0 auto;
}

/* Зображення товару в колонці */
.woocommerce-cart table.cart .product-thumbnail {
  width: 60px; /* можна змінити за потреби */
  padding: 0;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 60px; /* або авто, як вам зручніше */
  height: auto;
  box-shadow: none;
}

/* Поле для введення купонів у кошику */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 10px;
}

/* Кнопка "Застосувати купон" і "Оновити кошик" */
.woocommerce-cart table.cart td.actions button.button {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  color: #fff;
  background-color: #cd2122;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
}
.woocommerce-cart table.cart td.actions button.button:hover {
  background-color: #343434;
}

/* Кнопка обчислення доставки (Shipping Calculator) */
.shipping-calculator-button {
  background-color: #d4d4d4;
  padding: 6px 10px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none; 
}
.shipping-calculator-button:hover {
  background-color: #ccc;
  color: #000;
}

/****************************
  CART TOTALS (праворуч)
****************************/
.cart-collaterals .cart_totals {
  border: none;
  background-color: #fff;
  padding: 20px;
}
.cart-collaterals .cart_totals > h2 {
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
  font-size: 18px;
}
.cart-collaterals .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}
.cart-collaterals .cart_totals table tr td,
.cart-collaterals .cart_totals table tr th {
  padding: 10px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}
.cart-collaterals .cart_totals .order-total td {
  font-weight: 700;
  border-top: 1px solid #ccc;
}
.cart-collaterals .cart_totals .order-total td strong .woocommerce-Price-amount {
  color: #000;
  font-size: 16px;
}

/* Кнопка переходу до оплати (Proceed to checkout) */
.wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 30px;
  color: #fff !important;
  background-color: #cd2122;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  transition: background-color .2s;
}
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #343434;
}



/****************************
  COUPON FORM (якщо показується)
****************************/
.woocommerce form.checkout_coupon {
  border: 1px solid #E9E9E9;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.woocommerce form.checkout_coupon p.form-row {
  margin-bottom: 10px;
}
.woocommerce form.checkout_coupon .button {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  background-color: #cd2122;
  border: none;
  border-radius: 3px;
  padding: 8px 15px;
  transition: background-color .2s ease-in-out;
}
.woocommerce form.checkout_coupon .button:hover {
  background-color: #343434;
}

/****************************
  CHECKOUT – MAIN WRAPPER
****************************/
.woocommerce-checkout {
  background-color: #fff;
  padding: 0px;
  /* Можна додати щось ще за бажанням */
}

/****************************
  NOTICE BANNER
****************************/
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #A7B9C3; /* колір фону (тло) */
  border-left: 0.618em solid rgba(0,0,0,0.15); 
  color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  line-height: 1.5;
}
.woocommerce-notices-wrapper .woocommerce-info a {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}

/****************************
  CHECKOUT FORM LAYOUT
****************************/
.woocommerce-checkout .col2-set {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* щоб на мобільних переносилося */
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  flex: 1 1 300px; /* змінити під себе */
}

/****************************
  BILLING / SHIPPING FIELDS
****************************/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 15px;
}

.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

/****************************
  REVIEW ORDER TABLE
****************************/
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table thead th {
  background-color: #ccc;
  color: #454545;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}

.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  padding: 12px;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  border-top-width: 2px;
  border-top-color: #999;
  font-weight: 700;
  font-size: 16px;
  color: #000; /* аби виділити загальну суму */
}

/****************************
  SHIPPING METHODS
****************************/
.woocommerce-checkout #shipping_method,
.woocommerce-checkout .woocommerce-shipping-totals {
  margin: 15px 0;
}
.woocommerce-checkout #shipping_method li,
.woocommerce-checkout ul.woocommerce-shipping-methods li {
  margin-bottom: 8px;
}
.woocommerce-checkout #shipping_method li label {
  margin-left: 5px;
}

/****************************
  PAYMENT SECTION
****************************/
.woocommerce-checkout #payment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ccc;
}
.woocommerce-checkout #payment ul.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods.methods li {
  margin-bottom: 10px;
}
.woocommerce-checkout #payment .woocommerce-info {
  background: #FAAC9B; /* помітне попередження */
  border-left: .618em solid rgba(0,0,0,0.15);
  color: #fff;
  margin: 15px 0;
  padding: 10px 15px;
}

/****************************
  TERMS / PRIVACY BLOCK
****************************/
.woocommerce-terms-and-conditions-wrapper {
  margin: 20px 0;
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

/****************************
  PLACE ORDER BUTTON
****************************/
.woocommerce-checkout .place-order .button.alt,
.woocommerce-checkout .place-order #place_order {
  display: inline-block;
  background-color: #cd2122;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  padding: 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color .2s;
}
.woocommerce-checkout .place-order .button.alt:hover,
.woocommerce-checkout .place-order #place_order:hover {
  background-color: #343434;
}

/****************************
  SCREEN READER TEXT
****************************/
.screen-reader-text {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (min-width: 1000px) {
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48%;
    float: left;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

h3#order_review_heading {
    width: 48%;
    display: inline-block;
    padding: 0 0 0 4%;
}
div#order_review {
    width: 48%;
    float: right;
}
}



.woocommerce-cart table.cart td.product-remove .remove::before, .woocommerce-cart table.cart td.product-remove .remove::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #FFF;
  margin: -1px 0 0 -6px;
}

.woocommerce-cart table.cart .product-remove .remove {
  display: inline-block;
  margin: 0 auto;
  background: black;
  border-radius: 100px !important;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  color: white;
  border-bottom: 0px !important;
  text-decoration: none;
}
.product-name * {
  color: black !important;
  text-decoration: none;
}
.product-quantity {
  text-align: center !important;
}
.cart-collaterals {
  width: 36%;
  float: right;
  margin-top: -50px;
}

.cart-collaterals .woocommerce-shipping-totals.shipping {
	display:none;
}
.cart-collaterals .cart_totals > h2 {
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  color: black;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: black !important;
  color: white !important;
  padding: 10px;
  font-family: Inter;
  font-size: 15px;
}
.woocommerce-info a {
  color: white !important;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Inter;
}
#order_review_heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper p {
  margin: 0px;
}

#order_review .shop_table.woocommerce-checkout-review-order-table * {
  text-align: left;
  font-size:16px;
}
/* Застосовуємо стилі до конкретного елемента */
#billing_country_field select#billing_country {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

/* Стилі для Select2 */
#billing_country_field .select2-selection--single {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

#billing_country_field .select2-selection__rendered {
    line-height: 42px !important;
}

#billing_country_field .select2-selection__arrow {
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
}
/* Застосувати стилі до конкретного блоку */
.woocommerce-shipping-methods {
    list-style: none; /* Видалити маркери списку */
    margin: 0; /* Прибрати зовнішні відступи */
    padding: 0; /* Прибрати внутрішні відступи */
}

.woocommerce-shipping-methods li {
    margin: 0; /* Прибрати відступи між елементами списку */
    padding: 0; /* Прибрати внутрішні відступи */
    list-style-type: none; /* Прибрати будь-які символи списку */
}
.woocommerce-error {
  background-color: #e2401c;
  color: white;
  font-size: 18px;
  padding-left: 20px;
}
.select2-container {
    width: 100% !important; /* Забезпечує ширину 100% */
    height: 42px !important; /* Встановлює висоту */
    box-sizing: border-box; /* Враховує padding та border */
}

/* Стиль для select2-selection */
.select2-selection--single {
    height: 42px !important; /* Встановлює висоту */
    line-height: 42px !important; /* Вирівнює текст по вертикалі */
    padding: 0 10px !important; /* Відступи для тексту */
    border: 1px solid #ccc !important; /* Рамка */
    border-radius: 4px !important; /* Заокруглення кутів */
    display: flex; /* Гнучке вирівнювання */
    align-items: center; /* Центрування тексту */
}

/* Стиль для select2-selection__rendered */
.select2-selection__rendered {
    line-height: 42px !important; /* Вирівнює текст по вертикалі */
}

/* Стиль для стрілки */
.select2-selection__arrow {
    height: 42px !important; /* Висота стрілки */
    display: flex;
    align-items: center; /* Центрування стрілки */
}

.woocommerce-order-details, .woocommerce-customer-details {
  display: none;
}
.cart-collaterals .order-total,.cart-collaterals .fee {
  display: none !important;
}
.checkout-button.button.alt.wc-forward {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
.woocommerce-checkout {
  background-color: #fff;
  padding: 0px;
}

.woocommerce table.cart .cart_item td {
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 400 !important;

}
.woocommerce table.cart th, .woocommerce table.cart td {
  padding: 15px;

  vertical-align: middle;

}
.woocommerce-cart-form__cart-item.cart_item table.shop_table_responsive tr td  {
  display: flex !important;
  text-align: right;
  clear: both;
  justify-content: space-between !important;
  align-content: center !important;
  align-items: center !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity {
  padding-right: 0px !important;
}
.cart-collaterals {
  width: 100%;
  float: right;
  margin-top: 0px;
}

.cart-collaterals .cart_totals > h2 {
  text-align: center;
}
.woocommerce table.cart .cart_item td {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.woocommerce-cart table.cart td.product-quantity div.quantity {

  margin: 0px !important;
}
.woocommerce-cart table.cart .product-remove .remove {
  margin: 0px !important;
}
.product-remove {
  width: max-content !important;
  float: left;
}
.product-thumbnail::before {
  display: none;
}
.product-thumbnail {
  clear: none !important;
}
.product-thumbnail {
  clear: none !important;
  float: right;
  margin-right: 20px !important;
}
.woocommerce form.cart div.quantity, .woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity, .woocommerce div.product form.cart div.quantity, .mobile-cart-version div.quantity {
  margin-right: 3%;
  position: relative;
  display: flex;
  width: 27%;
  flex-direction: column;
}
.single_add_to_cart_button.button.alt {
  width: 70% !important;
}
.woocommerce-message {
  display: flex;
  flex-direction: column;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {

  clear: none;
  line-height: 30px;
}

}

.header__contact {
    display: flex;
    align-items: center;
    gap: 15px; /* Відступ між елементами */
}

.header__contact a img {
    width: 28px; /* Розмір іконок */
    height: 28px;
}

.header__contact .header__phone {
    display: flex;
    align-items: center;
    gap: 5px;
}
header__contact {
  display: flex;
  gap: 10px !important;
}
.header__contact .custom-language-switcher img {
    width: 35px;
    height: 35px;
}
.header-search {
    position: relative;
}

.search-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.search-form-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
    z-index: 1000;
    min-width: 250px;
}

.search-form-wrapper input[type="search"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.search-form {
  display: flex;
  gap: 5px;
}
.search-submit {
  background: black !important;
  color: white !important;
  display: flex;
  justify-items: center;
  padding: 10px !important;
  border-radius: 4px;
  border: 0px !important;
}
@media screen and (max-width: 769px) {
  .header__logo img {
    width: 120px !important;
    margin-left: -10px;
  }
.cart-count {
  display: block !important;
}
.header__contact {
  display: flex;
  gap: 8px !important;
}
.header__profile {
  margin-top: 3px;
}
.search-form-wrapper {
  position: absolute;
  top: 100%;
  right: -18px;
  display: none;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 6px;
  z-index: 1000;
  min-width: 230px;

}


}
.cart-count {
  font-family: Inter;
  font-weight: 600;
}
.u-column1.col-1.woocommerce-Address > header > h2, .u-column2.col-2.woocommerce-Address > header > h2 {
  font-size: 24px;
}
.myaccount-page #customer_login {
  width: 100%;
}

.header__cart {
    position: relative;
    display: inline-block;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: red;
  color: white;
  font-size: 10px;
  padding: 6px 2px;
  border-radius: 50%;
  font-weight: тщ;
  line-height: 1;
  min-width: 17px;
  text-align: center;
}

.language-switcher-wrapper select {
  padding: 6px 5px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: transparent;
  cursor: pointer;
}

/* --- Стили для обёртки формы --- */
.xlsx-export-form {
  max-width: 100%;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: Inter, sans-serif;
}

/* Заголовок */
.xlsx-export-form h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}



/* Стили для label-ов внутри формы */
.xlsx-export-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

/* Стили для вложенных списков категорий */
.xlsx-export-form ul {
  list-style-type: none;       /* Убираем стандартные маркеры */
  padding-left: 0;             /* Сброс отступа слева */
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Для вложенных <ul> (категории 2-го уровня и далее) добавляем отступ */
.xlsx-export-form ul ul {
  padding-left: 20px;          /* Отступ для визуальной иерархии */
  margin-top: 4px;
  margin-bottom: 4px;
}

/* Каждый элемент списка */
.xlsx-export-form li {
  margin-bottom: 4px;
}

/* Стили для радиокнопок и чекбоксов */
.xlsx-export-form input[type="radio"],
.xlsx-export-form input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
}

/*  Кнопка отправки */
.xlsx-export-form .button-export {
  display: inline-block;
  background-color: #2c6fbb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.1s ease;
  cursor: pointer;
  margin-top: 12px;
}

/* Hover-эффект для кнопки */
.xlsx-export-form .button-export:hover {
  background-color: #1e4f8d;
  transform: translateY(-1px);
}

/* Active/Нажатие */
.xlsx-export-form .button-export:active {
  transform: translateY(1px);
}
.xlsx-export-form label {
  font-family: Inter !important;
}
/* Если нужно, можно адаптировать и для мобильных: */
@media (max-width: 600px) {
  .xlsx-export-form h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .xlsx-export-form .button-export {
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width: 769px) {
	
	
	
}