/*!
Theme Name: kvtheme
Theme URI: https://github.com/
Author: kvtheme
Author URI: https://github.com/
Description: Universal WordPress starter theme with Gutenberg support, clean codebase, and modern best practices.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kvtheme
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

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

/* Normalize
--------------------------------------------- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* WYSIWYG Content
--------------------------------------------- */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1.25em 0 0.5em;
	line-height: 1.3;
	font-weight: 700;
	clear: both;
}

.entry-content h1 { font-size: 2em; }
.entry-content h2 { font-size: 1.6em; }
.entry-content h3 { font-size: 1.3em; }
.entry-content h4 { font-size: 1.1em; }
.entry-content h5 { font-size: 1em; }
.entry-content h6 { font-size: 0.9em; }

.entry-content p {
	margin: 0 0 1em;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }

.entry-content li {
	margin-bottom: 0.25em;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-top: 0.25em;
	margin-bottom: 0;
}

.entry-content blockquote {
	border-left: 4px solid #e0e0e0;
	margin: 1.5em 0;
	padding: 0.5em 1.5em;
	color: #666;
	font-style: italic;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1.5em;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid #ddd;
	padding: 0.5em 0.75em;
	text-align: left;
	vertical-align: top;
}

.entry-content table th {
	background: #f5f5f5;
	font-weight: 700;
}

.entry-content table tr:nth-child(even) td {
	background: #fafafa;
}

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

.entry-content a {
	text-decoration: underline;
}

.entry-content pre {
	background: #f4f4f4;
	border-left: 3px solid #ccc;
	padding: 1em 1.5em;
	overflow-x: auto;
	font-size: 0.9em;
	margin: 0 0 1.5em;
}

.entry-content code {
	background: #f4f4f4;
	padding: 0.15em 0.4em;
	border-radius: 3px;
	font-size: 0.9em;
}

.entry-content pre code {
	background: none;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
}

.entry-content hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 2em 0;
	background: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*common*/
body {
	line-height: normal;
  overflow-x: hidden;
  padding-right: 0 !important;
  position: relative;
	color: #3D3828;
	font-family: "Cormorant Garamond", serif;
	margin: 0;
	box-sizing: border-box;

	&::-webkit-scrollbar {
    width: 10px;
    height: 4px
  }
  &::-webkit-scrollbar-track {
    background: #b9bec2;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #434b4f;
  }
}
.post, .page {
  margin: 0;
}
* {
  box-sizing: border-box;
}
main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	position: relative;
	min-height: 100vh;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
