/*!
Theme Name: Lichtdecor
Theme URI: http://underscores.me/
Author: Ukrosoft
Author URI: http://ukrosoftgroup.com
Description: Lichtdecor custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lichtdecor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

/*--------------------------------------------------------------
# Custom fonts
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caramel&display=swap");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

/*a {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}

	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}

	&:focus {
		outline: thin dotted;
	}

	&:hover,
	&:active {
		outline: 0;
	}
}*/

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.lchtdcr-pre-header {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 12px 15px;
	width: 100%;
	text-align: center;
}

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

	.lchtdcr-pre-header {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
		padding: 13px 20px;
	}
}

.lchtdcr-pre-header-wrapper {
	background: #3b5ca0;
	width: 100%;
	display: none;
}

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

	.lchtdcr-pre-header-wrapper {
		display: none;
	}
}

.lchtdcr-pre-header p {
	color: #fff;
	margin: 0;
	text-align: center;
}

.lchtdcr-pre-header a {
	color: #ffa501;
	text-decoration: underline;
}

.site-header {
	margin: 0 auto;

	/*max-width: 1170px;*/
	padding: 0;
}

.site-header-wrapper {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header .lchtdcr-header-info-block {
	align-items: center;
	border-bottom: 1px solid #cad4e9;
	display: flex;
	justify-content: space-between;
	padding: 24px 50px;
	width: 100%;
}

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

	.site-header .lchtdcr-header-info-block {
		border-bottom: 2px solid #525e75;
		flex-wrap: wrap;
		padding: 24px 0 16px;
		position: relative;
	}
}

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

	.site-header .lchtdcr-header-info-block {
		border-bottom: 2px solid #525e75;
		flex-wrap: wrap;
		padding: 24px 0 16px;
		position: relative;
	}
}

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

	.site-header .lchtdcr-header-info-block-wrapper {
		padding: 0 20px;
	}
}

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

	.site-header .lchtdcr-header-info-block-wrapper {
		padding: 0 20px;
	}
}

.site-header .lchtdcr-header-info-block-logo-wrapper {
	width: 132px;
}

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

	.site-header .lchtdcr-header-info-block-logo-wrapper {
		order: 1;
	}
}

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

	.site-header .lchtdcr-header-info-block-logo-wrapper {
		order: 1;
	}
}

.site-header .lchtdcr-header-info-block-logo-wrapper img {
	display: block;
}

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

	.site-header .lchtdcr-header-info-block-search-wrapper {
		margin-top: 16px;
		order: 3;
		width: 100%;
	}
}

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

	.site-header .lchtdcr-header-info-block-search-wrapper {
		margin-top: 16px;
		order: 3;
		width: 100%;
	}
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper {
	border: 1px solid #525e75;
	border-radius: 6px;
	height: 48px;

	/*max-width: 465px;*/
	padding: 8px 0;
	position: relative;
	width: 700px;
}

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

	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper {
		margin: 0 auto;
		width: 100%;
	}
}

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

	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper {
		height: 42px;
		margin: 0 auto;
		width: 100%;
	}
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper select {
	display: none;
	-moz-appearance: none;

	/* Firefox */
	-webkit-appearance: none;

	/* Safari and Chrome */
	appearance: none;
	background-color: transparent;
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: 119px center;
	background-size: 20px 20px;
	border: none;
	box-shadow: none;
	color: #06283d;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	max-width: 155px;
	outline: none;
	padding: 9.5px 16px;
	width: 100%;
	text-transform: uppercase;
}

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

	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .select2 {
		display: none;
	}
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .select2-selection {
	border: none;
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .select2-selection__rendered {
	color: #06283d;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 22px 8px 16px;
	text-transform: uppercase;
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .select2-selection__arrow {
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border: none;
	height: 20px;
	top: 3px;
	width: 20px;
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .select2-selection__arrow b {
	display: none;
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .lchtdcr-form-search,
.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .search-field {
	border: none;
	border-left: 1px solid #525e75;
	border-radius: 0;
	box-shadow: none;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	/*max-width: 497px;*/
	outline: none;
	padding: 4px 16px;
	width: 100%;
}

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

	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .lchtdcr-form-search,
	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .search-field {
		border-left: none;
	}
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .lchtdcr-form-search::placeholder,
.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .search-field::placeholder {
	color: #bbb;
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .lchtdcr-form-search-submit,
.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .search-submit,
.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper button[type="submit"] {
	background-color: #204790;
	background-image: url("images/search_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	font-size: 0;
	height: 48px;
	padding: 0;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 48px;
}

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

	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .lchtdcr-form-search-submit,
	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .search-submit,
	.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper button[type="submit"] {
		height: 42px;
		width: 42px;
	}
}

.site-header .lchtdcr-header-info-block-search-form .lchtdcr-form-field-wrapper .widget_product_search {
	display: inline-block;
	max-width: 497px;
	width: 100%;
}

.site-header .lchtdcr-header-info-block-side-menu {
	align-items: center;
	display: flex;
	justify-content: center;
}

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

	.site-header .lchtdcr-header-info-block-side-menu-wrapper {
		order: 2;
	}
}

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

	.site-header .lchtdcr-header-info-block-side-menu-wrapper {
		order: 2;
	}
}

.site-header .lchtdcr-header-info-block-side-menu .lchtdcr-site-header-cart {
	margin-left: 20px;
}

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

	.site-header .lchtdcr-header-info-block-side-menu .lchtdcr-site-header-cart {
		margin-left: 8px;
	}
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li {
	margin: 0 10px;
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li:first-child {
	margin-left: 0;
}

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

	.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li:first-child {
		margin-right: 8px;
	}
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li:last-child {
	margin-right: 0;
}

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

	.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li {
		margin: 0;
	}
}

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

	.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li.account-link {
		display: none;
	}
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li.account-link a {
	background-image: url("images/account_icon.svg");
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li.wishlist-link a {
	background-image: url("images/wishlist_icon.svg");
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li.shoping-cart-link a {
	background-image: url("images/shoping_cart_icon.svg");
}

.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	background-color: #fff;
	border: 1px solid rgba(82, 94, 117, 0.5);
	border-radius: 6px;
	font-size: 0;
	display: block;
	height: 48px;
	width: 48px;
}

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

	.site-header .lchtdcr-header-info-block-side-menu .menu-side-menu-container .menu li a {
		border-color: #525e75;
	}
}

.site-header .lchtdcr-header-info-block-toggle-menu-button {
	display: none;
}

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

	.site-header .lchtdcr-header-info-block-toggle-menu-button {
		background-color: #fff;
		background-image: url("images/toggle-menu-icon.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px 18px;
		border: 1px solid #525e75;
		border-radius: 6px;
		display: block;
		height: 48px;
		margin-left: 8px;
		width: 48px;
	}

	.site-header .lchtdcr-header-info-block-toggle-menu-button.open {
		background-image: url("images/toggle-menu-icon-close.svg");
	}
}

.site-header .main-navigation {
	border-bottom: 1px solid rgba(82, 94, 117, 0.2);
}

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

	.site-header .main-navigation {
		padding: 0 20px;
	}
}

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

	.site-header .main-navigation {
		display: none;
	}
}

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

	.site-header .main-navigation .menu-toggle {
		display: none;
	}
}

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

	.site-header .main-navigation {
		height: auto;
		max-height: calc(100vh - 200px);
		overflow-y: auto;
		position: absolute;
	}
}

.site-header .main-navigation .menu-mobile-header-additional-container {
	display: none;
}

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

	.site-header .main-navigation .menu-mobile-header-additional-container {
		display: block;
	}
}

.site-header .main-navigation .menu-main-menu-container .menu,
.site-header .main-navigation .menu-mobile-header-additional-container .menu {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
}

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

	.site-header .main-navigation .menu-main-menu-container .menu,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu {
		display: block;
		padding: 0 20px;
	}
}

.site-header .main-navigation .menu-main-menu-container .menu li,
.site-header .main-navigation .menu-mobile-header-additional-container .menu li {
	margin-left: 40px;
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li {
		margin-left: 20px;
	}
}

.site-header .main-navigation .menu-main-menu-container .menu li:first-child,
.site-header .main-navigation .menu-mobile-header-additional-container .menu li:first-child {
	margin-left: 0;
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li:first-child,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li:first-child {
		border-top: 2px solid #525e75;
	}
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li {
		border-bottom: 1px solid rgba(82, 94, 117, 0.2);
		margin-left: 0;
		padding: 0;
	}
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li:last-child,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li:last-child {
		border-bottom: 1px solid rgba(82, 94, 117, 0.2);
	}
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li:hover > a,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li:hover > a {
		background: #f4f6f8;
		color: #4f6d8f;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}

	.site-header .main-navigation .menu-main-menu-container .menu li:hover > .lchtdkr-open-icon,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li:hover > .lchtdkr-open-icon {
		background-image: url("images/arrow-drop-down-hover.svg");
	}
}

.site-header .main-navigation .menu-main-menu-container .menu li a,
.site-header .main-navigation .menu-mobile-header-additional-container .menu li a {
	color: #06283d;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	padding: 27px 0 28px;
	text-transform: uppercase;
}

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

	.site-header .main-navigation .menu-main-menu-container .menu li a,
	.site-header .main-navigation .menu-mobile-header-additional-container .menu li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		padding: 16px;
	}
}

.site-header .main-navigation .menu-main-menu-container .menu li.hightlight a,
.site-header .main-navigation .menu-mobile-header-additional-container .menu li.hightlight a {
	color: #ff5959;
}

.site-header .main-navigation .menu-main-menu-container .menu li:hover a,
.site-header .main-navigation .menu-mobile-header-additional-container .menu li:hover a {
	color: #4f6d8f;
}

.site-footer {
	background: #fff;
	width: 100%;
}

