/*!
Theme Name: redundweiss
Theme URI: http://underscores.me/
Author: KSRV
Author URI: https://ksrv.pro/
Description: Development by KSRV
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: redundweiss
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Regular.eot');
    src: url('fonts/RedHatDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RedHatDisplay-Regular.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Regular.woff') format('woff'),
        url('fonts/RedHatDisplay-Regular.ttf') format('truetype'),
        url('fonts/RedHatDisplay-Regular.svg#RedHatDisplay-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Medium.eot');
    src: url('fonts/RedHatDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/RedHatDisplay-Medium.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Medium.woff') format('woff'),
        url('fonts/RedHatDisplay-Medium.ttf') format('truetype'),
        url('fonts/RedHatDisplay-Medium.svg#RedHatDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Hat Display';
    src: url('fonts/RedHatDisplay-Bold.eot');
    src: url('fonts/RedHatDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/RedHatDisplay-Bold.woff2') format('woff2'),
        url('fonts/RedHatDisplay-Bold.woff') format('woff'),
        url('fonts/RedHatDisplay-Bold.ttf') format('truetype'),
        url('fonts/RedHatDisplay-Bold.svg#RedHatDisplay-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


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

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

/**
 * Remove the margin in all browsers.
 */
body {
	font-family: 'Red Hat Display'!important;
	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;
    font-weight: 700;
}

/* 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 {
	font-family: 'Red Hat Display'!important;
	background-color: transparent;
		-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/**
 * 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: 'Red Hat Display'!important;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	font-family: 'Red Hat Display'!important;
	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;
	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 {

}

/**
 * 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;
	appearance: textfield;
	outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #E33000;
}



a:hover,
a:active {
	outline: 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: max-content;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	margin-right: 20px;

}

.main-navigation a, .mob-navigation a  {
	font-family: 'Red Hat Display'!important;
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	/* identical to box height */


color: #000000;
}
.main-navigation a:hover, .mob-navigation a:hover {
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #E33000;
	border-bottom: 2px solid #E33000;
}
.mob-navigation ul {
	padding: 0;
	margin: 0;
}
.mob-navigation li {
	list-style: none;
	padding-bottom: 20px;
}
 .mob-navigation a  {
	font-family: 'Red Hat Display'!important;
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	/* identical to box height */


color: #000000;
}
.mob-navigation a:hover {
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #E33000;
	border-bottom: 2px solid #E33000;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {



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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Header*/
header {
	background: rgba(255, 255, 255, 0.7);
	padding: 18px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header-wrapper {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	width: 100%;
	
}
.menuandbuttons {
	display: flex;
	justify-content: end;
	align-items: center;
}
.menu-buttons {
	display: flex;
	gap: 10px;
}
.ablobutton {
	background: #E33000;
border-radius: 10px;
text-align: center;
font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #FFFFFF;
padding: 12px 30px;
text-decoration: none;
display: flex;
text-decoration: none;
justify-content: center;
align-items: center;
}
a.ablobutton:hover{
	background: #FF9200;
	color: #fff;
	text-decoration: none;
}
.menu-buttons img {
	width: 100%;
}

.menu-toggle {
	display: none;
}

.burger-menu {

	height: 80vh;
	background-color: #fff;
	position: fixed;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: none;
}
@media screen and (max-width: 1100px) {
	.menu-toggle {
		display: flex;
	}
	.menu-buttons .ablobutton {
		display: none;
	}
	.menuandbuttons .main-navigation{
		display: none;
	}
	.burger-menu .main-navigation{
		display: flex;
		flex-direction: column;
		gap: 60px;
	}
	.burger-menu .ablobutton{
		margin-bottom: 20px;
		font-size: 20px;
		padding: 18px 30px;
		
	}
	.menu-toggle img{
		height: 40px;
		width: auto;
	}
	.burger-menu img {
		width: 180px;
	}
}
/*Hero Section*/

.red-cta {
	border-radius: 10px;
	background: #E33000;
	color: #FFF;
	font-size: 23px;
	font-family: 'Red Hat Display'!important;
	position: absolute;
	bottom: 30px;
	right: 50px;
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2%;
	gap: 15px;
}
.red-cta a {
	text-decoration: none;
	border-radius: 6.731px;
	border: 0px solid #FF9200;
	background: #FF9200;
	color: #FFF;
	font-size: 15.91px;
	font-family: 'Red Hat Display'!important;
	font-weight: 700;
	padding: 20px 75px;

}
.red-cta a:hover{
	background: #000;
	color: #FFF;

}
.hero-section {
	display: flex; 
	align-items: end; 
	position: relative;
	justify-content: start;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center; /* Adjust this line */
	gap: 40px;
	height: 85vh;
	
}
.hero-section h1 {
	color: #E33000;
}
.hero-section .page-content {
width: 40%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.hero-section h4 {
	font-size: 1.5em;
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 400;
	padding-right: 10%;
	
}
@media screen and (max-width: 1200px) {
	.hero-section {
	
		max-height: 800px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center; /* Adjust this line */
	
	}
	.red-cta {
		width: 250px;
		height: 250px;
	
	}
}


@media screen and (max-width: 767px) {
    .hero-section {
		display: flex; 
		align-items: end; 
		justify-content: start;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center; /* Adjust this line */
	
		gap: 0px;
		height: 60vh;
		
	}
	.red-cta {
	display: none;
	}
	.featured-image {
		overflow: hidden;
		padding: 0;
		width: fit-content;
		margin: 0;
		
	}
	.featured-image img{
		width: 190px;
		position: relative;
		left: -30px;

		
	}
	.hero-section h1 {
		font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 26px;
letter-spacing: 0.03em;

	}
	.hero-section h4 {
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;

	}
	.hero-section .page-content {
		width: 40%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		left: -40px;
	}
    }


/*Reasons module*/
.reasons {
	display: flex;
	background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 100%;
	margin: 0 0;
	margin-bottom: 40px;
	
}
.reasons-wrapper {
	width: 80%;
	display: flex;
	align-items: start;
	padding: 0 3%;
}
.reason {
	width: 25%;
	padding: 0 2%;
}
.rhead {
	height: 150px;
}
.reason span {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 700;
font-size: 54px;
line-height: 66px;
padding-right: 10px;
color: #FF980F;
}
.reason h2 {
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.reason-image {
	width: 20%;
}
.reason-image img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.reason-image {
		display: none;
	}
	.reasons-wrapper {
		width: 100%;
		display: flex;
		align-items: start;
		padding: 0 5%;
	}
	.reason {
		width: 100%;
		padding: 2%;
	}
	.rhead {
		height: auto;
	}
	
}


@media screen and (max-width: 767px) {
	.reasons-wrapper {
		flex-direction: column;
		justify-content: center;
		padding: 5%;
	}
	.reason {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.reason h2 {
		width: 50%;
		font-size: 15px;
		line-height: 20px;
	}
	.rhead {
		width: 50%;
	}
		
	}
	/*Mission*/
	.mission {
		display: flex;
		width: 100%;
		height: max-content;
		margin: 1% 0;
		gap: 2%;
	}
	.mission a {
		text-decoration: none;
		color: #fff;
	}
	.mission a:hover {
		color: #E33000;
		
	}
	.page-template-businesspage .expertises {
	margin-top: -100px;
	z-index: 2;
	box-shadow: 2px 2px 20px #00000052;
	}
	.expertises {
		background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
		border-radius: 10px;
		display: flex;
		align-items: stretch;
		width: 80%;
		padding: 3%;
	}
	.expertise-title {
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 32px;
		color: #fff;
		width: 25%;
		padding-top: 20px;
		
	}
	.expertise {
		width: 25%;
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		
	}
	.expertise-text {
		padding: 3% 0% 3% 0;
	}
	.bignumber {
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 57.9654px;
		line-height: 71px;
		color: #fff;
		/* identical to box height */
	}
	.expertise-button {
		background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
		border-radius: 10px;
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 23.6374px;
		line-height: 29px;
		width: 20%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: end;
		color: #FFFFFF;
		padding: 20px 25px;
		gap: 20px;
		flex-direction: column;
		box-shadow: 2px 2px 20px #00000052;
		
	}
	
@media screen and (max-width: 1200px) {
	.expertise-button {
		font-size: 16px;
		line-height: 22px;
		
	}
	.bignumber {
		font-size: 40px;
		line-height: 60px;

	}
	.expertise-title {
		font-size: 20px;
		line-height: 120%;
		
	}
	.expertise {
		font-size: 18px;
		line-height: 20px;
		
	}
	
}


@media screen and (max-width: 767px) {
	.mission {
		flex-direction: column;
		justify-content: center;
	}
	.expertises {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding: 10%;
		margin-bottom: 3%;
	}
	.expertise-title {
		width:100%;
		padding-top: 0;
		padding-bottom: 20px;
		font-size: 40px !important;
		
	}
	.expertise {
		width: 100%;
		
		
	}
	.expertise-button {
	
		padding: 20px 25px;
		font-size: 21px;
		line-height: 26px;
		width: 100%;
	}
	.expertise-text {
		padding: 0;
	}
		
	}

	/*Abholmarkt section*/
	.abholmarkt {
		background-color: #020202;
		border-radius: 10px;
		background-image: url("images/bg-ab.png");
		background-position: right center;
		width: 100%;
		padding: 3%;
		margin: 2% 0;

	}
	.abholmarkt h2 {
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 32px;
		color: #FF9200;

	}
	.markt-wrapper {
		width: 70%;
		display: flex;
		align-items: center;
	}
	.markt-text, .markt-cta {
		width: 25%
	}
	.markt-text {
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #FFFFFF;
		border-left: 4px solid #E33000;
		padding-left: 2%;
		padding-right: 5%;
		
	}
	.markt-cta {
		text-align: center;
	}

	.markt-cta a {
		padding: 3% 8%;
		background: #E33000;
		border-radius: 10px;
		color: #fff;
		text-decoration: none;
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;

	}
	.markt-cta a:hover{
		color: #000;
	}
	@media screen and (max-width: 1200px) {
		.markt-wrapper {
			width: 90%;
			display: flex;
			align-items: center;
		}
		
	}
	@media screen and (max-width: 767px) {
		.abholmarkt {
			background-color: #020202;
			border-radius: 10px;
			background-image: url("images/bg-ab-mob.png");
			background-position: center bottom;
			background-size: cover;
			width: 100%;
			padding: 8%;
		
	
		}
		.markt-wrapper {
			width: 100%; 
			height: 70%;
			display: flex;
			flex-direction: column;
			align-items: center;
			
			height: 70vh;
			
		}
		.markt-text, .markt-cta {
			width: 100%
		}
		.markt-text {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 400;
			font-size: 15px;
			line-height: 18px;
			color: #FFFFFF;
			border-left: 4px solid #E33000;
			padding: 0 30px;
			margin: 30px 0;
			
		}
		.markt-cta {
			text-align: left;
		}
	
		.markt-cta a {
			padding: 3% 10%;
			background: #E33000;
			border-radius: 10px;
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 21px;
			color: #fff;
			text-decoration: none;
		}
		}

		/*Video section*/
		.videoandbuttons {

		display: flex;
		width: 100%;
		gap: 2%;
		}
		.videoandbuttons a{

			color: #fff;
			text-decoration: none;
			}
			.videoandbuttons a:hover{

				color: #000;
				}
		.video {
			width: 68%;
			position: relative;
			cursor: pointer;
		}
		#video-button {
			position: absolute;
			top: 50%; left: 50%; 
			transform: translate(-50%, -50%);
			cursor: pointer;

		}
		.video img {
			width: 100%;
		}
		.buttons {
			width: 30%;
			height: auto;
			display: flex;
			flex-direction: column;
			gap: 2%;
		}
		.pricelist, .aboutsp{
			width: 100%;
			height: 100%;
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 24px;
			line-height: 29px;
			color: #FFFFFF;
			padding: 20px;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 10px;
			display: flex;
			flex-direction: column;
			justify-content: end;
			
		}
		.pricelist {
			background-image: url("images/preis.png");
		}
		.aboutsp {
			background-image: url("images/ab.png");
		}
		.video-container {
			position: relative;
			width: 100%;
			padding-bottom: 56.25%; /* This ratio fits videos with 16:9 aspect ratio */
			height: 0;
			overflow: hidden;
		}
		
		.video-container iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		@media screen and (max-width: 767px) {
			.videoandbuttons {
				margin: 3% 0;
				flex-direction: column;
				}
		
			
			.video {
				width: 100%;
				margin-bottom: 10px;

			}
			.buttons {
				width: 100%;
				gap: 10px;
				
			}
			.pricelist, .aboutsp{
				font-size: 21px;
				line-height: 26px;
				padding: 80px 5% 10px 5%;
				
			}
			#video-button img{
				width: 100px;
				height: auto;
	
			}
		}

		/*Text-runner*/
.running-line {
    background: #FBF1E6;
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
}
.running-line h2 {
    font-family: 'Red Hat Display'!important;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 79px;
    color: #E33000;
}

.marqueeb {
	--gap:2rem;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	margin-top: 20px;
  
  }
  
  .marquee_content {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 30s linear infinite;
	
  }
  
  .marquee ul {
	  margin:0; 
	  padding: 0;
  }
  
  .marquee_content li {
	  margin:0; 
	  padding: 0;
	  list-style: none;
	  font-family: 'Red Hat Display'!important;
	  font-style: normal;
	  font-weight: 400;
	  font-size: 27px;
	  color: #000000;
	  white-space: nowrap; 
	  text-align: center;
  
  }
  .marquee_content li:nth-child(2n) {
  
  color: #E33000;
  
  }
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(calc(-100% - var(--gap)));
	}
  }


