/*!
Theme Name: Sklep OTILUX
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: sklep-otilux
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.

Sklep OTILUX 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%;
}


:root {
    /* Spacing */
    --padding-main: 50px;
    --width-container: 1920px;

    /* Colors */
    --gradient-primary: linear-gradient(90deg, #FC0 0%, #D00000 100%);
    --color-yellow: #FC0;
    --color-red: #D00000;

    /* Typography */
    --font-primary: 'Montserrat', sans-serif;
    --font-size-base: 16px;
    --font-size-small: 14px;
    --font-size-h1: 2.5rem;
    --font-size-h2: 2rem;
    --font-size-h3: 1.75rem;
    --font-size-h4: 1.5rem;
    --font-size-h5: 1.25rem;
    --font-size-h6: 1.1rem;
}

/* Responsive breakpoints */
@media screen and (max-width: 1920px) {
    :root {
        --padding-main: 40px;
        --width-container: 100%;
        --font-size-h1: 2.25rem;
        --font-size-h2: 1.85rem;
        --font-size-h3: 1.6rem;
        --font-size-h4: 1.4rem;
        --font-size-h5: 1.2rem;
        --font-size-h6: 1.05rem;
        --font-size-base: 14px;
        --font-size-small: 12px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --padding-main: 30px;
        --font-size-h1: 2rem;
        --font-size-h2: 1.7rem;
        --font-size-h3: 1.5rem;
        --font-size-h4: 1.2rem;
        --font-size-h5: 1.15rem;
        --font-size-h6: 1rem;
        --font-size-base: 12px;
        --font-size-small: 11px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --padding-main: 20px;
        --font-size-h1: 1.75rem;
        --font-size-h2: 1.5rem;
        --font-size-h3: 1.35rem;
        --font-size-h4: 1.1rem;
        --font-size-h5: 1.1rem;
        --font-size-h6: 1rem;
        --font-size-base: 12px;
        --font-size-small: 10px;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --padding-main: 15px;
        --font-size-h1: 1.5rem;
        --font-size-h2: 1.35rem;
        --font-size-h3: 1.25rem;
        --font-size-h4: 1.05rem;
        --font-size-h5: 1rem;
        --font-size-h6: 0.90rem;
        --font-size-base: 12px;
        --font-size-small: 10px;
    }
}

/* 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: var(--font-primary), BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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;
	font-size: var(--font-size-base);
}

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

ul,
ol {
	margin: 0;
	padding-left: 20px;
}

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

a:visited {
	color: inherit;
}

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 {
	font-family: var(--font-primary);
}

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

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

.header-top {
	padding: 0 max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
	padding-right: calc((100vw - var(--width-container)) / 2)
}
.footer-content {
	padding: 50px max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
	border-top: 5px solid #d10200;
	margin-top: 100px;
}
.header-bottom {
	padding: 0 max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
}
.header-top__left {
    display: flex
;
    align-items: center;
    gap: 30px;
}
#primary {
	padding: 0 max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
}
.language-switcher {
	padding: 0;
	margin: 0;
}
.language-switcher li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.language-switcher li a {
	display: block;
	height: 26px;
	width: 22px;
}
.language-switcher li {
	background-color: black;
	padding: 1px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.language-switcher li a img {
	width: 100% !important;
	object-fit: cover;
	position: relative;
	object-position: 0%;
	height: 100% !important;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.site-branding a {
    display: flex;
}
.header-top {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.header-top__right {
    display: flex
;
    align-items: center;
    gap: 30px;
}
.cta-text-wrapper {
    display: flex
;
    flex-direction: column;
    gap: 0;
}
a.header-cta {
    text-decoration: none;
	flex: none;
	color: white;
}
span.header-cta__sub {
    font-size: var(--font-size-small);
	text-align: end;
	line-height: 100%;
	font-weight: 400;
}
span.header-cta__main {
	font-size: var(--font-size-base);
	text-align: end;
	font-weight: 700;
	line-height: 100%;
}
a.header-cta {
    display: flex
;
    align-items: center;
	height: 80px;
	padding: 10px 40px;
    gap: 10px;
	background: var(--gradient-primary);
}
.header-top__right ul {
    display: flex
;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
	padding: 0;
	margin: 0;
}

.header-top__right ul a {
	text-decoration: none;
	font-size: var(--font-size-small);
	color: rgba(0, 0, 0, 0.5);
}
.menu-short-mobile-wrapper ul a {
	text-decoration: none;
	font-size: var(--font-size-base);
	color: rgba(0, 0, 0, 0.5);
}
.menu-short-mobile-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu-short-mobile-wrapper {
	padding: var(--padding-main);
}
.search-icon {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.header-icons {
    display: flex
;
    gap: 20px;
	align-items: center;
}
.header-icons > * {
	cursor: pointer;
}
.header-icons a {
	display: flex;
	cursor: pointer;
	height: fit-content;
}
form.woocommerce-product-search {
    display: flex
;
    align-items: center;
}
span.close-search {
    font-size: 28px;
    line-height: 28px;
	width: 40px;
	justify-content: center;
    display: flex
;
cursor: pointer;
text-align: end;
}
button.search-submit {
    border-radius: 0;
    background: black;
    color: white;
    border: none;
	height: 40px;
	font-family: var(--font-primary);
	line-height: 100%;
	font-size: var(--font-size-small);
}
input.search-field {
    border-radius: 0;
    border: 1px solid black;
    padding: 10px;
    height: 40px;
	font-size: var(--font-size-small);
	font-family: var(--font-primary);
}
input.search-field:focus {
    outline: none;
}




/* Header Bottom Navigation Styles */
.header-bottom {
    width: 100%;
    background: #fff;
}