.site-footer .lchtdcr-footer-info-block {
	align-items: flex-start;
	border-top: 1px solid rgba(6, 40, 61, 0.1);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 100px 0 50px;
	width: 100%;
}

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

	.site-footer .lchtdcr-footer-info-block {
		flex-wrap: wrap;
		justify-content: center;
		padding: 80px 20px 45px;
	}
}

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

	.site-footer .lchtdcr-footer-info-block {
		justify-content: space-between;
		max-width: 768px;
	}
}

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

	.site-footer .lchtdcr-footer-info-block {
		flex-wrap: wrap;
		padding: 60px 20px 40px;
		max-width: 470px;
	}
}

.site-footer .lchtdcr-footer-info-block-wrapper {
	background: #fff;
	margin-top: 50px;
	padding: 0 0 50px;
	width: 100%;
}

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

	.site-footer .lchtdcr-footer-info-block-wrapper {
		margin-top: 0;
		padding: 30px 0;
	}
}

.site-footer .lchtdcr-footer-info-block-column {
	align-items: center;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	max-width: 244px;
	width: 100%;
}

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

	.site-footer .lchtdcr-footer-info-block-column {
		margin-left: 20px;
	}

	.site-footer .lchtdcr-footer-info-block-column:first-child {
		margin-left: 0;
	}
}

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

	.site-footer .lchtdcr-footer-info-block-column {
		margin-bottom: 15px;
		margin-left: 0;
	}
}

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

	.site-footer .lchtdcr-footer-info-block-column {
		flex-wrap: wrap;
		max-width: 48%;
		margin-bottom: 15px;
	}
}

.site-footer .lchtdcr-footer-info-block-column .image-wrapper {
	border-radius: 6px;
	margin-right: 24px;
}

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

	.site-footer .lchtdcr-footer-info-block-column .image-wrapper {
		margin-right: 14px;
	}
}

.site-footer .lchtdcr-footer-info-block-column-image {
	display: block;
	height: 40px;
	max-width: 40px;
	width: 40px;
}

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

	.site-footer .lchtdcr-footer-info-block-column-image {
		height: 32px;
		margin-bottom: 12px;
		max-height: 32px;
		width: 32px;
	}
}

.site-footer .lchtdcr-footer-info-block-column.column-third {
	max-width: 272px;
}

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

	.site-footer .lchtdcr-footer-info-block-column.column-third {
		max-width: 48%;
	}
}

.site-footer .lchtdcr-footer-info-block-column.column-third .image-wrapper .lchtdcr-footer-info-block-column-image {
	display: block;
	height: 48px;
	max-width: 48px;
	width: 48px;
}

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

	.site-footer .lchtdcr-footer-info-block-column.column-third .image-wrapper .lchtdcr-footer-info-block-column-image {
		height: 32px;
		max-height: 32px;
		width: 32px;
	}
}

.site-footer .lchtdcr-footer-info-block-column-text {
	color: #1b2333;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	width: 200px;
	text-align: left;
}

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

	.site-footer .lchtdcr-footer-info-block-column-text {
		font-weight: 500;
		font-size: 12px;
		line-height: 14px;
		width: 100%;
	}
}

.site-footer .lchtdcr-footer-info-block-column-text p {
	margin: 0;
}

.site-footer .lchtdcr-footer-widget-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 80px 0 30px;
	width: 100%;
}

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

	.site-footer .lchtdcr-footer-widget-area {
		padding: 80px 20px 25px;
	}
}

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

	.site-footer .lchtdcr-footer-widget-area {
		display: block;
		margin-top: 0;
		padding: 80px 20px 20px;
	}
}

.site-footer .lchtdcr-footer-widget-area-wrapper {
	background: #06283d;
	width: 100%;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget {
	margin-bottom: 50px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget#custom_html-7,
.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget#custom_html-8 {
	margin-bottom: 20px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget#custom_html-9 {
	margin-bottom: 0;
}

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

	.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget > div:last-child {
		display: none;
	}
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .widget-title {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 24px;

	/*text-transform: uppercase;*/
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget#custom_html-8 .widget-title,
.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget#custom_html-9 .widget-title {
	margin-bottom: 10px;
}

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

	.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .widget-title {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 8px;
		padding: 0 0 8px;
		position: relative;
	}

	.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .widget-title::after {
		background-image: url("images/accordion_close_icon.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		content: "";
		height: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
	}
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget.widget_media_image img {
	max-width: 142px !important;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget.widget_nav_menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget.widget_nav_menu .menu li {
	margin-bottom: 15px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget.widget_nav_menu .menu li a {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-payship-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	max-width: 273px;
	padding: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-payship-icons li {
	margin-left: 21px;
	margin-bottom: 6px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-payship-icons li:first-child,
.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-payship-icons li:nth-child(4n) {
	margin-left: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li {
	margin-left: 12px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li:first-child {
	margin-left: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li .lchtdcr-social-icons-item {
	background: #fff;
	border-radius: 4px;
	display: block;
	height: 48px;
	position: relative;
	width: 48px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li .lchtdcr-social-icons-item::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 24px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 24px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li .lchtdcr-social-icons-item.facebook-icon::before {
	background-image: url("images/footer/social/facebook.svg");
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-social-icons li .lchtdcr-social-icons-item.youtube-icon::before {
	background-image: url("images/footer/social/youtube.svg");
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li {
	margin-bottom: 4px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding-left: 24px;
	position: relative;
	text-decoration: none;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item.phone-link {
	text-transform: uppercase;
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item.phone-link::before {
	background-image: url("images/footer/social/phone.svg");
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item.email-link::before {
	background-image: url("images/footer/social/email.svg");
}

.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget .lchtdcr-contact-icons li .lchtdcr-contact-icons-item.time-link::before {
	background-image: url("images/footer/social/clock.svg");
}

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

	.site-footer .lchtdcr-footer-widget-area .lchtdcr-footer-column .widget {
		margin: 0;
	}
}

.site-footer .site-info {
	margin: 0 auto;
	max-width: 1200px;
	padding: 24px 15px 26px;
	width: 100%;
}

.site-footer .site-info-wrapper {
	background: #06283d;
	width: 100%;
}

.site-footer .site-info p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	width: 100%;
	text-align: center;
}

main.site-main {

	/*margin: 0 auto;
    max-width: 1110px;
    padding: 0 15px;*/
	padding-top: 205px;
	width: 100%;
}

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

	main.site-main {
		padding-top: 265px;
	}
}

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

	main.site-main {
		padding-top: 166px;
		position: relative;
	}
}

body {
	opacity: 0;
}

body.page main.site-main .page {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

body.page main.site-main .page .entry-header {
	padding: 29px 0;
	margin-bottom: 10px;
}

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

	body.page main.site-main .page .entry-header {
		padding: 0;
		margin: 0;
	}
}

body.page main.site-main .page .entry-header .entry-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 0.01em;
}

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

	body.page main.site-main .page .entry-header .entry-title {
		font-size: 28px;
		line-height: 34px;
		margin: 30px 0;
	}
}

body.woocommerce-cart main.site-main .page,
body.woocommerce-checkout main.site-main .page {
	max-width: 1200px;
}

.entry-content h4 {
	color: #06283d;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}

.entry-content ul {
	margin-left: 0;
}

.entry-content ul li {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.entry-content strong {
	color: #525e75;
	font-weight: 700;
}

.entry-content p {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.entry-content a {
	color: #007fc3;
	text-decoration: underline;
}

.zuruck-button {
	background: #204790;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	margin: 50px 0;
	padding: 16.5px 24px 16.5px 54px;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
}

.zuruck-button::before {
	background-image: url("images/back_link_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	left: 24px;
	position: absolute;
	top: 15px;
	width: 20px;
}

@media print {

	.noprint {
		display: none !important;
	}

	#primary.site-main {
		padding: 0 !important;
	}

	#primary.site-main .entry-header {
		margin: 0 !important;
		padding: 0 !important;
	}

	.lichtdekor-woocommerce-my-account-wrapper {
		display: block;
	}

	.lichtdekor-woocommerce-my-account-wrapper .woocommerce-MyAccount-content {
		max-width: 100%;
	}
}

.lchtdcr-empty-search-block {
	align-items: center;
	display: flex;
	justify-content: center;
}

.lchtdcr-empty-search-block-wrapper {
	margin: 80px auto 228px;
}

.lchtdcr-empty-search-block-content-label {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 16px;
	text-align: left;
	letter-spacing: 0.01em;
}

.lchtdcr-empty-search-block-content-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	letter-spacing: 0.01em;
}

.lchtdcr-empty-search-block-icon {
	width: 100%;
}

.lchtdcr-empty-search-block-icon-wrapper {
	max-height: 64px;
	max-width: 96px;
	width: 100%;
}

.search.search-no-results .site-main .woocommerce-breadcrumb,
.search.search-no-results .site-main aside.widget-area {
	display: none !important;
}

.search.search-no-results .site-main .lchtdcr-products-block-wrapper {
	border: none !important;
	max-width: 100% !important;
}

.search.search-no-results .site-main .lchtdcr-products-block-wrapper .woocommerce-products-header {
	display: none !important;
}

.search.search-results .site-main .lchtdcr-products-block-wrapper .woocommerce-products-header .woocommerce-products-header__title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	text-align: center;
}

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

	.search.search-results .site-main .lchtdcr-products-block-wrapper .woocommerce-products-header .woocommerce-products-header__title {
		font-size: 28px;
		line-height: 34px;
	}
}

.error404 .error-404.not-found {
	margin: 100px auto;
	max-width: 394px;
	width: 100%;
}

.error404 .error-404.not-found .page-content {
	text-align: center;
}

.error404 .error-404.not-found .page-content .image-wrapper {
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
}

.error404 .error-404.not-found .page-content .image-wrapper img {
	display: block;
	height: auto;
	width: 100%;
}

.error404 .error-404.not-found .page-content .page-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin: 20px 0 10px;
	text-align: center;
}

.error404 .error-404.not-found .page-content .page-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 50px;
	text-align: center;
	letter-spacing: 0.01em;
}

.error404 .error-404.not-found .page-content .back-link {
	background: #3b5ca0;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin: 0 auto;
	padding: 19.5px 24px 19.5px 58px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.error404 .error-404.not-found .page-content .back-link::before {
	background-image: url("images/back_link_icon.svg");
	content: "";
	height: 24px;
	left: 24px;
	position: absolute;
	top: 16px;
	width: 24px;
}

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

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

.main-navigation > div {
	position: relative !important;
	margin: 0 auto;
	max-width: 1044px;
	width: 100%;
}

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

.main-navigation ul li {
	position: static !important;
}

.main-navigation ul li.lchtdkr-authorization-menu-item-mobile {
	display: none;
}

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

	.main-navigation ul li.lchtdkr-authorization-menu-item-mobile.lchtdkr-my-account-item-mobile {
		border-top: 2px solid #525e75;
	}
}

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

	.main-navigation ul li.lchtdkr-authorization-menu-item-mobile {
		display: block;
	}
}

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

	.main-navigation ul li.menu-item-has-children {
		position: relative !important;
	}
}

.main-navigation ul li.menu-item-has-children a {
	padding-right: 24px !important;
	position: relative;
}

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

	.main-navigation ul li.menu-item-has-children a {

		/*background: #F4F6F8;
						color: #4F6D8F;*/
	}
}

.main-navigation ul li.menu-item-has-children a::after {
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 20px;
}

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

	.main-navigation ul li.menu-item-has-children a::after {
		display: none;
		right: 16px;
		top: 16px;
	}
}

.main-navigation ul li.menu-item-has-children > .lchtdkr-open-icon {
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: none;
	height: 20px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 20px;
}

.main-navigation ul li.menu-item-has-children > .lchtdkr-open-icon.open {
	background-image: url("images/arrow-drop-down-hover.svg");
}

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

	.main-navigation ul li.menu-item-has-children > .lchtdkr-open-icon {
		display: block;
		right: 36px;
		top: 16px;
	}
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 16px 40px rgba(6, 40, 61, 0.1);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

	/*float: left;*/
	position: absolute;
	top: 100%;
	left: -999em;
	min-width: 1044px;
	max-width: 1044px;
	padding: 40px 30px;
	width: 100%;
	z-index: 99999;
}

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

	.main-navigation ul ul {
		min-width: unset;
		max-width: 740px;
	}
}

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

	.main-navigation ul ul {
		box-shadow: none;
		display: none;
		min-width: unset;
		max-width: unset;
		padding: 0;
		position: static;
	}
}