@media (max-width: 767px) {
    .scroll-element {
        display: flex;
        justify-content: start;
        align-items: center;
        width: max-content; /* Change this */
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
    }

    .primary {
        animation: primary-mobile 50s linear infinite;
    }

    .secondary {
        animation: secondary-mobile 50s linear infinite;
    }
.running-line h2 {
	font-size: 2em;
	line-height: 100%;
	padding: 3% 5%;
}


   
.marquee_content li {
	
	font-size: 20px;


}
 
}


.buttle-box {
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #FBF1E6;
    border-radius: 10px;
    height: 300px;
    width: 184px;
}
.carusel .buttle-box:first-child {
    margin: 0 0 0 30px; 
}
.carusel .buttle-box {
    margin: 0 15px; 
}
.badge {
	display: none !important;
	
}
.carusel .buttle-box:nth-child(odd) {
    background-image: url("images/orange.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.carusel .buttle-box:nth-child(even) {
    background-image: url("images/red.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.special .buttle-box {
    background-image: none !important;
	position: relative;
  
}
.special .buttle-box .badge {
    background-image: none !important;
	position: relative;
	
  
}
.special .badge  {
	display: block !important;
	position: absolute !important;
	bottom: 15px;
	color: #E33000;
	font-size: 21px;
	 font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.slick-next {
    right: -35px !important;
}
.slick-prev {
    left: -35px !important;
}
@media (max-width: 950px){ 
	.slick-prev,
	.slick-next {
		display: none !important;
	}

}
@media (max-width: 767px){ 

	.special .badge {

	bottom: 5px;
	font-size: 15px;
	
}
	.carusel .buttle-box:first-child {
		margin: 0 0 0 10px; 
	}
	.carusel .buttle-box {
		margin: 0 5px; 
	}
	.buttle-box {
		height: 220px;
	}
	.buttle-box img{
		max-height: 180px !important;
	}

}

.coupon {
	display: flex;
	width: 100%;
	gap: 2%;
	margin: 3% 0;
}
.coupon .wine-coupon {
	width: 78%;
	height: auto;
	position: relative;
}
.discount-text {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 400;
font-size: 34px;
color: #FFFFFF;
position: absolute;
top: 30px;
left: 30px;
}
.coupon .wine-coupon img{
	width: 100%;
}
.coupon .expertise-button {
	width: 20%;
	height: auto;
}
.coupon a, .order a {
	text-decoration: none;

}
.coupon a:hover, .order a:hover {
	color: #000;
	
}

@media (max-width: 950px){ 
	.discount-text {
		font-size: 22px;
		top: 80px;
		left: 10px;
	}
	.expertise-button {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 767px){ 
	.discount-text {
		font-size: 16px;
		top: 0px;
		left: 10px;
	}
	.coupon {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin: 5% 0;
	}
	.coupon .wine-coupon {
		width: 100%;
		height: auto;
		position: relative;
	}
	.coupon .expertise-button {
		width: 100%;
	} 
	.expertise-button {
		font-size: 18px;
		line-height: 22px;
	}
}

/*So Bestellen Sie*/
.order{
	margin: 2% 0;
	padding: 2%;
}
.exlusive .order{
	margin: 5% 0;
	padding: 0%;
}
.order h4 {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 70px;

color: #E33000;

}
.order p {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 700;
font-size: 23px;
line-height: 26px;

color: #FFFFFF;
}
.order-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.oderlion-banner {
	background: #000000;
	border-radius: 10px;
	width: 40%;
	display: flex;
	align-items: center;
}
.oderlion-banner img {
	width: 100%;
}
.contact-widget, .fragen {
	border-radius: 10px;
	width: 28%;
	padding: 2% 2% 1% 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-widget {
	background: #E33000;
}
.fragen {
	background: #FF9200;
	color: #000;
	font-size: 16px;
	font-family: 'Red Hat Display'!important;
	line-height: 125.9%;
	
}
.fragen span{
	margin-bottom: 10px;
	
}
.order a {
	color: #000;
}
.contact-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media (max-width: 767px){ 
.order {
	margin: 5% 0;
	padding: 5%;
}
.exlusive .order {
	margin: 5% 0;
	padding: 0%;
}
	.order-wrapper {
		flex-direction: column;
		
		gap: 10px;
		
		
	}
	.contact-widget, .fragen, .oderlion-banner {
		width: 100%;
		padding: 5%;
	}
	.order h4 {
	padding-bottom: 10px;
	font-size: 37px;
	line-height: 38px;
	text-align: center;
	
	}
	
}

/*Signup form*/
.signup-form {
	background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
mix-blend-mode: darken;
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
gap: 10px;
/* background-image: url("images/bg-signup.png");
background-repeat: no-repeat;
background-size: cover;
background-position: right center; */
margin: 40px 0;

}
.signup-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
  }
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 !important;
    overflow: hidden;
    width: 100%;
    margin: 3% 0 !important;
    clear: both;
}
#mc_embed_signup #mce-success-response {
	color: #fff !important;
}
#mc_embed_signup{font-family: 'Red Hat Display'!important;  width:40%;}
.signup-text {
	width: 40%;
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 3%;

}
.signup-text p {
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	padding-right: 10%;

}
.signup-text h5 {
	font-weight: 700;
	font-size: 65px;
	line-height: 100%;
}
#mc_embed_signup .helper_text {
    color: #fff !important;
	background-color: transparent !important;
  
}
#mc_embed_signup .button {
  background: linear-gradient(to top, rgb(0, 0, 0), rgb(47, 47, 47)) !important;
  height: 40px !important;
  padding: 0 32px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border: none !important;
}
#mc_embed_signup .button:hover {
	background-color: #000 !important;
	
}
.mc-field-group input {
	width: 70% !important ;
	border: 2px solid #FFFFFF;
	border-radius: 6.73069px;
	background-color: transparent;
	color: #fff !important;
}
.mc-field-group input ::placeholder {
	color: #fff !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {

    width: 70%;
   
}
@media (max-width: 1100px){ 
	#mc_embed_signup{font-family: 'Red Hat Display'!important;  width:48%;}
	.signup-text {
		width: 50%;
	
	}
	.signup-form {
	gap: 2%;
	
	}
	.signup-text p {
		font-weight: 700;
		font-size: 21px;
		line-height: 25px;
		padding-right: 10%;
	
	}
	.signup-text h5 {
		font-weight: 700;
		font-size: 55px;
		line-height: 100%;
	}
}
@media (max-width: 767px){ 
	.signup-text, #mc_embed_signup {
		width: 100%;
	
	}
	.signup-form {
		flex-direction: column;
/* 		background-image: url("images/bg-signupm.png"); ;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom; */
		padding: 30px 10px;
		}
		.signup-text  {
			font-size: 16px;
			padding: 0 20px;
		
		}
		.signup-text p {
			font-weight: 700;
			font-size: 21px;
			line-height: 25px;
			padding-right: 10%;
		
		}
		.signup-text h5 {
			font-size: 30px;
			line-height: 100%;
			padding-top: 5px;
		}
		.mc-field-group input {
			width: 100% !important ;

		}
	
		#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
		
			width: 100%;
		   
		}
		#mc_embed_signup .button {
			width: 97% !important;
		}

}
/*Simple Page and Post*/
.simple-page { 
padding: 90px 0;
padding-bottom: 40px !important;

}
 .simple-page h1 {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 700;
color: #E33000;
padding-bottom: 10px;
 }
 .simple-page .headline-bubble h1{
	padding-bottom: 0;
}
 .post-thumbnail img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
 }

 .post-page h6 {
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}

/*Footer*/

footer {
	background-color: #000;
	padding: 3% 0 5%;
	color: #fff;



}
footer .footer-menus .menu {
	margin-top: 10px;

}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inline-menu {
    display: flex;
    list-style-type: none;
	flex-wrap: wrap;
}
.inline-menu li {
    margin-right: 20px;

}
.inline-menu li a{
	font-family: 'Red Hat Display'!important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */

	text-decoration: none;
	color: #F7F7F7;
}
.inline-menu li a:hover {

	color: #E33000;
}


.icons {

	display: flex;
	
	gap: 10px;
	margin-top: 20px;
}