.primary-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
	align-items: end;
    padding: 0;
}

.primary-menu li {
    position: relative;
}

.primary-menu > ul > li > a {
    border-bottom: 1px solid black;
}

.primary-menu a {
    display: block;
    padding: 20px 20px;
    color: #333;
    text-decoration: none;
    font-size: var(--font-size-small);
    font-family: var(--font-primary);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.primary-menu a:hover {
    color: var(--color-primary);
}

/* Submenu Styles */
.primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 200px;
    width: 100%;
    z-index: 100;
    border: 1px solid black;
}

.primary-menu > ul > li > .sub-menu {
    top: 100%;
    left: 0;
    border: 1px solid black;
    border-top: none;
}

.primary-menu .sub-menu li {
    width: 100%;
}

.primary-menu .sub-menu a {
    padding: 15px 20px;
}

nav.primary-menu ul > li {
    width: 100%;
}

nav.primary-menu ul {
    gap: 20px;
}

.primary-menu .submenu-opened > .sub-menu,
.primary-menu .sub-menu.show {
    display: block;
}

span.menu-item-additional-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--gradient-primary);
    height: 17px;
    font-size: 10px;
    text-align: center;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1366px){
	a.header-cta {
    display: flex
	;
		align-items: center;
		height: 55px;
		padding: 10px 25px;
		gap: 10px;
		background: var(--gradient-primary);
	}
		.header-icons {
		display: flex
	;
		gap: 15px;
		align-items: center;
	}
	.header-top__right {
    gap: 20px;
}
	.header-icons svg{
		height: 20px;
	}
	input.search-field {
    height: 40px;
}
button.search-submit {
    height: 40px;
}
.primary-menu a {
	padding: 15px 20px;
}
}


@media screen and (max-width: 991px) {
    .primary-menu ul {
        flex-direction: column;
        gap: 0;
    }
    
    .primary-menu .sub-menu {
        position: static;
        width: 100%;
        border: none;
        border-left: 1px solid black;
        margin-left: 20px;
    }

	.primary-menu a {
		text-align: left !important;
		justify-content: start;
	}
    
    .primary-menu > ul > li > .sub-menu {
        border: none;
        border-left: 1px solid black;
    }
}

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

	.header-icons {
		gap: 10px;
	}
		.header-top__right {
    gap: 10px;
}
}



.home .entry-header {
	display: none;
}
h1.entry-title {
    margin: 0;
}

.hamburger-icon {
    display: flex
;
    flex-direction: column;
	align-items: end;
	gap: 6px;
}
.hamburger-icon div.hamburger-line {
    width: 35px;
    height: 3px;
    background-color: #d10200;
	border-radius: 5px;
}
.hamburger-icon div.hamburger-line:nth-child(2) {
    width: 27px;
}
.hamburger-icon div.hamburger-line:last-child {
    width: 32px;
}

.menuOpen .hamburger-icon div.hamburger-line {
    width: 26px;
    height: 3px;
    background-color: #d10200;
	border-radius: 5px;
}
.menuOpen .hamburger-icon div.hamburger-line:nth-child(2) {
    width: 35px;
}
.menuOpen .hamburger-icon div.hamburger-line:nth-child(3) {
    width: 26px;
}

@media screen and (max-width: 991px){
	.header-top__right > div:first-child {
		display: none;
	}
	nav.primary-menu ul {
		gap: 0px;
	}
	.menu-mobile-wrapper {
		position: fixed;
		top: 0;
		left: -110%;
		height: 100%;
		width: 100%;
		z-index: 1000;
		background-color: white;
		transition-duration: 0.2s;
	}
	.menuOpen .menu-mobile-wrapper {
		left: 0;
	}
}
	.menu-mobile-wrapper .mobile-header-top {
		display: flex
	;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding: var(--padding-main);
	}
@media screen and (min-width: 992px){
	.header-top__right .hamburger-icon, .menu-short-mobile-wrapper {
		display: none !important;
	}
	.menu-mobile-wrapper .header-icons, .menu-mobile-wrapper .mobile-header-top {
		display: none;
	}
}

a.cart-icon {
    display: block;
    height: 35px;
    width: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: black;
}

a.cart-icon svg path {
	fill: white;
}

@media screen and (max-width: 786px){
	.header-top__right .header-icons .wishlist-icon,
	.header-top__right .header-icons .search-icon,
	.header-top__right .header-icons .account-icon {
		display: none !important;
	}
	.header-icons {
		gap: 15px;
	}
}
@media screen and (max-width: 550px){
	.header-top__right .header-cta {
		display: none;
	}
	.header-top {
		padding: 10px max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
	}
	.header-top__left {
		display: flex
	;
		align-items: center;
		gap: 15px;
	}
	a.custom-logo-link img {
		height: 26px;
		width: auto;
	}
	.language-switcher li a {
		display: block;
		height: 19.5px;
		width: 16.5px;
	}
}


.searchOpened .menu-mobile-wrapper .header-icons,
.searchOpened .menu-mobile-wrapper input.search-field,
.searchOpened .menu-mobile-wrapper .search-popup,
.searchOpened .menu-mobile-wrapper .search-icon {
	width: 100%;
}

.searchOpened .header-icons .search-icon svg{
	display: none;
}


.withText a {
	padding-bottom: 20px;
}

   header#masthead {
		margin-bottom: 20px;
	}

@media screen and (max-width: 991px){
    header#masthead {
		margin-bottom: 0;
	}
}