.main-navigation ul ul li {

	/*flex-grow: 1;*/
	float: none;
	margin: 0 !important;

	/*padding: 20px;*/
	position: relative !important;
	width: 33%;
}

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

	.main-navigation ul ul li {
		padding: 0;
		width: 100%;
	}
}

.main-navigation ul ul li a {
	padding: 20px !important;
}

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

	.main-navigation ul ul li a {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		padding: 12px 25px;
	}
}

.main-navigation ul ul li a::after {
	display: none;
}

.main-navigation ul ul li:hover a {
	background: #f4f6f8;
	border-radius: 10px;
	padding-left: 40px !important;
	padding-right: 60px !important;
	position: relative;
	width: fit-content;
}

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

	.main-navigation ul ul li:hover a {
		background: #fff;
		border-radius: 0;
		padding: 12px 25px !important;
		width: 100%;
	}
}

.main-navigation ul ul li:hover a::before {
	content: "";
	background: #3b5ca0;
	border-radius: 10px;
	height: 10px;
	position: absolute;
	top: 23px;
	left: 20px;
	width: 10px;
}

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

	.main-navigation ul ul li:hover a::before {
		display: none;
	}
}

.main-navigation ul ul li:hover a::after {
	background-image: url("images/nav_item_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	display: block !important;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 20px;
}

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

	.main-navigation ul ul li:hover a::after {
		display: none !important;
	}
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {

	/*display: block;*/
	left: 0;
}

.main-navigation ul ul a {

	/*width: 200px;*/
}

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 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;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */
.lchtdcr-top-slider {
	padding: 0 0 45px;
}

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

	.lchtdcr-top-slider {
		padding: 0 0 25px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide {

	/*align-items: center;
      display: flex;
      justify-content: space-between;*/

	/*padding: 88px 107px 84px 143px;*/

	/*width: 80% !important;*/
	margin: 0 7px;
	position: relative;
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-text-wrapper {
	left: 0;
	position: absolute;
	right: 0;
	top: 100px;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	text-align: center;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-text-wrapper {
		max-width: 335px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-image {
	display: block;

	/*&-wrapper {
          max-width: 271px;
          width: 100%;
        }*/
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-title {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 24px;
	text-align: center;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-title {
		font-size: 32px;
		line-height: 40px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-description {
	color: rgba(255, 255, 255, 0.8);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 39px;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-description {
		font-size: 16px;
		line-height: 20px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-cta {
	background: #ffd600;
	border-radius: 6px;
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 18px 40px 18px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-cta {
		font-size: 13px;
		line-height: 16px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-cta::before {
	background-image: url("images/top_slider_cta_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 20px;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .lchtdcr-singe-slide-cta::before {
		top: 14px;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	border-radius: 6px;
	height: 50px;
	width: 50px;
	z-index: 99;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .slick-arrow {
		display: none !important;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-prev {
	background-image: url("images/slider/arrow_prev.svg");
	left: 17vw;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-prev {
		left: 2.5vw;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-prev:hover {
	background-image: url("images/slider/arrow_prev_active.svg");
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-next {
	background-image: url("images/slider/arrow_next.svg");
	right: 17vw;
}

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

	.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-next {
		right: 2.5vw;
	}
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow.slick-next:hover {
	background-image: url("images/slider/arrow_next_active.svg");
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow::before {
	display: none;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-arrow:hover {
	background-color: #06283d;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots {
	bottom: 41px;
	right: 23.3%;
	width: auto;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li {
	height: 15px;
	margin: 0 1px;
	width: 15px;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li:first-child {
	margin-left: 0;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li:last-child {
	margin-right: 0;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li.slick-active button::before {
	color: #fff;
	opacity: 1;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li button {
	height: 15px;
	width: 15px;
}

.lchtdcr-top-slider .lchtdcr-slides .slick-dots li button::before {
	color: #96a7bc;
	font-size: 5px;
	line-height: 15px;
	height: 15px;
	opacity: 1;
	width: 15px;
}

.lchtdcr-popular-cat {
	padding: 50px 0;
}

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

	.lchtdcr-popular-cat {
		padding: 50px 20px;
	}
}

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

	.lchtdcr-popular-cat {
		padding: 25px 20px 6px;
	}
}

.lchtdcr-popular-cat-wrapper {

	/*margin: 0 -15px;*/
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.lchtdcr-popular-cat-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	margin: 0 0 20px;
	text-align: center;
	letter-spacing: 0.01em;
}

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

	.lchtdcr-popular-cat-title {
		font-size: 28px;
		line-height: 34px;
	}
}

.lchtdcr-popular-cat-description {
	color: #525e75;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	margin: 0 auto 40px;
	max-width: 700px;
	width: 100%;
	text-align: center;
}

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

	.lchtdcr-popular-cat-description {
		display: none;
	}
}

.lchtdcr-popular-cat-items-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4px;
	width: 100%;
}

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

	.lchtdcr-popular-cat-items-wrapper {
		margin-bottom: 0;
	}
}

.lchtdcr-popular-cat-single-item {
	text-align: left;
}

.lchtdcr-popular-cat-single-item-wrapper {
	background-color: #e2e5eb;
	margin-left: 24px;
	margin-bottom: 24px;
	max-width: 588px;
	min-height: 342px;

	/*padding: 62px 32px 32px;*/
	position: relative;
	width: 100%;

	/*&:first-child,
      &:last-child {
        .lchtdcr-popular-cat-single-item-link {
          color: #000000;
        }
        .lchtdcr-popular-cat-single-item-text {
          color: #000000;
        }
      }*/
}

.lchtdcr-popular-cat-single-item-wrapper:first-child,
.lchtdcr-popular-cat-single-item-wrapper:nth-child(2n+1) {
	margin-left: 0;
}

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

	.lchtdcr-popular-cat-single-item-wrapper {
		margin-left: 0;
		max-width: 46.8%;
		min-height: unset;
	}
}

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

	.lchtdcr-popular-cat-single-item-wrapper {
		margin-left: 0;
		max-width: 46.8%;
		min-height: 124px;
	}
}

.lchtdcr-popular-cat-single-item-image {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.lchtdcr-popular-cat-single-item-image-wrapper {
	width: 100%;
	text-align: center;
}

.lchtdcr-popular-cat-single-item-link {
	color: #fff;
	outline: none;
	text-decoration: none;
}

.lchtdcr-popular-cat-single-item-link-wrapper {
	background: linear-gradient(90.08deg, rgba(6, 40, 61, 0.4) 0.57%, rgba(6, 40, 61, 0.4) 99.93%);
	padding: 28px 30px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;

	/*background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
         Note: backdrop-filter has minimal browser support
        border-radius: 16px 16px 0px 0px;*/
}

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

	.lchtdcr-popular-cat-single-item-link-wrapper {
		background: linear-gradient(265.94deg, rgba(6, 40, 61, 0) 0.03%, rgba(6, 40, 61, 0.4) 93.41%);
		padding: 12px 12px 10px;
	}
}

.lchtdcr-popular-cat-single-item-text {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-align: left;
}

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

	.lchtdcr-popular-cat-single-item-text {
		font-size: 16px;
		line-height: 18px;
	}
}

.lchtdcr-rooms-block {
	margin: 50px auto;
	max-width: 1224px;
	width: 100%;
}

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

	.lchtdcr-rooms-block {
		margin: 30px auto;
	}
}

.lchtdcr-rooms-block-wrapper {
	width: 100%;
}

.lchtdcr-rooms-block-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	margin: 0 0 50px;
	text-align: center;
}

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

	.lchtdcr-rooms-block-title {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 30px;
	}
}

.lchtdcr-rooms-block-items-wrapper {
	padding-bottom: 110px;
	position: relative;
}

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

	.lchtdcr-rooms-block-items-wrapper {
		padding-bottom: 80px;
	}
}

.lchtdcr-rooms-block-items-wrapper.slick-dotted.slick-slider {
	margin: 0;
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow {
	align-items: center;
	background-color: rgba(82, 94, 117, 0.1);

	/*background-color: #06283D;*/
	border-radius: 6px;
	display: flex;
	justify-content: center;
	height: 50px;
	bottom: -24px;
	left: unset;
	top: unset;
	position: absolute;
	width: 50px;
	z-index: 99;
}

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

	.lchtdcr-rooms-block-items-wrapper .slick-arrow {
		height: 38px;
		width: 38px;
	}
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	width: 20px;
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow:hover {
	background-color: #06283d;
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-prev {
	right: 72px;
}

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

	.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-prev {
		right: 60px;
	}
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-prev::before {
	background-image: url("images/slider/arrow_prev.svg");
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-prev:hover::before {
	background-image: url("images/slider/arrow_prev_active.svg");
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-next {
	right: 12px;
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-next::before {
	background-image: url("images/slider/arrow_next.svg");
}

.lchtdcr-rooms-block-items-wrapper .slick-arrow.slick-next:hover::before {
	background-image: url("images/slider/arrow_next_active.svg");
}

.lchtdcr-rooms-block-items-wrapper .slick-dots {
	bottom: 20px;
	left: 12px;
	text-align: left;
}

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

	.lchtdcr-rooms-block-items-wrapper .slick-dots {

		/*display: none !important;*/
	}
}

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

	.lchtdcr-rooms-block-items-wrapper .slick-dots {
		bottom: 6px;
	}
}

.lchtdcr-rooms-block-items-wrapper .slick-dots li {
	margin: 0;
	height: 2px;
	width: 125px;
}

.lchtdcr-rooms-block-items-wrapper .slick-dots li button {
	height: 100%;
	padding: 0;
	width: 100%;
}

.lchtdcr-rooms-block-items-wrapper .slick-dots li button::before {
	background-color: rgba(82, 94, 117, 0.2);
	font-size: 0;
	height: 100%;
	opacity: 1;
	width: 100%;
}

.lchtdcr-rooms-block-items-wrapper .slick-dots li.slick-active {
	height: 6px;
}

.lchtdcr-rooms-block-items-wrapper .slick-dots li.slick-active button::before {
	background-color: #06283d;
	border-radius: 3px;
	opacity: 1;
}

.lchtdcr-rooms-block-single-item-wrapper {
	margin: 0 12px;
	max-width: 282px;
	width: 100%;
}

.lchtdcr-rooms-block-single-item-image {
	display: block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lchtdcr-rooms-block-single-item-image:hover {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.lchtdcr-rooms-block-single-item-image-wrapper {
	border-radius: 6px;
	margin-bottom: 14px;
	overflow: hidden;
	width: 100%;
}

.lchtdcr-rooms-block-single-item-link {
	color: #06283d;
	overflow: hidden;
	text-decoration: none;
}

.lchtdcr-rooms-block-single-item-text {
	color: #06283d;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.lchtdcr-top-seller {
	margin: 0 auto;
	max-width: 1200px;
	padding: 50px 0;
	width: 100%;
}

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

	.lchtdcr-top-seller {
		padding: 30px 20px;
	}
}

.lchtdcr-top-seller-wrapper {
	width: 100%;
}

.lchtdcr-top-seller-wrapper.landing-service-top-seller .lchtdcr-top-seller {
	padding-top: 0;
	padding-bottom: 0;
}

.lchtdcr-top-seller-wrapper.landing-service-top-seller .lchtdcr-top-seller-products-wrapper {
	padding-top: 0;
}

.lchtdcr-top-seller-block-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	margin: 0;
	text-align: center;
}

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

	.lchtdcr-top-seller-block-title {
		font-size: 28px;
		line-height: 34px;
	}
}

.lchtdcr-top-seller-products-wrapper {

	/*display: flex;
    justify-content: space-between;*/
	padding-top: 50px;
}

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

	.lchtdcr-top-seller-products-wrapper {
		display: block;
		padding-bottom: 110px;
		padding-top: 30px;
		position: relative;
	}

	.lchtdcr-top-seller-products-wrapper.slick-dotted.slick-slider {
		margin: 0;
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow {
		align-items: center;
		background-color: rgba(82, 94, 117, 0.1);

		/*background-color: #06283D;*/
		border-radius: 6px;
		display: flex;
		justify-content: center;
		height: 50px;
		bottom: -24px;
		left: unset;
		top: unset;
		position: absolute;
		width: 50px;
		z-index: 99;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-arrow {
		height: 38px;
		width: 38px;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-arrow::before {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		content: "";
		height: 20px;
		position: absolute;
		width: 20px;
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow:hover {
		background-color: #06283d;
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-prev {
		right: 72px;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-prev {
		right: 60px;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-prev::before {
		background-image: url("images/slider/arrow_prev.svg");
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-prev:hover::before {
		background-image: url("images/slider/arrow_prev_active.svg");
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-next {
		right: 12px;
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-next::before {
		background-image: url("images/slider/arrow_next.svg");
	}

	.lchtdcr-top-seller-products-wrapper .slick-arrow.slick-next:hover::before {
		background-image: url("images/slider/arrow_next_active.svg");
	}

	.lchtdcr-top-seller-products-wrapper .slick-dots {
		bottom: 20px;
		left: 12px;
		text-align: left;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-dots {

		/*display: none !important;*/
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-dots {
		bottom: 6px;
	}
}

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

	.lchtdcr-top-seller-products-wrapper .slick-dots li {
		margin: 0;
		height: 2px;
		width: 125px;
	}

	.lchtdcr-top-seller-products-wrapper .slick-dots li button {
		height: 100%;
		padding: 0;
		width: 100%;
	}

	.lchtdcr-top-seller-products-wrapper .slick-dots li button::before {
		background-color: rgba(82, 94, 117, 0.2);
		font-size: 0;
		height: 100%;
		opacity: 1;
		width: 100%;
	}

	.lchtdcr-top-seller-products-wrapper .slick-dots li.slick-active {
		height: 6px;
	}

	.lchtdcr-top-seller-products-wrapper .slick-dots li.slick-active button::before {
		background-color: #06283d;
		border-radius: 3px;
		opacity: 1;
	}
}

.lchtdcr-top-seller-single-product-wrapper {
	max-width: 282px;
	margin: 0 12px 28px;
	width: 100%;

	/*@media screen and ( max-width: 1024px ) {
        margin: 0 12px 28px;
      }*/
}

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

	.lchtdcr-top-seller-single-product-wrapper {
		max-width: unset;
		width: unset;
	}
}

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

	.lchtdcr-top-seller-single-product-wrapper {
		margin-bottom: 0;

		/*max-width: 175px;*/
		padding: 0 7.5px;
	}
}

.lchtdcr-top-seller-single-product-image {
	display: block;
}

.lchtdcr-top-seller-single-product-image-wrapper {
	border-radius: 6px;

	/*max-height: 282px;
        min-height: 282px;*/
	overflow: hidden;
}

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

	.lchtdcr-top-seller-single-product-image-wrapper {

		/*max-height: 160px;
          min-height: 160px;*/
	}
}

.lchtdcr-top-seller-single-product-image-wrapper a {
	display: inline-block;
	position: relative;
}

.lchtdcr-top-seller-single-product-image-wrapper a .lchtdcr-custom-badge {
	border-radius: 6px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 14px;
	padding: 2px 10px;
	left: 20px;
	position: absolute;
	top: 20px;
}

.lchtdcr-top-seller-single-product-image-wrapper a .lchtdcr-custom-badge-label {
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

.lchtdcr-top-seller-single-product-info-meta-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

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

	.lchtdcr-top-seller-single-product-info-meta-wrapper {
		flex-wrap: wrap;
	}
}

.lchtdcr-top-seller-single-product-info-title {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 14px 0;
	min-height: 42px;
	outline: none;
	text-decoration: none;
}

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

	.lchtdcr-top-seller-single-product-info-title {
		font-weight: 500;
		line-height: 18px;
		min-height: 90px;
	}
}

.lchtdcr-top-seller-single-product-info-price-block {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

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

	.lchtdcr-top-seller-single-product-info-price-block {
		justify-content: flex-end;
	}
}

.lchtdcr-top-seller-single-product-info-rating {

	/*align-items: center;
        display: flex;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0;*/
	color: #525e75;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding-left: 28px;
	position: relative;
}

.lchtdcr-top-seller-single-product-info-rating::before {
	background-image: url("images/product/star-rating-icon.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 18px;
	margin: 0;
	left: 7px;
	position: absolute;
	top: -2px;
	width: 18px;
}

.lchtdcr-top-seller-single-product-info-rating-wrapper {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

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

	.lchtdcr-top-seller-single-product-info-rating-wrapper {
		min-height: 25.88px;
		order: 2;
		width: 100%;
	}
}

.lchtdcr-top-seller-single-product-info-rating-item {
	background-image: url("images/product/star-rating-icon.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
	margin: 0;
	width: 14px;
}

.lchtdcr-top-seller-single-product-info-review-count {
	color: #525e75;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding-left: 28px;
	position: relative;
}

.lchtdcr-top-seller-single-product-info-review-count::before {
	background-image: url("images/product/review-count-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 18px;
	left: 7px;
	position: absolute;
	top: -2px;
	width: 18px;
}

.lchtdcr-top-seller-single-product-info-price {
	align-items: flex-end;
	color: #06283d;
	display: flex;
	flex-wrap: wrap;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	min-height: 47px;
	position: relative;
}

.lchtdcr-top-seller-single-product-info-price-discount {
	background: #ff5959;
	border-radius: 6px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	padding: 2px 6px;

	/*left: 65px;*/
	position: absolute;
	right: 30px;
	top: -3px;
}

.lchtdcr-top-seller-single-product-info-price del {
	color: rgba(82, 94, 117, 0.7);
	display: block;
	width: 100%;
}

.lchtdcr-top-seller-single-product-info-price del .woocommerce-Price-amount.amount bdi {
	color: rgba(82, 94, 117, 0.7);
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
	text-align: left;
	text-decoration-line: line-through;
}

.lchtdcr-top-seller-single-product-info-price ins {
	display: block;
	width: 100%;
	background: none;
}

.lchtdcr-top-seller-single-product-info-price ins .woocommerce-Price-amount.amount bdi {
	color: #06283d;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
}

.lchtdcr-top-seller-single-product-info-price .woocommerce-Price-amount.amount {
	display: block;
	width: 100%;
}

.lchtdcr-top-seller-single-product-info-price .woocommerce-Price-amount.amount bdi {
	color: #06283d;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
}

.lchtdcr-top-seller-single-product-info-price .lchtdcr-single-product-price-info-row-wrapper {
	display: none;
}

.lchtdcr-top-seller-single-product-info-price small.woocommerce-price-suffix {
	display: none;
}

.lchtdcr-top-seller-single-product-info-add-to-cart {
	background: #204790;
	border-radius: 6px;
	color: #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.lchtdcr-top-seller-single-product-info-add-to-cart {
		display: none;
	}
}

.lchtdcr-top-seller-single-product-info-stock-status {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	padding-left: 18px;
	position: relative;
}

.lchtdcr-top-seller-single-product-info-stock-status::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 10px;
}

.lchtdcr-top-seller-single-product-info-stock-status-wrapper {
	text-align: right;
}

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

	.lchtdcr-top-seller-single-product-info-stock-status-wrapper {
		margin-bottom: 8px;
		order: 1;
		width: 100%;
	}
}

.lchtdcr-top-seller-single-product-info-stock-status.product-in-stock {
	color: #525e75;
}

.lchtdcr-top-seller-single-product-info-stock-status.product-in-stock::before {
	background-image: url("images/product/in_stock_icon.svg");
}

.lchtdcr-top-seller-single-product-info-stock-status.product-outof-stock {
	color: #525e75;

	/*color: rgba(82, 94, 117, .6);*/
	opacity: 0.6;
}

.lchtdcr-top-seller-single-product-info-stock-status.product-outof-stock::before {
	background-image: url("images/product/out_of_stock_icon.svg");
}

.lchtdcr-top-seller-single-product-info-lieferzeit {
	color: #525e75;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	padding-left: 20px;
	position: relative;
	text-align: right;
}

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

	.lchtdcr-top-seller-single-product-info-lieferzeit {
		min-height: 24px;
		width: 100%;
		text-align: left;
	}

	.lchtdcr-top-seller-single-product-info-lieferzeit br {
		display: none;
	}
}

.lchtdcr-top-seller-single-product-info-lieferzeit::before {
	background-image: url("images/product/track_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 14px;
	right: 50px;
	position: absolute;
	top: 0;
	width: 14px;
}

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

	.lchtdcr-top-seller-single-product-info-lieferzeit::before {
		left: 0;
		right: unset;
	}
}

.lchtdcr-top-seller-single-product.product-type-variable .lchtdcr-top-seller-single-product-info .lchtdcr-top-seller-single-product-info-price-block .lchtdcr-top-seller-single-product-info-price {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	text-align: left;
}

.lchtdcr-top-seller-single-product.product-type-variable .lchtdcr-top-seller-single-product-info .lchtdcr-top-seller-single-product-info-price-block .lchtdcr-top-seller-single-product-info-price > .amount {
	display: none !important;
}

.lchtdcr-top-seller-single-product.product-type-variable .lchtdcr-top-seller-single-product-info .lchtdcr-top-seller-single-product-info-price-block .lchtdcr-top-seller-single-product-info-price > .amount:first-child {
	display: inline-block !important;
}

.lchtdcr-top-seller-single-product.product-type-variable .lchtdcr-top-seller-single-product-info .lchtdcr-top-seller-single-product-info-price-block .lchtdcr-top-seller-single-product-info-price > .amount:first-child bdi {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.lchtdcr-top-seller-single-product.product-type-variable .lchtdcr-top-seller-single-product-info .lchtdcr-top-seller-single-product-info-price-block .lchtdcr-top-seller-single-product-info-price > .amount:first-child bdi::before {
	content: "ab";
	color: #06283d;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	left: 0;
	position: absolute;
	top: 0;
}

.lchtdcr-top-seller-category-link {
	color: #007fc3;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding-right: 22px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.lchtdcr-top-seller-category-link::after {
	background-image: url("images/arrow-drop-down-line-blue.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 20px;
}

.lchtdcr-top-seller-category-link-wrapper {
	padding: 60px 0;
	text-align: center;
}

.lchtdcr-rec-posts {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-rec-posts {
		padding: 0 20px;
	}
}

.lchtdcr-rec-posts-wrapper {
	width: 100%;
}

.lchtdcr-rec-posts-items-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

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

	.lchtdcr-rec-posts-items-wrapper {
		display: block;
		padding: 30px 0;
	}
}

.lchtdcr-rec-posts-single-item {
	background: #fbfbfe;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	margin-bottom: 28px;
	max-width: 385px;
	overflow: hidden;
	width: 100%;
}

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

	.lchtdcr-rec-posts-single-item {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.lchtdcr-rec-posts-single-item:last-child {
		margin-bottom: 0;
	}
}

.lchtdcr-rec-posts-single-item-image {
	display: block;
}

.lchtdcr-rec-posts-single-item-image-wrapper {
	width: 100%;
}

.lchtdcr-rec-posts-single-item-text-wrapper {
	padding: 30px;
}

.lchtdcr-rec-posts-single-item-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.lchtdcr-rec-posts-single-item-short-text {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
}

.lchtdcr-rec-posts-single-item-link {
	color: #3b5ca0;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	outline: none;
	text-decoration: none;
}

.lchtdcr-bottom-block {
	margin: 0 auto 28px;
	max-width: 1200px;
	padding: 50px 0;
	width: 100%;
}

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

	.lchtdcr-bottom-block {
		padding: 50px 20px;
	}
}

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

	.lchtdcr-bottom-block {
		margin: 0 auto;
		padding: 30px 20px;
	}
}

.lchtdcr-bottom-block-half-part {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

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

	.lchtdcr-bottom-block-half-part {
		display: block;
		margin-bottom: 40px;
	}
}

.lchtdcr-bottom-block-half-part-left-side {
	max-width: 540px;
}

.lchtdcr-bottom-block-half-part-left-side-title {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}

.lchtdcr-bottom-block-half-part-left-side-text {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

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

	.lchtdcr-bottom-block-half-part-left-side-text,
	.lchtdcr-bottom-block-half-part-left-side p {
		margin: 0;
	}
}

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

	.lchtdcr-bottom-block-half-part-left-side {
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
}

.lchtdcr-bottom-block-half-part-right-side-image {
	display: block;
}

.lchtdcr-bottom-block-half-part-right-side-image-wrapper {
	max-width: 600px;
	width: 100%;
}

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

	.lchtdcr-bottom-block-half-part-right-side-image-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}

.lchtdcr-bottom-block-fullwidth-part-title {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 24px;
}

.lchtdcr-bottom-block-fullwidth-part-text {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.lchtdcr-bottom-block-fullwidth-part-text p {
	margin: 0;
}

.lchtdcr-hero-banner {
	bottom: 0;
	left: 0;
	right: 0;
	top: 162px;
	margin: auto;
	max-width: 600px;
	position: absolute;
	width: 100%;
	text-align: center;
}

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

	.lchtdcr-hero-banner {
		padding: 0 20px;
		top: 40px;
	}
}

.lchtdcr-hero-banner-wrapper {
	margin-bottom: 100px;
	width: 100%;
}

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

	.lchtdcr-hero-banner-wrapper {
		margin-bottom: 60px;
		padding: 0 20px;
	}
}

.lchtdcr-hero-banner-image-block-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.lchtdcr-hero-banner-bg-image {
	display: block;
	width: 100%;
}

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

	.lchtdcr-hero-banner-bg-image {
		height: 310px;
		object-fit: cover;
	}
}

.lchtdcr-hero-banner-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 40px;
	text-align: center;
}

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

	.lchtdcr-hero-banner-title {
		font-size: 34px;
		line-height: 41px;
		margin: 0 0 30px;
	}
}

.lchtdcr-hero-banner-description {
	color: rgba(255, 255, 255, 0.8);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
	text-align: center;

	/*&-text {
      margin: 0 0 24px;
    }*/
}

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

	.lchtdcr-hero-banner-description {
		font-size: 18px;
		line-height: 24px;
	}

	.lchtdcr-hero-banner-description p {
		margin: 0;
	}
}

.lchtdcr-hero-banner-button {
	background: #ffd600;
	border-radius: 6px;
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 18px 42px 18px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.lchtdcr-hero-banner-button {
		font-size: 13px;
		line-height: 16px;
		padding: 12px 36px 12px 16px;
	}
}

.lchtdcr-hero-banner-button::after {
	background-image: url("images/top_slider_cta_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 20px;
}

.lchtdcr-homely-atmosphere {
	margin: 0 auto 100px;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-homely-atmosphere {
		margin: 0 auto 60px;
		padding: 0 20px;
	}
}

.lchtdcr-homely-atmosphere-wrapper {
	width: 100%;
}

.lchtdcr-homely-atmosphere-block-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin: 0 auto 60px;
	max-width: 830px;
	text-align: center;
}

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

	.lchtdcr-homely-atmosphere-block-title {
		font-size: 23px;
		line-height: 28px;
		letter-spacing: 0.01em;
		margin: 0 auto 30px;
	}
}

.lchtdcr-homely-atmosphere-columns-wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

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

	.lchtdcr-homely-atmosphere-columns-wrapper {
		margin-bottom: 30px;
	}
}

.lchtdcr-homely-atmosphere-column {
	max-width: 384px;
	width: 100%;
}

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

	.lchtdcr-homely-atmosphere-column {
		margin-left: 10px;
	}

	.lchtdcr-homely-atmosphere-column:first-child {
		margin-left: 0;
	}
}

.lchtdcr-homely-atmosphere-column-image {
	display: block;
}

.lchtdcr-homely-atmosphere-column-title {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 24px 0 0;
	padding: 0 20px;
	text-align: center;
}

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

	.lchtdcr-homely-atmosphere-column-title {
		font-size: 12px;
		line-height: 14px;
		margin: 10px 0 0;
	}
}

.lchtdcr-homely-atmosphere-column-title-wrapper {
	text-align: center;
}

.lchtdcr-homely-atmosphere-button {
	background: #ffd600;
	border-radius: 6px;
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 18px 42px 18px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.lchtdcr-homely-atmosphere-button {
		padding: 15px 42px 15px 24px;
	}
}

.lchtdcr-homely-atmosphere-button::after {
	background-image: url("images/top_slider_cta_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 20px;
}

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

	.lchtdcr-homely-atmosphere-button::after {
		top: 12px;
	}
}

.lchtdcr-homely-atmosphere-button-wrapper {
	width: 100%;
	text-align: center;
}

.lchtdcr-about-product {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-about-product {
		padding: 0 20px;
	}
}

.lchtdcr-about-product-wrapper {
	width: 100%;
}

.lchtdcr-about-product-block-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	margin: 0 0 70px;
	text-align: left;
}

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

	.lchtdcr-about-product-block-title {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 30px;
		text-align: center;
	}
}

.lchtdcr-about-product-main {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

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

	.lchtdcr-about-product-main {
		flex-wrap: wrap;
	}
}

.lchtdcr-about-product-left-side-part {
	max-width: 670px;
	width: 100%;
}

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

	.lchtdcr-about-product-left-side-part {
		margin: 0 auto;
		order: 2;
	}
}

.lchtdcr-about-product-right-side-part {
	max-width: 450px;
	width: 100%;
}

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

	.lchtdcr-about-product-right-side-part {
		margin: 0 auto;
		order: 1;
	}
}

.lchtdcr-about-product-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lchtdcr-about-product-list-item {
	margin-bottom: 50px;
	max-width: 300px;
	width: 100%;

	/*color: #414045;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 14px;*/
}

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

	.lchtdcr-about-product-list-item {
		margin-bottom: 20px;
	}
}

.lchtdcr-about-product-list-item-title {
	color: #21201e;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 24px;
}

.lchtdcr-about-product-list-item-description {
	color: rgba(33, 32, 30, 0.7);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.lchtdcr-about-product-image {
	display: block;
}

.lchtdcr-about-product-slider .slick-arrow {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	border-radius: 6px;
	height: 50px;
	width: 50px;
	z-index: 99;
}

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

	.lchtdcr-about-product-slider .slick-arrow {
		display: none !important;
	}
}

.lchtdcr-about-product-slider .slick-arrow.slick-prev {
	background-image: url("images/slider/arrow_prev.svg");
	left: 24px;
}

.lchtdcr-about-product-slider .slick-arrow.slick-prev:hover {
	background-image: url("images/slider/arrow_prev_active.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.lchtdcr-about-product-slider .slick-arrow.slick-next {
	background-image: url("images/slider/arrow_next.svg");
	right: 24px;
}

.lchtdcr-about-product-slider .slick-arrow.slick-next:hover {
	background-image: url("images/slider/arrow_next_active.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.lchtdcr-about-product-slider .slick-arrow::before {
	display: none;
}

.lchtdcr-about-product-slider .slick-arrow:hover {
	background-color: #06283d;
}

.lchtdcr-about-product-slider .slick-dots {
	bottom: 41px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
}

.lchtdcr-about-product-slider .slick-dots li {
	height: 6px;
	margin: 0 0 0 8px;
	width: 6px;
}

.lchtdcr-about-product-slider .slick-dots li:first-child {
	margin-left: 0;
}

.lchtdcr-about-product-slider .slick-dots li:last-child {
	margin-right: 0;
}

.lchtdcr-about-product-slider .slick-dots li.slick-active button::before {
	color: #ffd600;
	opacity: 1;
}

.lchtdcr-about-product-slider .slick-dots li button {
	height: 6px;
	width: 6px;
}

.lchtdcr-about-product-slider .slick-dots li button::before {
	color: #fff;
	font-size: 6px;
	line-height: 6px;
	height: 6px;
	opacity: 0.5;
	width: 6px;
}

.lchtdcr-features-block {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

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

	.lchtdcr-features-block {
		background: #eec801;
		flex-wrap: wrap;
		padding: 20px 10px;
	}
}

.lchtdcr-features-block-wrapper {

	/*background: #F8F8F8;*/
	background: #eec801;
	margin: 128px auto;
	max-width: 1200px;
	padding: 40px 80px;
	width: 100%;
}

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

	.lchtdcr-features-block-wrapper {
		background: #fff;
		margin: 60px auto;
		padding: 0 20px;
	}
}

.lchtdcr-features-block-item {
	text-align: center;
}

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

	.lchtdcr-features-block-item {
		margin: 0 0 20px;
		max-width: 148px;
		width: 100%;
	}
}

.lchtdcr-features-block-item-image {
	display: block;
}

.lchtdcr-features-block-item-image-wrapper {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	height: 80px;
	margin: 0 auto 24px;
	width: 80px;
}

.lchtdcr-features-block-item-label {
	color: #21201e;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	min-height: 44px;
	text-align: center;
}

.lchtdcr-our-clients {
	margin: 0 auto 128px;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-our-clients {
		margin: 0 auto 60px;
	}
}

.lchtdcr-our-clients-wrapper {
	width: 100%;
}

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

	.lchtdcr-our-clients-wrapper {
		padding: 0 20px;
	}
}

.lchtdcr-our-clients-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 0.01em;
	line-height: 48px;
	margin-bottom: 60px;
	text-align: center;
}

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

	.lchtdcr-our-clients-title {
		font-size: 28px;
		line-height: 34px;
	}
}

