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

mypaps 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;
	color: black;
}

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

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

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

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

/* .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: 1201px) {

	.menu-toggle {
		display: none;
	}

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

.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-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#masthead {
    padding: 20px max(50px, calc((100vw - 1700px) / 2));
	border-bottom: 2px solid black;
}
.inner-header {
    display: flex;
    justify-content: space-between;
	gap: 20px;
	position: relative;
}

.site-branding img {
    height: 50px;
    width: auto;
}

input#woocommerce-product-search-field {
    border: none;
	font-size: 16px;
    outline: none;
}

.search_form button {
    padding: 0;
    background: transparent;
    border: none;
}
.rightheader {
    display: flex;
	gap: 30px;
	align-items: center;
}

.buttonsheader {
    display: flex;
	align-items: center;
	gap: 20px;
}
form.woocommerce-product-search {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-width: 0px 1px 1px 0px;
    border-color: black;
    border-style: solid;
}

.buttonsheader .cart, .buttonsheader .myaccount, .mobile-buttons .myaccount {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
    border-width: 0px 1px 1px 0px;
    border-color: black;
	padding: 0 10px;
    border-style: solid;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.buttonsheader .cart::after, .buttonsheader .myaccount::after {
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	background-color: black;
	right: 0;
	bottom: 0;
	position: absolute;
	border-radius: 100% 0 0 0 ;
	transition-duration: 0.3s;
	z-index: 1;
}

.buttonsheader .cart:hover::after, .buttonsheader .myaccount:hover::after {
	height: 100px;
	width: 100px;
}

.buttonsheader .cart:hover svg path, .buttonsheader .myaccount:hover svg path{
	stroke: white;
}
.buttonsheader .cart svg, .buttonsheader .myaccount svg{
	position: relative;
	z-index: 2;
}
.search_form button {
	cursor: pointer;
}
.search_form button::after {
	content: "";
	display: block;
	position: absolute;
	height: 0;
	background-color: black;
	width: 0;
	right: 0;
	bottom: 0;
	transition-duration: 0.3s;
	border-radius: 100% 0 0 0 ;
}

.search_form button:hover::after {
	height: 20px;
	width: 20px;
}

.search_form {
	position: relative;
}

nav#site-navigation > div > ul {
    gap: 30px;
}

nav#site-navigation > div > ul a {
	color: black;
}

nav#site-navigation > div > ul li{
	cursor: pointer;
}


div#page * {
	font-family: Montserrat;
}
ul.sub-menu {
    padding: 20px;
    background: white;
	width: 100%;
	left: 0;
}

nav#site-navigation {
	height: 100%;
}
nav#site-navigation > div, nav#site-navigation > div > ul {
	height: 100%;
}
nav#site-navigation > div > ul > li {
	display: flex;
	align-items: center;
}

header ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
}

ul.sub-menu > li a {
	width: 100%;
	display: block;
}

.image-wrapper {
    border-left: 1px solid black;
    margin-left: 20px;
}

.sub-menu .category-title {
    border-top: 1px solid black;
    padding-left: 20px;
}

.category-title-inner {
    padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-left: 1px solid black;
	word-break: break-all;
}
main#primary {
	padding: 0 max(50px, calc((100vw - 1700px) / 2));
}

.home header.entry-header {
    display: none;
}

ul.products.columns-4 li.product, ul.products.columns-3 li {
	width: 100% !important;
}

ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}
ul.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 50px;
}
h2.woocommerce-loop-product__title {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin: 0;
}

ul.products li.product {
	margin: 0 !important;
 }

 ul.products li.product img {
    width: calc(100% - 20px);
    padding: 20px;
    margin-left: 20px;
	border-left: 1px solid black;
}

 ul.products li.product a {
	text-decoration: none;
 }

 ul.products li.product span.price {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-infos {
    border-top: 1px solid black;
    padding-left: 20px;
}

.product-infos-inner {
    padding: 5px 10px;
    border-left: 1px solid black;
}
.catalog-wrapper p {
    margin: 0;
    padding: 8px 15px;
    border-width: 0px 0px 1px 1px;
    border-color: black;
    border-style: solid;
}

.catalog-wrapper {
    display: flex;
    justify-content: space-between;
	align-items: center;
    margin-bottom: 20px;
}

h1.woocommerce-products-header__title.page-title {
    margin: 0;
	color: #000;
	width: fit-content;
	flex: none;

font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 400;
}

select.orderby {
    padding: 8px 15px;
    border: none;
    border-width: 0 1px 1px 0px;
    border-color: black;
    border-style: solid;
}

.catalog-header {
    padding: 70px 0;
}

nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
    color: #ABABAB;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.linedup {
    display: flex;
	align-items: center;
    gap: 30px;
}

.line {
    height: 1px;
    background: black;
    width: 100%;
}

@media screen and (max-width: 1100px){
	ul.products.columns-4 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 50px;
		row-gap: 50px;
	}
}
footer#colophon {
	padding: 40px max(50px, calc((100vw - 1700px) / 2));
	border-top: 1px solid black
}
@media screen and (max-width: 800px){
	ul.products.columns-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 20px;
	}
	.product-infos {
		padding-left: 5px;
	}
	ul.products li.product img {
		width: calc(100% - 5px);
		padding: 5px;
		margin-left: 5px;
		border-left: 1px solid black;
	}
	.catalog-wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.catalog-wrapper  * {
		width : 100%
	}
	.catalog-wrapper p {
		padding: 0;
		border-width: 0;
	}
	select.orderby {
		border-width: 1px
	}
	h1.woocommerce-products-header__title.page-title {
		font-size: 30px;
	}
	nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
		font-size: 12px;
	}
	h2.woocommerce-loop-product__title {
		font-size: 12px;
	}
	main#primary {
		padding: 0 max(20px, calc((100vw - 1700px) / 2))
	}
	header#masthead {
		padding: 20px max(20px, calc((100vw - 1700px) / 2));
	}
	footer#colophon {
		padding: 20px max(20px, calc((100vw - 1700px) / 2));
	}
}

@media screen and (max-width: 900px){
	.buttonsheader .search_form {
		display: none;
	}
}

.open-menu > div {
    height: 3px;
    background: black;
	border-radius: 5px;
}

.open-menu {
	align-items: end;
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.open-menu > div:nth-child(1){
	width: 50px;
}
.open-menu > div:nth-child(2){
	width: 35px;
}
.open-menu > div:nth-child(3){
	width: 45px;
}

.menu-wrapper .drawer-header,
.menu-wrapper .mobile-buttons,
.open-menu,
.menu-wrapper .search_form {
	display: none;
}

@media screen and (max-width: 1300px){
	.open-menu {
		display: flex;
	}
	.menu-wrapper .mobile-buttons {
		display: grid;
	}
	.rightheader {
		gap: 15px;
		flex-direction: row-reverse;
	}
	.menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		background: white;
		z-index: 50;
	}
	input#woocommerce-product-search-field {
		width: 100%;
	}
	.menu-wrapper .drawer-header {
		display: flex;
		margin-bottom: 20px;
		gap: 20px;
		align-items: center;
		justify-content: space-between;
	}
	.menu-wrapper .search_form {
		display: block;
	}
	.drawer-header img {
		height: 50px;
		width: auto;
	}
	.close-drawer {
		font-size: 80px;
		line-height: 40px;
	}
	.menu-wrapper {
		padding: 100px 50px;
	}
	.main-navigation ul {
		flex-direction: column;
	}
	.main-navigation {
		position: relative;
		z-index: -1;
	}
	nav#site-navigation > div > ul {
		gap: 10px;
	}
	.main-navigation ul ul {
		position: relative;
		float: unset;
		left: unset;
		box-shadow: unset;
		top: unset
	}
	nav#site-navigation > div > ul > li {
		display: block;
		flex-direction: column;
	}
	ul.sub-menu {
		padding: 20px 0;
	}
	.menu-wrapper {
		overflow-y: auto;
	}
	nav#site-navigation {
		margin-top: 30px;
	}
	.drawer-header > a {
		display: flex;
		align-items: center;
	}
}
.menu-wrapper {
    height: 100%;
	left: -100%
}
.menu-wrapper.opened {
	left: 0;
	transition-duration: 0.3s;
}



@media screen and (max-width: 500px){
	.menu-wrapper {
		padding: 100px 20px;
	}
}

@media screen and (max-width: 1000px){
	header ul.sub-menu {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
}
@media screen and (max-width: 800px){
	header ul.sub-menu {
		grid-template-columns: repeat(3, 1fr);
	}
	.category-title-inner {
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		border-left: 1px solid black;
	}
	.image-wrapper {
		margin-left: 5px;
	}
	.sub-menu .category-title {
		padding-left: 5px;
	}
}
@media screen and (max-width: 600px){
	header ul.sub-menu {
		grid-template-columns: repeat(2, 1fr);
	}
}

.site-branding > a {
    display: flex;
    align-items: center;
}

.site-branding {
	flex: none;
}

@media screen and (max-width: 400px){
	.open-menu > div:nth-child(1){
		width: 40px;
	}
	.open-menu > div:nth-child(2){
		width: 30px;
	}
	.open-menu > div:nth-child(3){
		width: 35px;
	}
	.buttonsheader .myaccount-link {
		display: none;
	}
	.myaccount, .myaccount-link {
		height: 100% !important;
	}
}

.mobile-buttons {
    display: grid;
    column-gap: 20px;
    grid-template-columns: auto 1fr;
}

.linedup::after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/mypaps/assets/Foots.svg);
    height: 25px;
    width: 300px;
}

@media screen and (max-width: 400px){
	h1.woocommerce-products-header__title.page-title {
		font-size: 25px;
	}
}

ul.tabs.wc-tabs {
    display: flex;
	border-bottom: 1px solid black;
}

ul.tabs.wc-tabs li {
}

ul.tabs.wc-tabs li a {
	text-decoration: none;
	color: black
}

.woocommerce-tabs ul.tabs li a {
	padding: 10px 20px !important;
}

li.active {
	background-color: black;
}

.tabs li.active a {
	color: white !important;
}

main#primary > .product {
    display: grid;
	column-gap: 50px;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}
h1.product_title.entry-title {
    margin: 0;
	color: #000;

font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 400;
}
.variable-items-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
    width: fit-content;
}
p.price {
    margin: 0;
}

.product .summary.entry-summary {
    padding: 50px 0;
}
th.label {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 10px;
}

th.label label {
	margin-left: 0 !important;
}

.variable-item {
    box-shadow: none !important;
	margin: 0 !important;
    border: 1px solid black;
    border-radius: 0 !important;
}
.variable-item.selected {
    box-shadow: none !important;
    border: 1px solid black;
	background-color: black !important;
	color: white;
    border-radius: 0 !important;
}

.variable-item.selected * {
	color: white !important
}

.variations_form {
	margin-top: 20px 
}
a.reset_variations {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid black;
    color: black;
    text-decoration: none;
	width: fit-content;
	display: block;
	margin-top: 10px;
}
h1.product_title.entry-title::after {
    content: "";
	flex: 1;
    display: block;
    height: 1px;
    background: black;
    width: 100%;
}

h1.product_title.entry-title * {
	display: none !important;
}

h1.product_title.entry-title {
	display: flex;
	gap:20px;
	align-items: center;
}
.woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description h6 {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: normal;
}

.woocommerce-product-details__short-description h4 a, .woocommerce-product-details__short-description h6 a {
	color: black;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

.product .summary.entry-summary p.price {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.woocommerce-product-details__short-description .wp-caption {
	width: 80px !important;
	float: left !important;
}
.woocommerce-product-details__short-description .wp-caption figcaption {
	font-size: 12px;
}

input.qty {
    height: 40px;
    text-align: center;
    width: 50px;
    border-radius: 0;
    border: 1px solid black;
}
.variations_button {
    display: flex;
    gap: 10px;
}
.single_add_to_cart_button {
    border-radius: 0;
    border: 1px solid black;
    background: transparent;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    grid-area: 2 / 1 / 2 / 3;
}
section.related.products {
    grid-area: 3 / 1 / 3 / 3;
}
.product_meta a {
    color: black;
}

.product_meta{
    opacity: 0.4;
}

@media screen and (max-width: 1000px){
	main#primary > .product {
		display: block;
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 800px){
	ul.products.columns-3 {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.woocommerce-product-details__short-description .wp-caption {
		width: 60px !important;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 15px;
	}
}

.gallery > .swiper {
	position: sticky;
	top: 0;
	height: min-content;
}
.gallery {
	margin-top: 30px;
	position: relative
}

ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style-type: none;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
}

ul.page-numbers li {
}

ul.page-numbers li a, ul.page-numbers li span {
	height: 25px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid black;
	color: black;
	text-decoration: none;
}

ul.page-numbers li span {
	background-color: black;
	color: white;
}

.woocommerce-message {
	margin-top: 20px;
    background: black !important;
    color: white;
    padding: 20px;
}

.woocommerce-message a {
	padding: 5px 20px;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}


footer#colophon img {
	height: 70px;
	width: auto;
}

h4.footer-header {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}

footer#colophon ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer#colophon ul a, footer#colophon ul a:visited {
	color: black;
	text-decoration: none;
}
footer#colophon .sub-menu {
	padding: 0;
	margin-left: 20px;
}
footer#colophon div > ul > li {
	margin-bottom: 10px;
}

@media screen and (max-width: 1100px){
	.footer-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
		row-gap: 30px;
	}
}
@media screen and (max-width: 600px){
	.footer-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 30px;
		row-gap: 30px;
	}
}

footer#colophon {
	margin-top: 100px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.copyright a {
	text-decoration: none;
	color: black;
}

.woocommerce-cart .entry-content .woocommerce {
    display: grid;
	column-gap: 50px;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.woocommerce-notices-wrapper {
    grid-area: 1 / 1 / 1 / 3;
}
.cart_totals h2, .woocommerce-cart-form h2 {
    margin: 0;
    margin-bottom: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

a.checkout-button {
    padding: 10px 20px;
    border: 1px solid black;
    width: 100%;
	background-color: black;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
}
ul#shipping_method {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#shipping_method input {
	margin-right: 5px;
}

.shop_table th {
	vertical-align: baseline;
}

button.btn.button.select-paczkomat-button {
    border-radius: 0;
    background: transparent;
    border: 1px solid black;
    cursor: pointer;
    margin-top: 5px;
}

.woocommerce-shipping-destination {
	margin: 0;
	margin-top: 5px;
}

a.shipping-calculator-button {
    color: black;
    padding: 5px 10px;
    border: 1px solid black;
    margin-top: 5px;
    display: block;
    width: fit-content;
    text-decoration: none;
}

button.button {
    border-radius: 0;
    border: 1px solid black;
    background: transparent;
}

.shop_table th, .shop_table td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid black;
}

h1.entry-title {
	margin: 0;
    color: #000;
    width: fit-content;
    flex: none;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

header.entry-header {
    padding: 50px 0;
}
header.entry-header {
	display: flex;
	align-items: center;
	gap: 20px;
}
header.entry-header::after {
    content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: black;
}
.coupon {
    display: flex;
    gap: 10px;
}

input#coupon_code {
    border: 1px solid black;
    border-radius: 0;
    margin: 0;
}

button.button[name=update_cart] {
    margin-top: 20px;
    width: 100%;
    padding: 10px 20px;
}

.custom-radio {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid black;
}
ul#shipping_method li input:checked + .custom-radio {
    background: black;
}
ul#shipping_method li input {
    display: none;
}

.product-cart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 10px 0;
	gap: 10px;
}

.product-item-cart {
    display: grid;
	margin-top: 10px;
    grid-template-columns: 30% auto;
    column-gap: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.product-cart-title a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.product-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pricenqnt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-remove a {
    font-size: 40px;
    color: #0000004f;
    line-height: 20px;
    text-decoration: none;
}

.wc-empty-cart-message {
	grid-area: 1/1/1/3;
}

p.return-to-shop {
    grid-area: 2 / 1 / 2 / 3;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px){
	.woocommerce-cart .entry-content .woocommerce {
		grid-template-columns: 100%;
		row-gap: 20px;
	}
	.woocommerce-notices-wrapper {
		grid-area: 1/1/1/1;
	}
	.woocommerce-cart .entry-content .cart-collaterals {
		grid-area: 2/1/2/1;
	}
	.product-cart-image {
		display: flex;
		align-items: center;
	}
	.wc-empty-cart-message {
		grid-area: 1/1/1/1;
	}
	
	p.return-to-shop {
		grid-area: 2 / 1 / 2 / 1;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 450px){
	.coupon {
		flex-direction: column;
	}
}

.cart-empty.woocommerce-info {
    background: black;
    color: white;
    padding: 20px;
}


a.button.wc-backward {
    padding: 10px 30px;
    width: fit-content;
    background: white;
    border: 1px solid black;
    color: black;
    text-decoration: none;
}
a.woocommerce-remove-coupon {
    color: black;
}
.woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

.woocommerce-info {
    padding: 10px 20px;
    background: black !important;
    color: white;
} 

.woocommerce-info a{
    color: white;
}
.checkout_coupon .form-row  {
	margin: 0;
	margin-bottom: 10px;
}

.checkout_coupon > p {
	margin: 10px 0;
}

input:focus {
	border: 2px solid black;
	outline: none;
}

ul.woocommerce-error {
    margin: 0;
    list-style-type: none;
    padding: 5px 20px;
    color: white;
    margin-top: 10px;
}

form.checkout.woocommerce-checkout p {
	margin: 0;
	width: 100%;
	float: unset;
}

form.checkout.woocommerce-checkout p > * {
	display: block;
}

form.checkout.woocommerce-checkout p input,
form.checkout.woocommerce-checkout p textarea,
form.checkout.woocommerce-checkout p span.select2-selection.select2-selection--single {
	border-radius: 0;
	border: 1px solid black;
	margin-bottom: 10px;
	width: 100%;
}

abbr, acronym {
	border: none;
}

form.checkout.woocommerce-checkout h3 {
	margin: 0;
    color: #000;
    width: fit-content;
    flex: none;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

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

@media screen and (max-width: 600px){
	div#customer_details {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 20px;
		column-gap: 50px;
	}
}


.woocommerce-checkout-review-order-table th {
	text-align: left;
}



button#place_order {
    width: 100%;
    padding: 20px;
    font-weight: 500;
    background: black;
    color: white;
}

.wc_payment_method input:checked + .custom-radio {
	background-color: black;
}


.wc_payment_method input {
	display: none;
}

ul.wc_payment_methods.payment_methods.methods {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid black;
}

nav.woocommerce-MyAccount-navigation ul li {
	width: 100%;
	text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: black;
	color: white;
}
nav.woocommerce-MyAccount-navigation ul li a {
	padding: 5px 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: black;
	width: 100%;
	text-decoration: none;
	display: block;
	color: black;
}

nav.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
	border-right: 0
}

form.woocommerce-EditAccountForm.edit-account p {
    margin: 0;
}

form.woocommerce-EditAccountForm.edit-account p > * {
	display: block;
	width: 100%;
}

form.woocommerce-EditAccountForm.edit-account p input {
	border: 1px solid black;
	border-radius: 0;
	margin-bottom: 10px
}

button.woocommerce-Button.button {
    margin-top: 20px;
}

@media screen and (max-width: 1200px){
	nav.woocommerce-MyAccount-navigation ul {
		display: block;
	}
	nav.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
		border-right: 1px solid black
	}
}

span.select2-selection.select2-selection--single {
    border: 1px solid black;
    border-radius: 0;
}
.address-field input {
    border-radius: 0;
    border: 1px solid black;
    width: 100%;
}
table.woocommerce-product-attributes.shop_attributes p {
    margin: 0;
}
table.woocommerce-product-attributes.shop_attributes th {
	vertical-align: baseline;
	text-align: left;
	padding-right: 10px;
}

.woocommerce-account h2 {
	margin: 0;
    color: #000;
    width: fit-content;
    flex: none;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
}

form.woocommerce-form.woocommerce-form-login.login p > * {
    display: block;
}

form.woocommerce-form.woocommerce-form-login.login p input {
	border-radius: 0;
	border: 1px solid black;
	width: 100%;
}


form.woocommerce-form.woocommerce-form-login.login {
	max-width: 700px;
}

.woocommerce-form-login__rememberme label > input {
    flex: 20px !important;
}

.woocommerce-form-login__rememberme {
	display: grid !important;
	grid-template-columns: 20px auto;
	column-gap: 10px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 20px;
}


.linedupheader {
    color: #000;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
	margin: 0;
    line-height: normal;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt100 {
	margin-top: 100px
}
.mb40 {
	margin-bottom: 40px;
}

@media screen and (max-width: 1200px){
	.linedupheader {
		font-size: 35px;
		line-height: 35px;
	}
}

.linedbuttons {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.linedbuttons a {
	padding: 10px 30px;
	border-radius: 0;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}

.linedbuttons::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	flex: 1;
	background-color: black;
}

.opinie-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
	row-gap: 30px;
}

.opinia-text {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 20px;
}
.opinia-name {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.opinie-single {
    padding: 20px;
    border-bottom: 1px solid black;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 1100px){
	.opinie-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 50px;
		row-gap: 30px;
	}
}
@media screen and (max-width: 800px){
	.opinie-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 50px;
		row-gap: 30px;
	}
}

.dlaczego-header {
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;
    column-gap: 20px;
}

.dlaczego-header .dlaczego-title {
	color: #000;

font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.dlaczego-single {
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
    padding: 20px;
    gap: 20px;
    justify-content: space-between;
}
.dlaczego-text {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.seo-text-single {
    display: grid;
	margin-bottom: 50px;
    grid-template-columns: 40% 60%;
}
h3.seo-sub-header {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
h2.seo-main-header {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.seo-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.seo-text-single:nth-child(even) {
	grid-template-columns: 60% 40%;
}
.seo-text-single:nth-child(even) .seo-image {
	grid-area: 1/2/1/2;
}
.seo-image, .seo-image img {
    height: 100%;
	object-fit: cover;
    width: 100%;
}
.seo-text-content {
    text-align: justify;
}

@media screen and (max-width: 800px){
	.seo-text-single {
		display: flex;
		flex-direction: column-reverse;
	}
}
.technologie-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
	row-gap: 50px;
}

.technologia-single {
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    column-gap: 20px;
}

h2.tech-header {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tech-text {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1100px){
	.technologie-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 50px;
		row-gap: 50px;
	}
}

@media screen and (max-width: 450px){
	.technologia-single {
		grid-template-columns: 1fr;
	}
	h2.tech-header {
		margin-top: 10px;
	}
}
.product-remove {
    display: flex;
    align-items: center;
}
.defaultp * {
    font-weight: 700 !important;
    color: black;
}

form.wpcf7-form > p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
	border: 1px solid black;
	border-radius: 0;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    background: black;
    color: white;
    padding: 10px 20px;
}

.tabela-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #0000007a;
    z-index: 100;
    display: flex;
    justify-content: center;
	padding: 20px;
    align-items: center;
}
button.tabelaclose {
    background: white;
    border-radius: 0;
    border: 1px solid black;
    color: black;
    width: 100%;
	cursor: pointer;
}
.tabela-content {
    display: flex;
    flex-direction: column;
	max-width: 500px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.tabela-wrapper-outer {
	display: none;
	position: relative;
	z-index: 100;
}
button.single_add_to_cart_button:hover {
	background-color: black !important;
	color: white !important;
	cursor: pointer;
}

.woocommerce-product-details__short-description {
    margin-top: 20px;
}
.blocked-message {
    margin-top: 15px;
    padding: 20px 10px;
    background: #f2f2f2;
    font-weight: 500;
}
input#submit {
    border: 1px solid black;
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    color: black;
}
p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #000000 !important;
    opacity: 1;
}
p.stars.selected a.active::before {
    content: "\53";
    color: #000000 !important;
    opacity: 1;
}
p.stars:hover a::before {
    content: "\53";
    color: #000000 !important;
    opacity: 1;
}
p.woocommerce-noreviews {
    padding: 10px 20px;
    border: 1px solid black;
    background: transparent;
}
textarea#comment {
    border-radius: 0;
    border: 1px solid black;
}
h1.woocommerce-products-header__title.page-title {
    margin-top: 100px;
}
.woocommerce-info {
    margin-top: 20px;
}

.custom-language-switcher > a {
    height: 40px;
    display: block;
    width: 40px;
    border: 1px solid black;
}

.custom-language-switcher > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dostep-content {
    padding: 20px;
    background: white;
}
.open-dost * {
	color: black;
}
.open-dost {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: black;
}

.products.columns-4 {
	margin-top: 20px;
}
.product_meta {
	opacity: 1;
}
span.sku_wrapper {
    display: none;
}

.open-dost {
	cursor: pointer;
}

.cena-hurtowa {
	background-color: black;
	padding: 5px 10px;
	border: 1px solid black;
}
.cena-detal {
	border: 1px solid black;
	padding: 5px 10px;
	margin-top: 10px;
}
.cena-hurtowa * {
	color: white;
	margin: 0;
}
.cena-hurtowa .label-title {
	font-size: 12px;
}
.cena-hurtowa * {
	color: white;
	margin: 0;
}
.cena-detal * {
	color: black;
	margin: 0;
}
.cena-hurtowa .label-title, .cena-detal .label-title {
	font-size: 12px;
}

.gallery img {
	aspect-ratio: 3/2;
	object-fit: cover;
}

.woocommerce-address-fields .form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce-address-fields .form-row input {
	border-radius: 0;
	border: 1px solid black;
	width: 100%;
}

.site-branding {
    display: flex;
    gap: 20px;
    align-items: center;
}

.site-branding a {
	display: flex;
}
 .icon-social {
	height: 30px;
	width: 30px;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-wrapper .lang-switcher {
	margin-top: 10px;
}
@media screen and (max-width: 700px){
	.site-branding .icon-social {
		display: none;
	}
	.rightheader .myaccount-link {
/* 		display: none; */
	}
	.site-branding {
		gap: 0;
	}
}
[name=update_cart][disabled]{
	opacity: 0.5;
}

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