.button-wrapper.alternative  a{
	border: 1px solid black;
	color: black;
}

.button-wrapper.alternative a svg path:first-child {
	fill: black;
}
.button-wrapper.alternative a svg path:last-child {
	fill: white;
}
.product-image {
    aspect-ratio: 1 / 1;
    border: 1px solid black;
    border-radius: 0;
    overflow: hidden;
	padding: 20px;
    display: flex
;
justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	width: 80%;
}
.product-info {
    padding: 15px;
    background: #FBFBFB;
    border-radius: 7px;
    margin-top: 10px;
}

h2.woocommerce-loop-product__title {
	font-size: var(--font-size-small) !important;
	color: black;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	/* height: 2.8em; */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.product-category {
		font-size: var(--font-size-small) !important;
	color: black;
	opacity: 0.6;
}
.product-info .price * {
			font-size: var(--font-size-small) !important;
	color: black;
	opacity: 1;
}
.delivery-time {
    display: flex
;
    gap: 5px;
	font-size: calc(0.8 * var(--font-size-small));
	color: black;
	opacity: 0.6;
	font-weight: 400;
}

.delivery-time > div:last-child {
	text-align: end;
}

.product-details {
    display: flex
;
    justify-content: space-between;
	align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}

a.buy-now-button {
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid black;
    margin-top: 10px;
    color: black;
	font-size: var(--font-size-small);
	align-items: center;
}
.woocommerce ul.products li.product .price {
	margin-bottom: 0;
}

@media screen and (max-width: 1500px){
	.product-details {
		display: flex
	;
		margin-top: 10px;
		align-items: start;
		flex-direction: column;
		gap: 0;
	}
}
@media screen and (max-width: 1000px){
	.product-info {
padding: 10px;
background: #FBFBFB;
border-radius: 7px;
margin-top: 10px;
}
a.buy-now-button {
	margin-top: 0;
	padding: 7px 10px;
}
}

span.heart-icon {
    display: flex
;
    gap: 5px;
    align-items: center;
	flex-direction: row-reverse;
    font-size: var(--font-size-small);
	position: absolute;
	top: 10px;
	right: 10px;
}
span.heart-icon svg {
	width: 20px;
	height: 20px;
}

span.heart-icon.delete svg path {
    fill: #D00000;
	stroke: #D00000;
}
span.heart_info {
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: unset;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-left: 0;
}
.woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
    margin-right: 0;
}
@media screen and (min-width: 769px){
	ul.products.columns-4 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}
}
@media screen and (min-width: 1100px){
	ul.products.columns-4 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}
}

ul.products.columns-4 {
	row-gap: 50px;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}



body, html {
	scroll-behavior: smooth;
}

.product a {
	text-decoration: none;
}

.standard-header-mini {
    font-size: var(--font-size-small);
    color: #000000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px !important;
}

.standard-header-normal {
	    font-size: var(--font-size-h2);
    color: black;
    margin: 0;
    font-weight: 400;
}

.standard-header-main-wrapper {
    display: flex
;
    gap: 10px;
    align-items: start;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .standard-header-main-wrapper svg {
        width: 22px;
		height: auto;
    }
}

@media screen and (max-width: 991px) {
    .standard-header-normal {
        font-size: var(--font-size-h5);
        color: black;
        margin: 0;
        font-weight: 400;
    }
}

.footer-wrapper {
    display: grid
;
    grid-template-columns: 300px 1fr;
    gap: var(--padding-main);
}
.company-info p {
    margin: 0;
	
    color: black;
}
.company-info {
	margin-top: 20px;
	font-size: var(--font-size-base);
}

.group-title  {
    display: flex
;
    gap: 10px;
    align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.244);
	margin-bottom: 10px;
}
.group-title h4 , .main-menu h4{
	margin: 0;
	font-weight: 400;
	color: black;
	font-size: var(--font-size-h6);
}
.contact-item {
	display: flex;
	gap: 10px;
	align-items: center;
}
.contact-item svg {
	width: 20px;
	height: auto;
}

.contact-groups {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--padding-main);
}
.contacts {
    display: grid
;
    gap: 10px;
}
.contacts * {
	color: black;
	text-decoration: none;
	font-size: var(--font-size-base);
}
.footer-menus, .additional-menus {
    display: grid
;
    gap: 30px;
}
.additional-menus {
	margin-top: 30px;
}
.main-menu ul, .additional-menus ul {
    padding: 0;
    margin: 0;
    display: flex
;
    gap: 10px;
    list-style-type: none;
	flex-wrap: wrap;
}
.main-menu ul a , .additional-menus ul a{
	text-decoration: none;
	color: black;
	font-size: var(--font-size-base);
}

.footer-logo img {
    width: 180px;
}

@media screen and (max-width: 1200px) {
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 250px 1fr;
    gap: var(--padding-main);
}
.footer-logo img {
    width: 140px;
}
}