.lchtdcr-our-clients-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.lchtdcr-our-clients-item {
	margin-left: 15px;
	margin-bottom: 24px;
	max-width: 390px;
	width: 100%;
}

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

	.lchtdcr-our-clients-item {
		margin-bottom: 20px;
		margin-left: 10px;
		max-width: 162px;
	}
}

.lchtdcr-our-clients-item:first-child,
.lchtdcr-our-clients-item:nth-child(3n+1) {
	margin-left: 0;
}

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

	.lchtdcr-our-clients-item:nth-child(3n+1) {
		margin-left: 10px;
	}
}

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

	.lchtdcr-our-clients-item:first-child,
	.lchtdcr-our-clients-item:nth-child(2n+1) {
		margin-left: 0;
	}
}

.lchtdcr-our-clients-item-image {
	display: block;
}

.lchtdcr-our-clients-item-image-wrapper {
	margin-bottom: 16px;
}

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

	.lchtdcr-our-clients-item-image-wrapper {
		margin-bottom: 10px;
	}
}

.lchtdcr-our-clients-item-info {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

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

	.lchtdcr-our-clients-item-info {
		flex-wrap: wrap;
	}
}

.lchtdcr-our-clients-item-info-item {
	background: #4f6d8f;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	margin-left: 6px;
	padding: 4px 10px 4px 34px;
	position: relative;
}

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

	.lchtdcr-our-clients-item-info-item {
		margin-bottom: 4px;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}