p {
  margin: 0;
}
a {
	color: #3D3828;
	text-decoration: none;
	transition: .3s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
button,
button:active,
button:focus {
  outline: 0;
  cursor: pointer;
  user-select: none;
}
address {
  font-style: normal;
  line-height: normal;
  margin: 0;
}
mark {
  color: inherit;
  background: transparent;
  padding: 0;
}
strong, b {
  font-weight: 600;
}

picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
div[hidden] {
	display: none;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.social {
	display: flex;
	gap: 14px;
}
.social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	transition: .3s;
} 
.social__link:hover {
	transform: scale(1.05);
}
.title {
	font-weight: 600;
	font-size: 70px;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
.subtitle {
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
}
@media (max-width: 1440px) {
	.social__link {
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 1199px) {
	.title {
		font-size: 60px;
	}
	.subtitle {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.container {
		padding: 0 20px;
	}
	.title {
		font-size: 50px;
	}
	.subtitle {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.title {
		font-size: 40px;
	}
	main {
		gap: 0;
	}
}
@media (max-width: 479px) {
	main {
		min-height: auto;
	}
	.title {
		font-size: 35px;
		text-align: left;
		width: 100%;
	}
	.subtitle {
		font-size: 15px;
		margin-top: 5px;
	}
}
@media (max-width: 369px) {
	.container {
		padding: 0 15px;
	}
}
/*header*/
.header {
	padding: 15px 0;
}
.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 32px;
	font-size: 25px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.header__menu ul li a {
	transition: .3s;
	border-bottom: 1px solid transparent;
}
.header__menu ul li a:hover {
	border-color: inherit;
}
.header__column.left {
	width: 165px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
}
.header__column.right {
	width: 165px;
	display: inline-flex;
  justify-content: center;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 5px;
	height: 30px;
}
.header__logo {
	font-size: 40px;
	font-weight: 500;
	color: inherit;
	font-weight: 500;
	text-transform: uppercase;
}
.header__caption {
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 100%;
}
.header__burger {
	display: none;
}
.header__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3D3828;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
	padding: 0 3px 0 24px;
	color: inherit;
	position: relative;
	height: 30px;
}
.header__cart svg {
	display: none;
}
.header__cart::before {
	content: "";
	background: url(img/cart.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
}
.header__cart-count {
	position: absolute;
	font-size: 12px;
	background: #3D3828;
	min-width: 18px;
	height: 18px;
	border-radius: 3px;
	padding: 0 2px;
	color: #fff;
	top: -10px;
	right: -3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
} 
.header__cart-count:empty {
	display: none;
}
.header__search {
	height: 30px;
	width: 125px;
	position: relative;
	transition: width 0.3s ease;
	z-index: 10;
}
.header__search:focus-within {
	width: 150px;
}
.header__search-btn {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
}
.header__search-btn svg {
	display: none;
}
.header__search-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(img/loop.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
input[type="search"] {
	border: 1px solid #3D3828;
	background: transparent;
	border-radius: 10px;
  color: inherit;
  width: 100%;
	height: 100%;
	font-size: 16px;
	padding-left: 33px;
	padding-right: 10px;
	outline: none;
	-webkit-appearance: none;
	font-family: "Cormorant Garamond", serif;
}
input::-webkit-input-placeholder {
	color: inherit;
}
input::-moz-placeholder {
	color: inherit;
}
input:-moz-placeholder {
	color: inherit;
}
input:-ms-input-placeholder {
	color: inherit;
}
.header__favorites {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3D3828;
  border-radius: 10px;
  padding: 5px;
  color: inherit;
  position: relative;
  height: 30px;
  width: 30px;
}
.header__favorites::after {
	content: "";
	background: url(img/heart.png) no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.home .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 13;
	color: #E6D9CD;
}
.home .header__menu ul li a {
	color: inherit;
}
.home .header__cart {
	border-color: #E6D9CD;
}
.home .header__cart::before {
	background: url(img/cart-light.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.home .header__cart-count {
	color: #3D3828;
	background: #E6D9CD;
}
.home input[type="search"] {
	border-color: #E6D9CD;
}
.home .header__favorites {
	border-color: #E6D9CD;
}
@media (max-width: 1199px) {
	.header__menu ul {
		font-size: 20px;
	}
	.header__logo {
		font-size: 34px;
	}
	.header__caption {
		font-size: 18px;
	}
	.header__column.left {
		width: 140px;
	}
	.header__column.right {
		width: 140px;
	}
}
@media (max-width: 991px) {
	.header {
    padding: 10px 0;
	}
	.header__menu ul {
		gap: 20px;
		font-size: 16px;
	}
	.header__logo {
		font-size: 30px;
	}
	.header__caption {
		font-size: 15px;
	}
	.header__column.left {
		width: 123px;
	}
	.header__column.right {
		width: 130px;
	}
}
@media (max-width: 767px) {
	.header__column.right {
		flex-direction: row;
		flex-wrap: wrap;
		width: auto;
		height: auto;
	}
	.header__cart {
		font-size: 15px;
	}
	.header__menu {
		position: fixed;
		top: 0;
		bottom: 0;
		background: #fff;
		color: #3D3828;
		padding: 13px 17px;
		width: 180px;
		left: -180px;
		transition: .3s;
	}
	.header__menu.active {
		left: 0;
	}
	.header__menu ul {
		gap: 6px;
		flex-direction: column;
		align-items: flex-start;
	}
	.header__burger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		background: transparent;
		padding: 5px;
		border: none;
	}
	.header__burger::after {
		content: "";
		background: url(img/menu.svg) no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: 100%;
	}
	.home .header__burger {
		display: none;
	}
}
@media (max-width: 479px) {
	.page-template-page-catalog .header__content,
	.tax-product-category .header__content {
		border-bottom: 2px solid #79700B;
		padding-bottom: 60px;
	}
	.header__content, 
	.header__content {
		padding-bottom: 40px;
	}
	.header__menu {
		width: 140px;
	}
	.header__menu ul {
		font-size: 13px;
	}
	.header__cart {
		border-radius: 7px;
		padding-left: 20px;
	}
	.header__cart::before {
		width: 26px;
		height: 26px;
		left: -2px;
	}
	.header__caption {
		font-size: 13px;
	}
	.header__logo {
		font-size: 25px;
	}
	.header__column.left {
		width: 102px;
	}
	.header__search {
		width: 75px;
	}
	.header__search-btn {
		width: 13px;
	}
	input[type="search"] {
		font-size: 13px;
		padding-left: 20px;
		padding-right: 0;
		border-radius: 7px;
	}
	.header__search:focus-within {
		width: 95px;
	}
	.header__favorites {
		border-radius: 7px;
	}
	.header__column.right {
		position: relative;
	}
	.header__burger {
		position: absolute;
    top: calc(100% + 15px);
    right: 0;
    padding: 0;
	}
}
@media (max-width: 370px) {
	.header__logo {
		font-size: 20px;
	}
	.header__column.left {
		width: 80px;
	}
}

.btn {
	background: #3D3828;
	border: none;
	box-shadow: 2px 2px 5px 0px #3D3828;
	border-radius: 8px;
	height: 55px;
	width: 330px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #E6D9CD;
	font-weight: 600;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	transition: background .3s, color .3s, transform .08s, box-shadow .08s;
	position: relative;
	overflow: hidden;
}
.btn:hover {
	color: #E6D9CD;
	background: #3d392c;
}
.btn:active {
	transform: scale(0.96);
	box-shadow: 1px 1px 2px 0px #3D3828;
	color: #E6D9CD;
}
.btn:focus {
	color: #E6D9CD;
}
@media (max-width: 1199px) {
	.btn {
		height: 45px;
		width: 280px;
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: 24px;
		width: 200px;
	}
}
@media (max-width: 479px) {
	.btn {
		font-size: 20px;
		border-radius: 5px;
		width: 165px;
		height: 35px;
	}
}
/*footer*/
.footer {
	padding: 20px 0;
	font-size: 14px;
	position: relative;
	z-index: 13;
}
.footer__content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.footer__column.left {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__column.right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
	text-align: right;
}
.footer__promo {
	max-width: 485px;
	font-size: 32px;
	line-height: 90%;
	font-weight: 700;
}
.footer__button {
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	padding: 0 30px;
	border-radius: 4px;
	background: #E6D9CD;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-weight: 600;
	transition: .3s;
	font-family: "Cormorant Garamond", serif;
}
.footer__button:hover {
	background: #e6d0bb;
}
.footer__logo {
	font-size: 30px;
	font-weight: 500;
	color: inherit;
	font-weight: 500;
	text-transform: uppercase;
}
.footer__logo:hover {
	color: inherit;
}
.footer__caption {
	display: none;
}
.footer__contacts ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.footer_row {
	width: 100%;
	text-align: center;
}
.footer_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.footer_row ul li a {
	transition: .3s;
	border-bottom: 1px solid transparent;
}
.footer_row ul li a:hover {
	border-color: inherit;
}
.home .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 13;
	color: #E6D9CD;
}
.home .footer__contacts ul li a {
	color: inherit;
}
.home .footer_row ul li a {
	color: inherit;
}
@media (max-width: 1440px) {
	.footer__button {
		height: 30px;
		font-size: 15px;
	}
	.catalog + .footer .footer__promo {
		max-width: 325px;
	}
}
@media (max-width: 1199px) {
	.footer__promo {
		font-size: 28px;
	}
	.footer__logo {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.footer {
		padding: 10px 0;
	}
	.footer__promo {
		font-size: 24px;
	}
	.footer__logo {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.footer__promo {
		max-width: 240px;
	}
	.catalog + .footer .footer__promo {
		max-width: 240px;
	}
	.footer__content {
		row-gap: 10px;
	}
}
@media (max-height: 700px) {
	.home .footer {
		position: relative;
	}
}
@media (max-width: 479px) {
	.footer {
		padding-top: 30px;
		font-size: 12px;
	}
	.footer__button {
		font-size: 14px;
		padding: 0 15px;
	}
	.footer__column.right {
		gap: 10px;
		order: 1;
		width: 100%;
	}
	.footer__column.left {
		order: 2;
		width: 100%;
	}
	.footer_row {
		order: 3;
		width: 100%;
	}
	.footer__content {
		gap: 28px;
		flex-direction: column;
	}
	.footer__promo {
		text-align: left;
	}
}
/*hero*/
.hero {
	position: relative;
	height: 100vh;
	padding-top: 110px;
	padding-bottom: 210px;
}
.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.hero .container {
	height: 100%;
}
.hero__content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 12;
}
.hero__button {
	background: #3D3828;
	height: 100px;
	max-width: 580px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #E6D9CD;
	font-weight: 600;
	font-size: 60px;
	transition: .3s;
	border-radius: 15px;
	margin-top: 10%;
} 
.hero__button:hover {
	color: #E6D9CD;
	background: #3d392c;
}
.hero .header__menu {
	display: none;
}
@media (max-width: 1199px) {
	.hero__button {
		height: 85px;
		max-width: 490px;
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	.hero__button {
		height: 65px;
		max-width: 390px;
		font-size: 40px;
		border-radius: 7px;
	}
}
@media (max-width: 767px) {
	.hero__button {
		height: 50px;
		max-width: 280px;
		font-size: 28px;
		border-radius: 7px;
	}
	.hero__content {
		gap: 50px;
		flex-direction: column;
	}
	.hero .header__menu {
		display: block;
		position: static;
    background: transparent;
    color: #E6D9CD;
    padding: 0;
    width: 100%;
	}
	.hero .header__menu ul {
		gap: 10px;
		font-size: 18px;
	}
}
@media (max-height: 700px) {
	.hero {
		height: 100%;
		position: static;
	}
	.hero {
		padding-bottom: 28px;
		padding-top: 70px;
		height: 400px;
	}
	.hero__bg {
    background-position-x: 30%;
    background-size: auto 122%;
    background-repeat: no-repeat;
    background-position-y: bottom;
	}
}

/*catalog*/
.catalog {
	position: relative;
	z-index: 12;
}
.catalog__decor {
	position: absolute;
}
.catalog__decor.catalog__decor--left {
	left: 0;
	bottom: 140px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  /*width: 16%;*/
}
.catalog__decor.catalog__decor--right {
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	/*width: 20%;*/
}
.catalog__decor.catalog__decor--top {
	top: 20px;
	left: 0;
	max-width: 230px;
}
.catalog__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 45px;
}
.catalog__grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 890px;
}
.catalog__card {
	border: 1.95px solid #79700B;
	border-radius: 16px;
	height: 100%;
	width: 210px;
	padding: 20px;
	text-align: center;
	display: inline-flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	transition: border .3s;
	background: #fff;
	min-height: 258px;
}
.catalog__card:hover {
	border-color: #E6D9CD;
}
.catalog__card-name {
	font-size: 26px;
	line-height: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}	
.catalog__card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 185px;
}
.catalog__card-img img {
	max-height: 100%;
}
@media (max-width: 1199px) {
	.catalog__decor.catalog__decor--top {
		max-width: 100%;
		width: 18%;
		top: 40px;
	}
	.catalog__decor.catalog__decor--left {
		width: 16%;
	}
	.catalog__decor.catalog__decor--right {
		width: 20%;
	}
	.catalog__content {
		gap: 35px;
	}
	.catalog__card-name {
		font-size: 22px;
	}
	.catalog__card-img {
		height: 155px;
	}
	.catalog__card {
		min-height: 224px;
	}
}
@media (max-width: 991px) {
	.catalog__card-name {
		font-size: 18px;
	}
	.catalog__card-img {
		height: 130px;
	}
	.catalog__card {
		min-height: 195px;
	}
}
@media (max-width: 767px) {
	.catalog__card-name {
		font-size: 16px;
	}
	.catalog__card-img {
		height: 100px;
	}
	.catalog__card {
		min-height: 163px;
	}
}
@media (max-width: 479px) {
	.catalog__content {
		gap: 20px;
	}
	.catalog__grid {
		gap: 20px;
	}
	.catalog__card {
		width: 100%;
		padding: 10px;
	}
	.catalog__card-name {
		font-size: 12px;
	}
	.catalog__card-img {
		height: 70px;
	}
	.catalog__item {
		width: calc((100% - 40px) / 3);
	}
	.catalog__decor.catalog__decor--top {
		top: 20px;
		width: 80px;
	}
	.catalog__decor.catalog__decor--left {
		bottom: 180px;
	}
	.catalog__card {
		min-height: 107px;
	}
}
/*Category*/
.category {
	min-height: 1224px;
	padding-bottom: 70px;
}
.category .category-head {
	margin-bottom: 80px;
}
.tax-product-category .catalog__decor {
	z-index: -1;
}
.tax-product-category .catalog__decor.catalog__decor--left {
	bottom: 90px;
}
.tax-product-category .catalog__decor.catalog__decor--right {
	bottom: 175px;
}
.tax-product-category .catalog__decor.catalog__decor--top-right {
	top: 105px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.term-flowers .catalog__decor.catalog__decor--right {
	bottom: 0;
}
.term-accessory .catalog__decor.catalog__decor--top-right {
	top: 0;
}
.category-layout {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.category-filters {
	width: 230px;
	position: sticky;
	top: 30px;
}
.category-main {
	width: calc(100% - 260px);
	max-width: 670px;
}
.products-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.products-grid__item {
	width: calc((100% - 40px) / 3);
}
.product-card {
	border: 2px solid #79700B;
	border-radius: 16px;
	padding: 10px 25px;
	display: inline-block;
	text-align: center;
	transition: .3s;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}
.product-card:hover {
	border-color: #E6D9CD;
}
.product-card__img {
	height: 155px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
}
.product-card__img img {
	max-height: 100%;
}
.product-card__body {
	width: 100%;
}
.product-card__title {
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #79700B;
}
.product-card__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
}
.product-card__meta > * {
	line-height: 100%;
}
.product-card__sku {
	display: none;
}
.category-toolbar {
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.category-toolbar__text {
	font-weight: 500;
	font-size: 40px;
}
.category-toolbar__sort {
	border: 1px solid #79700B;
	height: 50px;
	width: 230px;
	outline: none;
	color: #3D3828;
	padding: 0 55px 0 15px;
	cursor: pointer;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  background: url("img/arrow-down.svg") no-repeat right 15px center;
  background-size: 30px;
}
.category-toolbar__sort option {
	font-size: 20px;
}
.category-loadmore {
	margin-top: 50px;
	text-align: center;
}
.category-filters__title {
	font-weight: 500;
	font-size: 40px;
	margin: 0 0 20px;
}
.filter-group {
	border: 1px solid #79700B;
	margin-bottom: -1px;
	background: #fff;
}
.filter-group__title {
	font-weight: 500;
	font-size: 30px;
	height: 50px;
	padding: 0 55px 0 15px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.filter-group__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url(img/arrow-down.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	transition: .3s;
}
.filter-group[open] .filter-group__title::after {
	transform: translateY(-50%) rotate(-180deg);
}
.filter-group__list {
	margin: 0;
	padding: 0 15px 15px;
	list-style: none;
}
.filter-group__list li {
	margin-bottom: 5px;
	font-size: 20px;
}
.filter-group__list li:last-child {
	margin-bottom: 0;
}
.filter-group__item {
	display: flex;
	align-items: center;
	gap: 5px;
}
.filter-group__item input[type="checkbox"] {
	appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 3px;
  position: relative;
  transition: .3s;
}
.filter-group__item input[type="checkbox"]:checked {
  background: #3D3828;
  border-color: #3D3828;
}
.filter-group__item input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.price-range {
	padding: 0 15px 15px;
}
.price-range__display {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.price-range__sliders {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 20px;
	position: relative;
}
.price-range__sliders input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ddd;
  border-radius: 0;
  border: none;
}
.price-range__sliders input[type="range"]::-moz-range-track {
  height: 4px;
  background: #ddd;
  border-radius: 0;
  border: none;
}
.price-range__sliders input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
	appearance: none;
  width: 16px;
  height: 16px;
  background: #3D3828;
  border-radius: 50%;
  margin-top: -6px;
  cursor: pointer;
	pointer-events: all;
}
.price-range__sliders input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #3D3828;
  border-radius: 50%;
  cursor: pointer;
	pointer-events: all;
}
.price-range__sliders input[type="range"] {
  width: 50%;
  pointer-events: none;
}
.price-range__sliders input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
}
.products-grid__empty {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	width: 100%;
}
@media (max-width: 1199px) {
	.category {
		min-height: 740px;
	}
	.category .category-head {
    margin-bottom: 60px;
	}
	.tax-product-category .catalog__decor.catalog__decor--left {
    bottom: 120px;
	}
	.tax-product-category .catalog__decor.catalog__decor--top-right {
		width: 16%;
	}
	.category-toolbar__sort {
		font-size: 25px;
		height: 40px;
	}
	.category-filters__title {
		font-size: 34px;
	}
	.filter-group__title {
		font-size: 25px;
	}
	.filter-group__list li {
		font-size: 18px;
	}
	.category-loadmore {
		margin-top: 40px;
	}
	.category-toolbar__text {
		font-size: 34px;
	}
	.products-grid__empty {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.category .category-head {
    margin-bottom: 40px;
	}
	.products-grid__item {
    width: calc((100% - 20px) / 2);
	}
	.category-main {
		max-width: 520px;
	}
	.tax-product-category .catalog__decor.catalog__decor--top-right,
	.tax-product-category .catalog__decor.catalog__decor--right {
		display: none;
	}
	.products-grid__empty {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.category {
		min-height: 560px;
	}
	.category-filters {
		width: 180px;
		top: 15px;
	}
	.category-layout {
		gap: 15px;
	}
	.category-main {
		width: calc(100% - 195px);
	}
	.category-toolbar__sort {
		font-size: 15px;
		height: 25px;
		width: 150px;
		padding: 0 30px 0 7px;
  	background-size: 15px;
  	background-position: right 7px center;
	}
	.category-toolbar__sort option {
		font-size: 15px;
	}
	.category-toolbar {
		margin-bottom: 15px;
	}
	.category-filters__title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.products-grid {
		gap: 15px;
	}
	.products-grid__item {
		width: calc((100% - 30px) / 2);
	}
	.product-card {
		padding: 10px;
		border-width: 0.76px;
	}
	.product-card__img {
		height: 60px;
	}
	.product-card__title {
		font-size: 13px;
	}
	.product-card__meta {
		font-size: 13px;
	}
	.filter-group__title {
		font-size: 15px;
		height: 25px;
		padding: 0 30px 0 7px;
	}
	.filter-group__title::after {
		width: 15px;
		height: 15px;
		right: 7px;
	}
	.filter-group__list {
		padding: 0 7px 7px;
	}
	.filter-group__list li {
		font-size: 15px;
	}
	.price-range {
		padding: 0 7px 15px;
	}
	.category-toolbar__text {
		font-size: 20px;
	}
	.tax-product-category .catalog__decor.catalog__decor--left {
		bottom: auto;
		top: 270px;
	}
}
@media (max-width: 479px) {
	.category {
		min-height: 300px;
		padding-bottom: 30px;
	}
	.category .category-head {
    margin-bottom: 20px;
	}
	.category-filters {
		width: 115px;
	}
	.category-main {
		width: calc(100% - 130px);
	}
	.products-grid {
		gap: 10px;
	}
	.products-grid__item {
		width: calc((100% - 10px) / 2)
	}
	.product-card {
		border-radius: 6px;
		padding: 5px;
	}
	.product-card__title {
		font-size: 12px;
		line-height: 100%;
	}
	.product-card__meta {
		font-size: 10px;
	}
	.category-toolbar__sort {
		width: 110px;
	}
	.category-loadmore {
		margin-top: 20px;
	}
	.tax-product-category .catalog__decor.catalog__decor--left {
		width: 30%;

		top: 50%;
    position: fixed;
    transform: translateY(-50%);
	}
	.term-vintage .catalog__decor.catalog__decor--left {
		display: none;
	}
	.term-vintage .catalog__decor.catalog__decor--top-right {
		display: inline-flex;
		width: 20%;
		transform: scaleX(-1);
		right: auto;
		top: 280px;
		left: 0;
	}
	.products-grid__empty {
		font-size: 15px;
	}
}
@media (max-width: 369px) {
	.product-card__title {
		font-size: 10px;
	}
	.product-card__meta {
		font-size: 10px;
	}
	.category-layout {
		gap: 5px;
	}
	.category-main {
		width: calc(100% - 120px);
	}
	.category-toolbar {
		gap: 3px;
	}
	.category-toolbar__text {
		font-size: 18px;
	}
	.category-filters__title {
		font-size: 18px;
	}
}
/*cart*/
.cart {
	position: relative;
	padding-bottom: 95px;
}
.cart .title {
	border-bottom: 2px solid #79700B;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#cart-has-items .cart__content {
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
#cart-no-items .cart__content {
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 30px 20px;
	min-height: 575px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cart__form-wrap {
	width: 300px;
}
.cart__products {
	width: calc(100% - 340px);
}
.cart__form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.form-field {
	display: flex;
	flex-direction: column;
}
.form-field__label {
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 2px;
}
.form-field__input {
	height: 30px;
	width: 100%;
	border: 1px solid #79700B;
	border-radius: 5px;
	color: #3D3828;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	padding: 0 10px;
	line-height: normal;
	outline: none;
	font-size: 16px;
}
textarea.form-field__input {
	height: 175px;
	padding: 10px;
	resize: none;
}
.cart__form-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.cart__empty {
	font-size: 50px;
	text-align: center;
	font-weight: 500;
}
.cart-row {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0.7px solid #79700B;
	gap: 40px;
	position: relative;
}
.cart-row__content {
	display: flex;
	align-items: center;
	gap: 15px;
	width: calc(100% - 435px);
}
.cart-row__img,
.cart-row__no-img {
	width: 100px;
	height: 100px;
	border: 1px solid #79700B;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.cart-row__img img {
	max-width: 100%;
	max-height: 100%;
}
.cart-row__remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: transparent;
	border: none;
}
.cart-row__name {
	font-size: 20px;
	line-height: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
.cart-row__qty {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 30px;
	width: 145px;
	text-align: center;
	display: inline-flex;
	align-items: center;
}
.cart-qty-btn {
	background: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  width: 30px;
}  
.cart-row__price,
.cart-row__total {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 30px;
	width: 85px;
	text-align: center;
}
.cart-row__total .request {
	font-size: 20px;
}
.cart-footer {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: 15px;
	margin-top: 100px;
}
.cart-footer__inner {
	display: flex;
	flex-direction: column;
}
.cart-footer__label {
	font-weight: 500;
	font-size: 30px;
}
.cart-footer__total {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 40px;
}
.cart-footer__vat {
	font-weight: 500;
	font-size: 20px;
}
.cart-row__info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: calc(100% - 115px);
}
.cart-row__dates {
	display: flex;
	gap: 10px;
}
.cart-date {
	border: 0.5px solid #000000;
	border-radius: 5px;
	width: calc((100% - 10px) / 2);
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	outline: none;
	height: 25px;
}
.cart__footer {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.cart__layout-head {
	width: calc(100% - 340px);
	padding: 0 20px 15px;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	display: flex;
	gap: 40px;
	text-align: center;
}
.cart__layout-head span:nth-child(1) {
	width: calc(100% - 435px);
	text-align: left;
}
.cart__layout-head span:nth-child(2) {
	width: 145px;
}
.cart__layout-head span:nth-child(3) {
	width: 85px;
}
.cart__layout-head span:nth-child(4) {
	width: 85px;
}
@media (max-width: 1199px) {
	.cart__footer {
		margin-top: 40px;
	}
	.cart__layout-head {
		font-size: 30px;
		gap: 20px;
    width: calc(100% - 320px);
	}
	.cart__layout-head span:nth-child(1) {
		width: calc(100% - 285px);
	}
	.cart__layout-head span:nth-child(2) {
		width: 105px;
	}
	.cart__layout-head span:nth-child(3) {
		width: 60px;
	}
	.cart__layout-head span:nth-child(4) {
		width: 60px;
	}
	.cart-row {
		gap: 20px;
	}
	.cart-row__content {
		width: calc(100% - 285px);
	}
	.cart-row__img, .cart-row__no-img {
		width: 80px;
		height: 80px;
	}
	.cart-row__info {
    width: calc(100% - 95px);
	}
	.cart-row__qty {
		font-size: 25px;
		width: 105px;
	}
	.cart-row__price, 
	.cart-row__total {
		font-size: 25px;
		width: 60px;
	}
	.cart-row__total .request {
		font-size: 15px;
	}
	.cart__products {
    width: calc(100% - 320px);
	}
	#cart-has-items .cart__content {
		gap: 20px;
	}
	.cart-footer {
		margin-top: 80px;
	}
	.cart-footer__label {
		font-size: 25px;
	}
	.cart-footer__total {
		font-size: 30px;
	}
	.cart-footer__vat {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	.cart {
		padding-bottom: 30px;
	}
	#cart-has-items .cart__content {
		padding: 0;
		border: none;
		border-radius: 0;
		flex-direction: column;
		gap: 20px;
	}
	.cart__products {
		width: 100%;
		padding: 10px;
		border-radius: 10px;
		border: 2px solid #3D3828;
	}
	.cart__form-wrap {
		width: 100%;
		max-width: 480px;
    margin: 0 auto;
	}
	.cart__form-footer {
		position: static;
	}
	.form-field__label {
		font-size: 22px;
	}
	.cart__layout-head {
		width: 100%;
		font-size: 25px;
	}
	.cart__layout-head span:nth-child(1) {
		width: calc(100% - 375px);
	}
	.cart__layout-head span:nth-child(2) {
		width: 145px;
	}
	.cart__layout-head span:nth-child(3) {
		width: 85px;
	}
	.cart__layout-head span:nth-child(4) {
		width: 85px;
	}
	.cart-row__content {
		width: calc(100% - 375px);
	}
	.cart-row__qty {
		font-size: 20px;
		width: 145px;
	}
	.cart-row__price, 
	.cart-row__total {
		font-size: 20px;
		width: 85px;
	}
	.cart-footer {
		margin-top: 20px;
	}
} 
@media (max-width: 767px) {
	.cart__layout-head {
		gap: 0;
		padding: 0 10px 10px;
	}
	.cart__layout-head span:nth-child(1) {
		width: 41%;
	}
	.cart__layout-head span:nth-child(2) {
		width: 25%;
	}
	.cart__layout-head span:nth-child(3) {
		width: 17%;
	}
	.cart__layout-head span:nth-child(4) {
		width: 17%;
	}
	.cart-row {
		gap: 0;
	}
	.cart-row__content {
		width: 41%;
		gap: 5px;
	}
	.cart-row__qty {
		font-size: 15px;
		width: 25%;
	}
	.cart-row__price, 
	.cart-row__total {
		font-size: 15px;
		width: 17%;
	}
	.cart-row__img, .cart-row__no-img {
		width: 50px;
		height: 50px;
	}
	.cart-row__info {
		width: calc(100% - 55px);
	}
	.cart-row__name {
		font-size: 15px;
	}
	.cart-row__dates {
		flex-direction: column;
		gap: 5px;
	}
	.cart-date {
		width: 100%;
		max-width: 115px;
		font-size: 12px;
	}
	.cart-footer__label {
		font-size: 20px;
	}
	.cart-footer__total {
		font-size: 20px;
	}
	.cart-footer__vat {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.cart {
		min-height: 300px;
	}
	textarea.form-field__input {
		height: 106px;
	}
	.cart__products {
		border-width: 1px;
	}
	.cart__form {
		gap: 10px;
	}
	.cart .title {
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}
	.form-field__label {
		font-size: 15px;
	}
	#cart-has-items .cart__content {
		border: none;
		border-radius: 0;
		padding: 0;
	}
	#cart-no-items .cart__content {
		border-width: 1px;
		border-radius: 10px;
		min-height: 340px;
	}
	.cart__footer {
		margin-top: 20px;
	}
	.cart__layout-head {
		font-size: 17px;
	}
	.cart-row__name {
		font-size: 12px;
	}
	.cart-row__content {
		position: relative;
		padding-bottom: 30px;
	}
	.cart-row__dates {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		flex-direction: row;
	}
	.cart-date {
    width: calc((100% - 10px) / 2);
	}
	.cart-footer__label {
		font-size: 15px;
	}
	.cart-footer__total {
		font-size: 20px;
	}
	.cart-row__total .request {
		font-size: 12px;
	}
	.cart-footer__vat {
		font-size: 10px;
	}
	.cart-row__qty {
		flex-direction: column;
	}
}
@media (max-width: 369px) {
	.cart-row__dates {
		flex-direction: column;
	}
	.cart-date {
		width: 100%;
		font-size: 11px;
	}
	.cart-row__content {
		padding-bottom: 60px;
	}
}

/*search-results*/
.search-results__footer {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.search-results {
	margin-top: 30px;
}
.search-results__form {
	margin: 0 55px 20px;
	height: 50px;
	position: relative;
}
.search-results__form input[type="search"] {
	height: 100%;
	padding-left: 65px;
	font-size: 30px;
	font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
.search-results__form-btn {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
}
.search-results__form-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(img/loop.png) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search-results__form-btn svg {
	display: none;
}
.search-result__head {
	display: none;
}
#search-grid {
	width: 100%;
	max-width: 100%;
}
#search-grid .products-grid {
	gap: 20px 10px;
}
#search-grid .products-grid__item {
  width: calc((100% - 40px) / 5);
}
#search-has-results .search__content {
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 30px 20px;
}
#search-no-results .search__content {
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 30px 20px;
	min-height: 575px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.empty__head {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.empty__head .title {
	text-align: center;
}
.empty__text {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	width: 100%;
}
@media (max-width: 1199px) {
	.search-results__footer {
		margin-top: 40px;
	}
	#search-grid .products-grid__item {
    width: calc((100% - 30px) / 4);
	}
	.search-results__form input[type="search"] {
		font-size: 25px;
	}
	.empty__text {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	#search-grid .products-grid__item {
    width: calc((100% - 20px) / 3);
	}
	.search-results__form input[type="search"] {
		font-size: 20px;
	}
	.empty__text {
		font-size: 20px;
	}
}
@media (max-width: 479px) {
	.search-results {
		min-height: 300px;
		margin-top: 0;
	}
	.search-result__head {
		display: block;
		margin-bottom: 20px;
	}
	.search-results__footer {
		margin-top: 20px;
	}
	#search-has-results .search__content {
		border: none;
		border-radius: 0;
		padding: 0;
	}
	#search-no-results .search__content {
		border-width: 1px;
		border-radius: 10px;
		min-height: 340px;
	}
	#search-grid .products-grid {
    gap: 20px;
	}
	#search-grid .products-grid__item {
    width: calc((100% - 40px) / 3);
	}
	.search-results__form {
		margin: 0 auto 20px;
		height: 30px;
	}
	.search-results__form-btn {
		width: 16px;
	}
	.search-results__form input[type="search"] {
		font-size: 15px;
		padding-left: 30px;
	}
	.empty__text {
		font-size: 15px;
	}
}
/*faq*/
.faq__head {
	border-bottom: 2px solid #79700B;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.faq__footer {
	display: flex;
	align-items: center;
	gap: 40px;
	border-top: 2px solid #79700B;
	padding-top: 20px;
	margin-top: 20px;
}
.faq__footer-text {
	font-weight: 600;
	font-size: 30px;
	line-height: 90%;
}
.faq__footer-button a {
	width: 250px;
	height: 40px;
	background: #3D3828;
	box-shadow: 2px 2px 5px 0px #3D3828;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #E6D9CD;
	font-size: 30px;
	transition: .3s;
}
.faq__footer-button a:hover {
	color: #E6D9CD;
	background: #3d392c;
}
.faq__list {
	border: 2px solid #3D3828;
	border-radius: 20px;
	margin: 0 25px;
	padding: 65px 70px;
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 160px;
}
.faq__item {
	height: fit-content;
}
.faq__question {
	height: 50px;
	background: radial-gradient(65.02% 65.35% at 34.09% 41.84%, #6E664B 0%, #3D3828 99.61%);
	border-radius: 15px;
	color: #E6D9CD;
	font-weight: 500;
	font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  border: none;
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 10px;
}
.faq__question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url(img/arrow-down-light.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	transition: .3s;
}
.faq__question[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(-180deg);
}
.faq__question .num {
	color: #E6D9CD;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 40px;
	display: inline-block;
	line-height: 100%;
}
.faq__answer {
	font-size: 15px;
	line-height: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	padding: 60px 10px 10px;
	margin-top: -50px;
	border: 1px solid #79700B;
	background: #fff;
	box-shadow: 2px 2px 5px 0px #79700B80;
	border-radius: 15px;
}
.faq__answer strong {
	font-weight: 500;
}
.faq__answer ul {
	margin-left: 0;
}

@media (max-width: 1199px) {
	.faq__list {
   	padding: 55px 60px;
    gap: 20px 130px;
	}
	.faq__footer-text {
		font-size: 25px;
	}
	.faq__footer-button a {
		font-size: 25px;
		width: 230px;
	}
	.faq__footer {
		gap: 30px;
	}
	.faq__question {
		font-size: 25px;
		gap: 60px;
	}
	.faq__question .num {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.faq__list {
		margin: 0;
		padding: 30px;
		gap: 20px;
	}
	.faq__footer {
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.faq {
		padding-bottom: 30px;
	}
	.faq__list {
		padding: 10px;
		gap: 15px;
		border-radius: 10px;
		flex-direction: column;
		display: flex;
	}
	.faq__question {
		font-size: 20px;
		gap: 30px;
	}
	.faq__question .num {
		font-size: 24px;
	}
	.faq__footer {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 479px) {
	.faq {
		padding-bottom: 0;
	}
	.faq__head {
		text-align: left;
		padding: 0;
		border: none;
		margin-bottom: 20px;
	}
	.faq__question {
		font-size: 17px;
		height: 28px;
		border-radius: 7px;
		padding-left: 7px;
	}
	.faq__question .num {
		font-size: 22px;
	}
	.faq__footer {
		border: none;
		margin: 0;
		padding-top: 10px;
	}
	.faq__footer-button {
		width: 100%;
    text-align: right;
	}
	.faq__footer-text {
		width: 100%;
		font-size: 15px;
	}
	.faq__footer-button a {
		font-size: 14px;
		width: 120px;
		height: 30px;
	}
	.faq__question::after {
		width: 20px;
		height: 20px;
		right: 10px;
	}
	.faq__answer {
		font-size: 11px;
		padding: 38px 10px 10px;
    margin-top: -28px;
	}
}
/*rental*/
.rental__head {
	border-bottom: 2px solid #79700B;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.rental__footer {
	display: flex;
	align-items: center;
	gap: 40px;
	border-top: 2px solid #79700B;
	padding-top: 20px;
	margin-top: 20px;
}
.rental__footer-text {
	font-weight: 600;
	font-size: 30px;
	line-height: 90%;
}
.rental__footer-button a {
	width: 250px;
	height: 40px;
	background: #3D3828;
	box-shadow: 2px 2px 5px 0px #3D3828;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #E6D9CD;
	font-size: 30px;
	transition: .3s;
}
.rental__footer-button a:hover {
	color: #E6D9CD;
	background: #3d392c;
}
.rental__list {
	border: 2px solid #3D3828;
	border-radius: 20px;
	margin: 0 135px;
	padding: 15px 25px;
	display: flex;
	flex-direction: column;
  gap: 20px;
}
.rental__term {
	height: 50px;
	background: radial-gradient(65.02% 65.35% at 34.09% 41.84%, #6E664B 0%, #3D3828 99.61%);
	border-radius: 15px;
	color: #E6D9CD;
	font-weight: 500;
	font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  border: none;
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
 	align-items: center;
  gap: 80px;
  padding: 0 15px;
}
.rental__term::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url(img/arrow-down-light.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	transition: .3s;
}
.rental__term[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(-180deg);
}
.rental__term .num {
	color: #E6D9CD;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 40px;
	display: inline-block;
	line-height: 100%;
}
.rental__text {
	font-size: 15px;
	line-height: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	padding: 60px 10px 10px;
	margin-top: -50px;
	border: 1px solid #79700B;
	background: #fff;
	box-shadow: 2px 2px 5px 0px #79700B80;
	border-radius: 15px;
}
.rental__text strong {
	font-weight: 500;
}
.rental__text ul {
	margin-left: 0;
}

@media (max-width: 1199px) {
	.rental__list {
    margin: 0px 115px;
	}
	.rental__footer-text {
		font-size: 25px;
	}
	.rental__footer-button a {
		font-size: 25px;
		width: 230px;
	}
	.rental__footer {
		gap: 30px;
	}
	.rental__term {
		font-size: 25px;
		gap: 60px;
	}
	.rental__term .num {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.rental__list {
		margin: 0;
	}
	.rental__footer {
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.rental {
		padding-bottom: 30px;
	}
	.rental__list {
		padding: 10px;
		gap: 15px;
		border-radius: 10px;
	}
	.rental__term {
		font-size: 20px;
		gap: 30px;
	}
	.rental__term .num {
		font-size: 24px;
	}
	.rental__footer {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 479px) {
	.rental {
		padding-bottom: 0;
	}
	.rental__head {
		text-align: left;
		padding: 0;
		border: none;
		margin-bottom: 20px;
	}
	.rental__term {
		font-size: 17px;
		height: 28px;
		border-radius: 7px;
		padding-left: 7px;
	}
	.rental__term .num {
		font-size: 22px;
	}
	.rental__footer {
		border: none;
		margin: 0;
		padding-top: 10px;
	}
	.rental__footer-button {
		width: 100%;
    text-align: right;
	}
	.rental__footer-text {
		width: 100%;
		font-size: 15px;
	}
	.rental__footer-button a {
		font-size: 14px;
		width: 120px;
		height: 30px;
	}
	.rental__term::after {
		width: 20px;
		height: 20px;
		right: 10px;
	}
	.rental__text {
		font-size: 11px;
		padding: 38px 10px 10px;
    margin-top: -28px;
	}
}
/*contacts*/
.contacts {
	padding-bottom: 30px;
}
.contacts__head {
	margin-bottom: 30px;
	text-align: center;
}
.contacts__body {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.contacts__details {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.contacts__brand {
	margin-bottom: 25px;
}
.contacts__logo {
	font-weight: 500;
	font-size: 45px;
	text-transform: uppercase;
}
.contacts-social {
	display: flex;
	gap: 20px;
}
.contacts-social__link {
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: .3s;
}
.contacts-social__link:hover {
	transform: scale(1.05);
}
.contacts__promo {
	margin-bottom: 70px;
}
.contacts__promo-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 90%;
	max-width: 370px;
}
.contacts__promo-title + .contacts__promo-title {
	margin-top: 20px;
}
.contacts__promo-text {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	margin-top: 10px;
}
.contacts__form {
	width: 730px;
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 10px 35px 30px;
}
.kv-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.kv-form__row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.kv-form__row.kv-form__row--half {
	flex-direction: row;
	gap: 10px;
}
.kv-form__row.kv-form__row--half .kv-form__group {
	width: calc((100% - 10px) / 2);
}
.kv-form__row.kv-form__row--radios {
	display: flex;
	align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.kv-form__row.kv-form__row--radios .kv-form__label {
	margin: 0;
}
.kv-form__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.kv-form__radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 220px;
}
.kv-form__radio-text {
  position: relative;
  padding-left: 40px;
}
.kv-form__radio-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #79700B;
  background: #3D382880;
  border-radius: 50%;
  transition: 0.2s;
}
.kv-form__radio:checked + .kv-form__radio-text::before {
	background: #3D3828;
}
.kv-form__radios {
	display: flex;
	align-items: center;
	gap: 40px;
}
.kv-form__radio-text {
	font-size: 25px;
	line-height: 90%;
	font-weight: 500;
	text-align: center;
}
.kv-form__label {
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 2px;
}
.kv-form__input {
	height: 30px;
	width: 100%;
	border: 1px solid #79700B;
	border-radius: 5px;
	color: #3D3828;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	padding: 0 10px;
	line-height: normal;
	outline: none;
	font-size: 16px;
}
.kv-form__textarea {
	width: 100%;
	border: 1px solid #79700B;
	border-radius: 5px;
	color: #3D3828;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: normal;
	outline: none;
	height: 100px;
	padding: 10px;
	resize: none;
	font-size: 16px;
}
.kv-form__footer {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 15px;
}
.kv-form__note {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
}
.kv-form__submit {
	width: 250px;
	height: 40px;
	border: none;
	background: #3D3828;
	box-shadow: 2px 2px 5px 0px #3D3828;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #E6D9CD;
	font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  transition: background .3s, color .3s, transform .08s, box-shadow .08s;
  position: relative;
  overflow: hidden;
}
.kv-form__submit:hover {
  color: #E6D9CD;
  background: #3d392c;
}
.kv-form__submit:active {
  transform: scale(0.96);
  box-shadow: 1px 1px 2px 0px #3D3828;
}
.kv-form__ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(230, 217, 205, 0.25);
  transform: scale(0);
  animation: kv-ripple 0.55s ease-out forwards;
  pointer-events: none;
}
@keyframes kv-ripple {
  to { transform: scale(4); opacity: 0; }
}
/* Loading spinner */
.is-loading .kv-form__submit,
.is-loading .btn {
  color: transparent;
  pointer-events: none;
}
.is-loading .kv-form__submit::after,
.is-loading .btn::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(230, 217, 205, 0.3);
  border-top-color: #E6D9CD;
  border-radius: 50%;
  animation: kv-spin 0.65s linear infinite;
}
@keyframes kv-spin {
  to { transform: rotate(360deg); }
}
.page-template-page-contacts main {
	min-height: auto;
}
@media (max-width: 1199px) {
	.contacts__form {
		padding: 10px 25px 20px;
	}
	.contacts__logo {
		font-size: 38px;
	}
	.contacts__promo-title {
		font-size: 25px;
	}
	.kv-form__radio-text {
		font-size: 20px;
	}
	.kv-form__label {
		font-size: 25px;
	}
	.kv-form__submit {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.kv-form__label {
		font-size: 22px;
	}
	.contacts__promo-title {
		font-size: 22px;
	}
	.contacts__promo-text {
		font-size: 13px;
	}
	.contacts__logo {
		font-size: 32px;
	}
	.contacts__details {
		gap: 15px;
	}
	.contacts__form {
		padding: 10px;
	}
	.kv-form__note {
		font-size: 16px;
	}
	.kv-form__submit {
		font-size: 22px;
		width: 200px;
	}
}
@media (max-width: 767px) {
	.contacts__body {
		flex-direction: column;
	}
	.contacts__info {
		display: none;
	}
	.contacts__form {
		width: 100%;
	}
	.kv-form__radios {
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.kv-form__radio-text {
		text-align: left;
	}
	.kv-form__row.kv-form__row--radios {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}
}
@media (max-width: 479px) {
	.contacts__head {
		text-align: left;
		margin-bottom: 20px;
	}
	.contacts__form {
		border-radius: 10px;
		border-width: 1px;
	}
	.kv-form {
		gap: 10px;
	}
	.kv-form__note {
		font-size: 11px;
	}
	.kv-form__submit {
		font-size: 14px;
		width: 130px;
		height: 30px;
	}
	.kv-form__textarea {
		height: 60px;
	}
	
	.kv-form__radios {
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.kv-form__radio-text {
		text-align: left;
		font-size: 12px;
		padding-left: 19px;
	}
	.kv-form__radio-text::before {
		width: 15px;
		height: 15px;
	}
	.kv-form__label {
		font-size: 15px;
	}
	.kv-form__row.kv-form__row--half {
		flex-direction: column;
	}
	.kv-form__row.kv-form__row--half .kv-form__group {
		width: 100%;
	}
}
/*favorites*/
.favorites__head {
	margin-bottom: 45px;
}
.favorites .products-grid {
	gap: 20px 10px;
	width: 100%;
}
.favorites__content {
	min-height: 575px;
	width: 100%;
	max-width: 100%;
	border: 2px solid #3D3828;
	border-radius: 20px;
	padding: 30px 20px;
}
#favorites-no-items .favorites__content {
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.favorites .products-grid__item {
	width: calc((100% - 40px) / 5);
}
.favorites__footer {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
@media (max-width: 1199px) {
	.favorites__head {
		margin-bottom: 35px;
	}
	.favorites .products-grid__item {
		width: calc((100% - 30px) / 4);
	}
	.favorites__footer {
		margin-top: 40px;
	}
	.favorites__content {
		min-height: 490px;
	}
}
@media (max-width: 991px) {
	.favorites .products-grid__item {
		width: calc((100% - 20px) / 3);
	}
	.favorites__content {
		min-height: 410px;
	}
}
@media (max-width: 479px) {
	.favorites {
		min-height: 300px;
	}
	.favorites__head {
		margin-bottom: 20px;
	}
	.favorites .products-grid {
		gap: 20px;
	}
	#favorites-no-items .favorites__content {
		border-width: 1px;
		border-radius: 10px;
		min-height: 340px;
	}
	#favorites-has-items .favorites__content {
		border: none;
		border-radius: 0;
		padding: 0;
		min-height: auto;
	}
	.favorites .products-grid__item {
		width: calc((100% - 40px) / 3);
	}
	.favorites__footer {
		margin-top: 20px;
	}
	.favorites__content {
		min-height: 100%;
	}
}

/*modal*/
.modal__inner.product-modal__inner {
	padding: 30px 30px 15px;
}
.product-modal__article {
	font-size:15px;
	font-family:"Raleway",sans-serif;
	font-weight:500;
	position: absolute;
	top: 15px;
	left: 30px;
}
.product-modal__layout {
	display: flex;
	align-items: center;
}
.product-modal__gallery {
	width: 355px;
	height: 380px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.product-modal__gallery img {
	max-width: 100%;
	max-height: 100%;
	object: contain;
}
.product-modal__no-img {
	width: 355px;
	height: 380px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.product-modal__info {
	width: calc(100% - 355px);
	display: flex;
	flex-direction: column;
  align-items: flex-end;
	gap: 30px;
}
.product-modal__title {
	font-family:"Raleway",sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	text-align: center;
	padding-right: 30px;
	margin: 0;
	width: 100%;
}
.product-modal__body {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	padding-right: 30px;
  width: 100%;
}
.product-modal__specs {
	width: calc(100% - 230px);
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.product-modal__spec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family:"Raleway",sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.product-modal__spec dt,
.product-modal__spec dd {
	margin: 0;
	font-weight: 500;
}
.product-modal__column {
	width: 215px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.product-modal__price {
	font-family:"Raleway",sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
}
.product-modal__price strong {
	font-weight: 600
}
.product-modal__dates {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-modal__dates-label {
	font-family:"Raleway",sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 100%;
}
.product-modal__date-inputs {
	display:flex;
	gap:10px
}
.product-modal__date {
	border: 0.5px solid #79700B;
	border-radius: 5px;
	height: 25px;
	width: calc((100% - 10px) / 2);
	text-align: center;
	font-family:"Raleway",sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	outline: none;
}
.product-modal__actions {
	display: flex;
  justify-content: flex-end;
	gap: 10px;	
}
.product-modal__qty {
	border: 0.5px solid #79700B;
	border-radius: 5px;
	height: 30px;
	font-family:"Raleway",sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	display:flex;
	align-items:center;
	min-width: 100px;
	justify-content: center;
}
.qty-btn {
	width: 30px;
	height: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0;
	transition: .3s;
	font-family:"Raleway",sans-serif;
	font-weight: 500;
	font-size: 30px;
}
.qty-btn:disabled {
	opacity:.3;
	cursor:default;
	pointer-events:none;
}
.product-modal__add-to-cart {
	height: 30px;
	width: 200px;
	font-size: 23px;
}
.product-modal__add-to-cart:disabled {
	opacity: .65;
	cursor: default;
}
.product-modal__wishlist {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	padding: 5px;
	border: 0.5px solid #79700B;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background: transparent;
}
.product-modal__wishlist::after {
  content: "";
  background: url(img/heart.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-modal__wishlist.is-active {
	background: #3D3828;
	border-color: #3D3828;
}
.product-modal__terms {
	font-weight: 600;
	text-decoration: underline;
	font-size: 20px;
	line-height: 100%;
	margin-top: 50px;
}
@media (max-width: 1199px) {
	.product-modal__title {
		font-size: 40px;
	}
	.product-modal__price {
		font-size: 30px;
	}
	.product-modal__qty {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.product-modal__gallery {
		width: 300px;
		height: 320px;
	}
	.product-modal__info {
		width: calc(100% - 320px);
		gap: 20px;
	}
	.modal__inner.product-modal__inner {
		padding: 15px 20px;
	}
	.product-modal__article {
		left: 20px;
	}
	.product-modal__body {
		padding: 0;
	}
	.product-modal__title {
		padding: 0;
		font-size: 30px;
	}
	.product-modal__column {
		width: 165px;
		gap: 20px;
	}
	.product-modal__specs {
		width: calc(100% - 180px);
	}
	.product-modal__price {
		font-size: 25px;
	}
	.product-modal__dates-label {
		font-size: 20px;
	}
	.product-modal__date-inputs {
		flex-direction: column;
	}
	.product-modal__date {
		width: 100%;
	}
	.product-modal__qty {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.product-modal__layout {
		flex-direction: column;
		gap: 20px;
	}
	.product-modal__info {
		width: 100%;
	}
	.product-modal__title {
		font-size: 25px;
	}
	.product-modal__gallery {
		width: 230px;
		height: 160px;
	}
	.product-modal__date {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.product-modal__spec {
		font-size: 12px;
	}	
	.product-modal__body {
		flex-direction: column;
	}
	.product-modal__column {
		width: 100%;
	}
	.product-modal__date-inputs {
		flex-direction: row;
		max-width: 260px;
		margin: 0 auto;
	}
	.product-modal__date {
		width: calc((100% - 10px) / 2);
	}
	.product-modal__specs {
		width: 100%;
	}
	.product-modal__price {
		font-size: 17px;
	}
	.product-modal__dates-label {
		font-size: 12px;
	}
	.product-modal__info {
    align-items: center;
	}
	.product-modal__specs {
		align-items: center;
		gap: 10px;
	}
	.product-modal__actions {
		    flex-wrap: wrap;
    justify-content: center;
	}
	.product-modal__terms {
		margin-top: 20px;
		font-size: 14px;
	}
	.product-modal__title {
		font-size: 17px;
	}
	.product-modal__article {
		font-size: 10px;
	}
	.product-modal__add-to-cart {
		font-size: 20px;
	}
}
@media (max-width: 369px) {
	.product-modal__date {
		font-size: 11px;
	}
}
/*custom-page*/
.custom-page__head {
  margin-bottom: 45px;
}
.custom-page__content {
	font-size: 16px;
	line-height: 120%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
@media (max-width: 1199px) {
	.custom-page__head {
		margin-bottom: 35px;
	}
}
@media (max-width: 479px) {
	.custom-page__head {
		margin-bottom: 20px;
	}
	.custom-page__content {
		font-size: 13px;
	}
}
/*thank-you*/
.thank-you__card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	align-content: center;
	position: relative;
	min-height: 490px;
	border: 2px solid #79700B;
	border-radius: 20px;
	justify-content: center;
}
.thank-you__icon {
	order: 2;
	position: relative;
	width: 140px;
	height: 150px;
	margin-right: -140px;
}
.thank-you .title {
	order: 1;
  width: auto;
}
.thank-you .subtitle {
	order: 3;
	width: 100%;
}
.thank-you .btn {
	order: 4;
	margin-top: 50px;
}
.page-template-page-thank-you main {
	justify-content: center;
}
@media (max-width: 1199px) {
	.thank-you__card {
		min-height: 410px;
	}
	.thank-you .btn {
		margin-top: 35px;
	}
	.thank-you__icon {
		width: 110px;
		height: 120px;
		margin-right: -110px;
	}
}
@media (max-width: 991px) {
	.thank-you__card {
		min-height: 370px;
	}
	.thank-you__icon {
		width: 80px;
		height: 90px;
		margin-right: -80px;
	}
}
@media (max-width: 767px) {
	.thank-you__card {
		padding: 20px;
	}
	.thank-you__card br {
		display: none;
	}
}
@media (max-width: 479px) {
	.thank-you__card {
		border-width: 1px;
    min-height: 250px;
	}
	.page-template-page-thank-you main {
		min-height: 100vh;
	}
	.thank-you__icon {
		width: 50px;
		height: 50px;
		margin-right: -50px;
	}
	.thank-you .btn {
		margin-top: 25px;
	}
}
.navmenu {
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	color: #3D3828;
	padding: 20px;
	width: 240px;
	right: -240px;
	transition: .3s;
  z-index: 98;
  box-shadow: 0 5px 270px rgba(0,0,0,.2);
}
.navmenu.open {
	right: 0;
}
.navmenu__logo {
	margin-bottom: 30px;
}
.navmenu__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}
.navmenu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.navmenu__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	padding: 0;
}
.navmenu__close::after {
	content: "×";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #3D3828;
}
/*filter*/
.noUi-target {
	box-shadow: none !important;
	border: none !important;
	background: #dbdbdb !important;
	padding: 0 8px !important;
}
.noUi-horizontal {
	height: 4px !important;
}
.noUi-horizontal .noUi-handle {
	width: 26px !important;
	height: 26px !important;
	right: -13px !important;
	top: -12px !important;
	box-shadow: none !important;
	border: none !important;
	background: #3D3828 !important;
	border-radius: 50% !important;
}
.noUi-handle:after, .noUi-handle:before {
	background: transparent !important;
}
.noUi-connect {
	background: #3D3828 !important;
}
@media (max-width: 767px) {
	.noUi-horizontal .noUi-handle {
		width: 20px !important;
		height: 20px !important;
		right: -10px !important;
		top: -8px !important;
	}
}