@media screen and (max-width: 1000px) {
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 170px 1fr;
    gap: var(--padding-main);
}
.footer-logo img {
    width: 100px;
}
.group-title h4, .main-menu h4 {
	font-size: calc(var(--font-size-base) * 1.2);
}
}
@media screen and (max-width: 768px) {
.contact-groups {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--padding-main);
}

}
@media screen and (max-width: 600px) {
.footer-wrapper {
    display: grid
;
    grid-template-columns: 1fr;
    gap: var(--padding-main);

}
}
@media screen and (max-width: 450px) {
.contact-groups {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--padding-main);
}

}
.copyright a {
	color: white;
}
.copyright {
	background: var(--gradient-primary);
	padding: 10px max(var(--padding-main), calc((100vw - var(--width-container)) / 2));
	color: white;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.payment-methods {
    margin-top: 30px;
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}

.payment-methods img {
	height: 25px;
	width: auto;
}

.product-wrapper {
    display: grid
;
    grid-template-columns: calc((100% - var(--padding-main)) * 0.5) calc((100% - var(--padding-main)) * 0.5 );
	gap: var(--padding-main);
}

.product-gallery-main img {
	aspect-ratio: 1/0.8;
	object-fit: contain;
	object-position: top;
	width: 100%;
}

.swiper-button-next, .swiper-button-prev {
	border: 1px solid black;
	color: black;
	background-color: white;
}

.swiper-button-next::after, .swiper-button-prev::after {
	color: black;
}
.swiper-slide-wrapper-image {
    padding: var(--padding-main);
}
.product-column.product-gallery {
    display: flex
;

    gap: 20px;
	height: fit-content;
	position: sticky;
	justify-content: center;
	top: 40px;
}
.product-gallery-thumbs {
	width: 100px;
	flex: none;
	max-height: 500px;
}

.product-gallery-thumbs img {
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
	width: 100%;
}
.product-gallery-thumbs .swiper-slide {

	height: fit-content;
}
.swiper-slide-wrapper-image-thumb {
    padding: 5px;
	border: 1px solid black;
	cursor: pointer;
}

.product-gallery-thumbs .swiper-wrapper {
	overflow-x: visible;
}

.swiper-slide-wrapper-image-thumb:hover {
	border: 1px solid #d10200;
}
.swiper-slide-active .swiper-slide-wrapper-image-thumb {
	border: 1px solid #d10200;
	background-color: rgba(255, 0, 0, 0.059);
}

main#main > .woocommerce-breadcrumb {
    display: none;
}

.product-column.product-details-wrapper {
    padding-top: var(--padding-main);
}

.product-cart h1.product_title.entry-title {
    display: none;
}
nav.woocommerce-breadcrumb{
    color: black !important;
	
}
nav.woocommerce-breadcrumb * , nav.woocommerce-breadcrumb {
font-size: var(--font-size-small) !important;
}
h1.product_title.entry-title {
    font-size: var(--font-size-h4);
    font-weight: 400;
    color: black;
}

.product-cart-wrapper {
    display: grid
;
    grid-template-columns: calc((100% - 30px) * 0.5) calc((100% - 30px) * 0.5);
    gap: 30px;
	margin-top: 30px;
}

h3.spec-group-name {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: black;
    margin: 0;
    margin-bottom: 5px;
}

.product-specifications {
    display: grid
;
    gap: 30px;
}
table.spec-table td {
    padding: 5px 0;
    border-bottom: 1px solid black;
	font-size: var(--font-size-small);

}
table.spec-table {
    border-collapse: collapse;
	margin: 0;

}

td.spec-value {
    text-align: right;
}
td.spec-value a {
    display: flex
;
    justify-content: end;
    gap: 5px;
    align-items: center;
    color: black;
}

td.spec-value a svg {
	flex: none;
}

.product-gallery-main {
	border: 1px solid black;
	height: fit-content;
}

@media screen and (max-width: 1400px){
	.product-gallery-thumbs {
    width: 80px;
    flex: none;
}
.product-column.product-gallery {
    gap: 10px;
}
}

a.btn-spec {
    margin-top: 10px;
    display: block;
    color: black;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-variation-add-to-cart, .cart:not(.variations_form):not(.shop_items) {
	display: flex
;
    gap: 10px;
	width: 100%;
}

.input-text.qty {
	border: 1px solid black;
	border-radius: 0;
	width: 49px;
	height: 49px;
	margin: 0 !important;
}
.single_add_to_cart_button {
	border: 1px solid black;
	border-radius: 0;
	width: 100%;
	height: 49px;
	flex: 1;
}
.single_variation_wrap {
	width: 100% !important;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.single_add_to_cart_button {
	background-color: white !important;
	border: 1px solid black !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	font-size: var(--font-size-base) !important;
	color: black !important;
}

.variations select {
    border: 1px solid black;
    padding: 10px;
    width: 100%;
	font-size: var(--font-size-base);
}

.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	display: block;
	font-size: var(--font-size-base);
	margin-bottom: 5px;
}

.woocommerce div.product form.cart .variations {
	display: grid;
	gap: 10px;
}
[name="add-to-cart-installation"] {
    width: 100%;
}



.woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: 100%;
}

.woocommerce-variation-add-to-cart > * {
    grid-column: 1 / -1;
}

.woocommerce-variation-add-to-cart .quantity {
    grid-column: 1 / 2;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button:first-of-type {
    grid-column: 2 / -1;
}

.cart .heart-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
	grid-column: 1 / -1;
    padding: 10px;
    border: 1px solid black;
}

.heart_info {
    font-size: var(--font-size-base);
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	margin: 0;
	margin-bottom: 20px;
	color: black;
	font-size: var(--font-size-h6);
}
p.stock.in-stock {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    color: black !important;
    opacity: 0.8;
}