.lchtdcr-our-clients-item-info-item::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	left: 10px;
	position: absolute;
	top: 4.5px;
	width: 20px;
}

.lchtdcr-our-clients-item-info-item:first-child {
	margin-left: 0;
}

.lchtdcr-our-clients-item-info-item.room-name-item::before {
	background-image: url("images/our_clients/oc_room_icon.svg");
}

.lchtdcr-our-clients-item-info-item.square-value-item::before {
	background-image: url("images/our_clients/oc_square_icon.svg");
}

.lchtdcr-our-clients-item-info-item.price-value-item::before {
	background-image: url("images/our_clients/oc_price_icon.svg");
}

.lchtdcr-our-clients-button {
	background: #ffd600;
	border-radius: 6px;
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 18px 42px 18px 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

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

	.lchtdcr-our-clients-button {
		padding: 14px 42px 14px 24px;
	}
}

.lchtdcr-our-clients-button::after {
	background-image: url("images/top_slider_cta_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 20px;
}

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

	.lchtdcr-our-clients-button::after {
		top: 12px;
	}
}

.lchtdcr-our-clients-button-wrapper {
	margin-top: 50px;
	text-align: center;
}

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

	.lchtdcr-our-clients-button-wrapper {
		margin-top: 10px;
	}
}

.lchtdcr-about-us {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 128px;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-about-us {
		flex-wrap: wrap;
		margin: 0 auto 60px;
	}
}