footer ul {
	padding: 0;
	margin: 0;
}
.copyright {
	font-family: 'Red Hat Display'!important;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

color: #E33000;
margin-top: 40px;
}
@media (max-width: 1200px){ 
	
	.inline-menu {
		display: flex;
		list-style-type: none;
		flex-wrap: wrap;
		margin-left: 10px;
	}
	.inline-menu li {
		margin-right: 10px;
	
	}
	footer .ablobutton {
		display: flex !important;
	} 
	}
	@media (max-width: 1000px){ 
	
		.inline-menu {
			display: flex;
			list-style-type: none;
			flex-wrap: wrap;
			margin-left: 10px;
		}
		.inline-menu li {
			margin-right: 10px;
			margin-top: 15px;
		
		}
		.inline-menu ul {
			margin-bottom: 30px;
		
		}
		footer .ablobutton {
			display: flex !important;
		} 
		.footer-wrapper {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: start;
			padding: 3%;
			gap: 30px;
		}
		.copyright {
			padding-left: 3%;
		}
		.footer-logo {
			width: 120px;
			height: auto;
			padding-left: 3%;
		}
		}


		/*Kontakte page*/
		.contact-text {
			display: flex;
			flex-direction: column;
			gap: 15px;
		}
		.contact-text img {
			max-width: 40px;
			height: auto;
		}
		.contact-text a {
			text-decoration: none;
			color: #000;
		}
		.contact-text a:hover{
			color: #FF9200;
		}
		.payment {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 20px;
			line-height: 125.9%;
			/* or 25px */


			color: #000000;
		}
		.contact-form {
			background: #FFFFFF;
			border: 2px solid #FF9200;
			border-radius: 10px;
			padding: 5%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.contact-form h2{
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 34.731px;
			line-height: 42px;
			width: 80%;
			color: #000000;
			margin-bottom: 20px;
		}
		.contact-form input, textarea {
			width: 100%;
			border: 1px solid #FD8E4E;
			border-radius: 8px;
			padding: 20px;
			height: 120px;
		}
		.wpcf7 {
			width: 100%;
		}
		
		.contact-form input[type="submit"] {
			background: #FF9200;
			color: #fff;
			font-weight: 700;
			font-family: 'Red Hat Display'!important;
		
		}

		@media (max-width: 767px){  

			.contact-form h2{
				font-size: 24px;
				line-height: 120%;
				width: 90%;
			
			}
			.wpcf7 {
				width: 90%;
			}
			.contact-form {
				padding: 5% 2%;
			
			}
			.contact-text {
				padding: 30px 5px 0;
			}
			
		}

		/*------------------------------About page -------------------*/

		.template-pages {
			padding-top: 80px;
		}

		/*Headline module*/
		.headline-bubble {
			border-radius: 10px;
			margin: 3% 0;
		}
		.headline-bubble h1, .headline-bubble h2 {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 70px;
			background-image: linear-gradient(326deg, #ff9200 0%, #e33000 100%);
  			-webkit-background-clip: text;
 			color: transparent;
			
		}

		/*Team module*/
	
		.team-card{
  		background: transparent linear-gradient(326deg, rgb(200, 200, 200) 0%, #f8f8f8 100%) no-repeat padding-box;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		min-height: max-content;
		height: 100%;
		}
		.team-card img{
			width: 100%;
			}

			.team-card .card-text {
				padding: 5%;
			}
			.team-card h3 {
				font-family: 'Red Hat Display'!important;
				font-style: normal;
				font-weight: 700;
				font-size: 20px;
				line-height: 125.9%;
				/* or 25px */
				color: #000000;
			}
			.team-card p {
				font-family: 'Red Hat Display'!important;
				font-style: normal;
				font-weight: 400;
				font-size: 16px;
				line-height: 120%;
				color: #000000;
			}
		.team-contact {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			height: auto;
		}
		.team-contact a {
			text-decoration: none;
			color: #000;
		}
		.team-contact a:hover{
			color: #000;
		}
		.team-contact .contact-widget, .team-contact a.fragen  {
			width: 100%;
			display: flex;
			align-items: center;
			flex-direction: row;
			justify-content: space-evenly;
			padding: 7%;
			height: 48%;
		}
		.team-contact .contact-widget p, .team-contact a.fragen p  {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 23px;
			line-height: 120%;
			width: 50%;
			color: #FFFFFF;
		
			
		}
		.team-contact .contact-widget .contact-icons{
			width: 50%;
			display: flex;
			justify-content: center;
			
			
		}
		

		/*Artikel und Neuheiten*/
		.card-link {
			text-decoration: none;
			color: inherit;
		}
		
		.card {
			width: 100%;
			border-radius: 10px !important;
			background: transparent linear-gradient(326deg, rgb(200, 200, 200) 0%, #f8f8f8 100%) no-repeat padding-box !important;
			border: 0px solid #FBF1E6 !important;
			box-shadow: 2px 2px 20px #00000052;
		}
		
		.card-img-top {
			width: 100%;
			height: auto;
		}
		
		.card-title {
			margin: 0 0 1em;
			color: #000;
			font-size: 14px;
			font-family: 'Red Hat Display'!important;
			font-weight: 600;
			line-height: 146.4%;
		}
		
		.blogs-btn {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 400;
			font-size: 12px;
			line-height: 12px;
			text-decoration: none;
			color: #E33000;
			float:right;
			padding-right: 20px ;
		}

		/*Module Final Buttons*/

		.final-buttons {
			width: 100%;
			display: flex;
			gap: 2%;
			padding-bottom: 3%;
		}
		.final-buttons .pricelist, .final-buttons .aboutsp {
			width: 49%;
			padding-top: 80px;
			
		}
		.final-buttons a {
			color: #fff;
			text-decoration: none;

		}
		.final-buttons a:hover {
			color: #000;
			

		}
		@media (max-width: 767px){  

			.headline-bubble h1, .headline-bubble h2 {

				font-size: 40px;
		
			}
			.headline-bubble {
				border-radius: 10px;
			}
			.final-buttons {
				width: 100%;
				display: flex;
				flex-direction: column;
				gap: 15px;
				padding: 0 0 8%;
			}
			.final-buttons .pricelist, .final-buttons .aboutsp {
				width: 100%;
				padding-top: 80px;
				
			}
			
		}
		/* banner*/
		.banner-slider-unique .slick-slide {
			position: relative;
			width: 100%;
		}

		.banner-slider-unique .slick-slide img {
			width: 100%;
			height: auto;
		}
		.banner-slider-unique {
			margin-bottom: 40px;
		}
		/* Abholmarkt*/
		.contact-form .contact-widget {
			display: flex;
			flex-direction: row;
			width: 80%;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 20px;
	

		}
		.contact-form .contact-widget p{
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 23px;
			line-height: 28px;
			width: 50%;
			color: #FFFFFF;
			
		}
		.contact-text .final-buttons {
			display: flex;
			flex-direction: column;
			padding: 0 0 3%;
		}
		.final-buttons .pricelist, .final-buttons .aboutsp {
			width: 100%;
		}
		.contact-text img.prom {
			width: 100%;
			max-width: 100%;
		}
		.abhol-contact {
			padding: 2%;
		}
		.abhol-contact .contact-wrapper {
			display: flex;
			margin-top: 20px;
			
		}
		.abhol-contact .contact-wrapper .info{
			width: 30%;
			
		}

		.abholicon {
			display: flex;
			justify-content: space-between;
			margin-bottom: 30px;
			
		}
		.abhol-bubble {
			background: #FF9200;
			border-radius: 10px;
			width: 32%;
			padding: 5%;
			display: flex;
			justify-content: center;
			gap: 30px;
			
		}
		.abhol-text {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 400;
			font-size: 16px;
			line-height: 19px;
			padding-top: 5%;
			color: #000000;
		}



		.abhol-contact .contact-wrapper .info .info-text{
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 400;
			font-size: 20px;
			line-height: 125.9%;
			/* or 25px */

			margin-top: 10px;
			color: #000000;
			
		} 
		
		/* Exlusive & Marken*/
		.exlusive h1 {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 700;
			font-size: 65px;
			line-height: 100%;
			margin-top: 15px;
			margin-bottom: 30px;
			color: #E33000;
		}
		.exlusive .headline-bubble h2 {
			color: #fff;
		}
		.marquee {
			--gap:3rem;
			position: relative;
			display: flex;
			overflow: hidden;
			user-select: none;
			gap: var(--gap);
			background: #E33000;
			  border-radius: 10px;
			  margin-bottom: 20px;
			  height: 70px;
		  }
		  
		  .marquee__content {
			flex-shrink: 0;
			display: flex;
			justify-content: space-around;
			align-items: center;
			gap: var(--gap);
			min-width: 100%;
			animation: scroll 30s linear infinite;
			  
		  }
		  .marquee ul {
			  margin:0; 
			  padding: 0;
		  }
		  .marquee__content li {
			  margin:0; 
			  padding: 0;
			  list-style: none;
			  font-family: 'Abril Fatface';
			  font-style: normal;
			  font-weight: 400;
			  font-size: 45px;
			  line-height: 100%;
			  color: #FFFFFF;
		  }
		  .marquee__content li:nth-child(2n) {
			font-family: 'Red Hat Display'!important;
			font-style: normal;
			font-weight: 400;
			font-size: 26px;
			line-height: 100%;
			color: #FFFFFF;
		}
		  
		  @keyframes scroll {
			from {
			  transform: translateX(0);
			}
			to {
			  transform: translateX(calc(-100% - var(--gap)));
			}
		  }

		  @media (max-width: 1000px){  

			.abhol-bubble img {
				height: fit-content;
				width: 90px;
			}
			.abhol-bubble {
			align-items: center;
			}
					
				}
				@media (max-width: 767px){  
		
					.contact-form .contact-widget {
						flex-direction: column;
						width: 90%;
						
			
					}
					.contact-form .contact-widget p {
						font-size: 20px;
						width: 90%;
						text-align: center;
					
					}
					.abhol-contact .contact-wrapper {
						display: flex;
						flex-direction: column;
						gap: 20px;
						
					}
					.abhol-contact .contact-wrapper .info{
						width: 100%;
						
					}
					.abhol-contact {
						padding: 30px 15px ;
					}
					
					.abholicon {
						display: flex;
						flex-direction: column;
						margin-bottom: 0;
						background: #FF9200;
						border-radius: 10px;
						padding: 30px 0;
						
					}
					.abhol-bubble {
						background: #FF9200;
						border-radius: 10px;
						width: 100%;
						padding: 5%;
						display: flex;
						justify-content: center;
						gap: 30px;
						
					}
					.abhol-bubble img {
						height: auto;
						width: 100px;
					}
					.abhol-text{
						width: 50%;
					}
					.exlusive h1 {
						font-size: 35px;
						line-height: 37px;
						margin-bottom: 15px;
					}
					
				}

				/*Product Filter Module*/
				.product-filter {
					display: flex;
					width: 100%;
				}
				.product-filter .filter-buttons {
					width: 20%;
				}
				.product-filter .product-images {
					width: 80%;
				}
				.buttle-bubble {
					background: #FBF1E6;
					border-radius: 8px;
					display: flex !important;
					justify-content: center;
					align-items: center;
					height: 300px;
					margin: 0 15px;
				}
				.buttle-bubble img{
					max-height: 280px;
				}
				.filtered-out {
					display: none !important;
				}
				
				.default-btn, .filter-button {
					cursor: pointer;
					font-family: 'Red Hat Display'!important;
					font-style: normal;
					font-weight: 400;
					font-size: 20px;
					line-height: 24px;

					color: #000000;
					padding-bottom: 8px;
				}
					
				.default-btn:hover, .filter-button:hover {
					font-weight: 700;
					color: #E33000;
				
				}
				.filter-button:last-child {
					padding-bottom: 20px;
				}
				.product-filter a {
					color: #fff;
					text-decoration: none;
					font-family: 'Red Hat Display'!important;
					font-style: normal;
					font-weight: 700;
					font-size: 16px;
					line-height: 100%;
					border-radius: 10px;
					padding: 10px 30px;

				}
				.product-filter a:hover{
					color: #fff;
					background-color: #000 !important;

				}

				@media (max-width: 1000px){  

					.product-filter .filter-buttons {
						width: 25%;
					}
					.product-filter .product-images {
						width: 75%;
					}
					}

					@media (max-width: 767px){  
						.product-filter {
							display: flex;
							flex-direction: column;
							width: 100%;
						}
						.product-filter .filter-buttons {
							width: 100%;
						}
						.product-filter .product-images {
							width: 100%;
						}
						.buttle-bubble {
							margin: 0 5px;
						}
						.product-filter a {
							
							padding: 10px 20px;
		
						}
						}
/* Desktop devices */
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

/* Mobile devices */
@media (max-width: 767px) {

tr.wc-block-cart-items__header {
    display:none!important;
}
th.wc-block-cart-items__header-image,
th.wc-block-cart-items__header-total{
    display:none!important;
}
th.wc-block-cart-items__header-products {
    display:block!important;
    margin:0!important;
}


    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
	.filter-buttons {
		display: flex;
		justify-content: space-between;
		margin: 15px 0 30px;
		align-items: center;
	}
	.filter-buttons select {
		word-wrap: normal;
		min-width: fit-content;
		width: 45%;
		height: 30px;
		font-family: 'Red Hat Display'!important;
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;

		color: #000000;

	}
	.template-pages .order, .simple-page .order, .exlusive .order {
		padding: 0;
	}
}
.fixed-cart,
.fixed-overlay,
.fixed-menu,
.fixed-search,
header.main-header,
.action-box,
header.main-header .burger-button .line,
.subscribe-block .form-box .send-button,
.products-list-block .woocommerce .product-item .button-box .button,
.woocommerce-loop-product__title,
.fixed-cart.loaded:before,
.fixed-cart.loaded:after{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.fixed-menu{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translateY(-100%);
	padding: 100px 10px 100px 10px;
	display: flex;
	flex-direction: column;
}
.fixed-menu.active{
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	z-index: 101;
}
.fixed-menu .menu-box ul{
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
.fixed-menu .container{
	flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-menu .menu-box ul li{
	margin: 0 0 10px 0;
}
.fixed-menu .menu-box ul li .main-menu-link,
.fixed-menu .menu-box ul li a{
	text-decoration: none!important;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #1D1D1B;
	text-transform: uppercase;
}
.fixed-menu .menu-box ul li .main-menu-link:hover,
.fixed-menu .menu-box ul li .main-menu-link:focus,
.fixed-menu .menu-box ul li a:hover,
.fixed-menu .menu-box ul li a:focus{
	color: #FE8D52;
}
.fixed-menu .menu-box ul li .main-menu-link .icon,
.fixed-menu .menu-box ul li a .icon{
	box-sizing: border-box;
	height: 24px;
	margin: 0 5px 0 0;
	padding: 0 0 6px 0;
}
.fixed-menu .menu-box ul li.sale .main-menu-link,
.fixed-menu .menu-box ul li.sale a{
	color: #FE8D52;
}
.fixed-menu .menu-box ul li.sale .main-menu-link svg path,
.fixed-menu .menu-box ul li.sale a svg path{
	fill: #FE8D52!important;
}
.fixed-menu .menu-box ul li.active .main-menu-link{
	color: #FE8D52;
}
.fixed-menu .menu-box ul li.active .main-menu-link .dropdown-icon path{
	stroke: #FE8D52!important;
}
.fixed-menu .menu-box ul li .main-menu-link .dropdown-icon path{
	stroke: #1D1D1B!important;
}
.fixed-menu .menu-box ul.info-nav{
	margin-top: 30px;
	display: none;
}
.fixed-menu .menu-box ul.info-nav li{
	margin: 0 0 7px 0;
}
.fixed-menu .menu-box ul.info-nav li a{
	font-size: 14px;
	text-transform: unset!important;
}
.fixed-menu .icon-box{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background: #fff;
}
.fixed-menu .icon-box .icon-item{
	position: relative;
	margin: 0 15px;
}
.fixed-menu .icon-box .icon-item .count{
	position: absolute;
	top: -4px;
	right: -8px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #FD8E4E;
	font-size: 10px;
	line-height: 1;
	color: #1D1D1B;
}

.fixed-search{
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translateY(-100%);
	padding: 80px 10px 0 10px;
}
.fixed-search.active{
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
}
.fixed-search .close-search{
	position: absolute;
	top: 50px;
	right: 20px;
	width: 21px;
	height: 14px;
}
.fixed-search .close-search .line{
	position: absolute;
	width: 21px;
	height: 2px;
	background: #1D1D1B;
}
.fixed-search .close-search .line.line-1{
	transform: rotate(45deg);
    top: 6px;
}
.fixed-search .close-search .line.line-2{
	opacity: 0;
}
.fixed-search .close-search .line.line-3{
	transform: rotate(-45deg);
    top: 6px;
}
.fixed-search .search-box{
	width: 100%!important;
}
.fixed-search .search-box .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0 0!important;
}
.fixed-search .search-box .dgwt-wcas-search-form{
	opacity: 1!important;
}
.fixed-search .search-box .dgwt-wcas-search-input{
	height: 38px!important;
	margin: 0 0!important;
	padding: 10px 10px!important;
	border: 1px solid rgba(29, 29, 27, 0.2)!important;
	border-radius: 6px!important;
	font-size: 14px!important;
	line-height: 18px!important;
	color: #1D1D1B!important;
	text-align: left!important;
	background: #fff!important;
}
.fixed-search .search-box .dgwt-wcas-search-input:focus{
	border: 1px solid #FE8D52!important;
	box-shadow: none!important;
}
.fixed-search .search-box .dgwt-wcas-search-submit{
	position: absolute!important;
	top: 50%!important;
	right: 15px!important;
	left: auto!important;
	transform: translate(0, -50%)!important;
}

.action-box{
	position: relative;
	z-index: 103;
	height: 30px;
	background: #fd8e4e;
}
.action-box .text{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#page.active-menu .action-box{
}
#page.active-menu header.main-header {
	background: #fff;
}

header.main-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  border-bottom: 1px solid #f1e9e2;
}
header.main-header .container{
	width: 100%!important;
	max-width: 1230px!important;
}
header.main-header .search-box{
	width: 100%;
}
header.main-header .search-box .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0 0!important;
}
header.main-header .search-box .dgwt-wcas-search-form{
	opacity: 1!important;
}
header.main-header .search-box .dgwt-wcas-search-input{
	height: 38px!important;
	margin: 0 0!important;
	padding: 10px 20px!important;
	border: 1px solid #f1e9e2 !important;
	border-radius: 6px!important;
	font-size: 14px!important;
	line-height: 18px!important;
	color: #1D1D1B!important;
	text-align: left!important;
	background: #fff!important;
}
header.main-header .search-box .dgwt-wcas-search-input:focus{
	border: 1px solid #f27a03 !important;
	box-shadow: none!important;
}
header.main-header .search-box .dgwt-wcas-search-submit{
	position: absolute!important;
	top: 50%!important;
	right: 15px!important;
	left: auto!important;
	transform: translate(0, -50%)!important;
}

header.main-header .icon-box .icon-item{
	position: relative;
	text-decoration: none!important;
	margin: 0 0 0 30px;
}
header.main-header .icon-box .icon-item .count{
	position: absolute;
	top: -4px;
	right: -8px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #FD8E4E;
	font-size: 10px;
	line-height: 1;
	color: #1D1D1B;
}
header.main-header .burger-button{
	position: relative;
	width: 21px;
	height: 14px;
}
header.main-header .burger-button.active{
	background: transparent!important;
}
header.main-header .burger-button .line{
	position: absolute;
	width: 21px;
	height: 2px;
	background: #1D1D1B;
}
header.main-header .burger-button .line.line-1{
	top: 0;
	left: 0;
}
header.main-header .burger-button.active .line.line-1{
	transform: rotate(45deg);
    top: 6px;
}
header.main-header .burger-button .line.line-2{
	top: 6px;
	left: 0;
}
header.main-header .burger-button.active .line.line-2{
	opacity: 0;
}
header.main-header .burger-button .line.line-3{
	bottom: 0;
	left: 0;
}
header.main-header .burger-button.active .line.line-3{
	transform: rotate(-45deg);
    top: 6px;
}

header.site-header{
	position: relative!important;
}

body.page-template-page-product-action .menu-nav{
	margin: 0 0 0 0;
}
body.page-template-page-product-sale .menu-nav{
	margin: 0 0 0 0;
}
.menu-nav{
	position: relative;
	z-index: 15;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #f1e9e2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-nav .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.menu-nav .menu-box{}
.menu-nav .menu-box ul{
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
.menu-nav .menu-box ul li{
	position: relative;
}
.menu-nav .menu-box ul li a{
	font-weight: 500;
	text-decoration: none!important;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #1D1D1B;
	text-transform: uppercase;
}
.menu-nav .menu-box ul li.shop-link a{
    position: relative;
    padding-right: 20px;
}
.menu-nav .menu-box ul li.shop-link a:after{
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    width: 1px;
    background: #1D1D1B;
}
.menu-nav .menu-box ul li a:hover,
.menu-nav .menu-box ul li a:focus{
	color: #FE8D52;
}
.menu-nav .menu-box ul li a .icon{
	box-sizing: border-box;
	height: 24px;
	margin: 0 5px 0 0;
	padding: 0 0 6px 0;
}
.menu-nav .menu-box ul li a .dropdown-icon{
	margin: 0 0 0 5px;
}
.menu-nav .menu-box ul li a .dropdown-icon path{
	stroke: #1D1D1B;
}
.menu-nav .menu-box ul li a:hover .dropdown-icon path{
	stroke: #FE8D52!important;
}
.menu-nav .menu-box ul li.sale a{
	color: #FE8D52;
}
.menu-nav .menu-box ul li.sale a svg path{
	fill: #FE8D52!important;
}
.menu-nav .menu-box ul li ul{
	position: absolute;
	top: 100%;
	left: 0%;
	/*
	transform: translateX(-50%);
	*/
	background: #fff!important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.15)!important;
	border-radius: 6px!important;
	width: 170px;
	padding: 5px 15px!important;
	visibility: hidden;
	opacity: 0;
}
.menu-nav .menu-box ul li:hover ul{
	visibility: visible;
	opacity: 1;
}
.menu-nav .menu-box ul li ul li a{
	display: flex;
	padding: 7px 0;
	font-size: 14px;
	height: auto!important;
}
.menu-nav .menu-box ul li ul li{
	margin: 0 0 0 0!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-nav .menu-box ul li ul li:last-child{
	border-width: 0!important;
}

.banner-block{
	position: relative;
	z-index: 4;
	margin: 0px 0 0 0;
}
.banner-block .nm{
	margin: 0 -10px!important;
}
.banner-block .np{
	padding: 0px 0px!important;
}
.banner-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.banner-block .carousel-box{
	position: relative;
	overflow: hidden;
}
.banner-block .carousel-box:before{
	content: '';
	position: relative;
	display: block;
	padding: 36% 0 0 0;
}
.banner-block .carousel-box .banner-carousel{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.banner-block .carousel-box .arrow-item{
	position: absolute;
	z-index: 10;
	width: 44px;
	height: 44px;
	background: rgba(241, 233, 226, 0.3);
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-block .carousel-box .arrow-item:hover{
	background: rgba(241, 233, 226, 1);
}

.banner-block .carousel-box .arrow-item.prev-slide{
	left: 15px;
	padding-right: 4px;
}
.banner-block .carousel-box .arrow-item.next-slide{
	right: 15px;
	padding-left: 4px;
}
.banner-block .carousel-box .banner-carousel{
	margin: 0 0 0 0!important;
}
.banner-block .carousel-box .slick-dots{
	bottom: 10px!important;
}
.banner-block .carousel-box .slick-dots li{
	margin: 0 3px;
	width: 8px!important;
	height: 8px!important;
	border-radius: 100%!important;
	background: rgba(217, 217, 217, 0.2)!important;
}
.banner-block .carousel-box .slick-dots li.slick-active{
	background: rgba(217, 217, 217, 0.9)!important;
}
.banner-block .carousel-box .slick-dots li button{
	opacity: 0!important;
	display: none;
}
.banner-block .carousel-box .slide-item{}
.banner-block .carousel-box .baner-item{
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.banner-block .carousel-box .baner-item:before{
	content: '';
	position: relative;
	display: block;
	padding: 63.5% 0 0 0;
}
.banner-block .carousel-box .baner-item .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 63.5%;
	overflow: hidden;
	border-radius: 0px;
}
.banner-block .carousel-box .baner-item .image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.banner-block .carousel-box .baner-item .content{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px 40px;
	display: none;
}
.banner-block .carousel-box .baner-item .content .text{
	font-size: 38px;
	line-height: 1.1;
	color: #fff;
	font-weight: 500;
	max-width: 320px;
	width: 100%;
}
.banner-block .carousel-box .baner-item .content .button-box{
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.banner-block .carousel-box .baner-item .content .button-box a{
	    width: 140px;
    height: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgb(255 255 255 / 74%);
    text-decoration: none !important;
    font-weight: bold;
}

.title-page-banner-button{
	width: 140px;
    height: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgb(255 255 255 / 74%);
    text-decoration: none !important;
    font-weight: bold;
}
.title-page-banner-button:hover,
.title-page-banner-button:focus{
	background: #ffffff;
	color: #2B2B2B;
}

.banner-block .carousel-box .baner-item .content .button-box a:hover,
.banner-block .carousel-box .baner-item .content .button-box a:focus{
	background: #ffffff;
	color: #2B2B2B;
}
.banner-block .grid-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.banner-block .grid-box .grid-item{
	position: relative;
	background-color: #f2f2f2;
  	flex: 1; 
  	margin-bottom: 20px;
}
.banner-block .grid-box .grid-item:last-child{
	margin-bottom: 0;
}
.banner-block .grid-box .grid-item .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.banner-block .grid-box .grid-item .image img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-block .grid-box .grid-item .content{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 25px 20px;
}
.banner-block .grid-box .grid-item .content .text{
	font-size: 22px;
	line-height: 1.1;
	color: #1D1D1B;
	font-weight: 500;
	max-width: 180px;
	width: 100%;
}
.banner-block .grid-box .grid-item .content .button-box{
	position: absolute;
	left: 20px;
	bottom: 8px;
}
.banner-block .grid-box .grid-item .content .button-box a{
 width: 100px;
    height: 25px;
    font-size: 12px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 6px;
    background: #F5D1C5;
    text-decoration: none !important;
}
.banner-block .grid-box .grid-item .content .button-box a:hover,
.banner-block .grid-box .grid-item .content .button-box a:focus{
	background: #ffffff;
	color: #972D47;
}

.category-block{
	position: relative;
	margin: 65px 0 0 0;
}    
@media (max-width: 767px) { /* Adjust breakpoint if needed */
    .category-block {
        position: relative;
        margin: 0 0 0 0 0 !important;
    }
}
.category-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.category-block .title-box{
	margin: 0 0 30px 0;
}
.category-block .title-box .title{
	font-size: 32px;
	line-height: 1.4;
	font-weight: 500;
	color: #1D1D1B;
}
.category-block .carousel-box{
	position: relative;
	margin: 0 -10px;
}

.category-block .carousel-box .slick-track{
	margin: 0 0!important;
	display: flex!important;
}


.category-block .carousel-box .arrow-item{
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(29, 29, 27, 0.1);
	background: #fff;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.category-block .carousel-box .arrow-item.prev-slide{
	left: -2px;
	padding-right: 4px;
}
.category-block .carousel-box .arrow-item.next-slide{
	right: -5px;
	padding-left: 4px;
}

.category-block .carousel-box .slick-slider{
	margin: 0 0 0 0!important;
}
.category-block .slide-item{
	padding: 0 10px;
}
.category-block .category-item{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.category-block .category-item:before{
	content: '';
	position: relative;
	display: block;
	padding: 53% 0 0 0;
}
.category-block .category-item .link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.category-block .category-item .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.category-block .category-item .image img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
    width: 100%;
	object-fit: cover;
	object-position: center;
}
.category-block .category-item .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 12px;
}

@media (min-width: 1024px) { 
   .category-block .category-item .content .category-name{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1;
	color: #1D1D1B;
	max-width: 65px;
   }
}

.category-block .category-item.style-2 .content .category-name{
	color: #fff;
}

.subscribe-block{
	position: relative;
	margin: 65px 0 0 0;
}
.subscribe-block .content-box .icon{
	margin: 0 15px 0 0;
}
.subscribe-block .content-box .text{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #1D1D1B;
	max-width: 400px;
}
.subscribe-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.subscribe-block .form-box{
	width: 100%;
}
.subscribe-block .form-box .nm{
	margin: 0 -5px!important;
}
.subscribe-block .form-box .np{
	padding: 0 5px!important;
}
.subscribe-block .form-box .form-group{
	position: relative;
}
.subscribe-block .form-box input{
	padding: 0 15px;
	width: 100%;
	height: 34px;
	border-radius: 8px;
	font-size: 14px;
	color: #1D1D1B;
	border: 1px solid rgba(29, 29, 27, 0.2);
}
.subscribe-block .form-box input:focus{
	outline: none!important;
	box-shadow: 0 0 0!important;
	border: 1px solid #FE8D52;
}
.subscribe-block .form-box input.error{
	border: 1px solid #f00;
}
.subscribe-block .form-box .form-group label.error{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 5px;
	font-size: 12px;
	color: #f00;
	font-weight: 400;
}
.subscribe-block .form-box .form-group.valid label.valid{
	color: #73a200!important;
}
.subscribe-block .form-box .send-button{
	width: 100%;
	height: 34px;
	background: #1D1D1B;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none!important;
	border-radius: 8px;
	cursor: pointer;
}
.subscribe-block .form-box .send-button:hover,
.subscribe-block .form-box .send-button:focus{
	background: #FE8D52;
}

.insta-block{
	position: relative;
	margin: 65px 0 0 0;
}
.insta-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.insta-block .content-box{
	position: relative;
	padding: 40px;
	background: #FFC19E;
	border-radius: 8px;
}
.insta-block .content-box .icon{
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.insta-block .content-box .text{
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}
.insta-block .content-box .text .title{
	font-size: 32px;
	line-height: 1.1;
	color: #1D1D1B;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.insta-block .content-box .text .subtitle{
	font-size: 16px;
	line-height: 1.2;
	color: #1D1D1B;
	font-weight: 400;
}
.insta-block .content-box .button-box{
	position: absolute;
	right: 40px;
	bottom: 30px;
}
.insta-block .content-box .button-box a{
	width: 160px;
	height: 22px;
	font-size: 12px;
	color: #972D47;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 6px;
	background: rgba(151, 45, 71, 0.1);
	text-decoration: none!important;
}


.main-footer{
	position: relative;
	margin: 0px 0 0 0;
	padding: 60px 0 70px 0;
	background: #1D1D1B;
	margin-bottom: -25px;
}
.main-footer .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.main-footer .footer-logo {
	padding: 0 0!important;
	margin: 0 0 25px 0 !important;
	margin-bottom: 35px;
}
.main-footer .widget-box{
	margin: 0 0 50px 0;
}
.main-footer .widget-item{
	margin: 0 0 25px 0;
}
.main-footer .widget-item:last-child{
	margin: 0 0 0 0;
}
.main-footer .widget-item .widget-title{
	font-size: 16px!important;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: left;
}
.main-footer .widget-item .menu{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.main-footer .widget-item .menu li{
	margin: 0 0 3px 0;
}
.main-footer .widget-item .menu li a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none!important;
}
.main-footer .widget-item .menu li a:hover,
.main-footer .widget-item .menu li a:focus{
	color: #FE8D52;
}
.main-footer .widget-item .textwidget{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.main-footer .widget-item .textwidget p{
	margin: 0 0 10px 0;
}
.main-footer .widget-item .textwidget a{
	color: #fff;
	text-decoration: none!important;
}
.main-footer .widget-item .textwidget a:hover,
.main-footer .widget-item .textwidget a:focus{
	color: #FE8D52;
}
.main-footer .widget-item .social-link a{
	margin: 0 10px 0 0;
}
.main-footer .logo-box{
	margin: 0px 0 0 0;
}
.main-footer .logo-box .logo-item{
	margin: 0 5px 0 0;
}
.main-footer .payment-box{
	margin: 15px 0 0 0;
}
.main-footer .payment-box .payment-item{
	margin: 0 15px 0 0;
}
.main-footer .copyright{
	font-size: 10px;
	color: #fff;
	margin: 30px 0 0 0!important;
	padding: 0 0 0 0!important;
}

.breadcrumb-block{
	padding: 25px 0;
}
.breadcrumb-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.breadcrumb-block .breadcrumb-list .breadcrumb-item a{
	font-weight: 400;
	color: #909090;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none!important;
}
.breadcrumb-block .breadcrumb-list .breadcrumb-item{
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
.breadcrumb-block .breadcrumb-list .sep{
	margin: 0 7px;
}

.breadcrumb-list .breadcrumb-item a{
	font-weight: 400;
	color: #909090;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none!important;
}
.breadcrumb-list .breadcrumb-item a:hover,
.breadcrumb-list .breadcrumb-item a:focus{
	color: #333333;
}
.breadcrumb-list .breadcrumb-item{
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
.breadcrumb-list .sep{
	margin: 0 7px;
}



.page-title-box{
	position: relative;
	margin: 0 0 0 0;
}
.page-title-box .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.page-title-box .page-title{
	margin: 0 0 30px 0;
}
.page-title-box .page-title h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
	color: #1D1D1B;
	text-transform: uppercase;
}

.products-list-block{
	position: relative;
	margin: 30px 0 0 0;
}
.products-list-block.style-2{
	padding: 30px 0;
	background: #F8F5F2;
}
.products-list-block .title-box{
	margin: 0 0 30px 0;
}
.products-list-block .title-box .title{
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	color: #1D1D1B;
	text-transform: uppercase;
	text-align: center;
}
.products-list-block .woocommerce{}
.products-list-block .woocommerce .nm{
	margin: 0 -20px!important;
}
.products-list-block .woocommerce .np{
	padding: 0 20px!important;
}
.products-list-block .col-item{
	margin: 0 0 40px 0;
}
.products-list-block .woocommerce .product-item{
	position: relative!important;
	height: 100%!important;
	padding: 0 0 40px 0!important;
}
.products-list-block .woocommerce .product-item .label-box{
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.products-list-block .woocommerce .product-item .label-box .label-item{
	width: 68px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 4px 0;
}
.products-list-block .woocommerce .product-item .label-box .label-item.hit-label{
	color: #fff;
	background: #C2B9D4;
}
.products-list-block .woocommerce .product-item .label-box .label-item.new-label{
	color: #fff;
	background: #FE8E4E;
}
.products-list-block .woocommerce .product-item .woocommerce-loop-product__link{
	text-decoration: none!important;
	display: block;
}
.products-list-block .woocommerce .product-item .attachment-woocommerce_thumbnail{
	margin: 0 0 30px 0;
	background-color: #fff;
}
.products-list-block .woocommerce .product-item .woocommerce-loop-product__title{
	font-weight: 700;
	font-size: 13px;
	color: #1D1D1B;
	text-align: center;
	margin: 0 0 15px 0;
	min-height: 56px;
}
.products-list-block .woocommerce .product-item:hover .woocommerce-loop-product__title{
	/*color: #FD8E4E;*/
}
.products-list-block .woocommerce .product-item .price{
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #1d1d1b;
	margin: 0 0 5px 0;
}
.products-list-block .woocommerce .product-item .price del{
	font-size: 14px!important;
	font-weight: 400!important;
	margin-left: 5px;
}
.products-list-block .woocommerce .product-item .price .amount{
	display: flex;
	justify-content: center;
	margin: 0 0 15px 3px;
}
.products-list-block .woocommerce .product-item .price .category__1l{
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	color: #909090;
	text-align: center;
	display: flex;
}
.products-list-block .woocommerce .product-item .quantity{
	display: none!important;
}
.products-list-block .woocommerce .product-item .button-box{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%!important;
}
.products-list-block .woocommerce .product-item .button-box .button{
	position: relative!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	width: 100%!important;
	height: 34px!important;
	border-radius: 6px!important;
	top: auto!important;
	right: auto!important;
	bottom: auto!important;
	left: auto!important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background: #FD8E4E!important;
}
.products-list-block .woocommerce .product-item .button-box .button:hover,
.products-list-block .woocommerce .product-item .button-box .button:focus{
	color: #fff;
	background: #903f11!important;
}
.products-list-block .woocommerce .product-item .added_to_cart{
	display: none!important;
	opacity: 0!important;
	visibility: hidden!important;
}

.products-list-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.products-list-block.container{
	width: 100%!important;
	max-width: 1230px!important;
}
.products-list-block .carousel-box{
	position: relative;
	margin: 0 -5px!important;
}
.products-list-block .carousel-box .slick-track{
	margin: 0 0!important;
	display: flex!important;
}
.products-list-block .carousel-box .slide-item{
	padding: 0 20px!important;
}
.products-list-block .carousel-box .product-carousel{
	margin: 0 0 0 0!important;
}
.products-list-block .carousel-box .arrow-item{
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(29, 29, 27, 0.1);
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.products-list-block .carousel-box .arrow-item.prev-slide{
	left: 10px;
	padding-right: 4px;
}
.products-list-block .carousel-box .arrow-item.next-slide{
	right: 10px;
	padding-left: 4px;
}

.products-tab .title-box .title{
	font-weight: 500!important;
	font-size: 32px!important;
	text-transform: none!important;
}
.products-tab .title-box .title svg{
	margin: 0 15px 0 0;
}

.tabs-box{}
.tabs-box .nav-tabs{
	margin: 0 0 30px 0!important;
	padding: 0 0!important;
	border: 0px!important;
}
.tabs-box .nav-tabs .nav-item{
	margin: 0 10px 10px 0!important;
}
.tabs-box .nav-tabs .nav-link{
	padding: 6px 15px 4px 15px!important;
	border-radius: 24px!important;
	border: 1px solid #1D1D1B!important;
	color: #1D1D1B;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.tabs-box .nav-tabs .nav-link:hover,
.tabs-box .nav-tabs .nav-link:focus{
	outline: none!important;
	box-shadow: none!important;
	background: #FD8E4E!important;
	border: 1px solid #FD8E4E!important;
}
.tabs-box .nav-tabs .nav-link.active{
	background: #1D1D1B!important;
	color: #fff!important;
	border: 1px solid #1D1D1B!important;
}
.tabs-box .nav-tabs.full-nav-tabs .nav-item{
	margin: 0 30px 0 0!important;
}
.tabs-box .nav-tabs.full-nav-tabs .nav-link{
	padding: 0 0!important;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	border-width: 0 0 2px 0!important;
	border-style: solid!important;
	border-color: rgba(253, 142, 78, 1)!important;
	border-radius: 0!important;
}
.tabs-box .nav-tabs.full-nav-tabs .nav-link.active{
	background: transparent!important;
	color: #1D1D1B!important;
	border-width: 0 0 2px 0!important;
	border-style: solid!important;
	border-color: transparent!important;
}
.tabs-box .nav-tabs.full-nav-tabs .nav-link:hover,
.tabs-box .nav-tabs.full-nav-tabs .nav-link:focus{
	background: transparent!important;
}

.fixed-cart{
	position: fixed;
	z-index: 110;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 640px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 30px 55px 0 55px;
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}
.fixed-cart.active{
	transform: translateX(0%);
	opacity: 1;
	visibility: visible;
	z-index:1000; /*10000;*/
}
.fixed-cart:after{
	content: '';
	position: absolute;
	z-index: 110;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	opacity: 0;
	visibility: hidden;
}
.fixed-cart.loaded:after{
	opacity: 1;
	visibility: visible;
}
.fixed-cart:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 120;
	width: 20px;
	height: 20px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #FF9923 #FF9923 #FF9923 rgba(0, 0, 0, 0.01);
	transform: translate(-50%,-50%);
	border-radius: 100%;
	animation: rotate 2s linear infinite;
	opacity: 0;
	visibility: hidden;
}
.fixed-cart.loaded:before{
	opacity: 1;
	visibility: visible;
}

.fixed-cart .title-box{
	position: relative;
	z-index: 10;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.4;
	color: #000;
	margin: 0 0 30px 0;
}
.fixed-cart .title-box .close{
	cursor: pointer;
}
span.wc-block-formatted-money-amount.free:after {
    content: ' - Kostenlos';
    color: green;
}
.gift-box{
	padding: 18px 20px;
	background: rgba(255, 153, 35, 0.04);
	border: 2px solid rgba(255, 153, 35, 1);
	border-radius: 10px;
	margin: 0 0 20px 0;
}
.gift-box .gift-title{
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px 0;
}
.gift-box .progressbar-box{
	position: relative;
	margin: 40px 0 60px 0;
}
.gift-box .progressbar-box .price-label{
	position: absolute;
	bottom: 100%;
	padding: 0 0 13px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #909090;
	background: transparent!important;
}
.gift-box .progressbar-box .price-label:after{
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 12px;
	bottom: -4px;
	border-radius: 4px 4px 0 0;
	background: #DADADA;
}
.gift-box .progressbar-box .price-label.active:after{
	background: #FF9923;
}
.gift-box .progressbar-box .price-label.style-1{
	left: 50%;
	transform: translateX(-50%);
}
.gift-box .progressbar-box .price-label.style-1:after{
	left: 50%;
	transform: translateX(-50%);
}
.gift-box .progressbar-box .price-label.style-2{
	right: 0%;
}
.gift-box .progressbar-box .price-label.style-2:after{
	right: 0;
}

.gift-box .progressbar-box .gift-label{
	position: absolute;
	top: 100%;
	padding: 15px 0 0 0;
	background: transparent!important;
}
.gift-box .progressbar-box .gift-label .label{
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.gift-box .progressbar-box .gift-label .price-value{
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: 700;
}
.gift-box .progressbar-box .gift-label .icon{
	margin: 0 0 5px 0;
}
.gift-box .progressbar-box .gift-label .gift-name{
	font-size: 12px;
	line-height: 18px;
	color: #909090;
	font-weight: 500;
	text-decoration: none!important;
}
.gift-box .progressbar-box .gift-label .gift-name a{
	font-size: 12px;
	line-height: 16px; /*18px;*/
	color: #909090;
	font-weight: 500;
	border-bottom: 1px solid #909090;
	text-decoration: none!important;
}
.gift-box .progressbar-box .gift-label.active .gift-name{
	color: #FF9923!important;
}
.gift-box .progressbar-box .gift-label.active .gift-name a{
	border-bottom: 1px solid #FF9923!important;
	color: #FF9923!important;
}
.gift-box .progressbar-box .gift-label .gift-name a:hover{
	color: #000!important;
	border-bottom: 1px solid #000!important;
}
.gift-box .progressbar-box .gift-label.active svg.gift-icon path{
	fill: #FF9923!important;
}
.gift-box .progressbar-box .gift-label.active svg.delivery-icon path{
	stroke: #FF9923!important;
}
.gift-box .progressbar-box .gift-label.style-1{
	left: 0;
}
.gift-box .progressbar-box .gift-label.style-2{
	left: 50%;
	transform: translateX(-50%);
}
.gift-box .progressbar-box .gift-label.style-3{
	right: 0;
}

.gift-box .progressbar-line{
	position: relative;
	width: 100%;
	height: 7px;
	border-radius: 4px;
	background: #DADADA;
	overflow: hidden;
}
.gift-box .progressbar-line .current-progress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 4px 0 0 4px;
	background: #FF9923;
}

.wc-block-cart-item__product .wc-block-cart-item__gift,
.wc-block-components-order-summary-item__description .wc-block-cart-item__gift{
	margin: 0 0 0 0!important;
	display: inline-flex;
	align-items: center!important;
	height: 32px;
	font-size: 14px;
	line-height: 1!important;
	font-weight: 700;
	color: #FF9923;
	background: rgba(255, 153, 35, 0.1);
	border-radius: 4px;
	padding: 0 10px;
}
.wc-block-cart-item__product .wc-block-cart-item__gift .icon,
.wc-block-components-order-summary-item__description .wc-block-cart-item__gift .icon{
	margin: 0 10px 2px 0!important;
}
.wc-block-cart-item__product .wc-block-cart-item__gift .icon svg,
.wc-block-components-order-summary-item__description .wc-block-cart-item__gift .icon svg{
	width: 20px!important;
	height: auto;
}

.simple-page .gift-box{
	margin-top: 30px;
}
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.fixed-cart .title-box,
.fixed-cart .gift-box,
.fixed-cart .footer-box {
  flex-shrink: 0; 
}

.fixed-cart .cart-wrapper{
	flex-grow: 1;
    height: auto; /*100%;*/
	max-height: 40vh;
	min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-cart .cart-wrapper .nm{
	margin: 0 -5px!important;
}
.fixed-cart .cart-wrapper .np{
	padding: 0 5px!important;
}
.fixed-cart .cart-wrapper .product-item{
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.fixed-cart .cart-wrapper .product-item:last-child{
	border-bottom: 0!important;
}

.fixed-cart .cart-wrapper .product-item .thumbnail{
	position: relative;
	display: flex;
}
.fixed-cart .cart-wrapper .product-item .thumbnail:before{
	content: '';
	position: relative;
	display: block;
	padding: 100% 0 0 0;
}
.fixed-cart .cart-wrapper .product-item .thumbnail img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;	
}

.fixed-cart .cart-wrapper .product-item .product-gift{
	height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #FF9923;
	background: rgba(255, 153, 35, 0.1);
	border-radius: 4px;
	padding: 0 10px;
}
.fixed-cart .cart-wrapper .product-item .product-gift .icon{
	margin: 0 10px 0 0;
}
.fixed-cart .cart-wrapper .product-item .gift-count{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #383C42;
}
.fixed-cart .cart-wrapper .product-item .product-name{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 0 10px 0;
}
.fixed-cart .cart-wrapper .product-item .product-name a{
	text-decoration: none!important;
	color: #000;
}
.fixed-cart .cart-wrapper .product-item .button-box .remove-product{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.fixed-cart .cart-wrapper .product-item .button-box .remove-product:hover svg path{
	fill: #000!important;
}
.fixed-cart .cart-wrapper .product-item .price-box{
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #000;
	width: 44px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.fixed-cart .cart-wrapper .product-item .price{
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #000;
	height: 28px;
	display: flex;
	align-items: center;
}
.fixed-cart .cart-wrapper .product-item .sale-price{
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #000;
	height: 28px;
	display: flex;
	align-items: center;
}
.fixed-cart .cart-wrapper .product-item .regular-price{
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	color: #909090;
	height: 28px;
	display: flex;
	align-items: center;
	text-decoration: line-through;
}
.fixed-cart .cart-wrapper .product-item .sub-price{
	font-weight: 700;
	line-height: 1;
	font-size: 16px;
	color: #000;
	width: 44px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed-cart .cart-wrapper .product-item .quantity-controls{
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent!important;
	border: 0!important;
	padding: 0!important;
}
.fixed-cart .cart-wrapper .product-item .quantity-box input{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center!important;
	width: 34px;
	height: 28px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.fixed-cart .cart-wrapper .product-item .quantity-controls button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	text-align: center;
}
.fixed-cart .cart-wrapper .product-item .quantity-controls button:focus{
	outline: none!important;
	box-shadow: 0!important;
}
/* Chrome, Safari, Edge, Opera */
.fixed-cart .cart-wrapper .product-item .quantity-box input::-webkit-outer-spin-button,
.fixed-cart .cart-wrapper .product-item .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.fixed-cart .cart-wrapper .product-item .quantity-box input[type=number] {
  -moz-appearance: textfield;
}

.fixed-cart .footer-box{
	padding: 15px 0;
}
.fixed-cart .free-delivery{
	height: 34px;
	font-size: 14px;
	font-weight: 500;
	color: #0DA400;
	background: rgba(13, 164, 0, 0.15);
	border-radius: 4px;
	margin: 0 0 15px 0;
}
.fixed-cart .free-delivery .icon{
	margin: 0 10px 0 0;
}
.fixed-cart .footer-box .total-box{
	margin: 0 0 15px 0;
}
.fixed-cart .footer-box .total-box .back{
	font-weight: 400;
	font-size: 14px;
	color: #676D79;
	line-height: 24px;
	text-decoration: none!important;
}
.fixed-cart .footer-box .total-box .back:hover,
.fixed-cart .footer-box .total-box .back:focus{
	color: #000;
}
.fixed-cart .footer-box .total-box .back .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin: 0 15px 0 0;
}
.fixed-cart .footer-box .total-box .total-basket{
	font-weight: 700;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}
.fixed-cart .footer-box .button-box a{
	height: 52px;
	background: #FF9923;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-decoration: none!important;
}
.fixed-cart .footer-box .button-box a:hover,
.fixed-cart .footer-box .button-box a:focus{
	background: #000000;
}
.fixed-cart .footer-box .button-box a .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 0 0 15px;
}



.fixed-overlay{
	position: fixed;
	z-index: 105;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
}
.fixed-overlay.active{
	opacity: 1;
	visibility: visible;
}

.gift-modal{}
.gift-modal .carousel-box .slick-slider{
	width: 100%!important;
}
.gift-modal .col-item{
	position: relative!important;
	height: 100%!important;
	width: 100%!important;
}
.gift-modal.show{
	visibility: visible!important;
	opacity: 1!important;
	z-index: 1050!important;
}
.gift-modal .modal-dialog{
	width: 100%!important;
	max-width: 1230px!important;
	padding: 0 0!important;
}
.gift-modal .modal-dialog .modal-content{
	position: relative!important;
	padding: 40px!important;
	background: #fff!important;
	border-radius: 20px!important;
	width: 96%!important; /* вписываем окно в экран */
}

.gift-modal .modal-dialog .modal-content .close{
	position: absolute;
	z-index: 100!important;
	top:40px!important;
	right: 40px!important;
	background: transparent!important;
	box-shadow: 0!important;
	border: 0!important;
}
.gift-modal .modal-dialog .modal-content .modal-title{
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px 0;
}
.gift-modal .modal-dialog .modal-content .price{
	display: none!important;
}
.gift-modal .modal-dialog .modal-content .products-list-block{
	margin: 0 0 0 0!important;
}

body.body-overflow-hidden{
	overflow: hidden!important;
}

.dgwt-wcas-suggestions-wrapp{
	box-shadow: 0px 5px 10px rgba(0,0,0,.15)!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product{
	padding: 10px 10px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05)!important;
	text-decoration: none!important;
	background: transparent!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product:last-child{
	border-bottom: 0px solid rgba(0, 0, 0, 0)!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-st-title{
	font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp{
	display: flex!important;
	flex-direction: column!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-st{
	margin: 0 0 8px 0!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta{
	width: 100%!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp{
	display: flex!important;
	width: 100%!important;
	justify-content: space-between!important;
	padding: 0 0 0 0!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .category__1l{
	order: 1!important;
	text-decoration: none!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .amount{
	order: 2!important;
	text-decoration: none!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .del{
	order: 2!important;
	text-decoration: none!important;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp .ins{
	order: 2!important;
	text-decoration: none!important;
}

.cart-block .container{
	width: 100%!important;
	max-width: 1230px!important;
}


.page-id-1784 .col-md-9, 
.page-id-1783 .col-md-9, 
.page-id-4958 .col-md-9 {
	width: 75%!important;
}

.page-id-1784 .site-main .col-md-9{
	width: 100%!important;
}

.single-product .post-navigation{
	margin-top: 34px;
}

.single-product .woocommerce-product-gallery .label-box{
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.single-product .woocommerce-product-gallery .label-box .label-item{
	width: 100px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 4px 0;
}
.single-product .woocommerce-product-gallery .label-box .label-item.hit-label{
	color: #fff;
	background: #C2B9D4;
}
.single-product .woocommerce-product-gallery .label-box .label-item.new-label{
	color: #fff;
	background: #FD8E4E;
}

.fixed-card-icon{
	position: fixed;
	z-index: 500;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #FD8E4E;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.fixed-card-icon svg {
	width:33px;
	height: 29px;
}
.fixed-card-icon .count{
	position: absolute;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 28px;
	border: 1px solid #000;
}
.single-product .container{
	width: 100%!important;
	max-width: 1230px!important;
}
.single-product .breadcrumb-list{
	margin: 0 0 30px 0;
}
.payments__footer_2 img{
	width: auto!important;
}

.wc-block-cart__submit-container{
	display: flex!important;
	justify-content: center!important;
}

.wc-block-components-button.bt_back{
	width: auto!important;
	position: relative;
	font-size: 16px!important;
	line-height: 1!important;
	color: #676D79!important;
	font-weight: 500!important;
	display: inline-flex!important;
	justify-content: center!important;
	align-items: center!important;
	background: transparent!important;
	outline: none!important;
	box-shadow: 0!important;
	border: 0!important;
	margin: 0 auto!important;
	text-transform: none!important;
}
.wc-block-components-button.bt_back:before{
	content: '';
	position: relative;
	display: flex;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin: 0 10px 0 0;
	border-radius: 5px!important;
	background: url('images/back-icon.svg') center no-repeat!important;
}
.wc-block-components-button.bt_back:focus{
	box-shadow: 0!important;
	border: 0!important;
}

.page-id-1784 section.widget.widget_text {
    display: none;
}
.page-id-1784 section.widget.WpfWoofiltersWidget + section.widget.widget_text {
   display: block;
}

.wc-block-components-express-payment{
	z-index: 1!important;
}

@media all and (max-width: 767px){
	.wc-block-cart .wc-block-cart__submit-container--sticky{
		z-index: 99!important;
	}

	header.main-header{
		padding: 9px 0 !important;
	}
	header.main-header .header-logo img{
		max-width: 140px;
		height: auto;
	}
	header.main-header .icon-box .icon-item{
		margin: 0 0 0 20px;
	}

	.banner-block{
		margin: 0 0 0 0;
	}
	.banner-block .np-0{
		padding: 0 0!important;
	}
	.banner-block .np{
		padding: 0 0!important;
	}
	.banner-block .nm{
		margin: 0 0!important;
	}
	.banner-block .carousel-box:before{
		content: '';
		position: relative;
		display: block;
		padding: 41% 0 0 0;
	}
	.banner-block .carousel-box .baner-item{
		border-radius: 0!important;
	}
	.banner-block .carousel-box .baner-item:before{
		padding: 65% 0 0 0!important;
	}
	.banner-block .carousel-box .baner-item .image{
		border-radius: 0!important;
	}
	.banner-block .carousel-box .baner-item .content{
		padding: 30px 20px;
		max-width: 200px;
	}
	.banner-block .carousel-box .baner-item .content .text{
		font-size: 22px;
	}
	.banner-block .carousel-box .baner-item .content .button-box{
		left: 20px;
		  margin-bottom: -20px;
	}
	.title-page-banner-button a{
		height: 22px;
	}
	
	.banner-block .carousel-box .baner-item .content .button-box a{
		height: 22px;
	}
	.banner-block .grid-box .grid-item .content .button-box a{
		height: 22px;
	}
	.banner-block .carousel-box .slick-dots{
		left: 20px;
		right: 20px;
		width: auto;
		text-align: left;
	}
	.banner-block .carousel-box .slick-dots li{
		margin: 0 6px 0 0!important;
	}
	.banner-block .carousel-box .arrow-item{
		width: 24px;
		height: 24px;
	}

	.category-block .title-box{
		margin: 0 0 20px 0;
	}
	.category-block .title-box .title{
		font-size: 24px;
	}
	.category-block .carousel-box{
		margin: 0 -5px;
	}
	.category-block .slide-item{
		padding: 0 5px;
	}
	.category-block .carousel-box .arrow-item.prev-slide{
		left: 5px!important;
	}
	.category-block .carousel-box .arrow-item.next-slide{
		right: 5px!important;
	}

	.products-list-block .carousel-box{
		margin: 0 -5px!important;
	}
	.products-list-block .carousel-box .slide-item {
	    padding: 0 5px !important;
	}
	.products-list-block .woocommerce .product-item .price .category__1l .tax-class-10,
	.products-list-block .woocommerce .product-item .price .category__1l .tax-class-20{
		display: block!important;
		margin: 0px !important;
	}

	.products-list-block .carousel-box .arrow-item.next-slide{
		right: 5px!important;
	}
	.products-list-block .carousel-box .arrow-item.prev-slide{
		left: 5px!important;
	}

	.products-tab .title-box .title{
		font-size: 24px!important;
		justify-content: center;
	}
	.products-tab .title-box .title svg{
		height: 22px;
		width: auto;
		margin: 0 10px 0 0!important;
	}

	.tabs-box .nav-tabs .nav-item{
		margin: 0 10px 10px 0!important;
	}

	.insta-block .content-box{
		padding: 20px 20px 130px 20px;
	}
	.insta-block .content-box .text .title{
		font-size: 22px;
	}
	.insta-block .content-box .text .subtitle{
		font-size: 14px;
	}
	.insta-block .content-box .icon {
	    position: absolute;
	    left: 20px;
	    bottom: 20px;
	    top: auto;
	    transform: translateY(0);
	}
	.insta-block .content-box .icon img{
		max-width: 90px;
		height: auto;
	}
	.insta-block .content-box .button-box{
		right: 20px;
		bottom: 20px;
	}

	.subscribe-block .form-box{
		margin: 15px 0 0 0!important;
	}

	.subscribe-block .form-box .np{
		padding: 0 3px!important;
	}
	.subscribe-block .form-box .nm{
		margin: 0 -3px!important;
	}

	.main-footer .footer-logo{
		padding: 0 0!important;
		margin: 0 0 25px 0!important;
	}

	.main-footer .widget-box{
		margin: 0 0 0 0;
	}
	.main-footer .widget-item{
		margin: 0 0 40px 0;
	}
	.main-footer .widget-item:last-child{
		margin: 0 0 40px 0;
	}
	.main-footer .widget-item .widget-title{
		font-size: 16px!important;
		margin: 0 0 15px 0;
	}
	.main-footer .widget-item .menu li a{
		font-size: 14px;
	}
	.main-footer .widget-item .textwidget{
		font-size: 14px!important;
	}
	.main-footer .logo-box{
		margin: 0 0 0 0;
	}
	.main-footer .payment-box{
		flex-wrap: wrap;
	}
	.main-footer .payment-box .payment-item{
		margin: 0 15px 15px 0;
	}

	.fixed-search .dgwt-wcas-search-icon{
		display: none!important;
	}
	.fixed-search .dgwt-wcas-enable-mobile-form{
		display: none!important;
	}
	.fixed-search .dgwt-wcas-search-icon-arrow{
		display: none!important;
	}

	.fixed-search .dgwt-wcas-search-form{
		display: block!important;
		min-width: auto!important;
		width: 100%!important;
	}
	.fixed-search .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{
		display: block!important;
		min-width: auto!important;
		width: 100%!important;
		max-width: 100%!important;
	}

	.fixed-cart{
		padding: 20px 15px!important;
	}
	.fixed-cart .footer-box .total-box .total-basket{
		text-align: right!important;
	}
	.page-id-1784 .col-md-9, 
	.page-id-1783 .col-md-9, 
	.page-id-4958 .col-md-9 {
		width: 100%!important;
	}

	.fixed-menu .menu-box ul li .go-to-link{
		position: absolute;
		left: 20px;
		bottom: 10px;
		z-index: 5;
		visibility: hidden;
		opacity: 0;
		height: 0;
		padding: 0px 15px 0px 15px !important;
	    border-radius: 24px !important;
	    border: 1px solid #1D1D1B !important;
	    color: #1D1D1B;
	    font-size: 16px;
	    line-height: 18px;
	    font-weight: 400;
	}
	.fixed-menu .menu-box ul li.active .go-to-link{
		visibility: visible;
		opacity: 1;
		height: 32px;
	}
	.fixed-menu .menu-box ul li.active{
		background: transparent!important;
	}

	.fixed-menu .menu-box ul li.active{
		position: relative;
	}

	.fixed-menu .menu-box ul li ul.sub-menu{
		position: relative!important;
		left: auto!important;
		top: auto!important;
		width: 100%!important;
		display: none!important;
		padding: 10px 0 40px 20px!important;
		background: transparent!important;
		visibility: hidden;
		opacity: 0;
		height: 0px;
	}
	.fixed-menu .menu-box ul li.active > ul.sub-menu{
		display: block!important;
		visibility: visible;
		opacity: 1;
		height: auto;
	}
	.fixed-menu .menu-box ul li a svg path{
		fill: #1D1D1B!important;
		stroke: #1D1D1B!important;
	}
	.fixed-menu .menu-box ul li a .dropdown-icon{
		margin: 0 0 0 10px!important;
	}
	.simple-page{
		padding-top: 30px!important;
	}
	.page__for_shop.simple-page{
		padding-top: 30px!important;
	}
	.simple-page.products-list-block{
		margin: 0 0 0 0!important;
	}
	.simple-page .breadcrumb-list{
		margin: 0 0 30px 0!important;
	}
	.cart-block .simple-page{
		padding-top: 30px!important;
	}
}

.page-id-3660 .main__shop_navigation,
.page-id-3482 .shop__h1, 
.page-id-1772 .shop__h1, 
.page-id-1674 .shop__h1, 
.page-id-3290 .shop__h1, 
.woocommerce-cart .shop__h1, 
.woocommerce-checkout .shop__h1, 
.page-id-3 .shop__h1, 
.page-id-138 .shop__h1,
.page-id-3701 .shop__h1, 
.page-id-141 .shop__h1 {
	display: flex!important;
}

.page-id-1784 .col-md-2, 
.page-id-1784 .col-md-3, 
.page-id-1783 .col-md-2, 
.page-id-1783 .col-md-3, 
.page-id-4958 .col-md-3{
	display: flex!important;
}

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




a.wc-block-cart-item__remove-items {
    font-weight: normal !important;
    color: #e33000 !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    margin-left: 10px;

}


.sommelier-recommendation {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 10px;
    border: 3px solid #FE8D52;
    border-radius: 12px;
    background-color: #FE8D52;
    width: fit-content;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
 
@media (max-width: 768px) {
    .banner-block .grid-box .grid-item .image {
         position: static;
    }
    .banner-block .grid-box .grid-item .image img {
        position: static; 
     
    }
	.banner-block .grid-box {
    
    margin: 5px;
    margin-top: -50px !important;
}
.banner-block .carousel-box .banner-carousel {
  height: 100%;
}
} 
/* Обёртка кнопки (position: fixed) */
.my-fixed-button-wrap {
  position: fixed;
  right: 10px;
  bottom: 85px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

/* «Кнопка» Rabatte с крестиком */
.my-fixed-button-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FD8E4E;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 32px;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
  position: relative;
  padding-left: 65px;
}

/* Hover эффект для кнопки */
.my-fixed-button-content:hover {
  background-color: #f57d33;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

/* Текст "Rabatte" */
.my-fixed-button-content span {
  margin-right: 8px;
}

/* Блок с крестиком */
.button-close {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

/* Разделительная линия */
.button-close .divider {
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
}

/* Иконка крестика */
.button-close i {
  font-size: 14px;
  line-height: 1;
}

/* Бейдж "-40% OFF" */
.my-fixed-button-content::after {
  content: "bis zu -15%";
  position: absolute;
  top: -20px; /* Расположение бейджа */
  right: 24px; /* Отступ от правого края кнопки */
  background-color: #f0932b;
  color: #130f40;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap; /* Запрет переноса текста */
}

/* Уменьшаем размеры кнопки на маленьких экранах */
@media (max-width: 480px) {
  .my-fixed-button-wrap {
    right: 10px;
    bottom: 85px;
  }
  .my-fixed-button-content {
    padding: 10px 14px;
  }
  .button-close .divider {
    height: 12px;
  }
  .button-close i {
    font-size: 12px;
  }
  .my-fixed-button-content::after {
    font-size: 0.7rem; /* Уменьшаем текст бейджа */
    padding: 3px 6px;
    top: -15px; /* Подгоняем расположение бейджа */
    right: 24px; /* Отступ от правого края кнопки */
  }
}




.yaydp-offer-description {
  font-family: Arial, sans-serif; /* Шрифт */
  font-size: 18px; /* Размер текста */
  font-weight: bold; /* Жирность текста */
  color: #333; /* Цвет текста */
  background: linear-gradient(90deg, #ffe08a, #ffcc00); /* Градиент фона */
  border: 3px solid #ffcc00; /* Граница */
  border-radius: 12px; /* Скругленные углы */
  padding: 15px 25px; /* Внутренние отступы */
  text-align: center; /* Выравнивание текста */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Тень */
  width: fit-content; /* Автоматическая ширина */
  margin: 20px auto; /* Отступы вокруг и центрирование */
}

.yaydp-offer-description:hover {
  background: linear-gradient(90deg, #ffcc00, #ffe08a); /* Обратный градиент при наведении */
  border-color: #ffcc00;
  color: #000; /* Изменение цвета текста */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Увеличенная тень при наведении */
}

.onsale {
    display: inline-block;
    font-size: 0.8rem !important;        
    padding: 0.2rem 0.37rem !important;       
}



    .container99 {
            max-width: 600px;
            margin: auto;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

   

        .small-text99 {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
            text-align: center;
        }
 