button.single_add_to_cart_button:not([name="add-to-cart-installation"])::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.499878 0.605469H4.12596L5.12507 5.00309H20L17.8797 14.8977H5.11932L2.36996 2.80428H0.499878V0.605469ZM17.2801 7.20189H5.6253L6.87422 12.6989H16.1015L17.2801 7.20189ZM7.64601 20.3947C8.55678 20.3947 9.29511 19.6564 9.29511 18.7456C9.29511 17.8349 8.55678 17.0965 7.64601 17.0965C6.73523 17.0965 5.9969 17.8349 5.9969 18.7456C5.9969 19.6564 6.73523 20.3947 7.64601 20.3947ZM15.3418 20.3947C16.2526 20.3947 16.9909 19.6564 16.9909 18.7456C16.9909 17.8349 16.2526 17.0965 15.3418 17.0965C14.4311 17.0965 13.6927 17.8349 13.6927 18.7456C13.6927 19.6564 14.4311 20.3947 15.3418 20.3947Z' fill='%23D00000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}


@media screen and (max-width: 1200px){
	.product-cart-wrapper {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
}

a.button.wc-forward {
    border: 1px solid black;
    border-radius: 0;
    color: black;
    font-weight: 400;
	display: block;
    background: transparent;
	margin-top: 10px;
}

.woocommerce-message:focus-visible {
    outline: none;
}
.product_meta {
    display: none;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}

@media screen and (max-width: 991px){
	.product-wrapper {
    display: grid
	;
		grid-template-columns: calc((100% - var(--padding-main)) * 0.55) calc((100% - var(--padding-main)) * 0.45);
		gap: var(--padding-main);
	}
	.product-gallery-thumbs {
        width: 50px;
        flex: none;
    }
	.product-gallery-thumbs {
		max-height: 300px;
	}
	.single-product div#primary {
	margin-top: 30px;
}
.single_add_to_cart_button {
	height: 42px;
}
.input-text.qty {
    border: 1px solid black;
    border-radius: 0;
    width: 42px;
    height: 42px;
    margin: 0 !important;
}

}

.cart span.heart-icon {
    display: flex;
    gap: 5px;
	width: fit-content;
    align-items: center;
	flex-direction: row-reverse;
    font-size: var(--font-size-small);
	position: unset;
	top: 10px;
	right: 10px;
}

.woocommerce-message {
	font-size: var(--font-size-base);
}

.copyright * {
	font-size: var(--font-size-base);
}

a.reset_variations {
    color: black;
}


@media screen and (max-width: 768px) {
    ul.products.columns-4 {
        display: grid
;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
	    .product-wrapper {
        display: grid
;
        grid-template-columns: 100%;
        gap: var(--padding-main);
    }
	.product-column.product-gallery {
		flex-direction: column-reverse;
		width: 100%;
	}
	.product-gallery-main {
		width: 100%;
	}
	.product-gallery-thumbs {
		width: 100%;
	}
	.product-column.product-gallery {
    position: unset;
    top: unset;
}
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}

.product-specifications .payment-methods {
	margin-top: 0;
}

ul.products.columns-5 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.products-default-section {
    margin-top: calc(2 * var(--padding-main));
}

.products-default-section .standard-header-normal::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	flex: 1;
	background-color: black;
}
.products-default-section .standard-header-normal {
	width: 100%;
	flex: 1;
	display: flex;
	gap: 20px;
	align-items: center;
}

.product-content__body strong {
	font-weight: 500;
}
.product-content__body h1,
.product-content__body h2,
.product-content__body h3,
.product-content__body h4,
.product-content__body h5,
.product-content__body h6,
.product-content__body h1 strong,
.product-content__body h2 strong,
.product-content__body h3 strong,
.product-content__body h4 strong,
.product-content__body h5 strong,
.product-content__body h6 strong 
{
    font-weight: 400;
	font-size: var(--font-size-h4);
}
.product-content__body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: var(--font-size-base);
}

.product-content__body * {
	color: black;
}

ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

section.related.products h2 {
    display: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
	color: #d10200;
}

a.woocommerce-review-link {
    color: black;
    text-decoration: underline;
}

.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
   display: none;
}

.woocommerce-product-rating {
    display: flex !important
;
    align-items: center;
    gap: 5px;
}
h2.woocommerce-Reviews-title {
    display: none;
}

div#reviews {
    display: flex
;
    gap: var(--padding-main);
    flex-direction: row-reverse;
}
div#reviews .clear {
	display: none;
}
div#reviews div#comments {
	width: 100%;
}

.comment_container img {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	padding: 20px;
	border: 1px solid black;
	border-radius: 0;
	margin: 0;
}

.star-rating {
	color: #d10200;
}

p.meta * {
    color: black;
    font-size: var(--font-size-base);
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

textarea#comment {
    border: 1px solid black;
    border-radius: 0;
}

p.stars {
    font-size: 30px;
}
.woocommerce p.stars a::before {
	color: #d10200;
}

span#reply-title {
    font-size: var(--font-size-h4);
    color: black;
    margin-bottom: 20px;
    display: block;
}

form#commentform label {
    color: black;
    margin-bottom: 5px;
    display: block;
}
form#commentform input:not([type=checkbox]) {
	height: 42px;
	width: 100%;
	border-radius: 0;
	border: 1px solid black;
}