.lchtdcr-about-us-wrapper {
	width: 100%;
}

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

	.lchtdcr-about-us-wrapper {
		padding: 0 20px;
	}
}

.lchtdcr-about-us-left-side-wrapper {
	max-width: 702px;
	width: 100%;
}

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

	.lchtdcr-about-us-left-side-wrapper {
		margin: 0 auto;
		order: 2;
	}
}

.lchtdcr-about-us-right-side-wrapper {
	max-width: 450px;
	width: 100%;
}

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

	.lchtdcr-about-us-right-side-wrapper {
		margin: 0 auto 40px;
		order: 1;
	}
}

.lchtdcr-about-us-image {
	display: block;
}

.lchtdcr-about-us-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 40px;
	text-align: left;
	text-transform: capitalize;
}

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

	.lchtdcr-about-us-title {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 30px;
		text-align: center;
	}
}

.lchtdcr-about-us-description {
	color: #414045;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.lchtdcr-our-achievements {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
	max-width: 1200px;
	width: 100%;
}

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

	.lchtdcr-our-achievements {
		flex-wrap: wrap;
		margin: 0 auto 60px;
	}
}

.lchtdcr-our-achievements-wrapper {
	width: 100%;
}

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

	.lchtdcr-our-achievements-wrapper {
		padding: 0 20px;
	}
}

