/*
Theme Name: MIODO
Theme URI: https://pesi.pl/
Author: PESI
Author URI: https://pesi.pl/
Description: Theme for MIODO page
Version: 1.1
*/
/* latin-ext */
@font-face {
	font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/AlegreyaSans300ext.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/AlegreyaSans300.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
	font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/AlegreyaSans500ext.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/AlegreyaSans500.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
	font-family: "Literata";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/Literata300ext.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Literata";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/wp-content/themes/miodo/fonts/Literata300.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1430px) {
	.container {
		width: 1400px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
}

.row::after,
.row::before {
	display: none !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
}

.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.container:after,
.row:after {
	clear: both;
}

.hidden {
	display: none !important;
}

.inline-block {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-end {
	justify-content: flex-end;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.5rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
	/* width */
	/* Track */
	/* Handle */
}

*::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

*::-webkit-scrollbar-track {
	background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
	background: var(--primary);
}

*::after,
*::before {
	box-sizing: border-box;
}


html,
body {
	margin: 0;
	padding: 0;
	/*  overflow-x: hidden;*/
	width: 100%;
}

body,
a,
button,
input,
textarea,
select,
p {
	font: 300 17px/1.5rem "Alegreya Sans";
	color: var(--text);
}

a,
button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	text-decoration: underline;
}

.burger-menu,
.mobile-close,
.shop-filter-toggler {
	display: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li::marker {
	font-size: 0;
}

p {
	word-break: break-word;
	margin: 0 0 20px 0;
}

.btn {
	padding: 9px 19px;
	border: none;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid var(--primary);
	background: var(--primary);
	min-width: 210px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.btn.small {
	min-width: unset;
	padding: 5px 9px;
	font-size: 12px;
}

.btn.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	outline: none;
	text-decoration: none;
	background: var(--primary-hover);
	border-color: var(--primary-hover);
}

.btn-secondary {
	background: var(--secondary);
	border-color: var(--secondary);
	color: var(--text);
}

.btn-secondary:hover {
	background: var(--secondary-hover);
	border-color: var(--secondary-hover);
}

.btn-clear {
	border-color: var(--primary);
	color: var(--primary);
	background: transparent;
}

.btn-clear:hover {
	border-color: var(--primary-hover);
	background: var(--primary-hover);
	color: #fff;
}

.btn-hitbox {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-hitbox:focus {
	outline: none;
}

img,
svg {
	max-width: 100%;
}

path {
	transition: fill 0.3s;
}

.upper {
	text-transform: uppercase;
}

.color-white {
	color: #fff;
}

.weight-700 {
	font-weight: 700;
}

.woocommerce .add-to-fav {
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	transition: 0.3s;
	background: none;
}

.woocommerce .add-to-fav.active .a-woo-heart {
	fill: var(--primary);
}

.woocommerce .add-to-fav:focus {
	outline: none;
}

.woocommerce .add-to-fav svg {
	width: 20px;
	height: auto;
}

.woocommerce ul .add-to-fav {
	opacity: 0;
}

@media (hover: none) {
	.woocommerce ul .add-to-fav {
		opacity: 1;
	}
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.wpcf7-form .ajax-loader {
	position: absolute !important;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.wpcf7-form .form-field {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 21px;
}

.wpcf7-form .form-field br {
	display: none;
}

.wpcf7-form .form-field.w-50 {
	width: 49%;
}

.wpcf7-form .form-field.w-50:nth-child(even) {
	margin-right: 1%;
}

.wpcf7-form .form-field.w-50:nth-child(odd) {
	margin-left: 1%;
}

.wpcf7-form .form-field.focused label {
	font-size: 15px;
	top: 0;
}

.wpcf7-form .form-field.focused textarea {
	height: auto;
}

.wpcf7-form .form-field label,
.wpcf7-form .form-field input {
	color: #262624;
	transition: 0.3s;
}

.wpcf7-form .form-field label {
	position: absolute;
	top: 30px;
	left: 5px;
	z-index: 1;
}

.wpcf7-form .form-field input,
.wpcf7-form .form-field textarea {
	height: 34px;
	border: none;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px;
	position: relative;
	z-index: 2;
	background: transparent;
	overflow: hidden;
	resize: none;
	width: 100%;
}

.wpcf7-form .form-field input:focus,
.wpcf7-form .form-field textarea:focus {
	border: none;
	outline: none;
	border-bottom: 1px solid var(--primary);
	overflow: visible;
}

.textarea-wrapper {
	width: 100%;
}

.wpcf7-acceptance>.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance input[type=checkbox]+.appearance,
.wpcf7-acceptance input[type=radio]+.appearance {
	top: 4px;
}

.checkbox-label {
	display: flex;
}

.wpcf7-list-item {
	margin: 0;
	position: relative;
}

label {
	font-weight: 300;
	line-height: 26px;
}

label a {
	color: var(--primary);
}

.form-field {
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}

.form-field>span {
	display: block;
}

.form-field.solid input,
.form-field.solid textarea,
.form-field.solid select {
	border-width: 1px;
}

.form-field input,
.form-field textarea,
.form-field select {
	border: none;
	border-bottom: 1px solid #c7c7c7;
	padding: 6px 5px;
	width: 100%;
	transition: 0.3s;
	background: none;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
	border-color: var(--primary);
	outline: none;
}

.form-field label {
	position: relative;
}

input[type=checkbox],
input[type=radio] {
	opacity: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px 0 0 !important;
	position: relative;
	top: 2px;
	z-index: 10;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
	cursor: pointer;
}

input[type=checkbox]:hover+.appearance::after,
input[type=radio]:hover+.appearance::after {
	opacity: 1;
}

input[type=checkbox]:checked+.appearance,
input[type=radio]:checked+.appearance {
	border-color: var(--primary);
	background-color: var(--primary);
}

input[type=checkbox]:checked+.appearance::after,
input[type=radio]:checked+.appearance::after {
	background-image: url(/wp-content/themes/miodo/img/check-w.svg);
	opacity: 1;
}

input[type=checkbox]+.appearance,
input[type=radio]+.appearance {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #c7c7c7;
	z-index: 5;
	border-radius: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	transition: 0.3s;
}

input[type=checkbox]+.appearance.top,
input[type=radio]+.appearance.top {
	top: 0;
}

input[type=checkbox]+.appearance::after,
input[type=radio]+.appearance::after {
	content: "";
	background-image: url(/wp-content/themes/miodo/img/check.svg);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 60% center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	opacity: 0;
	transition: 0.3s;
}

input[type=radio] .appearance {
	border-radius: 50%;
}

input[type=radio] .appearance::after {
	border-radius: 50%;
}

[type=submit] {
	margin-top: 40px;
}

[type=submit].small-margin {
	margin-top: 20px;
}

@media (min-width: 783px) {
	.admin-bar .page-nav-wrapper {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .page-nav-wrapper {
		top: 45px;
	}
}

.top-header {
	margin-bottom: 30px;
}

.top-header .notice {
	padding: 12px 15px;
	background: var(--primary);
	margin-bottom: 20px;
}

.top-header .contacts {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 13px;
}

.top-header .contacts>div:not(:last-child) {
	margin-bottom: 20px;
}

.top-header .contacts .img-wrapper {
	width: 24px;
	display: flex;
	justify-content: center;
	margin-right: 17px;
}

.top-header .logo {
	margin-top: 40px;
}

.top-header .logo img {
	max-width: 118px;
	max-height: 115px;
}

.page-nav-wrapper {
	position: sticky;
	z-index: 99;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 30px 0;
}

.page-nav-wrapper .social a {
	display: flex;
	align-items: center;
	padding: 10px;
	transition: 0.3s;
}

.page-nav-wrapper .social a:hover svg path {
	fill: var(--primary);
}

.page-nav-wrapper .social a:first-child {
	margin-left: -10px;
}

.page-nav-wrapper .form-field {
	margin: 0;
}

.page-nav-wrapper .form-field input {
	padding-right: 23px;
}

.page-nav-wrapper .form-field .btn-hitbox {
	position: absolute;
	right: -7px;
	bottom: 0;
	width: 37px;
	height: 37px;
}

.whole-nav-wrapper .right-icons {
	display: flex;
	align-items: center;
}

.whole-nav-wrapper .right-icons>div:not(:last-child) {
	margin-right: 20px;
}

.whole-nav-wrapper .right-icons a {
	display: flex;
	align-items: center;
}

.whole-nav-wrapper .menu-favorite a:hover .a-heart {
	fill: var(--text);
}

.whole-nav-wrapper .menu-account {
	position: relative;
}

@media (hover: hover) {
	.whole-nav-wrapper .menu-account:hover .menu-account-inner {
		top: calc(100% + 11px);
		opacity: 1;
		visibility: visible;
	}
}

.whole-nav-wrapper .menu-account a:hover .a-prof {
	fill: var(--text);
}

.whole-nav-wrapper .menu-account a:hover .b-prof {
	stroke: #fff;
}

.whole-nav-wrapper .menu-account .menu-account-inner {
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: 0px 3px 10px rgba(10, 31, 55, 0.161);
	border-radius: 5px;
	width: 250px;
	max-width: 90vw;
	max-height: 236px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	transition: 0.3s;
}

.whole-nav-wrapper .menu-account .menu-account-inner a {
	text-decoration: none;
	font-weight: 500;
	text-transform: initial;
}

.whole-nav-wrapper .menu-account .menu-account-inner a:hover {
	color: var(--primary);
}

@media (hover: none) {
	.whole-nav-wrapper .menu-account .menu-account-inner.active {
		top: calc(100% + 11px);
		opacity: 1;
		visibility: visible;
	}
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-header {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 20px 20px 10px 20px;
	margin: 0 0 16px 0;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-content {
	padding: 0 20px;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-content .menu-account-inner-menu li:not(:last-child) {
	margin-bottom: 10px;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-content .menu-account-inner-menu li:nth-child(1) a::before {
	content: "";
	background: url("../miodo/img/myaccount/orders.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	margin-right: 10px;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-content .menu-account-inner-menu li:nth-child(2) a::before {
	content: "";
	background: url("../miodo/img/myaccount/edit-account.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	margin-right: 10px;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-footer {
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding: 20px 5px 20px 20px;
}

.whole-nav-wrapper .menu-account .menu-account-inner .menu-account-inner-footer a::before {
	content: "";
	background: url("../miodo/img/myaccount/customer-logout.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
	margin-right: 10px;
}

.whole-nav-wrapper .menu-basket {
	position: relative;
}

@media (hover: hover) {
	.whole-nav-wrapper .menu-basket:hover .menu-basket-inner {
		top: calc(100% + 11px);
		opacity: 1;
		visibility: visible;
	}
}

.whole-nav-wrapper .menu-basket a:hover .a-basket {
	fill: var(--text);
}

.whole-nav-wrapper .menu-basket a:hover .b-basket {
	stroke: #fff;
}

.whole-nav-wrapper .menu-basket .menu-basket-number {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	width: 18px;
	height: 18px;
	color: #fff;
	top: -5px;
	right: -5px;
	background: var(--primary);
	border-radius: 100px;
	font-weight: 500;
	text-align: center;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner,
.whole-nav-wrapper .menu-basket .menu-account-inner {
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: 0px 3px 10px rgba(10, 31, 55, 0.161);
	border-radius: 5px;
	width: 360px;
	max-width: 90vw;
	max-height: 530px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	transition: 0.3s;
}

@media (hover: none) {

	.whole-nav-wrapper .menu-basket .menu-basket-inner.active,
	.whole-nav-wrapper .menu-basket .menu-account-inner.active {
		top: calc(100% + 11px);
		opacity: 1;
		visibility: visible;
	}
}

@media (max-height: 800px) {

	.whole-nav-wrapper .menu-basket .menu-basket-inner,
	.whole-nav-wrapper .menu-basket .menu-account-inner {
		max-height: 90vh;
	}
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .heading,
.whole-nav-wrapper .menu-basket .menu-basket-inner .basket-footer,
.whole-nav-wrapper .menu-basket .menu-account-inner .heading,
.whole-nav-wrapper .menu-basket .menu-account-inner .basket-footer {
	padding: 20px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products,
.whole-nav-wrapper .menu-basket .menu-account-inner .products {
	padding: 0 20px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .heading,
.whole-nav-wrapper .menu-basket .menu-account-inner .heading {
	position: sticky;
	z-index: 9;
	top: 0;
	background: #fff;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products,
.whole-nav-wrapper .menu-basket .menu-account-inner .products {
	flex: 1;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product {
	border-top: 1px solid #e5e5e5;
	display: flex;
	padding: 10px 0;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product .img,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product .img {
	width: 94px;
	min-width: 94px;
	height: 94px;
	margin-right: 20px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product .img img,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product .name,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product .name {
	font-family: "Cormorant Garamond";
	font-size: 16px;
	letter-spacing: 1.79px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product .inner,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product .inner {
	width: 100%;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .products .product .old-price,
.whole-nav-wrapper .menu-basket .menu-account-inner .products .product .old-price {
	text-decoration: line-through;
	color: #acacac;
	margin-right: 5px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .basket-footer,
.whole-nav-wrapper .menu-basket .menu-account-inner .basket-footer {
	position: sticky;
	z-index: 9;
	bottom: 0;
	background: #fff;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .buttons,
.whole-nav-wrapper .menu-basket .menu-account-inner .buttons {
	margin-top: 15px;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .buttons .btn,
.whole-nav-wrapper .menu-basket .menu-account-inner .buttons .btn {
	min-width: initial;
	flex: 1;
	justify-content: center;
}

.whole-nav-wrapper .menu-basket .menu-basket-inner .buttons .btn:first-child,
.whole-nav-wrapper .menu-basket .menu-account-inner .buttons .btn:first-child {
	margin-right: 10px;
}

.page-nav {
	margin: 0 20px;
}

.page-nav ul {
	display: flex;
}

.page-nav>li>a {
	display: block;
	padding: 20px 15px;
	display: flex;
	align-items: center;
}

.page-nav a {
	padding: 5px 15px;
	display: flex;
	align-items: center;
	height: 100%;
	cursor: default;
	position: relative;
}

.page-nav a::after {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	background: url("../miodo/img/nav-hr.svg") center top no-repeat;
	transform: rotate(180deg);
	opacity: 0;
	transition: 0.3s;
}

.page-nav a::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	background: url("../miodo/img/nav-hr.svg") center bottom no-repeat;
	opacity: 0;
	transition: 0.3s;
}

.page-nav a:hover:before,
.page-nav a:hover:after {
	opacity: 1;
}

.page-nav a:hover:before {
	bottom: -10px;
}

.page-nav a:hover:after {
	top: -10px;
}

.page-nav .current-menu-item>a {
	color: var(--primary);
}

.page-nav .menu-item {
	position: relative;
	z-index: 10;
}

.page-nav .sub-menu {
	display: none;
}

.ps-img-bg {
	padding: 70px 0;
	position: relative;
	min-height: 73vh;
	margin-bottom: 60px;
}

.ps-img-bg .heading {
	font-size: 70px;
}

.ps-img-bg .img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ps-img-bg .img.opacited::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.ps-img-bg .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ps-img-bg .inner {
	position: relative;
	z-index: 2;
}

.ps-img-stripe {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 245px;
	margin: 70px 0 90px 0;
	position: relative;
}

.ps-img-stripe::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--primary);
	opacity: 0.5;
}

.ps-img-stripe .container {
	position: relative;
	z-index: 2;
}

.ps-img-stripe .h2 {
	margin: 0;
}

.ps-link-img-tiles .row>div:nth-child(2n+2) header {
	color: #fff;
}

.ps-link-img-tiles .row>div:nth-child(2n+2) header::after {
	background: var(--primary);
}

.ps-link-img-tiles .row>div:nth-child(2n+3) header::after {
	background: var(--secondary);
}

.ps-link-img-tiles .row>div:nth-child(2n+3) .heading::after,
.ps-link-img-tiles .row>div:nth-child(2n+3) .heading::before {
	background: var(--text);
}

.ps-link-img-tiles .row>div:nth-child(8n+1) header {
	color: #fff;
}

.ps-link-img-tiles .row>div:nth-child(8n+1) header::after {
	background: var(--primary-hover);
}

.ps-link-img-tiles .row>div:nth-child(8n+1) .heading::after,
.ps-link-img-tiles .row>div:nth-child(8n+1) .heading::before {
	background: #fff;
}

.ps-link-img-tiles .tile {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-top: 250px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ps-link-img-tiles .tile:hover .img img {
	transform: scale(1.04);
}

.ps-link-img-tiles .tile:hover header::after {
	opacity: 1;
}

.ps-link-img-tiles .tile .img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ps-link-img-tiles .tile .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.ps-link-img-tiles .tile header {
	position: relative;
	z-index: 2;
	padding: 20px;
	min-height: 90px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	width: 100%;
}

.ps-link-img-tiles .tile header::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	left: 0;
	top: 0;
	opacity: 0.95;
	transition: 0.3s;
}

.ps-link-img-tiles .tile .heading {
	position: relative;
	z-index: 4;
	font-size: 22px;
	letter-spacing: 2.46px;
	margin: 0;
	width: 100%;
	padding-right: 15px;
}

.ps-link-img-tiles .tile .heading::after,
.ps-link-img-tiles .tile .heading::before {
	content: "";
	height: 2px;
	width: 11px;
	background: #fff;
	position: absolute;
	z-index: 1;
	right: 0;
}

.ps-link-img-tiles .tile .heading::before {
	top: calc(50% + 4px);
	transform: translateY(-50%) rotate(-45deg);
}

.ps-link-img-tiles .tile .heading::after {
	top: calc(50% - 4px);
	transform: translateY(-50%) rotate(45deg);
}

.ps-link-img-tiles .tile .heading a:hover {
	text-decoration: none;
}

.ps-track-tab-wrapper {
	position: relative;
}

.ps-track-tab-wrapper .ps-track-tab {
	position: sticky;
	top: 90px;
	bottom: 0;
}

.shop-header,
.shop-header-tag {
	background-size: cover;
	background-position: center;
	margin: 20px 0 60px 0;
	text-transform: uppercase;
}

.shop-header .h2,
.shop-header-tag .h2 {
	margin: 0;
	height: 140px;
}

.shop-header-tag {
	margin: 30px 0 20px 0;
}

.shop-header-tag .h3 {
	min-height: 80px;
	padding: 10px 20px;
	margin: 0;
}

.page .shop-header+main {
	padding-bottom: 40px;
}

.collection-page .collection .img {
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.collection-page .collection .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.collection-page .collection h2 {
	margin-bottom: 10px;
}

.collection-page .separator {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
	margin-bottom: 35px;
	width: 100%;
}

.collection-page .separator:last-child {
	border: none;
}

.svg-contact-icon {
	margin-right: 20px;
}

.contact-form-section {
	margin-top: 90px;
	margin-bottom: 150px;
}

.contact-form-section .row>div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}

.contact-form-section .row>div .svg-contact-icon {
	display: flex;
}

.contact-form-section .row>div .icon-wrapper:first-child {
	margin-top: 27px;
}

.contact-form-section .row>div .icon-wrapper:not(:last-child) {
	margin-bottom: 20px;
}

.home .logo-shapes {
	position: relative;
	top: 40px;
}

.home-top-img-bg .img img {
	-o-object-position: center -146px;
	object-position: center -146px;
}

img.h-auto {
	height: auto;
}

img.w-auto {
	width: auto;
}

.auto-container ul {
	margin-bottom: 20px;
}

.auto-container ul li {
	padding-left: 14px;
	position: relative;
}

.auto-container ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--primary);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.auto-container h1,
.auto-container h2,
.auto-container h3,
.auto-container h4,
.auto-container h5,
.auto-container h6 {
	margin-top: 30px;
}

.single_add_to_cart_button {
	margin: 0;
}

.page-privacy h2 {
	margin: 50px 0 30px 0;
}

.page-privacy h2:first-child {
	margin-top: 0;
}

.page-privacy li {
	margin-bottom: 15px;
}

.sb_instagram_header,
.sbi_follow_btn {
	display: none !important;
}

.paraxify {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

a {
	cursor: pointer;
}

.page-nav a {
	transition: 0.3s;
}

.page-nav a:hover {
	text-decoration: none;
	color: var(--primary);
}

.page-nav a[href] {
	cursor: pointer;
}

.page-nav .menu-item-has-children:hover .sub-menu {
	transform: scaleY(1);
	top: 100%;
	box-shadow: 0px 3px 6px #4c75c829;
}

.page-nav .menu-item-has-children:hover>a::after {
	border-color: var(--primary);
}

.page-nav .menu-item-has-children>a {
	position: relative;
	background: #fff;
}

.page-nav .menu-item-has-children>a::after {
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid var(--text);
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	transition: 0.3s;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.page-nav .menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	background: #fff;
	opacity: 1;
	z-index: -1;
	transform: scaleY(0);
	transform-origin: center top;
	top: 0;
	transition: 0.5s ease-in-out;
}

.page-nav .menu-item-has-children .sub-menu .menu-item-has-children>a {
	padding-right: 27px;
}

.page-nav .menu-item-has-children .sub-menu a {
	padding: 20px;
	display: block;
}

.page-nav .sub-menu {
	display: flex;
	flex-direction: column;
	height: auto;
}

.page-nav .sub-menu a {
	padding: 10px;
}

.page-nav .sub-menu .menu-item-has-children>a::after {
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	transform: rotate(45deg);
}

.page-nav .sub-menu .menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.page-nav .sub-menu .menu-item-has-children .sub-menu {
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

.btn {
	transition: 0.3s;
}

button,
a {
	cursor: pointer;
}

.text-center {
	text-align: center;
}

.bg-3 {
	background: var(--color-3);
}

.logo-shape {
	width: 224px;
	height: 217px;
	margin: 40px 30px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.logo-shape a:hover {
	text-decoration: none;
}

.logo-shape a:hover img {
	filter: brightness(0.92);
}

.logo-shape a>* {
	position: relative;
	z-index: 3;
}

.logo-shape .price {
	font-size: 37px;
	display: block;
	margin: 14px 0;
}

.logo-shape br {
	display: none;
}

.logo-shape img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: contain;
	object-fit: contain;
	transition: 0.3s;
}

.relative {
	position: relative;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 20px 0;
}

.form-field {
	margin-bottom: 20px;
}

.reset-ul {
	list-style: none;
}

.reset-ul li {
	padding-left: 0 !important;
}

.reset-ul li::before {
	content: none !important;
}

mark {
	background: var(--secondary);
	padding: 0 5px;
}

.float-right {
	float: right;
}

fieldset {
	border-color: var(--secondary);
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
}

.basic-font {
	font-family: "Alegreya Sans" !important;
	letter-spacing: 1px !important;
}

.header-center {
	text-align: center;
	width: 100%;
}

.header-center h2 {
	font-size: 36px;
	letter-spacing: 3.6px;
	line-height: 48px;
	text-align: center;
	color: #4a4a4a;
	position: relative;
	padding: 0 50.57px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.header-center h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
	height: 1px;
	background-color: #a7a7a7;
}

.header-center h2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
	height: 1px;
	background-color: #a7a7a7;
}

/* .pasieki-miodo-template-default .subpage-hero .container {
  width: 1170px;
} */
.pasieki-miodo-template-default .pasieki-miodo-content {
	padding-top: 120px;
	padding-bottom: 180px;
}

.pasieki-miodo-template-default .pasieki-miodo-products-slider-wrapper {
	padding-bottom: 140px;
}

.pasieki-miodo-template-default .pasieki-miodo-products-slider-wrapper .btn-footer {
	margin-top: 40px;
}

.subpage-hero {
	padding: 120px 0;
	position: relative;
	color: #fff;
}

.subpage-hero .container {
	text-align: center;
}

@media (min-width: 768px) {
	.subpage-hero .container {
		width: 570px;
		text-align: center;
	}
}

.subpage-hero .subpage-hero-content-wrapper {
	position: relative;
	z-index: 2;
}

.subpage-hero .subpage-hero-content-wrapper h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 5px;
	margin: 0 0 40px 0;
}


.subpage-hero .subpage-hero-content-wrapper .single-post-header-title {
	font-size: 36px;
	letter-spacing: 3.6px;
	line-height: 44px;
}

.subpage-hero .subpage-hero-content-wrapper .single-post-date {
	display: inline-block;
	margin-bottom: 10px;
	font-family: "Literata", sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1.44px;
	line-height: 20px;
}

.subpage-hero .subpage-hero-content-wrapper .subpage-hero-content {
	margin-bottom: 83px;
}

.subpage-hero .subpage-hero-content-wrapper .subpage-hero-content p {
	color: #fff;
}

.subpage-hero .subpage-hero-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0000008c;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.single-post-hero {
	padding: 0;
	padding-top: 110px;
	padding-bottom: 370px;
}

.single-post-content-wrapper {
	margin-top: -374px;
	margin-bottom: 100px;
}
.single-post-content-wrapper .container{
	background: #fff;
	z-index: 999;
	position: relative;
	padding: 25px;
}

@media (min-width:1200px) {
	.single-post-content-wrapper .container {
		width: 1000px;
	}
}

.single-post-content-wrapper .single-post-image-wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.single-post-content-wrapper .single-post-image-wrapper img {
	width: 100%;
	height: 666px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.single-post-content-wrapper .single-post-content h2 {
	margin-bottom: 40px;
	font-size: 36px;
	letter-spacing: 3.6px;
	line-height: 44px;
}

.single-post-content-wrapper .single-post-footer hr {
	margin-top: 50px;
	margin-bottom: 30px;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
}

.single-post-content-wrapper .single-post-footer .single-post-footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-post-content-wrapper .single-post-footer .single-post-footer-content .single-post-footer-content-tags ul {
	display: flex;
	align-items: center;
}

.single-post-content-wrapper .single-post-footer .single-post-footer-content .single-post-footer-content-tags ul li:not(:last-child) {
	margin-right: 10px;
}

.single-post-content-wrapper .single-post-footer .single-post-footer-content .single-post-content-footer-share .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	letter-spacing: 1.44px;
	line-height: 22px;
	width: 160px;
	min-width: inherit;
}

.subpage-image-left,
.subpage-image-right {
	padding: 140px 0;
}

/* .subpage-image-left .container,
.subpage-image-right .container {
  max-width: 1170px;
} */
.subpage-image-left .subpage-image-wrapper img,
.subpage-image-right .subpage-image-wrapper img {
	height: 620px;
	-o-object-fit: cover;
	object-fit: cover;
}

.subpage-image-left .subpage-image-content-wrapper,
.subpage-image-right .subpage-image-content-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.subpage-image-left .subpage-image-content-wrapper .subpage-image-content h2,
.subpage-image-right .subpage-image-content-wrapper .subpage-image-content h2 {
	font-size: 36px;
	letter-spacing: 3.6px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blogpage-home-hero {
	padding: 100px 0 220px 0;
	text-align: center;
	color: #fff;
	position: relative;
	background-size: cover;
}
.blogpage-home-hero:before{
	background: #0000008c;
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.blogpage-home-hero .blogpage-home-hero-headings h1 {
	font-size: 28px;
	letter-spacing: 2.8px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

.blogpage-home-hero .blogpage-home-hero-headings h2 {
	font-size: 36px;
	letter-spacing: 3.6px;
	line-height: 44px;
	margin-bottom: 40px;
}

.blogpage-home-hero .blogpage-home-hero-searchbar {
	margin-bottom: 30px;
}

.blogpage-home-hero .blogpage-home-hero-searchbar form {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
	gap: 0;
}

.blogpage-home-hero .blogpage-home-hero-searchbar form .search-field {
	border-radius: 2px 0px 0px 2px;
	height: 40px;
	border: 0;
	padding-left: 10px;
	padding-right: 100px;
	color: #4a4a4a;
	margin: 0;
}

@media (min-width:1200px) {
	.blogpage-home-hero .blogpage-home-hero-searchbar form .search-field {
		width: 400px;
	}
}

.blogpage-home-hero .blogpage-home-hero-searchbar form .search-field:focus-visible {
	outline: 0;
}

.blogpage-home-hero .blogpage-home-hero-searchbar form .searchicon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 0;
	background: none;
	border: 0;
	padding: 0;
	padding: 0 13px;
	background: #fff;
	border-radius: 0 2px 2px 0;
}

@media (max-width: 768px) {
	.blogpage-home-hero .blogpage-home-hero-searchbar form .searchicon {
		margin-left: -1px;
	}
}


@media (min-width:1200px) {
	.blogpage-home-hero .blogpage-home-hero-searchbar form .searchicon {
		margin-left: -39px;
	}
}

.blogpage-home-hero .blogpage-home-hero-searchbar form .searchicon svg {
	width: 13px;
	height: 13px;
}

.blogpage-home-hero .blogpage-home-hero-tags span {
	display: inline-block;
	letter-spacing: 1.53px;
	line-height: 23px;
	margin-bottom: 22px;
	font-weight: 500;
}

.blogpage-home-hero .blogpage-home-hero-tags .blogpage-home-hero-tags-content ul {
	display: inline-flex;
}

.blogpage-home-hero .blogpage-home-hero-tags .blogpage-home-hero-tags-content ul li:not(:last-child) {
	margin-right: 20px;
}

.blogpage-home-posts {
	margin-top: -120px;
}

@media (min-width: 1200px) {
	.blogpage-home-posts .container {
		width: 1170px;
	}
}

.blogpage-home-posts .latest-post-card{
	margin-bottom: 50px;
	display: flex;
	background: #fff;
	padding: 15px;
	gap: 30px;
}

.wp-block-latest-posts__list{
	padding-top: 40px;
}
.wp-block-latest-posts__list li{
	display: block;
	text-align: center;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image{
	width: 15%;
	float: left;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-title{
	margin-bottom: 18px;
	font-size: 24px;
	letter-spacing: 2.16px;
	line-height: 30px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 500;
	display: block;
}
.wp-block-latest-posts__list li:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	clear: both;
}
.wp-block-latest-posts__post-excerpt{
	padding-left: 15%;
}
a.wp-block-latest-posts__read-more {
	display: block;
	margin-top: 20px;
	color: #d8ab50;
	text-transform: uppercase;
}


.blogpage-home-posts .latest-post-card img {
	width: 240px !important;

	height: 240px !important;
	min-width: 240px !important;
	object-fit: cover;
	position: relative;
	display: block;
}

@media (max-width: 768px) {
	.blogpage-home-hero .blogpage-home-hero-tags .blogpage-home-hero-tags-content ul{		
		flex-wrap: wrap;
	}
	.blogpage-home-posts .latest-post-card {
		display: flex;
		flex-direction: column;
	}
	.blogpage-home-posts .latest-post-card img {
		width: 100% !important;
		height: 240px !important;
		min-width: 100% !important;
	}
}

.blogpage-home-posts .latest-post-card a.latest-post-link {
	display: block;
	position: relative;
	transition: all ease 0.3s;
}

.blogpage-home-posts .latest-post-card a.latest-post-link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #D8AB50;
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	transition: all ease 0.2s;
}

.blogpage-home-posts .latest-post-card a.latest-post-link:hover::before {
	opacity: 0.3;
	visibility: visible;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content {
	padding: 10px 10px 26px 10px;
	width: 100%;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content h3 {
	margin-bottom: 18px;
	font-size: 24px;
	letter-spacing: 2.16px;
	line-height: 30px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 500;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content p {
	text-align: center;
	margin: 0;
	margin-bottom: 29px;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content .link-border {
	position: relative;
	text-align: center;
	display: block;
	transition: all ease-out 0.3s;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content .link-border::before {
	content: " ";
	height: 1px;
	width: 200px;
	background: var(--primary);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: all ease-out 0.3s;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content .link-border span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--primary);
	font-weight: medium;
}

.blogpage-home-posts .latest-post-card .latest-post-card-content .link-border:hover::before {
	width: 100%;
}

.pm-archive-content {
	padding: 120px 0;
}

.pm-archive-content .container {
	max-width: 1170px;
}

.pm-archive-content .pm-archive-link {
	display: block;
	position: relative;
	overflow: hidden;
	height: 240px;
	background: #000;
}

.pm-archive-content .pm-archive-link img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	opacity: 0.85;
}

.pm-archive-content .pm-archive-link .pm-archive-link-title {
	display: inline-block;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	font-size: 24px;
	letter-spacing: 2.16px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	transition: 0.5s;
}

.pm-archive-content .pm-archive-link .pm-archive-link-readmore {
	position: absolute;
	bottom: 50px;
	left: 0;
	display: flex;
	z-index: 5;
	color: #fff;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: flex-end;
	transition: 0.5s;
	opacity: 0;
	text-transform: uppercase;
}

.pm-archive-content .pm-archive-link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(216, 171, 80, 0.8);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.pm-archive-content .pm-archive-link:hover .pm-archive-link-title {
	transform: translateY(-20px);
}

.pm-archive-content .pm-archive-link:hover .pm-archive-link-readmore {
	transform: translateY(-40px);
	opacity: 1;
}

.pm-archive-content .pm-archive-link:hover::before {
	opacity: 1;
	visibility: visible;
}

.miodo-contact-page .container {
	max-width: 600px;
}

.miodo-contact-page .contact-page-header {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.miodo-contact-page .contact-page-header h1 {
	font-size: 28px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	line-height: 38px;
	margin-bottom: 30px;
}

.miodo-contact-page .contact-page-header p {
	letter-spacing: 1.53px;
	line-height: 23px;
}

.miodo-contact-page .contact-page-content-icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.miodo-contact-page .contact-page-content-icons .contact-page-icon-block {
	width: 50%;
	text-align: center;
	font-family: "Literata", sans-serif;
}

.miodo-contact-page .contact-page-content-icons .contact-page-icon-block .contact-page-icon {
	margin-bottom: 14px;
}

.miodo-contact-page .contact-page-content-icons .contact-page-icon-block .contact-page-icon svg {
	height: 25px;
}

.miodo-contact-page .contact-page-content-icons .contact-page-icon-block .contact-page-icon-content {
	font-size: 14px;
	color: #000;
	letter-spacing: 1.26px;
	line-height: 20px;
}

.miodo-contact-page .contact-page-form-wrapper {
	margin-bottom: 100px;
}

.miodo-contact-page .contact-page-form-wrapper .wpcf7-form {
	display: block;
	flex: inherit;
}

.miodo-contact-page .contact-page-form-wrapper .row {
	margin-bottom: 20px;
}

.miodo-contact-page .contact-page-form-wrapper .row:nth-child(6) {
	margin-bottom: 0;
}

.miodo-contact-page .contact-page-form-wrapper label {
	font-weight: 500;
	letter-spacing: 1.35px;
	line-height: 21px;
}

.miodo-contact-page .contact-page-form-wrapper input[type=submit] {
	margin-top: 0;
}

.miodo-contact-page .contact-page-form-wrapper input[type=text],
.miodo-contact-page .contact-page-form-wrapper input[type=email],
.miodo-contact-page .contact-page-form-wrapper input[type=tel],
.miodo-contact-page .contact-page-form-wrapper textarea {
	width: 100%;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	margin-top: 10px;
	padding: 15px;
	font-size: 15px;
}

.miodo-contact-page .contact-page-form-wrapper .wpcf7-list-item label {
	display: flex;
}

.miodo-contact-page .contact-page-form-wrapper .wpcf7-list-item-label {
	font-weight: 300;
	font-size: 15px;
}

.miodo-contact-page .contact-page-form-wrapper .btn {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 20px 0;
	font-family: "Literata";
	letter-spacing: 3.6px;
	font-weight: 400;
	line-height: 100%;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
	letter-spacing: 1.4px;
}

.bolder {
	font-weight: 500;
}

.color-primary {
	color: var(--primary);
}

.normal {
	font-size: 14px;
	font-family: "Alegreya Sans";
}

.page-footer {
	background: var(--color-4);
	padding: 60px 0 0 0;
}

.page-footer .logo img {
	height: 80px;
	width: auto;
	margin-bottom: 56px;
}

.page-footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 60%;
	margin: 0 auto;
}

.page-footer ul li {
	font-size: 17px;
}

.page-footer ul li:not(:last-child) {
	margin-right: 30px;
}

.page-footer ul li a {
	text-decoration: none;
}

.page-footer .footer-author {
	background: var(--secondary-hover);
	margin-top: 70px;
}

.page-footer .footer-author .notice {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 1.79px;
}

.page-footer .footer-author .notice a {
	color: var(--primary);
}

.ps-new-products {
	width: 100%;
	margin-bottom: 128px;
}

.ps-new-products>header {
	margin-bottom: 30px;
}

.ps-new-products .wrapper>article {
	width: 65%;
	margin-right: 20px;
}

.ps-new-products .wrapper .products {
	width: 35%;
	display: flex;
	flex-direction: column;
}

.ps-new-products .wrapper .products article {
	flex: 1;
}

.ps-new-products .wrapper .products article:not(:last-child) {
	margin-bottom: 20px;
}

.ps-new-products .wrapper .products article:nth-child(even) header {
	color: #fff;
}

.ps-new-products .wrapper .products article:nth-child(even) header::after {
	background: var(--primary);
}

.ps-new-products .wrapper .products article:nth-child(even) header h3::after,
.ps-new-products .wrapper .products article:nth-child(even) header h3::before {
	background: #fff;
}

.ps-new-products a {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}

.ps-new-products a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: 0.3s;
}

.ps-new-products a:hover {
	text-decoration: none;
}

.ps-new-products a:hover::after {
	opacity: 1;
}

.ps-new-products a.collection {
	height: calc(1380px * 0.65 * 0.8);
}

@media (min-width: 1200px) and (max-width: 1429px) {
	.ps-new-products a.collection .container {
		height: calc(1150px * 0.65 * 0.8);
	}
}

.ps-new-products a.collection header {
	color: #fff;
}

.ps-new-products a.collection header::after {
	background: var(--primary-hover);
}

.ps-new-products a.collection header h3::after,
.ps-new-products a.collection header h3::before {
	background: #fff;
}

.ps-new-products a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ps-new-products a header {
	position: relative;
	width: 100%;
	padding: 6px 15px;
}

.ps-new-products a header::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: var(--secondary);
	opacity: 0.95;
}

.ps-new-products a header p {
	margin-bottom: 0;
}

.ps-new-products a header p,
.ps-new-products a header h3 {
	position: relative;
	z-index: 5;
	margin: 0;
	color: inherit;
}

.ps-new-products a header h3::after,
.ps-new-products a header h3::before {
	content: "";
	width: 10px;
	height: 2px;
	background: var(--text);
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
}

.ps-new-products a header h3::after {
	transform: translateY(-50%) rotate(45deg);
}

.ps-new-products a header h3::before {
	transform: translateY(-50%) rotate(-45deg);
	top: calc(50% - 6px);
}

.ps-darken-bg-text {
	position: relative;
	min-height: 30vh;
	padding: 40px 0;
	overflow: hidden;
}

.ps-darken-bg-text .text {
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	opacity: 0.15;
	font-size: 354px;
	font-weight: 600;
}

.ps-darken-bg-text .text.color-primary {
	opacity: 0.15;
	color: var(--primary);
}

.ps-darken-bg-text .inner {
	position: relative;
	z-index: 2;
}

.ps-darken-bg-text .h4 {
	font-family: Montserrat;
	margin-bottom: 10px;
}

.home .ps-instagram {
	padding-bottom: 150px;
}

.ps-instagram {
	padding-bottom: 50px;
}

.ps-instagram .header-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ps-instagram .header-wrapper svg {
	margin-bottom: 20px;
}

.ps-instagram header {
	margin-bottom: 40px;
}

body.woocommerce .easypack-parcel-machine-select,
body.page .woocommerce .easypack-parcel-machine-select {
	padding: 0;
}

body.woocommerce ul.products,
body.page .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	body.woocommerce ul.products,
	body.page .woocommerce ul.products {
		justify-content: space-between;
	}
}

body.woocommerce ul.products li.product,
body.page .woocommerce ul.products li.product {
	text-align: center;
}

body.woocommerce ul.products li.product:hover .add-to-fav,
body.page .woocommerce ul.products li.product:hover .add-to-fav {
	opacity: 1;
}

body.woocommerce ul.products li.product:hover .product-img img:nth-child(2),
body.page .woocommerce ul.products li.product:hover .product-img img:nth-child(2) {
	opacity: 1;
}

body.woocommerce ul.products li.product .add-to-fav,
body.page .woocommerce ul.products li.product .add-to-fav {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}

body.woocommerce ul.products li.product .sale-cat,
body.page .woocommerce ul.products li.product .sale-cat {
	background: var(--color-5);
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	bottom: 0;
	top: unset;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 5;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce ul.products li.product .bestseller,
body.page .woocommerce ul.products li.product .bestseller {
	color: #fff;
	background: var(--text);
	padding: 4px 17px;
	position: absolute;
	font-weight: 700;
	left: 0;
	top: 0;
	z-index: 5;
	letter-spacing: 0.36px;
}

body.woocommerce ul.products li.product img,
body.page .woocommerce ul.products li.product img {
	margin: 0 0 20px 0;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .price,
body.page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.page .woocommerce ul.products li.product .price {
	padding: 0 0 10px 0;
	font: 400 14px Montserrat;
	letter-spacing: 0.36px;
}

body.woocommerce ul.products li.product .price,
body.page .woocommerce ul.products li.product .price {
	color: #acacac;
}

body.woocommerce ul.products li.product .price del,
body.page .woocommerce ul.products li.product .price del {
	color: #acacac;
}

body.woocommerce ul.products li.product .price ins,
body.page .woocommerce ul.products li.product .price ins {
	font-weight: 600;
	color: var(--color-5);
	text-decoration: none;
	margin-left: 7px;
}

body.woocommerce ul.products li.product .product-img,
body.page .woocommerce ul.products li.product .product-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

body.woocommerce ul.products li.product .product-img img,
body.page .woocommerce ul.products li.product .product-img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity 0.3s;
}

body.woocommerce ul.products li.product .product-img img:nth-of-type(2),
body.page .woocommerce ul.products li.product .product-img img:nth-of-type(2) {
	z-index: 2;
	opacity: 0;
}

body.woocommerce ul.products li.product .product-inner .button,
body.page .woocommerce ul.products li.product .product-inner .button {
	display: none;
}

body.woocommerce nav.woocommerce-pagination:not(.custom),
body.page .woocommerce nav.woocommerce-pagination:not(.custom) {
	display: none;
}

body.woocommerce nav.woocommerce-pagination.woocommerce-pagination-under,
body.page .woocommerce nav.woocommerce-pagination.woocommerce-pagination-under {
	margin: -40px 0 45px 0;
}

body.woocommerce nav.woocommerce-pagination ul,
body.page .woocommerce nav.woocommerce-pagination ul {
	border: none;
}

body.woocommerce nav.woocommerce-pagination ul li,
body.page .woocommerce nav.woocommerce-pagination ul li {
	border: none;
	height: 16px;
}

body.woocommerce nav.woocommerce-pagination ul li.active a,
body.page .woocommerce nav.woocommerce-pagination ul li.active a {
	color: var(--primary);
	font-weight: 600;
	font-size: 16px;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.page .woocommerce nav.woocommerce-pagination ul li a {
	padding: 0 10px;
	line-height: 16px;
}

body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.page .woocommerce nav.woocommerce-pagination ul li a:hover {
	background: none;
	color: var(--primary);
}

body.woocommerce .woocommerce-result-count,
body.page .woocommerce .woocommerce-result-count {
	display: none;
}

body.woocommerce .shop-general .shop-filter,
body.page .woocommerce .shop-general .shop-filter {
	width: 260px;
	min-width: 260px;
	display: flex;
	flex-direction: column;
	position: relative;
}

body.woocommerce .shop-general .shop-filter form .filter-group,
body.page .woocommerce .shop-general .shop-filter form .filter-group {
	margin-top: 40px;
}

body.woocommerce .shop-general .shop-filter form .main-categories,
body.page .woocommerce .shop-general .shop-filter form .main-categories {
	display: flex;
	flex-direction: column;
}

body.woocommerce .shop-general .shop-filter form .main-categories label[for=ps_wc_cat_128],
body.page .woocommerce .shop-general .shop-filter form .main-categories label[for=ps_wc_cat_128] {
	order: 1;
}

body.woocommerce .shop-general .shop-filter form .filter-amount,
body.page .woocommerce .shop-general .shop-filter form .filter-amount {
	color: #acacac;
	position: relative;
	left: 4px;
}

body.woocommerce .shop-general .shop-filter form .price-filter input,
body.page .woocommerce .shop-general .shop-filter form .price-filter input {
	padding-bottom: 2px;
}

body.woocommerce .shop-general .shop-filter form .filter-heading,
body.woocommerce .shop-general .shop-filter form .category,
body.page .woocommerce .shop-general .shop-filter form .filter-heading,
body.page .woocommerce .shop-general .shop-filter form .category {
	margin-bottom: 15px;
}

body.woocommerce .shop-general .shop-products,
body.page .woocommerce .shop-general .shop-products {
	width: 100%;
}

body.woocommerce .ps-sorting,
body.page .woocommerce .ps-sorting {
	position: relative;
	flex-direction: column;
	align-items: center;
}

body.woocommerce .ps-woocommerce-sort,
body.page .woocommerce .ps-woocommerce-sort {
	margin: -27px 0 30px 0;
	align-self: flex-end;
}

body.woocommerce .ps-woocommerce-sort select,
body.page .woocommerce .ps-woocommerce-sort select {
	border: none;
	background: transparent;
	-moz-text-align-last: right;
	text-align-last: right;
	padding-right: 9px;
}

body.woocommerce .ps-woocommerce-sort select:focus,
body.page .woocommerce .ps-woocommerce-sort select:focus {
	border: none;
	outline: none;
}

body.woocommerce .woocommerce-breadcrumb,
body.page .woocommerce .woocommerce-breadcrumb {
	display: none;
}

body.woocommerce .product-details-page,
body.page .woocommerce .product-details-page {
	padding: 73px 0 60px 0;
}

body.woocommerce .product-details-page .gallery-images-wrapper,
body.page .woocommerce .product-details-page .gallery-images-wrapper {
	align-items: flex-start;
}

body.woocommerce .product-details-page .gallery-images,
body.page .woocommerce .product-details-page .gallery-images {
	width: 30%;
	min-width: 30%;
}

body.woocommerce .product-details-page .gallery-images .img,
body.page .woocommerce .product-details-page .gallery-images .img {
	padding: 2px;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border 0.3s;
}

body.woocommerce .product-details-page .gallery-images .img:not(:last-child),
body.page .woocommerce .product-details-page .gallery-images .img:not(:last-child) {
	margin-bottom: 15px;
}

body.woocommerce .product-details-page .gallery-images .img.active,
body.page .woocommerce .product-details-page .gallery-images .img.active {
	border-color: var(--primary);
}

body.woocommerce .product-details-page .gallery-images .img img,
body.page .woocommerce .product-details-page .gallery-images .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

body.woocommerce .product-details-page .current-image,
body.page .woocommerce .product-details-page .current-image {
	width: 100%;
	margin-left: 20px;
	display: flex;
	overflow: hidden;
}

body.woocommerce .product-details-page .current-image img,
body.page .woocommerce .product-details-page .current-image img {
	margin: 0 auto;
	height: auto;
	max-height: 600px;
}

body.woocommerce .product-details-page .ps-wc-expand,
body.page .woocommerce .product-details-page .ps-wc-expand {
	margin-top: 30px;
	border-top: 1px solid #c7c7c7;
	padding-top: 30px;
}

body.woocommerce .product-details-page .ps-wc-expand .upper,
body.page .woocommerce .product-details-page .ps-wc-expand .upper {
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}

body.woocommerce .product-details-page .ps-wc-expand .upper::before,
body.woocommerce .product-details-page .ps-wc-expand .upper::after,
body.page .woocommerce .product-details-page .ps-wc-expand .upper::before,
body.page .woocommerce .product-details-page .ps-wc-expand .upper::after {
	content: "";
	height: 1px;
	width: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--primary);
	transition: transform 0.2s;
}

body.woocommerce .product-details-page .ps-wc-expand .upper::after,
body.page .woocommerce .product-details-page .ps-wc-expand .upper::after {
	transform: translateY(-50%) rotate(90deg);
}

body.woocommerce .product-details-page .ps-wc-expand .upper.active::after,
body.page .woocommerce .product-details-page .ps-wc-expand .upper.active::after {
	transform: translateY(-50%);
}

body.woocommerce .product-details-page .ps-wc-expand .upper:not(.active)+.desc,
body.page .woocommerce .product-details-page .ps-wc-expand .upper:not(.active)+.desc {
	display: none;
}

body.woocommerce .product-details-page .ps-wc-expand .desc,
body.page .woocommerce .product-details-page .ps-wc-expand .desc {
	margin-bottom: 30px;
}

body.woocommerce .product-details-page .ps-wc-expand .desc p:last-child,
body.page .woocommerce .product-details-page .ps-wc-expand .desc p:last-child {
	margin: 0;
}

body.woocommerce .product-details-page .ps-wc-expand .desc p+ul,
body.page .woocommerce .product-details-page .ps-wc-expand .desc p+ul {
	margin-top: -20px;
	margin-bottom: 20px;
}

body.woocommerce .product-details-page .ps-wc-expand .desc ul li,
body.page .woocommerce .product-details-page .ps-wc-expand .desc ul li {
	padding-left: 14px;
	position: relative;
}

body.woocommerce .product-details-page .ps-wc-expand .desc ul li::before,
body.page .woocommerce .product-details-page .ps-wc-expand .desc ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--primary);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

body.woocommerce .product-details-page .product-page-inner,
body.page .woocommerce .product-details-page .product-page-inner {
	padding-left: 30px;
	position: sticky;
	top: 140px;
}

body.woocommerce .product-details-page .product-page-inner .overtitle,
body.page .woocommerce .product-details-page .product-page-inner .overtitle {
	font-size: 12px;
	margin-bottom: 5px;
}

body.woocommerce .product-details-page .product-page-inner .product-name,
body.page .woocommerce .product-details-page .product-page-inner .product-name {
	letter-spacing: 3.36px;
	margin-bottom: 20px;
}

body.woocommerce .product-details-page .product-page-inner .prices,
body.page .woocommerce .product-details-page .product-page-inner .prices {
	margin-bottom: 30px;
	font-size: 22px;
	color: var(--primary);
}

body.woocommerce .product-details-page .product-page-inner .prices>del,
body.woocommerce .product-details-page .product-page-inner .prices>ins,
body.woocommerce .product-details-page .product-page-inner .prices>span,
body.page .woocommerce .product-details-page .product-page-inner .prices>del,
body.page .woocommerce .product-details-page .product-page-inner .prices>ins,
body.page .woocommerce .product-details-page .product-page-inner .prices>span {
	font-size: 22px;
	font-weight: 700;
}

body.woocommerce .product-details-page .product-page-inner .prices del,
body.page .woocommerce .product-details-page .product-page-inner .prices del {
	margin-right: 10px;
	color: #acacac;
}

body.woocommerce .product-details-page .product-page-inner .prices ins,
body.page .woocommerce .product-details-page .product-page-inner .prices ins {
	text-decoration: none;
}

body.woocommerce .product-details-page .product-page-inner .variations tr,
body.page .woocommerce .product-details-page .product-page-inner .variations tr {
	display: flex;
	width: 100%;
	height: 44px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-bottom: 20px;
}

body.woocommerce .product-details-page .product-page-inner .variations tr::after,
body.woocommerce .product-details-page .product-page-inner .variations tr::before,
body.page .woocommerce .product-details-page .product-page-inner .variations tr::after,
body.page .woocommerce .product-details-page .product-page-inner .variations tr::before {
	content: "";
	height: 1px;
	width: 8px;
	background: #acacac;
	position: absolute;
	top: 50%;
}

body.woocommerce .product-details-page .product-page-inner .variations tr::after,
body.page .woocommerce .product-details-page .product-page-inner .variations tr::after {
	transform: translateY(-50%) rotate(-45deg);
	right: 15px;
}

body.woocommerce .product-details-page .product-page-inner .variations tr::before,
body.page .woocommerce .product-details-page .product-page-inner .variations tr::before {
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
}

body.woocommerce .product-details-page .product-page-inner .variations tr .label,
body.page .woocommerce .product-details-page .product-page-inner .variations tr .label {
	color: #acacac;
	display: block;
	margin-right: 4px;
	font-weight: 400;
}

body.woocommerce .product-details-page .product-page-inner .variations tr select,
body.page .woocommerce .product-details-page .product-page-inner .variations tr select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	border: none;
	background: none;
	padding: 10px 20px 10px 0;
	width: 100%;
}

body.woocommerce .product-details-page .product-page-inner .variations tr select:focus,
body.page .woocommerce .product-details-page .product-page-inner .variations tr select:focus {
	outline: none;
}

body.woocommerce .product-details-page .product-page-inner .variations .value,
body.page .woocommerce .product-details-page .product-page-inner .variations .value {
	width: 100%;
}

body.woocommerce .product-details-page .product-page-inner .variations .reset_variations,
body.page .woocommerce .product-details-page .product-page-inner .variations .reset_variations {
	display: none !important;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity {
	order: 2;
	/* Firefox */
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input::-webkit-outer-spin-button,
body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input::-webkit-inner-spin-button,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input::-webkit-outer-spin-button,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input[type=number],
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input[type=number] {
	-moz-appearance: textfield;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input {
	width: 24px;
	min-width: 24px;
	text-align: center;
	border: none;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input:focus,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .quantity input:focus {
	outline: none;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus {
	order: 1;
	position: relative;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus::after,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus::after {
	content: "";
	width: 92px;
	height: 44px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10px;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .plus,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .plus {
	order: 3;
	margin-right: 10px;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper button,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper button {
	order: 4;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper button[type=submit],
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper button[type=submit] {
	width: 100%;
	margin-right: 15px;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .plus,
body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .plus,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus {
	padding: 0 12px;
	color: #acacac;
	font-weight: 600;
	font-size: 18px;
}

body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .ps-wc-add-to-basket,
body.page .woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .ps-wc-add-to-basket {
	width: 100%;
	margin-right: 12px;
}

body.woocommerce .product-details-page .product-page-inner .single_variation_wrap,
body.page .woocommerce .product-details-page .product-page-inner .single_variation_wrap {
	display: flex;
	flex-direction: column-reverse;
}

body.woocommerce .product-details-page .product-page-inner .single_variation_wrap .woocommerce-variation,
body.page .woocommerce .product-details-page .product-page-inner .single_variation_wrap .woocommerce-variation {
	text-align: center;
	margin-top: -34px;
	padding-left: 50px;
	font-size: 18px;
}

body.woocommerce .product-details-page .product-page-inner .single_variation_wrap .woocommerce-variation .price,
body.page .woocommerce .product-details-page .product-page-inner .single_variation_wrap .woocommerce-variation .price {
	color: var(--primary);
}

body.woocommerce .product-details-page .product-page-inner .single_variation_wrap>.wapf-wrapper,
body.page .woocommerce .product-details-page .product-page-inner .single_variation_wrap>.wapf-wrapper {
	order: 1;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper {
	font-size: 13px;
	padding-left: 28px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::before,
body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::after,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::before,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::after {
	content: "";
	height: 1px;
	width: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--primary);
	transition: transform 0.2s;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::after,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper::after {
	transform: translateY(-50%) rotate(90deg);
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper.active::after,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper.active::after {
	transform: translateY(-50%);
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper:not(.active)+.desc,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .upper:not(.active)+.desc {
	display: none;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc {
	padding-left: 28px;
	margin-bottom: 30px;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc p:last-child,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc p:last-child {
	margin: 0;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc p+ul,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc p+ul {
	margin-top: -20px;
	margin-bottom: 20px;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc ul li,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc ul li {
	padding-left: 14px;
	position: relative;
}

body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc ul li::before,
body.page .woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--primary);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

body.woocommerce .product-details-page .contact-info,
body.page .woocommerce .product-details-page .contact-info {
	margin: 50px 0 60px 0;
	background: var(--color-3);
	padding: 50px 0;
}

.woocommerce .additional_information_panel th {
	text-align: left;
}

body.woocommerce .product-details-page .ps-wc-recommended .woocommerce-loop-product__title,
body.page .woocommerce .product-details-page .ps-wc-recommended .woocommerce-loop-product__title {
	display: block !important;
}

body.woocommerce .product-details-page .ps-wc-recommended h2,
body.page .woocommerce .product-details-page .ps-wc-recommended h2 {
	margin-bottom: 50px;
}

body.woocommerce .woocommerce-cart-form .actions .coupon,
body.page .woocommerce .woocommerce-cart-form .actions .coupon {
	display: none;
}

body.woocommerce .woocommerce-cart-form .shop_table,
body.page .woocommerce .woocommerce-cart-form .shop_table {
	border: none;
}

body.woocommerce .woocommerce-cart-form .shop_table tr:last-child td,
body.page .woocommerce .woocommerce-cart-form .shop_table tr:last-child td {
	border: none;
}

body.woocommerce .woocommerce-cart-form .shop_table td,
body.page .woocommerce .woocommerce-cart-form .shop_table td {
	border-color: #e5e5e5;
	padding: 20px 10px;
}

body.woocommerce .woocommerce-cart-form .shop_table .product-remove,
body.page .woocommerce .woocommerce-cart-form .shop_table .product-remove {
	padding: 0;
	width: 19px;
}

body.woocommerce .woocommerce-cart-form .shop_table .variation dt,
body.page .woocommerce .woocommerce-cart-form .shop_table .variation dt {
	position: relative;
	top: 2px;
}

body.woocommerce .woocommerce-cart-form .shop_table .product-name .h6,
body.page .woocommerce .woocommerce-cart-form .shop_table .product-name .h6 {
	letter-spacing: 2.02px;
}

body.woocommerce .woocommerce-cart-form .shop_table .base-price,
body.page .woocommerce .woocommerce-cart-form .shop_table .base-price {
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity,
body.woocommerce .woocommerce-cart-form .shop_table .plus,
body.woocommerce .woocommerce-cart-form .shop_table .minus,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity,
body.page .woocommerce .woocommerce-cart-form .shop_table .plus,
body.page .woocommerce .woocommerce-cart-form .shop_table .minus {
	display: inline-block;
}

body.woocommerce .woocommerce-cart-form .shop_table .product-quantity,
body.page .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
	position: relative;
	white-space: nowrap;
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity {
	width: 24px;
	min-width: 24px;
	margin-right: 34px;
	/* Firefox */
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity input::-webkit-outer-spin-button,
body.woocommerce .woocommerce-cart-form .shop_table .quantity input::-webkit-inner-spin-button,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity input::-webkit-outer-spin-button,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity input[type=number],
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity input[type=number] {
	-moz-appearance: textfield;
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity input,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity input {
	width: 24px;
	min-width: 24px;
	text-align: center;
	border: none;
}

body.woocommerce .woocommerce-cart-form .shop_table .quantity input:focus,
body.page .woocommerce .woocommerce-cart-form .shop_table .quantity input:focus {
	outline: none;
}

body.woocommerce .woocommerce-cart-form .shop_table .plus,
body.page .woocommerce .woocommerce-cart-form .shop_table .plus {
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
}

body.woocommerce .woocommerce-cart-form .shop_table .minus,
body.page .woocommerce .woocommerce-cart-form .shop_table .minus {
	position: relative;
	top: 2px;
}

body.woocommerce .woocommerce-cart-form .shop_table .plus,
body.woocommerce .woocommerce-cart-form .shop_table .minus,
body.page .woocommerce .woocommerce-cart-form .shop_table .plus,
body.page .woocommerce .woocommerce-cart-form .shop_table .minus {
	padding: 0 12px;
	color: #acacac;
	font-weight: 600;
	font-size: 18px;
}

body.woocommerce .woocommerce-cart-form .shop_table button[name=update_cart],
body.page .woocommerce .woocommerce-cart-form .shop_table button[name=update_cart] {
	display: none;
}

body.woocommerce .woocommerce-cart-form .product-thumbnail,
body.page .woocommerce .woocommerce-cart-form .product-thumbnail {
	width: 145px;
	min-width: 145px;
}

body.woocommerce .woocommerce-cart-form .product-thumbnail a,
body.page .woocommerce .woocommerce-cart-form .product-thumbnail a {
	display: inline-block;
	width: 145px;
	min-width: 145px;
	position: relative;
	padding-top: 100%;
}

body.woocommerce .woocommerce-cart-form .product-thumbnail a img,
body.page .woocommerce .woocommerce-cart-form .product-thumbnail a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

body.woocommerce a.remove:hover,
body.page .woocommerce a.remove:hover {
	background: none;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.page .woocommerce .woocommerce-message,
body.page .woocommerce .woocommerce-info {
	border-top-color: var(--primary);
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before,
body.page .woocommerce .woocommerce-message::before,
body.page .woocommerce .woocommerce-info::before {
	color: var(--primary);
}

body.woocommerce .pre_shop_table,
body.page .woocommerce .pre_shop_table {
	font-size: 18px;
}

body.woocommerce .old-price,
body.page .woocommerce .old-price {
	text-decoration: line-through;
	color: #acacac;
	margin-right: 5px;
}

body.woocommerce .cart-collaterals .cart_totals,
body.page .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	clear: both;
	border: 2px solid var(--primary);
	border-radius: 5px;
	padding: 20px;
}

body.woocommerce .cart-collaterals .cart_totals .cart_totals_heading,
body.page .woocommerce .cart-collaterals .cart_totals .cart_totals_heading {
	font-size: 18px;
}

body.woocommerce .cart-collaterals .cart_totals .order-total,
body.page .woocommerce .cart-collaterals .cart_totals .order-total {
	margin-top: 20px;
}

body.woocommerce .cart-collaterals .cart_totals .order-total .total,
body.page .woocommerce .cart-collaterals .cart_totals .order-total .total {
	margin: 0;
	letter-spacing: 0.52px;
}

body.woocommerce .cart-collaterals .cart_totals .order-total .amount,
body.page .woocommerce .cart-collaterals .cart_totals .order-total .amount {
	font-family: "Montserrat";
}

body.woocommerce .cart-collaterals .cart_totals .plus-delivery,
body.page .woocommerce .cart-collaterals .cart_totals .plus-delivery {
	margin-top: 6px;
}

body.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout,
body.page .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 30px 0 0 0;
}

.woocommerce-checkout:not(.woocommerce-order-received) .top-header,
.woocommerce-checkout:not(.woocommerce-order-received) .page-nav-wrapper {
	display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received) .shop-header {
	margin-top: 0;
}

.woocommerce-checkout .login-info {
	margin: 55px 0 50px 0;
}

.woocommerce-checkout .login-info .h3 {
	margin-bottom: 10px;
}

.woocommerce-checkout .login-info .btn {
	margin-top: 20px;
}

.woocommerce-checkout .login-info .divider {
	height: 1px;
	width: 65px;
	background: #c7c7c7;
	margin: 40px 0 35px 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout .container-narrow {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.woocommerce-checkout form.woocommerce-checkout #customer_details {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout form.woocommerce-checkout #customer_details>div {
	width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .form-section {
	margin-top: 40px;
}

.woocommerce-checkout form.woocommerce-checkout .form-section:first-child {
	margin-top: 20px;
}

.woocommerce-checkout form.woocommerce-checkout .form-section .heading {
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 0.42px;
}

.woocommerce-checkout form:not(.reset-form) label {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.woocommerce-checkout form:not(.reset-form) .checkbox-label {
	text-transform: unset;
}

.woocommerce-checkout form:not(.reset-form) .checkbox-label label {
	margin-bottom: 0;
}

.woocommerce-checkout form:not(.reset-form) textarea,
.woocommerce-checkout form:not(.reset-form) input[type=text],
.woocommerce-checkout form:not(.reset-form) input[type=email],
.woocommerce-checkout form:not(.reset-form) input[type=number],
.woocommerce-checkout form:not(.reset-form) input[type=password],
.woocommerce-checkout form:not(.reset-form) input[type=tel] {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 13px 15px;
	font-size: 14px;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 20px;
}

.woocommerce-checkout form:not(.reset-form) textarea {
	height: initial !important;
}

.woocommerce-checkout form:not(.reset-form) ::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-weight: 400;
	opacity: 1;
	/* Firefox */
}

.woocommerce-checkout form:not(.reset-form) :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-weight: 400;
	opacity: 1;
	/* Firefox */
}

.woocommerce-checkout form:not(.reset-form) ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #acacac;
	font-weight: 400;
	opacity: 1;
	/* Firefox */
}

.woocommerce-checkout form:not(.reset-form) :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #acacac;
	font-weight: 400;
}

.woocommerce-checkout form:not(.reset-form) ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #acacac;
	font-weight: 400;
}

.woocommerce-checkout .checkout-track-tab {
	border: 2px solid #b99694;
	border-radius: 5px;
	max-height: 70vh;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.woocommerce-checkout .checkout-track-tab .heading,
.woocommerce-checkout .checkout-track-tab .track-basket-footer {
	position: sticky;
	z-index: 9;
	background: #fff;
}

.woocommerce-checkout .checkout-track-tab .heading {
	font-size: 16px;
	height: 49px;
	min-height: 49px;
	top: 0;
	padding: 5px 20px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-inner {
	flex: 1;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer {
	bottom: 0;
	padding: 15px 20px 20px 20px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer>.upper {
	margin-bottom: 12px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer .form-row {
	padding: 0;
	margin: 0;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer .notice {
	margin-right: -20px;
	margin-left: -20px;
	background: var(--color-3);
	padding: 5px 20px;
	font-size: 13px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer .notice img {
	margin-right: 10px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer .summary {
	font-size: 16px;
	letter-spacing: 0.42px;
}

.woocommerce-checkout .checkout-track-tab .track-basket-footer .summary>div:last-child {
	font-size: 20px;
	letter-spacing: 0.52px;
}

.woocommerce-checkout .checkout-track-tab .checkout_coupon {
	display: block !important;
	padding: 0;
	margin: 20px 0 0 0;
	border: none;
}

.woocommerce-checkout .checkout-track-tab .checkout_coupon .code-wrapper {
	width: 100%;
}

.woocommerce-checkout .checkout-track-tab .checkout_coupon input {
	border-radius: 0;
	border-width: 0 0 1px 0;
	font-size: 13px;
	padding: 6px 5px;
}

.woocommerce-checkout .checkout-track-tab .checkout_coupon button[type=submit] {
	margin: 0 0 0 17px;
	min-width: unset;
}

.woocommerce-checkout #payment {
	background: transparent !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
	padding: 0 0 20px 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
	background: var(--color-3);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--color-3);
}

.woocommerce-checkout .place-order {
	padding: 0 !important;
}

.woocommerce-checkout .terms-wrapper {
	padding: 0 !important;
}

.woocommerce-checkout .terms-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	position: relative;
	top: 4px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
	background: #fff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
	margin: 20px 0 10px 0;
}

.woocommerce-checkout .to-basket {
	color: #acacac;
	display: inline-block;
	position: relative;
	padding-left: 18px;
}

.woocommerce-checkout .to-basket:hover {
	color: var(--primary);
}

.woocommerce-checkout .to-basket:hover::after,
.woocommerce-checkout .to-basket:hover::before {
	background: var(--primary);
}

.woocommerce-checkout .to-basket::after,
.woocommerce-checkout .to-basket::before {
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	left: 0;
	background: #acacac;
}

.woocommerce-checkout .to-basket::before {
	top: 14px;
	transform: rotate(45deg);
}

.woocommerce-checkout .to-basket::after {
	top: 8px;
	transform: rotate(-45deg);
}

.woocommerce-checkout .wc-bacs-bank-details li::before {
	content: none;
}

.list-products .product {
	border-top: 1px solid #e5e5e5;
	display: flex;
	padding: 10px 20px;
}

.list-products .product.coupon .img {
	background: var(--color-3);
	color: var(--primary);
	font-size: 34px;
}

.list-products .product>div {
	width: 100%;
}

.list-products .product .img {
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin-right: 20px;
}

.list-products .product .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.list-products .product .name {
	font-family: "Cormorant Garamond";
	font-size: 16px;
	letter-spacing: 1.79px;
}

.list-products .product .variation dt {
	font-weight: 700;
}

.list-products .product .variation dd {
	margin: 0;
}

.list-products .product .variation p {
	margin: 0;
	line-height: 120%;
}

.woocommerce .woocommerce-customer-details address {
	border: none;
	padding: 0;
}

.woocommerce-order {
	max-width: 850px;
	margin: 0 auto;
}

.woocommerce-order .wc-bacs-bank-details-account-name {
	display: none;
}

.woocommerce form .form-row .required {
	color: var(--primary);
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 100%;
}

.modal {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.modal>.inner {
	width: 600px;
	max-width: 90%;
	padding: 40px 50px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.modal header {
	text-align: center;
	font-weight: 700;
	margin-bottom: 42px;
}

.modal .product {
	display: flex;
}

.modal .product .img {
	width: 105px;
	min-width: 105px;
	height: 105px;
	margin-right: 20px;
}

.modal .product .img img {
	width: 100%;
	height: 100%;
	max-width: unset;
	max-height: unset;
	-o-object-fit: cover;
	object-fit: cover;
}

.modal .product .name {
	font-family: "Cormorant Garamond";
	letter-spacing: 2.46px;
}

.modal .product~a {
	min-height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;
	margin-top: 5px;
}

.modal .product~a:first-of-type {
	margin-top: 40px;
}

.modal .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
}

.modal .close::after,
.modal .close::before {
	content: "";
	width: 14px;
	height: 1px;
	background: #acacac;
	position: absolute;
	left: 50%;
	top: 50%;
}

.modal .close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.login-page button[type=submit] {
	margin-top: 10px;
}

.dashboard-notice a {
	color: var(--primary);
}

.woocommerce-MyAccount-navigation ul li {
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: 1px solid var(--secondary);
}

.woocommerce-MyAccount-navigation ul li::before {
	content: none;
}

.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	padding: 10px 0;
	width: 100%;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	padding-left: 4px;
}

.woocommerce-MyAccount-navigation ul li .img-wrapper {
	width: 30px;
	margin-right: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Message--info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-MyAccount-content .woocommerce-Message--info::after {
	content: none;
}

.woocommerce.single-product div.product form.cart .variations label {
	white-space: nowrap;
}

.woocommerce-MyAccount-navigation-link.is-active {
	color: var(--primary);
	font-weight: 700;
}

.auto-container .wc-item-meta li {
	padding: 0;
}

.auto-container .wc-item-meta li::before {
	content: none;
}

body.page .woocommerce .favorite-products ul.products {
	display: flex;
	flex-wrap: wrap;
}

body.page .woocommerce .favorite-products ul.products li.product {
	clear: unset;
	width: calc(20% - 15px);
	margin: 0 15px 15px 0;
	clear: unset !important;
	float: left;
}

body.page .woocommerce .favorite-products ul.products li.product:nth-child(5n+5) {
	margin-right: 0;
}

@media (max-width: 991px) {
	body.page .woocommerce .favorite-products ul.products li.product {
		width: calc(33% - 15px);
	}

	body.page .woocommerce .favorite-products ul.products li.product:nth-child(5n+5) {
		margin-right: 15px;
	}

	body.page .woocommerce .favorite-products ul.products li.product:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	body.page .woocommerce .favorite-products ul.products li.product {
		width: calc(50% - 15px);
	}

	body.page .woocommerce .favorite-products ul.products li.product:nth-child(5n+5),
	body.page .woocommerce .favorite-products ul.products li.product:nth-child(3n+3) {
		margin-right: 15px;
	}

	body.page .woocommerce .favorite-products ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media (max-width: 490px) {
	body.page .woocommerce .favorite-products ul.products li.product {
		width: 100%;
		margin-right: 0;
	}

	body.page .woocommerce .favorite-products ul.products li.product:nth-child(5n+5),
	body.page .woocommerce .favorite-products ul.products li.product:nth-child(3n+3),
	body.page .woocommerce .favorite-products ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}
}

.migotki-range {
	opacity: 0;
}

.migotki-range.active {
	opacity: 1;
}

.migotki-range .wapf-field-input {
	width: 100%;
	max-width: 300px;
	position: relative;
}

.migotki-range input {
	width: 100%;
	height: 25px;
	opacity: 0;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

.migotki-range .pesi-custom-range {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 30%;
	top: 50%;
	transform: translateY(-50%);
	background: var(--color-3);
	border-radius: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.migotki-range .pesi-custom-range .amount {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	min-width: 25px;
	min-height: 25px;
	text-align: center;
	background: var(--primary-hover);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 0 5px;
}

.migotki-range .pesi-custom-range .track {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	border-radius: 6px;
	height: 100%;
	background: var(--primary);
}

.product-img .onsale {
	display: none !important;
}

.woocommerce-validated select,
.woocommerce-validated input.input-text,
.woocommerce-validated .select2-container {
	border-color: var(--color-5) !important;
}

.woocommerce form .form-row .required {
	color: var(--primary) !important;
}

.m-loader {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.m-loader.active {
	visibility: visible;
	opacity: 1;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@-webkit-keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.ps-slider-wrapper {
	display: flex;
	align-items: center;
}

.ps-slider-wrapper[data-dots][data-max="1"] .dots-wrapper,
.ps-slider-wrapper[data-dots][data-max="1"] .prev-slide,
.ps-slider-wrapper[data-dots][data-max="1"] .next-slide {
	display: none;
}

.ps-slider-wrapper .next-slide,
.ps-slider-wrapper .prev-slide {
	transition: 0.3s;
	font-size: 0;
	padding: 0;
	height: 23px;
	width: 31px;
	position: relative;
}

.ps-slider-wrapper .next-slide::after,
.ps-slider-wrapper .prev-slide::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 12px;
	height: 12px;
	border: 2px solid #A7A7A7;
	border-width: 2px 2px 0 0;
}

.ps-slider-wrapper .prev-slide {
	justify-content: flex-start;
}

.ps-slider-wrapper .prev-slide::after {
	left: 0;
	transform: rotate(225deg);
}

.ps-slider-wrapper .prev-slide:hover {
	transform: translateX(-4px);
}

.ps-slider-wrapper .next-slide {
	justify-content: flex-end;
}

.ps-slider-wrapper .next-slide::after {
	right: 0;
	transform: rotate(45deg);
}

.ps-slider-wrapper .next-slide:hover {
	transform: translateX(4px);
}

.ps-slider-wrapper .ps-slide {
	padding: 0 15px;
	min-width: 100%;
}

.ps-slider-wrapper .dots-wrapper {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.ps-slider-wrapper .dots-wrapper button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid transparent;
	background: rgba(185, 150, 148, 0.3);
	transition: 0.3s;
}

.ps-slider-wrapper .dots-wrapper button:hover {
	border-color: var(--primary);
}

.ps-slider-wrapper .dots-wrapper button:focus {
	outline: none;
}

.ps-slider-wrapper .dots-wrapper button:not(:last-child) {
	margin-right: 10px;
}

.ps-slider-wrapper .dots-wrapper button.active {
	background: var(--primary);
	border-color: var(--primary);
}

.ps-slider-wrapper .ps-slider-inner-wrapper {
	width: 100%;
	overflow: hidden;
}

.ps-slider-wrapper .ps-slider-inner {
	display: flex;
	transition: 0.7s ease-in-out;
}

.ps-sale-products .ps-slide,
.ps-bestsellers-products .ps-slide,
.ps-gallery-pasieki-miodo .ps-slide {
	min-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ps-sale-products .ps-slide:hover,
.ps-bestsellers-products .ps-slide:hover,
.ps-gallery-pasieki-miodo .ps-slide:hover {
	text-decoration: none;
}

.ps-sale-products .ps-slide:hover img,
.ps-bestsellers-products .ps-slide:hover img,
.ps-gallery-pasieki-miodo .ps-slide:hover img {
	filter: brightness(1.1);
}

.ps-sale-products .ps-slide h2,
.ps-bestsellers-products .ps-slide h2,
.ps-gallery-pasieki-miodo .ps-slide h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.ps-sale-products .product-img,
.ps-bestsellers-products .product-img,
.ps-gallery-pasieki-miodo .product-img {
	width: 100%;
}

.ps-sale-products .product-img img,
.ps-bestsellers-products .product-img img,
.ps-gallery-pasieki-miodo .product-img img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}

@media (min-width: 1430px) {

	.ps-sale-products .product-img img,
	.ps-bestsellers-products .product-img img,
	.ps-gallery-pasieki-miodo .product-img img {
		height: 280px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.ps-sale-products .product-img img,
	.ps-bestsellers-products .product-img img,
	.ps-gallery-pasieki-miodo .product-img img {
		height: 210px;
	}
}

.ps-sale-products .product-img img:nth-child(2),
.ps-bestsellers-products .product-img img:nth-child(2),
.ps-gallery-pasieki-miodo .product-img img:nth-child(2) {
	display: none;
}

@media (max-width: 768px) {

	.ps-sale-products .ps-slide,
	.ps-bestsellers-products .ps-slide,
	.ps-gallery-pasieki-miodo .ps-slide {
		min-width: 100%;
	}

	.ps-sale-products .product-img img,
	.ps-bestsellers-products .product-img img,
	.ps-gallery-pasieki-miodo .product-img img {
		width: 300px;
	}
}

.ps-gallery-pasieki-miodo .prev-slide,
.ps-gallery-pasieki-miodo .next-slide {
	width: inherit;
	z-index: 3;
	padding: 28.5px;
	display: flex;
	align-content: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.ps-gallery-pasieki-miodo .prev-slide::after,
.ps-gallery-pasieki-miodo .next-slide::after {
	border: 2px solid var(--primary);
	border-width: 2px 2px 0 0;
}

.ps-gallery-pasieki-miodo:hover .prev-slide,
.ps-gallery-pasieki-miodo:hover .next-slide {
	opacity: 1;
	visibility: visible;
}

.ps-gallery-pasieki-miodo .prev-slide {
	left: 57px;
}

.ps-gallery-pasieki-miodo .prev-slide::after {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(225deg);
}

.ps-gallery-pasieki-miodo .next-slide {
	right: 57px;
}

.ps-gallery-pasieki-miodo .next-slide::after {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.ps-gallery-pasieki-miodo .ps-slide {
	min-width: 100%;
	padding: 0;
}

.ps-gallery-pasieki-miodo .ps-slide:hover img {
	filter: brightness(1);
}

.ps-gallery-pasieki-miodo .product-img img {
	height: 620px;
}

.ps-bestsellers-products .ps-slide {
	min-width: 25%;
}

@media (max-width: 1700px) {
	.ps-darken-bg-text .text {
		font-size: 300px;
	}
}

@media (max-width: 1410px) {
	.home-top-img-bg .img img {
		-o-object-position: center;
		object-position: center;
	}

	.ps-darken-bg-text .text {
		font-size: 250px;
	}
}

@media (max-width: 1199px) {
	.page-nav-wrapper {
		height: 45px;
	}

	.page-nav-wrapper:not(.active) {
		-webkit-animation: 0.3s zIndexAnim;
		animation: 0.3s zIndexAnim;
	}

	@-webkit-keyframes zIndexAnim {

		0%,
		99% {
			z-index: 110;
		}

		100% {
			z-index: 99;
		}
	}

	@keyframes zIndexAnim {

		0%,
		99% {
			z-index: 110;
		}

		100% {
			z-index: 99;
		}
	}

	.page-nav-wrapper.active {
		z-index: 110;
	}

	.page-nav-wrapper.active .whole-nav-wrapper {
		right: 0;
		transition: 0.3s;
	}

	.page-nav-wrapper.active .whole-nav-wrapper::after {
		opacity: 1;
		visibility: visible;
		transition: 0.2s 0.3s;
	}

	.admin-bar .whole-nav-wrapper {
		padding-top: 55px;
	}

	.mobile-close {
		position: absolute;
		right: 10px;
		top: 25px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		display: block;
	}

	.mobile-close span {
		width: 20px;
		height: 1px;
		position: absolute;
		left: 50%;
		top: 50%;
		background: var(--primary);
	}

	.mobile-close span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.mobile-close span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.burger-menu {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		height: 15px;
		width: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.burger-menu::after {
		content: "";
		position: absolute;
		width: calc(100% + 14px);
		height: calc(100% + 14px);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.burger-menu span {
		width: 100%;
		height: 1px;
		background: var(--primary);
	}

	.whole-nav-wrapper {
		position: fixed;
		z-index: 100;
		background: #fff;
		right: -300px;
		top: 0;
		width: 300px;
		height: 100vh;
		flex-direction: column;
		justify-content: flex-start;
		padding-top: 20px;
		padding-bottom: 20px;
		transition: 0.3s 0.2s;
	}

	.whole-nav-wrapper::after {
		content: "";
		width: calc(100vw - 300px);
		height: 100vh;
		right: 300px;
		top: 0;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		opacity: 0;
		visibility: hidden;
		transition: 0.2s;
	}

	.whole-nav-wrapper .page-nav {
		margin: 15px -15px;
		width: calc(100% + 30px);
	}

	.whole-nav-wrapper .page-nav ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.whole-nav-wrapper .page-nav li {
		width: 100%;
	}

	.whole-nav-wrapper .page-nav a {
		display: block;
		width: 100%;
		padding: 12px 15px;
	}

	.whole-nav-wrapper .social {
		justify-content: center;
	}

	.whole-nav-wrapper .product-search-form {
		width: 100%;
	}

	.home .logo-shapes .logo-shape {
		width: 224px;
		height: 214px;
		margin: 40px 17px;
	}

	.home .logo-shapes .logo-shape .price {
		font-size: 30px;
	}

	.ps-darken-bg-text .text {
		font-size: 190px;
		left: unset;
		right: 0;
		top: 85px;
		transform: none;
	}

	body.woocommerce ul.products li.product {
		width: calc(33% - 10px);
		margin: 0 15px 15px 0;
		clear: unset;
	}

	body.woocommerce ul.products li.product:nth-child(3n+3) {
		margin-right: 0;
	}

	body.woocommerce .related.products ul.products li.product {
		width: calc(50% - 10px);
		margin: 0 15px 15px 0;
	}

	body.woocommerce .related.products ul.products li.product:nth-child(3n+3) {
		margin-right: 15px;
	}

	body.woocommerce .related.products ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		letter-spacing: 2.61px;
	}

	h1,
	.h1 {
		font-size: 33px;
	}

	h2,
	.h2 {
		font-size: 25px;
	}

	h3,
	.h3 {
		font-size: 23px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.home-top-img-bg .container {
		width: 100%;
	}

	.ps-new-products a.collection {
		height: calc(100vw * 0.65 * 0.8);
	}

	.ps-new-products .wrapper {
		flex-wrap: wrap;
	}

	.ps-new-products .wrapper>article {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.ps-new-products .wrapper .products {
		width: 100%;
		flex-direction: row;
	}

	.ps-new-products .wrapper .products article:not(:last-child) {
		margin-right: 20px;
	}

	.ps-new-products .wrapper .products a {
		height: calc(80vw * 0.65 * 0.8);
	}

	.collection-page .collection .img {
		height: 33vw;
		min-height: 200px;
		padding: 0;
	}

	.col-xs-12.col-md-6:not(:last-child) {
		margin-bottom: 20px;
	}

	.shop-inner {
		width: 100%;
	}

	body.woocommerce ul.products li.product {
		width: calc(50% - 10px);
		margin: 0 15px 15px 0;
	}

	body.woocommerce ul.products li.product:nth-child(3n+3) {
		margin-right: 15px;
	}

	body.woocommerce ul.products li.product:nth-child(2n+2) {
		margin-right: 0;
	}

	body.woocommerce .product-details-page .product-page-inner {
		padding: 20px 0 0 0;
	}

	.woocommerce-checkout .checkout-row {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
		padding-top: 40px;
	}

	.woocommerce-checkout .checkout-row>div:first-child {
		position: static;
	}

	.woocommerce-checkout .checkout-row>div:first-child>.container-narrow {
		position: relative;
		left: 0;
		top: 0;
		padding: 0 15px;
	}

	.woocommerce-checkout .checkout-row .ps-track-tab-wrapper {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 600px;
		max-width: 100%;
	}

	.woocommerce-checkout .checkout-row .ps-track-tab-wrapper .checkout-track-tab {
		max-height: unset;
	}
}

@media (max-width: 950px) {
	body.woocommerce .ps-woocommerce-sort {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.woocommerce-cart-form__contents .product-thumbnail {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	ol {
		padding-left: 15px;
	}

	.ps-img-bg .heading {
		font-size: 43px;
	}

	.ps-new-products {
		margin-bottom: 50px;
	}

	.shop-filter-toggler {
		position: fixed;
		bottom: 15px;
		right: 25px;
		z-index: 105;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background: var(--primary);
		box-shadow: 0 0 4px rgba(10, 31, 55, 0.161);
		cursor: pointer;
	}

	.shop-filter-toggler img {
		width: 50%;
	}

	body.woocommerce .shop-general {
		position: relative;
	}

	body.woocommerce .shop-general .shop-filter {
		position: fixed;
		z-index: 105;
		right: 15px;
		bottom: 75px;
		display: none;
		background: #fff;
		max-height: calc(90vh - 45px);
		overflow: auto;
		min-width: 320px;
		padding: 0 15px;
		border-radius: 7px;
		box-shadow: 0px 3px 10px rgba(10, 31, 55, 0.161);
	}

	body.woocommerce .shop-general .shop-filter.active {
		display: block;
	}

	body.woocommerce .shop-general .shop-filter .btn {
		min-width: unset;
		width: unset;
		width: 100%;
		min-height: unset;
	}

	body.woocommerce .shop-general .shop-filter .reset-filters {
		position: sticky;
		top: 0;
		z-index: 10;
		width: 100%;
		background: rgba(255, 255, 255, 0.54);
		padding: 20px 0;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}

	body.woocommerce .shop-general .shop-filter .reset-filters .btn {
		width: 100%;
	}

	body.woocommerce .shop-general .shop-filter form {
		margin-top: 45px;
	}

	body.woocommerce .shop-general form .filter-group:first-child {
		margin-top: 0;
	}

	body.woocommerce .product-details-page .product-page-inner .ps-wc-expand .desc {
		padding-left: 0;
	}

	body.woocommerce .shop-header-tag {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 660px) {
	.ps-new-products a.collection {
		height: calc(100vw * 0.8 * 0.8);
	}

	.ps-new-products .wrapper .products {
		flex-direction: column;
	}

	.ps-new-products .wrapper .products article:not(:last-child) {
		margin-right: 0;
	}

	.ps-new-products .wrapper .products a {
		height: calc(100vw * 0.8 * 0.8);
	}

	.ps-darken-bg-text .text {
		font-size: 150px;
	}

	.top-header {
		margin: 0 0 -36px 0;
	}

	.top-header .row>div {
		flex-direction: column;
		align-items: center;
		min-height: 147px;
	}

	.top-header .contacts {
		display: none;
	}

	.top-header .right-icons,
	.top-header .logo {
		position: relative;
		z-index: 101;
		background: #fff;
		margin-left: 0;
	}
}

@media (max-width: 635px) {
	.top-header .menu-basket .menu-basket-inner {
		left: calc(50% - 46px);
		right: unset;
		transform: translateX(-50%);
	}

	.woocommerce-checkout .checkout-row .ps-track-tab-wrapper {
		padding: 0 15px;
	}
}

@media (max-width: 600px) {
	body.page .woocommerce .woocommerce-cart-form .product-thumbnail a {
		width: 100px;
		min-width: 100px;
		height: 100px;
		padding: 0;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table td {
		padding: 20px 4px;
	}
}

@media (max-width: 580px) {
	.product-details-page .row.product>div>.d-flex {
		flex-direction: column-reverse;
	}

	.product-details-page .row.product .gallery-images {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.product-details-page .row.product .gallery-images .img {
		width: 33.33%;
		height: 33vw;
		padding: 2px;
	}

	.product-details-page .row.product .current-image {
		margin: 0;
	}
}

@media (max-width: 540px) {
	body.page .woocommerce .woocommerce-cart-form .product-thumbnail {
		width: 100%;
	}

	body.page .woocommerce .woocommerce-cart-form .product-thumbnail a {
		min-width: 100%;
		height: 55vw;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table tr {
		display: flex;
		flex-wrap: wrap;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table tr:not(:first-child) {
		border-top: 1px solid #e5e5e5;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table td {
		display: flex !important;
		border: none;
		order: 3;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
		order: 1;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-remove {
		align-items: center;
		margin: -5px 10px 0 0;
		order: 2;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-name {
		width: calc(100vw - 65px);
		flex-direction: column;
		padding: 0;
		flex-wrap: wrap;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-name .h6 {
		margin: 0 6px 0 0;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-name .variation {
		width: 100%;
		margin: 0;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-name .product-name-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
		width: 104px;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-quantity button {
		padding: 0;
		width: 30px;
		text-align: center;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-quantity .plus {
		left: 58px;
		top: calc(50% + 2px);
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-quantity .quantity input {
		position: relative;
		top: 2px;
	}

	body.page .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
		width: calc(100% - 104px);
		justify-content: flex-end;
	}
}

@media (max-width: 490px) {
	.ps-img-bg .heading {
		font-size: 33px;
	}

	.ps-darken-bg-text .text {
		display: none;
	}

	body.woocommerce ul.products li.product {
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}

	.page-footer .less-waste-wrapper>div,
	.page-footer .footer-nav-wrapper>div {
		flex-direction: column;
		text-align: center;
	}

	.page-footer .less-waste-wrapper img,
	.page-footer .footer-nav-wrapper img {
		margin-bottom: 20px;
	}

	.page-footer .less-waste-wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 445px) {
	.wpcf7-form .form-field.w-50 {
		width: 100%;
	}

	.wpcf7-form .form-field.w-50:nth-child(even) {
		margin-right: 0;
	}

	.wpcf7-form .form-field.w-50:nth-child(odd) {
		margin-left: 0;
	}

	body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
	}

	body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper.woocommerce-variation-add-to-cart {
		margin-top: -20px;
	}

	body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper button[type=submit] {
		margin: 15px 0;
		order: 5;
	}

	body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .minus {
		order: 1;
	}

	body.woocommerce .product-details-page .product-page-inner .add-to-basket-wrapper .plus {
		order: 3;
	}
}

@media (max-width: 350px) {
	body.woocommerce .shop-general .shop-filter {
		min-width: unset;
		width: 100%;
		border-radius: 0 0 7px 7px;
		left: 0;
		max-height: calc(100vh - 75px);
	}
}

@media (max-width: 335px) {
	.top-header .basket-footer .upper {
		font-size: 13px;
	}

	.list-products .product .img {
		margin-right: 10px;
	}
}

.home-hero {
	display: flex;
	height: calc(100vh - 168px - 57.188px);
	align-items: center;
	position: relative;
}

.home-hero .home-hero-content {
	justify-content: center;
	text-align: center;
	color: #fff;
	z-index: 3;
	position: relative;
}

.home-hero .home-hero-content h1 {
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 5px;
	margin: 0 0 30px 0;
}

.home-hero .home-hero-content p:not(:last-child) {
	margin: 0 0 70px 0;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2.16px;
}

.home-hero .home-hero-content-video {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.home-hero .home-hero-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.569) 0%, rgba(0, 0, 0, 0.702) 24%, transparent 100%) 0% 0% no-repeat;
	z-index: 2;
	opacity: 0.5;
}

.footer-newsletter {
	background-image: url("http://miodo.com.pl/wp-content/uploads/2022/06/10.jpeg");
}

.footer-newsletter h3 {
	font-size: 36px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.footer-newsletter p {
	font-weight: 500;
}

.footer-newsletter .input-group {
	align-items: center;
	width: 517px;
	margin: 0 auto;
}

.footer-newsletter input[type=email] {
	padding: 9px 19px;
	border-radius: 2px;
	border: 0;
}

.footer-newsletter .input-group-btn [type=submit] {
	margin-top: 0;
	border-radius: 0 2px 2px 0;
	border: 0;
}

.homepage-full-width {
	background: #EAE1CC;
}

.homepage-full-width .lz-homepage-content-right {
	max-width: 560px;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 50px;
}

.homepage-full-width .lz-homepage-content-right p {
	font-size: 28px;
	letter-spacing: 2.8px;
	line-height: 38px;
	color: #4A4A4A;
}

.homepage-full-width .lz-homepage-image {
	width: 100%;
	min-height: 713px;
	-o-object-fit: cover;
	object-fit: cover;
}

.homepage-bestsellers {
	padding: 120px 0;
	background: #FCF8EE;
}

.homepage-bestsellers .header-center {
	margin-bottom: 60px;
}

.where-from-honeys {
	padding-top: 140px;
	padding-bottom: 180px;
}

.quality-honeys {
	background-color: #fcf8ee;
	padding: 80px 0;
}

.quality-honeys .quality-honeys-image {
	height: 870px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.quality-honeys .quality-honeys-content-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.homepage-latest-post {
	padding: 140px 0;
}

.homepage-latest-post .header-center {
	margin-bottom: 60px;
}

.homepage-latest-post .latest-post-card img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
}

.homepage-latest-post .latest-post-card .latest-post-card-content {
	padding: 26px 10px;
}

.homepage-latest-post .latest-post-card .latest-post-card-content h3 {
	margin-bottom: 18px;
	font-size: 24px;
	letter-spacing: 2.16px;
	line-height: 30px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 500;
}

.homepage-latest-post .latest-post-card .latest-post-card-content p {
	text-align: center;
	margin: 0;
	margin-bottom: 29px;
}

.homepage-latest-post .latest-post-card .latest-post-card-content .link-border {
	position: relative;
	text-align: center;
	display: block;
	transition: all ease-out 0.3s;
}

.homepage-latest-post .latest-post-card .latest-post-card-content .link-border::before {
	content: " ";
	height: 1px;
	width: 200px;
	background: var(--primary);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transition: all ease-out 0.3s;
}

.homepage-latest-post .latest-post-card .latest-post-card-content .link-border span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--primary);
	font-weight: medium;
}

.homepage-latest-post .latest-post-card .latest-post-card-content .link-border:hover::before {
	width: 100%;
}

.logo_mobile{
	display: none;
}
.mobile_desc{
	display: none;
}

.shop-filter ul li a{
	padding: 2px 0;
	display: block;
}
.shop-filter ul ul {
	padding-left: 20px;
}
.shop-filter ul ul li{
	position: relative;
}
.shop-filter ul ul li:before{
	display: block;
	content: '';
	width: 11px;
	height: 2px;
	background: #d8ab50;
	position: absolute;
	top: 13px;
	left: -20px;
}

.row.message_row p {
	display: block;
	width: 100%;
}


div#respond label {
	display: block;
}

.reviews_panel {
	margin: 50px 0;
}

/*
  *
  *   Mobile Changes
  *   @author: Kamil Sztuka
  *
  *
  ******************************** */

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

  .ps-bestsellers-products .ps-slide {
    min-width: 33%;
  }

	.homepage-full-width .lz-homepage-content-right {
		padding: 50px;
		max-width: 100%;
	}

  .quality-honeys-content {
    padding-top: 50px;
  }

  .latest-post-card {
    margin-bottom: 50px;
  }

  

}

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

	.hide_mobile{
		display: none !important;
	}

	.mobile_desc{
		display: block;
		margin-top: 30px;
	}
	body.woocommerce .product-details-page .ps-wc-expand,
	body.page .woocommerce .product-details-page .ps-wc-expand{
		display: none;
	}
}
@media screen and (max-width: 520px) {

  .top-header{
      display: none;
  }
  .logo_mobile{
    display: block;
    height: 50px;
  }
  .logo_mobile img {
    display: block;
    height: 100%;
    margin-top: -13px;
  }

  .shop-header .h2,
  .shop-header-tag .h2{
    height: auto;
  }

  .page-nav-wrapper {
    height: 85px;
  }

  .home-hero .home-hero-content h1{
    font-size: 30px;
  }

  .ps-slider-wrapper .ps-slider-inner{
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      row-gap: 50px;
    }

  .ps-bestsellers-products .ps-slide {
      width: 100%;
      max-width: 415px;
  }
  .ps-sale-products .product-img img,
  .ps-bestsellers-products .product-img img,
  .ps-gallery-pasieki-miodo .product-img img {
    width: 100%;
  }
  
  .ps-slider-wrapper .prev-slide,
  .ps-slider-wrapper .next-slide{
    display: none;
  }

  .quality-honeys .quality-honeys-image {
    height: 430px;
  }
  .homepage-full-width .lz-homepage-image {
    width: 100%;
    min-height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 430px;
  }

  .footer-newsletter{
    height: auto;
    padding-top: 30px;
  }
  .page-footer ul li:not(:last-child) {
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .shop-header, .shop-header-tag{
    margin: 20px 0;
  }
  .subpage-image-wrapper {
    margin-bottom: 20px;
  }
  .subpage-image-left, .subpage-image-right {
    padding: 30px 0;
  }
  .subpage-image-content {
    margin-bottom: 20px;
  }

  .woocommerce-product-details__short-description img{
      display: none;
  }

}

@media screen and (max-width: 360px) {
  .footer-newsletter h3 {
    font-size: 24px;
  }
  .header-center h2 {
    font-size: 16px;
    letter-spacing: 2.3px;
    line-height: 28px;
  }
  .homepage-full-width .lz-homepage-content-right {
    padding: 25px;
  }  
  .homepage-full-width .lz-homepage-content-right p {
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  
}