.woocommerce #review_form #respond .form-submit input {
	float: unset;
	background-color: black;
	border-radius: 0;
	border: none;
	color: white;
	font-weight: 400;
	font-size: var(--font-size-base);
}
p.comment-form-cookies-consent {
    display: flex
;
    gap: 10px;
    align-items: start;
}
 p.comment-form-cookies-consent label {
	font-size: var(--font-size-small);
 }

 .comment_container .description, p.comment-notes, form#commentform label {
	font-size: var(--font-size-base);
 }

 @media screen and (max-width: 768px) {
	div#reviews {
		flex-direction: column;
	}
 }

 @media screen and (max-width: 1300px){ul.products.columns-5 {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

 }
 @media screen and (max-width: 991px){ul.products.columns-5 {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

 }
 @media screen and (max-width: 768px){ul.products.columns-5 {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 10x;
    border: 1px solid black;
    border-radius: 0;
    margin: 0;
}
 }


 .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 {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: white;
    background-color: black;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

@media screen and (max-width: 768px){
	 .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 {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 15px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: white;
    background-color: black;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
}

 .main-archive-wrapper-container {
    display: grid
;
    grid-template-columns: 250px 1fr;
    gap: var(--padding-main);
}

header.woocommerce-products-header {
    padding: 50px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin-bottom: 30px;
	margin-top: 10px;
}
@media screen and (max-width: 786px){
header.woocommerce-products-header {
    padding: 30px 0;
    
}	
}
h1.woocommerce-products-header__title.page-title {
    font-size: var(--font-size-h3);
    font-weight: 400;
    color: black;
	margin: 0;
}

h3.sidebar-title {
    font-size: var(--font-size-h6);
    font-weight: 400;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	margin: 0;
	cursor: pointer;
}
button.toggle-btn {
    padding: 0;
    background: transparent;
    border: none;
    display: flex
;
}
h3.sidebar-title span {
	display: flex;
	flex: 1;
	width: 100%;
	align-items: center;
	gap: 10px;
}
h3.sidebar-title span::after {
	content: "";
	display: block;
	background-color: black;
	height: 1px;
	width: 100%;
	flex: 1;
}
ul.product-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-item a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #00000012;
    text-decoration: none;
    color: black;
}

.price-slider, .range-slider {
	margin-left: 10px;
	margin-right: 20px;
}

.ui-slider-handle {
	border-radius: 0 !important;
	background-color: white !important;
	border: 1px solid black !important;
}

.ui-slider-range {
	border: 1px solid rgba(0, 0, 0, 0.079) !important;
	border-radius: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	outline: none !important;
}
.price-slider {
	border-radius: 0 !important;
	border: 1px solid black !important;
}

.price-inputs, .range-inputs {
	display: flex;
	margin-right: 20px;
	margin-top: 10px;
	justify-content: space-between;
}

.price-inputs input, .range-inputs input {
	height: 30px;
	width: 100px;
	text-align: left;
	color: black;
	border: 1px solid black;
	border-radius: 0;
	font-size: var(--font-size-base);
}
.checkbox-list {
    display: grid
;
    gap: 5px;
}

.checkbox-list * {
	font-size: var(--font-size-base);
}

.current-cat a {
	color: #d10200;
}
.weblance-sidebar {
    display: grid
;
    gap: 30px;
}
form.sidebar-filter-form {
    display: grid
;
    gap: 30px;
}
div#categories-content {
    margin-top: 15px;
}
.sidebar-content {
	margin-top: 15px;
	padding-left: 0px;
}

.sidebar-section.filter-actions {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}

button.filter-button.apply-filters {
    padding: 10px;
    border-radius: 0;
    border: none;
    background: black;
    color: white;
    font-size: var(--font-size-base);
}
.active-filters-list {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
span.active-filter {
    padding: 5px 10px;
    border: 1px solid black;
	font-size: var(--font-size-base);
}

a.clear-all-filters {
    color: black;
	font-size: var(--font-size-base);
}

a.filter-button.clear-filters {
    text-align: center;
    color: black;
}

.active-filters h4 {
    font-weight: 400;
	margin: 0;
	margin-bottom: 5px;
    font-size: var(--font-size-base);
}

select.orderby {
    border: 1px solid black;
    padding: 7px 10px;
	height: 37px;
	display: flex;
	align-items: center;
	font-size: var(--font-size-base);
	width: 190px;
}

@media screen and (max-width: 1300px){
	.main-archive-wrapper-container {
    display: grid
;
    grid-template-columns: 230px 1fr;
    gap: var(--padding-main);
}

}

.category-item a {
	font-size: var(--font-size-base);
}

.woocommerce .woocommerce-result-count {
	margin-bottom: 0;
	font-size: var(--font-size-base);
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none;
}
.woocommerce div.product form.cart:not(.variations_form) {
    margin-bottom: 0;
    display: grid
;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: 100%;
}

p.woocommerce-result-count {
    display: none;
}

button.filters-button {
    display: flex
;
    padding: 7px 10px;
	gap: 20px;
	align-items: center;
}

button.filters-button svg {
	width: 20px;
	height: 20px;
	
}
button.filters-button {
    display: flex
;
    padding: 7px 10px;
	align-items: center;
    gap: 20px;
	height: 37px;
    border: 1px solid black;
    border-radius: 0;
	font-size: var(--font-size-base);
    background: white;
}

@media screen and (min-width: 992px){
	button.filters-button {
		display: none;
	}
}

@media screen and (max-width: 991px){
	.sidebar-wrapper-container {
		position: fixed;
		top: 0;
		left: -120%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.111);
		z-index: 10;
		height: 100%;
		overflow: auto;
		transition-duration: 0.2s;

	}
	.active-filters-list {
		gap: 5px;
	}
	.filter-open .sidebar-wrapper-container {
		left: 0 !important;
	}
	.weblance-sidebar {
		min-height: 100%;
		display: flex;
		flex-direction: column;
		background-color: white;
		padding: var(--padding-main);
		padding-top: 100px;
		width: 300px;
	}
	
    .main-archive-wrapper-container {
        display: grid
;
        grid-template-columns: 1fr;
        gap: 0;
    }
	header.woocommerce-products-header {
		padding: 15px 0;
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.weblance-sidebar button.filters-button {
		padding: 0;
		justify-content: end;
		height: auto;
		gap: 5px;
		border: none;
	}
}



.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	gap: 5px;
	border: none;
	flex-wrap: wrap;
	justify-content: end;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	height: 35px;
	width: 35px;

	display: flex;
	font-size: var(--font-size-base);
	background-color: transparent;
	border: 1px solid black;
	justify-content: center;
	align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: black !important;
	color: white !important;
}
.spec-grid {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
}

.spec-grid a {
	font-size: var(--font-size-base);
	border: 1px solid black;
	padding: 5px 10px;
	color: black;
	gap: 5px;
	display: flex;
	align-items: center;
}
.spec-grid a svg {
	height: 15px;
	width: auto;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: unset;
	width: 100%;
}

.cart-wrapper {
    gap: 100px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.cart-item.cart_item {
    display: grid
;
    grid-template-columns: 180px 1fr;
    gap: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid black;
	position: relative;
	border-right: 1px solid black;
}

.product-remove {
    display: flex
;
    height: 30px;
    width: 30px;
    background: white;
	border: 1px solid black;
    color: white;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.cart-items {
    display: grid
;
    gap: 30px;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 200px;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
	font-family: var(--font-primary);
    border-collapse: collapse;
    border-radius: 0;
}
 .product-title, .product-title a  {
    font-size: var(--font-size-base);
	color: black;
	text-decoration: none;
	font-weight: 400;
}
a.checkout-button.button {
    background: black !important;
    font-weight: 400;
    font-size: var(--font-size-h6) !important;
}

@media screen and (max-width: 1600px){
	.cart-wrapper {
    gap: 50px;
}
}
.cart_totals {
    position: sticky;
    top: 50px;
}

form.checkout.woocommerce-checkout {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

@media screen and (max-width: 1600px){
	.cart-item.cart_item {
		grid-template-columns: 200px 1fr;
		gap: 20px;
	}
}
@media screen and (max-width: 1200px){
	.cart-item.cart_item {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
@media screen and (max-width: 786px){
	.cart-item.cart_item {
		grid-template-columns: 100px 1fr;
		gap: 20px;
	}
	.cart-wrapper {
		gap: 50px;
		display: grid
	;
		grid-template-columns: 1fr;
	}
}

table.shop_table.shop_table_responsive td, table.shop_table.shop_table_responsive th {
    font-size: var(--font-size-base);
}
.variant-item {
	display: flex
}

.coupon {
    display: grid
;
gap: 5px;
}
input#coupon_code {
    height: 50px;
    border: 1px solid black;
    border-radius: 0;
    color: black;
    padding: 10px;
}
.coupon button {
    height: 50px;
    border-radius: 0;
    font-weight: 400 !important;
    font-size: var(--font-size-h6) !important;
}
button[name=update_cart] {
    height: 50px;
    width: 100%;
    font-weight: 400 !important;
    font-size: var(--font-size-h6) !important;
    margin-top: 10px !important;
    display: block;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: var(--font-size-base);
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px;
    display: block;
    background-color: var(--wc-form-color-background, #fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: 0;
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
	font-size: var(--font-size-base);
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: var(--font-size-h6);
    font-weight: 400;
}

@media screen and (max-width:1200px){
	
form.checkout.woocommerce-checkout {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
}
@media screen and (max-width:786px){
	
form.checkout.woocommerce-checkout {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
}
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: white;
    border-radius: 0;
	padding: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding-left: 0;
	padding-right: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #000000;
    color: #ffffff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #000000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce table.shop_table td {
	vertical-align: top;
}

button#place_order {
    padding: 15px 20px !important;
    background: black;
    color: white;
    font-weight: 400;
    margin-top: 20px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: black;
}

span.heart-icon {
    display: flex
;
    align-items: center;
    gap: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
span.heart-icon.delete svg {
    fill: black;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
	color: black;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px !important;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
	list-style-type: none;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul a {
	padding: 10px 20px;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	display: block;
	font-size: var(--font-size-base);
}

.image-column {
    position: relative;
}

.image-column img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

nav.woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

h3.menu-title {
    margin: 0;
    margin-bottom: 20px;
    color: white;
    font-weight: 400;
    font-family: var(--font-family-decor);
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	font-size: var(--font-size-h6);
}
ul.menu-links {
    margin: 0;
    list-style-type: none;
    margin-left: 20px;
}
ul.menu-links a {
	color: white;
	text-decoration: none;
	font-size: var(--font-size-base);
	margin-bottom: 5px;
	display: block;
}

.menu-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}
.footer-wrapper {
    display: grid
;
    grid-template-columns: 300px 1fr;
    gap: 100px;
}

@media screen and (max-width: 1600px){
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 200px 1fr;
    gap: 50px;
}
}
@media screen and (max-width: 1200px){
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 150px 1fr;
    gap: 50px;
}
.menu-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
}
@media screen and (max-width: 786px){
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 150px 1fr;
    gap: 50px;
}
.menu-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
}
}
@media screen and (max-width: 600px){
	.footer-wrapper {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 20px;
}
}
@media screen and (max-width: 350px){
.menu-wrapper {
    display: grid
;
    grid-template-columns: 1fr ;
    gap: 20px;
}
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: 1 / -1;
}

ul.wc-item-meta {
    font-size: 14px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

div#customer_login {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: none;
    display: none;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    margin-top: 20px;
}

div#customer_login h2 {
	color: black;
}

.product-prices {
    display: flex
;
    gap: 10px;
}
.product-quantity-inner {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.product-content .input-text.qty {
    border: 1px solid black;
    border-radius: 0;
    width: 45px;
    height: 35px;
    margin: 0 !important;
}

@media screen and (max-width: 991px){
	.product-prices {
		font-size: 10px;
	}
	.product-content .input-text.qty {
    border: 1px solid black;
    border-radius: 0;
    width: 25px;
	font-size: 10px;
    height: 30px;
    margin: 0 !important;
}
}

.product-image a {
    display: flex
;
    justify-content: center;
}

header.entry-header {
    padding: 50px 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin-bottom: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 786px){
header.entry-header {
    padding: 30px 0;
    
}	
}

h1.entry-title {
    font-size: var(--font-size-h3);
    font-weight: 400;
    color: black;
}

a {
	color: inherit;
}

form#woocommerce-checkout-form-coupon {
    display: flex
;
    gap: 10px;
}

form#woocommerce-checkout-form-coupon button {
	height: 50px;
	border-radius: 0;
	border: none;
	background-color: black;
	color: white;
	font-weight: 400;
	font-size: var(--font-size-base);
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 10px;
	font-size: var(--font-size-base);
}

.woocommerce-error {
	font-size: var(--font-size-base);
}

th.product-name, th.product-total {
    font-weight: 500 !important;
    font-size: var(--font-size-base);
    color: black;
}
 th.product-total {
    text-align: right;
}
tr.cart_item td.product-total {
    text-align: right;
}

form.checkout.woocommerce-checkout h3, .cart-wrapper h2 {
    font-size: var(--font-size-h6);
    font-weight: 500;
	display: flex;
	align-items: center;
	gap: 20px;
}

form.checkout.woocommerce-checkout h3::after, .cart-wrapper h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	flex: 1;
	background-color: black;
}

div#order_review {
	font-size: var(--font-size-base);
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
	font-size: var(--font-size-base);
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 8px 10px;
}
tr.order-total * {
    background: black;
    color: white;
	font-weight: 500;
}