.col-2 .woocommerce-form-row {
	display: flex;
	flex-direction: column;
	margin-top: 15px
}

input#reg_email {
    border-radius: 0;
    border: 1px solid black;
}

@media screen and (max-width: 900px){
	.woocommerce-account div#customer_login {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
}

.wc_payment_method, .wc_payment_method label {
	cursor: pointer !important;
}
.woocommerce-shipping-methods li, .woocommerce-shipping-methods li label {
	cursor: pointer;
}
button.lang-switcher__toggle {
    padding: 0;
    border-radius: 0;
    background: transparent;
	padding: 10px;
    border: none;
	cursor: pointer;
    border: 1px solid black;
    height: 39px;
    position: relative;
}

ul.lang-switcher__menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
@media screen and (max-width: 500px){
	.buttonsheader .lang-switcher {
		display: none;
	}
}

.menu-wrapper.opened button.lang-switcher__toggle {
	width: 100%;
}

.lang-switcher {
    position: relative;
    z-index: 5;
}

ul.lang-switcher__menu a {
    text-decoration: none;
    color: inherit;
    padding: 4px 0;
    display: block;
}
ul.lang-switcher__menu {
    position: absolute;
    top: 100%;
    padding: 0 10px;
    border: 1px solid black;
    width: 100%;
    border-top: 0;
	background: white;
}

@media screen and (min-width: 1201px){
	.menu-wrapper .lang-switcher {
		display: none;
	}
}