.lchtdcr-our-achievements-item {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	padding: 70px 0 70px 40px;
	width: 300px;
}

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

	.lchtdcr-our-achievements-item {
		background: #fff;
		flex-wrap: wrap;
		max-width: 167px;
		padding: 30px 20px;
		width: 100%;
	}
}

.lchtdcr-our-achievements-item:first-child {
	padding-left: 60px;
}

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

	.lchtdcr-our-achievements-item:first-child {
		padding-left: 20px;
	}
}

.lchtdcr-our-achievements-item:nth-child(odd) {
	background: rgba(32, 71, 144, 0.05);
}

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

	.lchtdcr-our-achievements-item:nth-child(odd) {
		background: unset;
	}
}

.lchtdcr-our-achievements-item:nth-child(even) {
	background: #fff;
}

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

	.lchtdcr-our-achievements-item:nth-child(even) {
		background: unset;
	}
}

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

	.lchtdcr-our-achievements-item:first-child,
	.lchtdcr-our-achievements-item:last-child {
		background: rgba(32, 71, 144, 0.05);
	}
}

.lchtdcr-our-achievements-item-icon {
	display: block;
}

.lchtdcr-our-achievements-item-icon-wrapper {
	max-height: 40px;
	max-width: 40px;
}

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

	.lchtdcr-our-achievements-item-icon-wrapper {
		margin-bottom: 20px;
	}
}

.lchtdcr-our-achievements-item-text {
	margin-left: 20px;
}

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

	.lchtdcr-our-achievements-item-text {
		margin-left: 0;
	}
}

.lchtdcr-our-achievements-item-text-first-line {
	color: #204790;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 8px;
}

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

	.lchtdcr-our-achievements-item-text-first-line {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 7px;
	}
}

.lchtdcr-our-achievements-item-text-second-line {
	color: #414045;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}

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

	.lchtdcr-our-achievements-item-text-second-line {
		font-size: 14px;
		line-height: 17px;
	}
}

.lchtdcr-seo-block {
	border-top: 1px solid rgba(6, 40, 61, 0.1);
	margin: 0 auto 100px;
	max-width: 1200px;
	padding: 50px 0 0;
	width: 100%;
}

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

	.lchtdcr-seo-block {
		padding: 50px 20px 0;
	}
}

.lchtdcr-seo-block-wrapper {
	width: 100%;
}

.lchtdcr-seo-block-title {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}

.lchtdcr-seo-block-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 50px;
}

.lchtdcr-top-banner-post {
	margin: 0 auto 100px;
	max-width: 1200px;
	width: 100%;
}

.lchtdcr-top-banner-post-wrapper {
	width: 100%;
}

.lchtdcr-top-banner-post-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin: 20px 0 39px;
	text-align: center;
}

.lchtdcr-top-banner-post-image {
	display: block;
}

.lchtdcr-top-banner-post-image-wrapper {
	margin-bottom: 60px;
}

.lchtdcr-top-banner-post-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.lchtdcr-meta-text-wrapper {
	width: 100%;
}

.lchtdcr-meta-text-wrapper.lchtdcr-meta-text-border-top .lchtdcr-meta-text {
	border-top: 1px solid rgba(6, 40, 61, 0.1);
	padding-top: 100px;
}

.lchtdcr-meta-text-wrapper.lchtdcr-meta-text-border-bottom .lchtdcr-meta-text {
	border-bottom: 1px solid rgba(6, 40, 61, 0.1);
	padding-bottom: 100px;
}

.lchtdcr-meta-text {
	margin: 0 auto 128px;
	max-width: 1200px;
	width: 100%;
}

.lchtdcr-meta-text-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin: 0 auto 24px;
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.lchtdcr-meta-text-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.lchtdcr-meta-text-button {
	background: #3b5ca0;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	padding: 18px 42px 19px 20px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.lchtdcr-meta-text-button::after {
	background-image: url("images/cta_button_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	position: absolute;
	right: 20px;
	top: 19px;
	width: 20px;
}

.lchtdcr-meta-text-button-wrapper {
	margin-top: 100px;
	text-align: center;
}

.lchtdcr-bottom-meta-text {
	border-top: 1px solid rgba(6, 40, 61, 0.1);
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 100px;
	width: 100%;
}

.lchtdcr-bottom-meta-text-wrapper {
	margin-bottom: 200px;
	width: 100%;
}

.lchtdcr-bottom-meta-text-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 24px;
}

.lchtdcr-bottom-meta-text-description {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.lchtdcr-product-examples {
	margin: 0 auto 128px;
	max-width: 1200px;
	width: 100%;
}

.lchtdcr-product-examples-wrapper {
	width: 100%;
}

.lchtdcr-product-examples-title {
	color: #06283d;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	margin-bottom: 60px;
	text-align: center;
}

.lchtdcr-product-examples-items-wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.lchtdcr-product-examples-item {
	margin-left: 15px;
	max-width: 390px;
	width: 100%;
}

.lchtdcr-product-examples-item:first-child {
	margin-left: 0;
}

.lchtdcr-product-examples-item-image {
	display: block;
}

.wpcf7 {
	margin: 0 auto 100px;
	max-width: 560px;
	width: 100%;
}

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

	.wpcf7 {
		padding: 0 20px;
	}
}

.wpcf7-form {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(82, 94, 117, 0.2);
	border-radius: 6px;
	padding: 30px 30px 6px 30px;
	width: 100%;

	/*p {
      margin: 0 0 22px;
      position: relative;
      br {
        display: none;
      }
      label {
        background: linear-gradient(180deg, #FFFFFF 0%, #FAFCFE 100%);
        color: #525E75;
        display: inline-block;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        position: absolute;
        left: 10px;
        top: -7px;
        text-align: center;
        z-index: 9;
      }
      .wpcf7-form-control-wrap {

      }
      .wpcf7-form-control {
        &.wpcf7-select {

        }
        &.wpcf7-textarea {
          background: #FAFCFE;
          border: 1px solid rgba(82, 94, 117, 0.3);
          border-radius: 6px;
          min-height: 100px;
          width: 100%;
        }
        &.wpcf7-radio {
          .wpcf7-list-item {

          }
        }
        &.wpcf7-text {
          background: #FAFCFE;
          border: 1px solid rgba(82, 94, 117, 0.3);
          border-radius: 6px;
          min-height: 40px;
          width: 100%;
        }
        &.wpcf7-acceptance {
          .wpcf7-list-item {
            label {
              .wpcf7-list-item-label {
                a {

                }
              }
            }
          }
        }
        &.wpcf7-submit {

        }
      }
    }*/
}

.wpcf7-form .kontakt-form-header {
	border-bottom: 1px solid rgba(82, 94, 117, 0.2);
	margin-bottom: 28px;
	padding-bottom: 20px;
}