tr.cart-subtotal td {
    text-align: right;
}

ul#shipping_method input {
    display: none;
}

.woocommerce ul#shipping_method li label {
	border: 1px solid black !important;
	display: block;
	padding: 5px 10px !important;
	text-align: right;
	cursor: pointer;
	font-weight: 500;
	color: black;
	font-size: var(--font-size-base);
	width: 100%;
	min-width: 200px;
}

@media screen and (max-width: 1200px){
	.woocommerce ul#shipping_method li label {
		min-width: 150px;
	}
}

.woocommerce ul#shipping_method li label span.woocommerce-Price-amount.amount {
	display: block !important;
		font-weight: 400;
	color: black;
	font-size: var(--font-size-base);
}

.woocommerce table.shop_table:not(.woocommerce-MyAccount-orders) {
	display: grid;
}
.woocommerce-MyAccount-orders td {
	vertical-align: middle !important;
}
button.btn.button.select-paczkomat-button {
    width: 100%;
    border-radius: 0;
    background: white;
    color: black;
    font-weight: 400;
    font-size: var(--font-size-base);
    border: 1px solid black;
}

td.product-name, tr.cart-subtotal th {
    width: 100%;
    padding-right: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table th {
    font-size: var(--font-size-base) !important;
    font-weight: 400 !important;
	vertical-align: top;
}

tr.cart_item {
    width: 100% !important;
    display: flex
;
    justify-content: space-between;
}

tr.woocommerce-shipping-totals.shipping {
    display: grid;
	margin-top: 20px;
}

tr.woocommerce-shipping-totals.shipping th {
    colspan: 2 !important;
	font-size: var(--font-size-base) !important;
}

tr.woocommerce-shipping-totals.shipping th {
	border: none !important;
}

ul#shipping_method input:checked + label {
    background-color: black !important;
	color: white !important;
}
ul#shipping_method input:checked + label * {
	color: white;
}

tr.cart-subtotal {
    display: flex
;
    width: 100%;
    justify-content: space-between;
}
table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}

p#order_comments_field label {
    font-size: var(--font-size-base);
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: var(--font-size-base);
}
tr.fee th,
tr.order-total th {
	width: 100% !important;
	padding-right: 20px !important;
}
tr.fee, tr.order-total {
    display: flex
;
    width: 100%;
    display: flex
;
    width: 100%;
    justify-content: space-between;
}

.wc_payment_method > label {
	display: flex;
	align-items: center;
	gap: 10px;
}
.wc_payment_method {
	margin-bottom: 10px !important; 
	display: block;
}
.wc_payment_method input {
	display: none;
}
.wc_payment_method img {
	height: 20px;
	width: auto;
	flex: none;
}
.wc_payment_method input + .custom-payment-check .custom-payment-checked {
	display: none;
}
.wc_payment_method input:checked + .custom-payment-check .custom-payment-empty {
	display: none;
}
.wc_payment_method input:checked + .custom-payment-check .custom-payment-checked {
	display: flex;
}
.custom-payment-check svg {
	width: 20px;
	height: auto;
}
.custom-payment-check .custom-payment-empty,  .custom-payment-check .custom-payment-checked {
	display: flex;
}
h2.woocommerce-order-details__title {
    font-size: var(--font-size-h6);
    color: black;
    font-weight: 500;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	font-size: var(--font-size-base);
}

section.woocommerce-customer-details {
	font-size: var(--font-size-base);
}

h2.woocommerce-column__title {
	font-size: var(--font-size-h6);
	color: black;
	font-weight: 500;
}

.woocommerce-info {
	font-size: var(--font-size-base);
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: unset;
	margin-top: 10px;
}

li.product {
	list-style-type: none;
	position: relative;
}