.wpcf7-form .kontakt-form-header-text {
	color: rgba(82, 94, 117, 0.8);
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.wpcf7-form .kontakt-form-field-wrapper {
	width: 100%;
	margin: 0 auto 22px;
}

.wpcf7-form .kontakt-form-field-wrapper label {
	background: linear-gradient(180deg, #fff 0%, #fafcfe 100%);
	color: #525e75;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper {
	position: relative;
	width: 100%;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper label {
	position: absolute;
	left: 10px;
	top: -7px;
	text-align: center;
	z-index: 9;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .select2-container {
	width: 100% !important;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .select2-container .selection .select2-selection {
	background: #fafcfe;
	border: 1px solid rgba(82, 94, 117, 0.3);
	border-radius: 6px;
	height: 40px;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .select2-container .selection .select2-selection__rendered {
	color: rgba(82, 94, 117, 0.6);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 12px;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .select2-container .selection .select2-selection__arrow {
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 20px;
	right: 10px;
	top: 10px;
	width: 20px;
}

.wpcf7-form .kontakt-form-field-wrapper.select-field-wrapper .select2-container .selection .select2-selection__arrow b {
	display: none;
}

.wpcf7-form .kontakt-form-field-wrapper.textarea-field-wrapper,
.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper {
	position: relative;
}

.wpcf7-form .kontakt-form-field-wrapper.textarea-field-wrapper label,
.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper label {
	position: absolute;
	left: 10px;
	top: -7px;
	text-align: center;
	z-index: 9;
}

.wpcf7-form .kontakt-form-field-wrapper.textarea-field-wrapper input,
.wpcf7-form .kontakt-form-field-wrapper.textarea-field-wrapper textarea,
.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper input,
.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper textarea {
	background: #fafcfe;
	border: 1px solid rgba(82, 94, 117, 0.3);
	border-radius: 6px;
}

.wpcf7-form .kontakt-form-field-wrapper.textarea-field-wrapper textarea {
	height: 100px;
	padding: 12px;
}

.wpcf7-form .kontakt-form-field-wrapper.radio-field-wrapper {
	padding-left: 8px;
}

.wpcf7-form .kontakt-form-field-wrapper.radio-field-wrapper label {
	display: block;
	margin-bottom: 5px;
}

.wpcf7-form .kontakt-form-field-wrapper.radio-field-wrapper .wpcf7-radio .wpcf7-list-item.first {
	margin: 0;
}

.wpcf7-form .kontakt-form-field-wrapper.radio-field-wrapper .wpcf7-radio .wpcf7-list-item-label {
	color: #525e75;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-left: 10px;
}

.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form .kontakt-form-field-wrapper.text-field-wrapper .wpcf7-form-control-wrap input {
	height: 40px;
	padding: 0 12px 0;
	width: 100%;
}

.wpcf7-form .kontakt-form-field-wrapper.acceptance-field-wrapper .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .kontakt-form-field-wrapper.acceptance-field-wrapper .wpcf7-acceptance .wpcf7-list-item-label {
	color: rgba(82, 94, 117, 0.8);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

.wpcf7-form .kontakt-form-field-wrapper.acceptance-field-wrapper .wpcf7-acceptance .wpcf7-list-item-label a {
	color: #007fc3;
	text-decoration: underline;
}

.wpcf7-form .kontakt-form-buttons-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	width: 100%;
}

.wpcf7-form .kontakt-form-buttons-wrapper .reset-field-wrapper input,
.wpcf7-form .kontakt-form-buttons-wrapper .submit-field-wrapper input {
	border-radius: 6px;
	display: inline-block;
}

.wpcf7-form .kontakt-form-buttons-wrapper .reset-field-wrapper input,
.wpcf7-form .kontakt-form-buttons-wrapper .reset-field-wrapper a {
	background: #fff;
	border-radius: 6px;
	border: 1px solid rgba(82, 94, 117, 0.2);
	color: #06283d;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 24px;
	padding: 15px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.wpcf7-form .kontakt-form-buttons-wrapper .submit-field-wrapper {
	position: relative;
}

.wpcf7-form .kontakt-form-buttons-wrapper .submit-field-wrapper input {
	background: #3b5ca0;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	padding: 15.5px 24px 15.5px 58px;
	text-align: center;
	text-transform: uppercase;
}

.wpcf7-form .kontakt-form-buttons-wrapper .submit-field-wrapper::before {
	background-image: url("images/send_plane_fill.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 24px;
	left: 24px;
	position: absolute;
	top: 12px;
	width: 24px;
}

.wpcf7-form .kontakt-form-buttons-wrapper .submit-field-wrapper .wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

/* Shortcodes
--------------------------------------------- */
.lichtdekor-registration-form-block {
	border: 1px solid rgba(82, 94, 117, 0.2);
	border-radius: 6px;
	padding: 30px;
	width: 100%;
}

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

	.lichtdekor-registration-form-block {
		padding: 30px 20px;
	}
}

.lichtdekor-registration-form-block-wrapper {
	width: 100%;
}

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

	.lichtdekor-registration-form-block-wrapper {
		padding: 0 20px;
	}
}

.lichtdekor-registration-form-info-row {
	color: #525e75;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px;
	opacity: 0.8;
}

.lichtdekor-registration-form-title {
	border-bottom: 1px solid rgba(82, 94, 117, 0.2);
}

.lichtdekor-registration-form-title-text {
	color: #06283d;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.lichtdekor-registration-form-title.title-with-labels {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

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

	.lichtdekor-registration-form-title.title-with-labels {
		flex-wrap: wrap;
	}
}

.lichtdekor-registration-form-title-labels {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.lichtdekor-registration-form-title-labels label {
	align-items: center;
	color: #06283d;
	display: flex;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.lichtdekor-registration-form-title-labels label:first-child {
	margin-left: 0;
}

.lichtdekor-registration-form-title-labels label input[type="radio"] {
	margin-right: 6px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-fieldset-wrapper fieldset {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

.lichtdekor-registration-form .lichtdekor-registration-form-fieldset-wrapper fieldset legend {
	color: #06283d;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px;
	text-align: left;
}

.lichtdekor-registration-form .lichtdekor-registration-form-fieldset-wrapper fieldset label {
	color: rgba(82, 94, 117, 0.7);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-right: 20px;
	text-align: center;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-group-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-group-wrapper.form-field-group-short {
	justify-content: flex-start;
}

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

	.lichtdekor-registration-form .lichtdekor-registration-form-field-group-wrapper {
		flex-wrap: wrap;
	}
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper {
	height: 40px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-text,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-email,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-select {
	max-width: 365px;
	position: relative;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-text label,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-email label,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password label,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-select label {
	background: linear-gradient(180deg, #fff 0%, #fafcfe 100%);
	color: #525e75;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	left: 11px;
	position: absolute;
	top: -7px;
	text-align: center;
	z-index: 99;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-text .form-row,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-email .form-row,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password .form-row,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-select .form-row {
	margin: 0;
	position: relative;
}

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

	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-text,
	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-email,
	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password,
	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-select {
		max-width: 100%;
	}
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-tel label {
	background: linear-gradient(180deg, #fff 0%, #fafcfe 100%);
	color: #525e75;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	left: 11px;
	position: absolute;
	top: -7px;
	text-align: center;
	z-index: 99;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password {

	/*max-width: 345px;*/
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-password label {
	background: linear-gradient(180deg, #e9edf4 27.94%, #fafcfe 100%);
	color: #525e75;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	left: 11px;
	position: absolute;
	top: -7px;
	text-align: center;
	z-index: 99;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.zip-code-field-wrapper {
	max-width: 150px;
	margin-right: 10px;
}

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

	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.zip-code-field-wrapper {
		max-width: 100%;
		margin-right: 0;
	}
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.place-field-wrapper {
	max-width: 205px;
}

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

	.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.place-field-wrapper {
		max-width: 100%;
	}
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-checkbox {
	height: auto;
	margin-bottom: 24px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-checkbox label {
	color: rgba(82, 94, 117, 0.8);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-checkbox label input[type="checkbox"] {
	margin-right: 12px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-checkbox label a {
	color: #007fc3;
	text-decoration: underline;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="text"],
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="email"],
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="tel"],
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="password"] {
	background: #fafcfe;
	border: 1px solid rgba(82, 94, 117, 0.3);
	border-radius: 6px;
	color: rgba(82, 94, 117, 0.6);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding: 12px;
	outline: none;
	width: 100%;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="text"]:focus,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="email"]:focus,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="tel"]:focus,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="password"]:focus {
	background: #fafcfe;
	border: 1px solid #3b5ca0;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="text"].error,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="email"].error,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="tel"].error,
.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper input[type="password"].error {
	background: #fafcfe;
	border: 1px solid #ff8b8b;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .select2-container {
	width: 100% !important;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .select2-container .selection .select2-selection {
	background: #fafcfe;
	border: 1px solid rgba(82, 94, 117, 0.3);
	border-radius: 6px;
	height: 40px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .select2-container .selection .select2-selection__rendered {
	color: rgba(82, 94, 117, 0.6);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 12px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .select2-container .selection .select2-selection__arrow {
	background-image: url("images/arrow-drop-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 20px;
	right: 10px;
	top: 10px;
	width: 20px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .select2-container .selection .select2-selection__arrow b {
	display: none;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper .toggle-password {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 13px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper label.error {
	color: #ff8b8b;
}

.lichtdekor-registration-form-hightlight-block {
	background: rgba(32, 71, 144, 0.1);
	padding: 20px;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-field-wrapper.form-field-checkbox label {
	align-items: center;
	color: #204790;
	display: flex;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-field-wrapper.form-field-checkbox label input[type="checkbox"] {
	margin-right: 6px;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-list {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-list-item {
	color: #525e75;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 2px 20px;
	position: relative;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-list-item::before {
	background-image: url("images/register_list_item_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 20px;
}

.lichtdekor-registration-form-hightlight-block .lichtdekor-registration-form-description {
	color: #525e75;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin: 16px 0 24px;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-submit {
	margin-bottom: 0;
	text-align: center;
}

.lichtdekor-registration-form .lichtdekor-registration-form-field-wrapper.form-field-submit input[type="submit"] {
	background: #3b5ca0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
}

.lichtdekor-registration-form .required-icon {
	color: #ff8b8b;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals.hide-sperrgut th,
.woocommerce-checkout .site-main .entry-content .woocommerce .checkout .woocommerce-checkout-review-order-wrapper .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals.hide-sperrgut th {
	font-size: 0;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals.hide-sperrgut .sperrgut-exist,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.hide-sperrgut .sperrgut-exist {
	display: none;
}

.woocommerce-checkout .site-main .entry-content .woocommerce .checkout .woocommerce-checkout-review-order-wrapper .woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals.hide-sperrgut th a,
.cart-collaterals .cart_totals .woocommerce-shipping-totals.hide-sperrgut th a {
	font-size: 14px;
} 


.landing-danke .d-sec-1 {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.landing-danke .d-sec-1 p {
	font-size: 24px;
    font-weight: bold;
    line-height: 150%;
   
}

.landing-danke .d-sec-1 a {
	margin-top: 35px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #21201e;
    padding-left: 47px;
    background-image: url(/wp-content/themes/lichtdecor/images/back-btn.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    text-decoration: none;
}


.templ-formular .wpcf7-not-valid-tip {
	margin-top: -20px;
}

.hiden-inputs {
	display: none;
}

/*.logged-in .hiden-inputs {
	display: block;
}*/

.show-this {
	display: none;
}

.show-this.active {
	display: block;
	margin-bottom: 28px!important;
}

.show-hide-btn {
	display: inline-block;
	padding-right: 30px;
	background-image: url(/wp-content/themes/lichtdecor/images/arrow-drop-down.svg);
	background-repeat: no-repeat;
    background-position: 97.5% center;
    background-size: 20px 20px;
    cursor: pointer;
}

.sv-vbadge-vb3fx,
#sv-vbadge-box,
.sv-rbadge-rb1fxb,
#sv-rbadge-rb1fxb,
#sv-panel-box {
	display: none!important;  
}


/*#ppc-button-ppcp-gateway .paypal-buttons {
	height: 45px !important;
	position: relative;
}

#ppc-button-ppcp-gateway .paypal-buttons:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

@media(max-width: 768px) {
	#ppc-button-ppcp-gateway .paypal-buttons {
		height: 55px !important;
	}
}

@media(max-width: 380px) {
	#ppc-button-ppcp-gateway .paypal-buttons {
		height: 35px !important;
	}
	#ppc-button-ppcp-gateway .paypal-buttons:after {
		display: none;
	}
}*/