/*
Theme Name: Sleepflexxx
Theme URI: 
Author: Marius George
Author URI: https://www.mariusgeorge.de
Description: Custom Theme for "Sleepflexxx"
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: sleepflexxx
*/

/*
	color border: #e1e1e1
*/

:root {
  --border: #e1e1e1;
  --orange: #f19204;
  --grey: #eeeeee;
  --darkgrey: #363839;
  
  --fontsize_standard: 16px;
  --fontsize_medium: 14px;
  --fontsize_small: 12px;
  
  --px_borderradius: 5px;
}

@import "./assets/css/normalize.css";

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/opensans/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./assets/fonts/opensans/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/opensans/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./assets/fonts/overpass/overpass-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/overpass/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/overpass/overpass-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/overpass/overpass-v12-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-500 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./assets/fonts/overpass/overpass-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/overpass/overpass-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/overpass/overpass-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/overpass/overpass-v12-latin-500.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./assets/fonts/overpass/overpass-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/overpass/overpass-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/overpass/overpass-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/overpass/overpass-v12-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-900 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./assets/fonts/overpass/overpass-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./assets/fonts/overpass/overpass-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./assets/fonts/overpass/overpass-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./assets/fonts/overpass/overpass-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./assets/fonts/overpass/overpass-v12-latin-900.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* === === */
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: var(--fontsize_standard);
	color: #000000;
	position: relative;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	right: 0px;
}

/* H1 Standard Headline */
h1,
.h1 {
	display: block;
	font-size: 42px;
	margin: 0px 0px 40px 0px;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}
h1 span:last-Child,
.h1 span:last-Child {
	color: white;
}

/* all bold headlines  */
h2,
.h2 {
	display: block;
	font-size: 34px;
	margin: 0px 0px 20px 0px;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
	color: var(--orange);
}

/* standard text in bold */
h3,
.h3 {
	display: block;
	font-size: 17px;
	margin: 0px 0px 5px 0px;
}

h4,
.h4 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.grid2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.grid3 {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

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

button,
.button,
a.button,
a.wp-block-button__link,
input[type="submit"] {
	display: inline-block;
	padding: 2px 25px 0px 25px;
	padding: 0.55em 1em .3em 1em !important;
	background-color: var(--orange);
	border: 0px;
	border-radius: 0px;
	color: white;
	text-transform: uppercase;
	transform: scale(1);
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	border-radius: var(--px_borderradius);
	line-height: 40px;
	transition: 0.25s all;
	letter-spacing: normal;
	white-space: nowrap !important;
}
button.light,
.button.light,
a.button.light,
input[type="submit"].light,
.light .a.wp-block-button__link,
.woocommerce a.button {
	color:  var(--orange);
	background-color: white;
}

button:hover,
.button:hover,
a.button:hover,
a.wp-block-button__link:hover,
input[type="submit"]:hover {
	text-decoration: none;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0, 0.3);
}

button:active,
.button:active,
a.button:active,
a.wp-block-button__link:active,
input[type="submit"]:active {
	transform: scale(0.95);
}

.link {
	font-weight: 900;
	font-size: var(--fontsize_standard);
	color: var(--orange);
	font-family: 'Overpass', sans-serif;
	display: inline-block;
	text-transform: uppercase;
}

.text {
	line-height: 1.4;
}
.text p,
#content p,
.wp-block-column p,
.woocommerce-tabs p {
	line-height: 1.4;
	margin: 0px 0px 15px 0px;
}
.text ul,
#content ul,
.wp-block-column ul,
.woocommerce-tabs ul {
	line-height: 1.4;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
.text a {
	color: var(--orange);
}
.text a:hover {
	text-decoration: underline;
}

.inner {
	max-width: 95%;
	width: 1000px;
	margin: auto;
	position: relative;
}

.outer,
.wide,
.is-style-wide,
.page-id-8 .main_inner {
	max-width: 95%;
	width: 1400px;
	margin: auto;
	position: relative;
}

.fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

.wide,
.is-style-wide {
	position: relative;
	left: 50%;
	max-width: 95vw;
	transform: translateX(-50%);
}

.product_inner {
	position: relative;
	width: 100%;
}

.orange {
	color: var(--orange) !important;
}

#mainmenu {
	list-style-type: none;
	float: right;
}
#mainmenu li {
	float: left;
	margin: 0px 15px;
	position: relative;
}
#mainmenu li a,
.minibasket a {
	font-family: 'Overpass', sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.5px;
	white-space: nowrap;
	text-transform: uppercase;
}
#mainmenu li.current_page_item > a {
	color: var(--orange);
}
#mainmenu .sub-menu {
	position: absolute;
	top: 100%;
	left: -10px;
	background-color: rgba(255,255,255, 0.7);
	border: 1px solid white;
	padding: 30px 10px 10px 10px;
	margin: 0px;
	list-style-type: none;
	box-sizing: border-box;
	display: 0px;
	opacity: 0;
}
#mainmenu .sub-menu li {
	float: none;
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 5px 0px;
}

#page,
#primary {
	padding-top: 165px;	
}

body.single-product #page {
	padding-top: 90px;
}

#header {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid var(--border);
	transition: 0.25s all;
	box-shadow: -2px -2px 5px 3px rgba(0,0,0, 0.2);
}
/*
.home #header {
	top: -120px;
}
.home.scrolled #header {
	top: 0px;
}
*/

#headerbar {
	position: relative;
	border-bottom: 1px solid var(--border);
	background-color: black;
	color: white;
}
#headerbar a {
	color: inherit;
}
#headerbar ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 10px 0px;
	margin: 0px 0px;
	justify-content: space-between;
	gap: 20px;
	font-size: var(--fontsize_small);
	color: inherit;
}

#logo {
	float: left;
	max-width: 50%;
	display: block;
}
#logo img {
	display: block;
}

#mainmenu {
	margin: 0px;
	padding: 0px;
	list-stype-type: none;
	float: right;
}

#header_main {
	padding: 5px 0px;
}

#prefooter {
	margin-top: 100px;
	background-color: orange;
	padding: 50px 0px;
	color: black;
}

#prefooter h2,
#prefooter .h2 {
	color: inherit;
	margin: 0px;
	max-width: 420px;
}

#prefooter ul {
	margin: 0px;
	padding: 0px;
}

#prefooter li {
	list-style-type: none;
	color: white;
	padding-bottom: 15px;
}
#prefooter li:before {
	display: inline-block;
	font-family: 'fontello_mg';
	content: '\e804';
	color: black;
	margin-right: 10px;
}

#prefooter .wp-block-columns {
	margin: 0px;
}
#prefooter .service_image {
	max-width: 150px;
	margin: auto;
}
#prefooter .has-text-color a {
	color: inherit;
}

#footer {
	background-color: var(--darkgrey);
	padding: 50px;
	font-size: 14px;
	color: white;
}

#footer a {
	color: white !important;
}

#footer img {
	height: 40px;
	box-sizing: border-box;
	
	padding: 4px;
	border-radius: 2px;
	min-width: 75px;
	width: auto;
	object-fit: contain;
	object-position: center center;
	border-radius: 5px;
	overflow: hidden;
}

#footer_2 ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 5px 0px;
	font-size: 14px;
}

/*
.home #primary {
	position: relative;
	top: 100vh;
	background-color: white;
	padding-top: 5px;
	z-index: 1;
}
*/
.home #primary {
	padding-top: 95px;
}

#intro {
	height: 100vh;
	position: fixed;
	width: 100%;
}
#intro .half_left > *,
#intro .half_right > * {
	transition: 1s all;
	opacity: 1;
}
.scrolled #intro .half_left > *,
.scrolled #intro .half_right > * {
	opacity: 0;
}

#intro .half_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	background-image: url('images/sleepflexxx_background_intro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	box-sizing: border-box;
	padding: 25px;
}
#intro .half_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	background-color: var(--orange);
	height: 100%;
	box-sizing: border-box;
	padding: 0px 0px 50px 50px;
	display: flex;
	justify-content: left;
	align-items: flex-end;
}
#intro .half_right #intrologo {
	display: block;
	height: auto;
	margin-bottom: 16vh;
	max-width: 90%;
}
#intro .half_right .freeDeliveryHint {
	position: absolute;
	color: white;
	top: 75px;
	text-transform: uppercase;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	font-size: 18px;
}

#blogdesc {
	max-width: 500px;
}

#blogdesc,
#introbutton {
	transition: 0.5s all;
	transform: translateY(200%);
	opacity: 0;
}
.loaded #blogdesc,
.loaded #introbutton {
	opacity: 1;
	transform: translateY(0px);
}

#mobilemenu_trigger {
	display: none;
	float: right;
	width: 30px;
	position: relative;
	top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
#mobilemenu_trigger span {
	background-color: black;
	display: block;
	margin: 4px 0px;
	height: 4px;
	transform: translateX(0px);
	transition: 0.25s all;
}
#mobilemenu_trigger .continue_shopping {
	display: none;
}

.minibasket {
	float: right;
	position: relative;
	top: -4px;
	margin-left: 50px;
}
.minibasket .symbol {
	font-size: 120%;
}
.minibasket.hasProducts .symbol {
	color: var(--orange);
}

.minibasket,
.primary_menu {
	float: right;
	margin-top: 17px;
}

.posts_wrapper {
	position: relative;
}
.posts_wrapper .post {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 100px;
	gap: 25px;
}
.posts_wrapper .post:nth-Child(even) {
	flex-direction: row-reverse;
}

.posts_wrapper .left {
	flex-basis: 44%;
}
.posts_wrapper .right {
	flex-basis: 56%;
}
.posts_wrapper h2 {
	color: black;
	font-size: 34px;
	text-transform: none;
}
.posts_wrapper .text {
	font-size: 14px;
}
.posts_wrapper .left img {
	display: block;
	width: 100%;
	border-radius: var(--px_borderradius);
}
.posts_wrapper .categories ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.posts_wrapper .categories ul li {
	list-style-type: none;
	display: inline-block;
}

.posts_wrapper .categories ul li a {
	display: inline-block;
	background-color: var(--orange);
	color: white;
	font-size: var(--fontsize_small);
	padding: 0px 10px;
	line-height: 24px;
	font-weight: bold;
}

.single-post h2 {
	text-transform: none;
}

#headline_wrapper {
	position: relative;
	background-image: url(images/Header_Home.jpg);
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center center;
	overflow: hidden;
}

#headline_wrapper .textbox {
	background-color: white;
	padding: 25px;
	margin: 50px 0px;
	max-width: 50%;
	display: inline-block;
}
#headline_wrapper .h1 {
	font-size: 60px;
}

hr {
	background-color: var(--orange);
	border: 0px !important;
	height: 2px;
	display: block;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.trenner
/*#order_review:before */
{
	margin: 75px 0px;
	height: 16vh;
	overflow: hidden;
	background-color: white;
	background-image: url(images/Sleepflexxx_bannerlogo.png);
	background-repeat: repeat;
	background-position: 40%;
	transition: 1.5s all;
}

.trenner:hover {
	/* background-position: 0%; */
}

.home .bloglink_wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: white !important;
	align-items: center;
	justify-content: center;
	padding: 100px 0px;
	background-color: #bebebe;
	min-height: 50vh;
	background-image: url('images/Ratgeber_background_box.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home .bloglink_wrapper h2,
.home .bloglink_wrapper .h2 {
	margin: 0px auto;
	color: white;
	font-size: 60px;
}
.home .bloglink_wrapper a {
	color: white;
}

#start_intro {
	color: white;
	text-align: right;
	padding-top: 50px;
	position: relative;
	transform: translateX(-200%);
	transition: 0.5s all;
}
.loaded #start_intro {
	transform: translateX(0%);
}
#start_intro ul {
	display: inline-block;
	max-width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#start_intro li {
	list-style-type: none;
	color: white;
	padding-bottom: 25px;
	padding-right: 25px;
	position: relative;
}
#start_intro li:after {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	font-family: 'fontello_mg';
	content: '\e804';
	color: var(--orange);
	margin-left: 10px;
}

.start_intro_products {
	margin-top: 50px;
	text-align: center;
	
}
.start_intro_products img {
	position: relative;
	margin: auto;
	top: -10px;
	max-width: 180px;
	transform: translateY(0px);
	transition: 0.25s all;
}
.start_intro_products .wp-block-button {
	margin: auto !important;
	width: 100%;
}
.start_intro_products .wp-block-button a {
	width: 100%;
	transition: 0.25s all;
	transform: scale(1);
}
.start_intro_products .wp-block-column {
	position: relative;
	transform: translateY(0px);
	transition: 0.25s all;
}
.start_intro_products .wp-block-column:hover {
	position: relative;
	transform: translateY(-6px);
}
.start_intro_products .wp-block-column:hover .wp-block-button a {
	transform: scale(1.08);
}
.start_intro_products .wp-block-column:hover img {
	transform: scale(1.2);
	top: 0px;
}


.has_sidebar {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 50px;
}
#main_has_sidebar {
	width: 70%;
}
#sidebar {
	width: 30%;
}

#blog_sidebar {
	background-color: var(--grey);
	padding: 20px;
}
#blog_sidebar h2 {
	color: black;
	max-width: 200px;
	font-size: 30px;
}

#blog_sidebar .wc-block-grid__product {
	padding: 10px 10px 10px 45%;
	margin-bottom: 15px;
	background-color: white;
	position: relative;
	font-size: var(--fontsize_small);
}

#blog_sidebar .wc-block-grid__product-image {
	position: absolute;
	left: -96%;
	max-width: 90%;
	top: 0px;
}

#blog_sidebar .wc-block-grid__product .wp-block-button .add_to_cart_button {
	line-height: 1.4;
	padding: 8px 10px;
	margin-bottom: 0px;
}

/* Akkordion */
.so-widget-sow-accordion-default-99be652ed941-19142 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
	font-weight: 700;
}
.so-widget-sow-accordion-default-99be652ed941-19142 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color: var(--grey) !important;
}

#product_header {
	background-color: var(--orange);
	height: 35vh;
	min-height: 400px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: -70px 0px 70px 0px;
	position: relative;
}
#product_header .left,
#product_header .right {
	flex-basis: 50%;
	box-sizing: border-box;
}
#product_header .right:hover{
	text-decoration: none;
}

#product_header .left {
	background-color: var(--grey);
	background-image: url('images/Sleepflexxx_headerlogo.png');
	background-size: cover;
	background-repeat: no-repeat;
	align-self: stretch;
	text-align: right;
	position: relative;
}
#product_header .left .intro_product {
	display: inline-block;
	position: relative;
	top: 5%;
	right: -12%;
	max-height: 90%;
}
#product_header .h1 {
	position: relative;
	left: 13%;
	width: 500px;
}
#product_header .intro_keyvisual {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#product_header .images {
	position: absolute;
	bottom: 15px;
	right: 15px;
	max-height: 50px;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
#product_header .images img {
	max-width: 80px;
}

#detail_scrolldown {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	color: var(--darkgrey);
	font-size: 40px;
}

#headline_wrapper .h1 span:last-Child,
.page_home h1 span:last-Child {
	color: var(--orange);
}

.woocommerce div.product .product_title {
	text-transform: none;
	margin-bottom: 0px;
}

#posts_navigation {
	background-color: var(--grey);
	padding: 25px 10px;
	margin-top: 50px;
}

#posts_navigation .nav-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.wp-block-product-category {
	position: relative;
	margin: 25px 0px 25px 0px;
}

.wp-block-product-category .wc-block-grid__product {
	position: relative;
}
.wp-block-product-category .wc-block-grid__product .wc-block-grid__product-image {
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-block-product-category .wc-block-grid__product .wc-block-grid__product-image img {
	display: block;
	max-width: 90%;
	margin: auto;
}

.woocommerce div.product p.price,
.wc-block-grid__product-price.price {
	color: var(--orange);
}

.woocommerce div.product p.price del {
	font-size: 10px;
	position: absolute;
	top: -15px;
}

.woocommerce div.product p.price ins {
	text-decoration: none;
}

.wc-block-grid__product .shipping-costs-info {
	display: none;
}

.woocommerce-Price-amount {
	color: var(--orange);
	font-weight: bold;
	font-size: 140%;
}
.tax-info,
.delivery-time-info {
	color: black;
	font-size: var(--fontsize_small);
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.wp-block-product-category .wc-block-grid__product .wc-block-grid__product-title {
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 120%;
	min-height: 50px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	padding-top: inherit;
	padding-bottom: inherit;
}

section.related {
	display: none; 
	margin-top: 100px;
}
section.related .products  {
	background-color: var(--grey);
	padding: 20px;
}

.type-product {
	background-color: white;
	/* padding: 10px !important; */
	padding: 0px !important;
	box-sizing: border-box;
}

/* PRODUCT DETAIL ================ */
.woocommerce div.product div.summary {
	padding: 10px;
	box-sizing: border-box;
	width: 48%;
	margin-right: 1%;
}

.woocommerce div.product div.summary > * {
	max-width: 800px;
}

.single-product .woocommerce-Price-amount {
	font-size: 150%;
}

.single-product .posted_in {
	display: none; /* hide categories */
}
.button.single_add_to_cart_button {
	padding: 0px 15px !important;
	border-radius: var(--px_borderradius) !important;
	background-color: var(--orange) !important;
	font-weight: 900 !important;
	line-height: 50px !important;
	font-size: 20px !important;
}
.woocommerce .quantity .qty {
	height: 44px;
	border-radius: var(--px_borderradius);
	border: 1px solid var(--grey);
}

.variations {
	/*
	background-color: var(--grey);
	padding: 10px;
	*/
	box-sizing: border-box;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
	border: 1px solid var(--orange);
	height: 32px;
	padding: 0px 5px;
}

.single-product #custom_additional_info {
	height: auto;
	padding: 25px 0px;
}
.single-product #custom_additional_info_box {
	display: flex;
	flex-wrap: nowrap;
	gap: 50px;
	background-color: white;
	border: 1px solid var(--grey);
}
.single-product #custom_additional_info_box > * {
	flex-basis: 50%;
	box-sizing: border-box;
	padding: 25px;
}
.single-product #custom_additional_info_box .advantages li {
	list-style-type: none;
	padding: 9px 0px 9px 40px;
	margin-left: -10px;
	position: relative;
}

.single-product #custom_additional_info_box .advantages li i {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--orange);
	color: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	font-size: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	padding: 0px 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
	height: calc(100vh - 140px); /* minus header + sticky cart box */
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 25px;
	position: absolute;
	bottom: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 70px;
	margin: 0px 1% 10px 1%;
	display: inline-block;
	background-color: rgba(255,255,255, 0.3);
	border: 1px solid var(--grey);
	border-radius: var(--px_borderradius);
	overflow: hidden;
	float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: 0.3s all;
}

.single-product .legal-price-info,
.single-product p.wc-gzd-additional-info {
	float: left;
	clear: none !important;
	margin-right: 10px;
	display: none; 
}
.single-product .legal-price-info p,
.single-product p.wc-gzd-additional-info {
	float: none;
	margin: 5px 0px;
	font-size: var(--fontsize_small) !important;
}

.single-product .sku_wrapper {
	display: none;
}

#custom_product_bottom {
	margin-top: 50px;
}

.single-product #readmore_infos {
	display: block;
	color: var(--orange);
	margin-top: -10px;
}

.single-product .up-sells.products {
	display: none;
}

/* basket */
.woocommerce td.product-name dl.variation {
	margin-top: 5px;
	font-size: var(--fontsize_small);
}
.woocommerce td.product-name dl.variation p {
	margin: 0px;
}
	
.single-product #page h2,
.single-product #page .h2,
.woocommerce-cart #page h2,
.woocommerce-checkout #page h2 {
	font-size: 100%;
}

.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	color: black;
	font-size: 100%;
	font-weight: normal;
}

.woocommerce-cart .order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
	color: var(--orange);
	font-weight: bold;
}

#place_order,
.woocommerce a.button.alt {
	background-color: var(--orange);
	color: white;
}
#place_order,
.woocommerce a.button.alt:hover {
	background-color: var(--orange);
	color: white;
}

.cross-sells ul {
	margin: 0px !important;
}
.cross-sells ul .product {
	background-color: var(--grey);
}

/* similar products */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 29.05%;
}
.woocommerce ul.products li.product .price {
	color: var(--orange);
}

/* checkout */
.woocommerce-checkout .shop_table {
	background-color: var(--grey);
}

#customer_details {
	overflow: hidden;
	padding: 25px;
	border: 1px solid var(--grey);
	border-radius: var(--px_borderradius);
	box-sizing: border-box;
}
#order_review:before {
	content: "";
	display: block;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

#payment {
	margin-bottom: 25px;
}

.wc-gzd-place-order {
	text-align: center;
}
#place_order {
	margin: auto;
	font-size: 25px;
	width: 100%;
}

.woocommerce form .form-row label {
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	white-space: nowrap;
	
	line-height: 1.4;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 7px 3px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	border-color: var(--border);
}

.woocommerce div.product form.cart:before {
	content: "";
	display: block;
	clear: both;
}

/* FAQ */
.uagb-faq-item {
	overflow: hidden;
}

.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions {
	background-color: var(--grey);
	color: var(--orange);
	text-transform: uppercase;
	padding: 15px 15px;
}
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-questions span {
	color: var(--orange) !important;
}
.wp-block-uagb-faq .uagb-faq-item .uagb-faq-item.uagb-faq-item-active {
	border-color: var(--orange);
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 150px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0px 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	line-height: 1.4;
}

.woocommerce div.product .woocommerce-tabs .panel > .h2,
.woocommerce div.product .woocommerce-tabs .panel > h2.yikes-custom-woo-tab-title {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel table img {
	display: inline-block;
	max-width: 90%;
	width: 500px;
	border-radius: var(--px_borderradius);
	margin-right: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	display: none;
}

#tab-title-additional_information,
#tab-description {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: stretch;
	align-items: flex-end;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px;
	border-bottom: 2px solid var(--grey);
	background-color: transparent;
	border-radius: 0px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: var(--orange);
	border-color: black;
	background-color: transparent;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	padding-left: 10px;
}

.uagb-slick-carousel .slick-prev,
.uagb-slick-carousel .slick-next {
	background-color: white;
}

#thumbnail {
	display: block;
	margin-bottom: 50px;
}
#thumbnail img {
	display: block;
	margin: auto;
	max-height: 70vh;
	max-width: 100%;
	width: auto;
	border-radius: 6px;
}

/* Kontakt page */
#post-19303 #content .h2 {
	text-transform: none;
}

#variant_info_text {
	display: none;
	line-height: 1.4;
	padding: 10px;
	font-size: var(--fontsize_small);
	margin: -20px 0px 20px 0px;
	border: 1px solid var(--grey);
}
#variant_info_text i {
	color: var(--orange);
}

.wp-video {
	border: 1px solid var(--grey);
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
	padding: 1em 2em 1em 3.5em !important;
}

#intro_special_adv {
	display: inline-block;
	position: absolute;
	bottom: 3%;
	right: 3%;
	width: 65%;
	max-width: 550px;
}
#intro_special_adv img {
	display: block;
	max-width: 100%;
	height: auto;
}

#footer  .fa-facebook,
#footer  .fa-instagram,
#footer  .icon-facebook,
#footer  .icon-instagram {
	font-size: 28px;
	display: inline-block;
	margin-bottom: 5px;
}

.type-post #content p a {
	color: var(--orange);
}

/* hide TÜV Logo for zubehoer */
.postid-23734 .tuev,
.postid-23794 .tuev,
.postid-23674 .tuev,
.postid-19223 .tuev {
	display: none;
}

.woocommerce #coupon_code {
	height: 35px;
	width: 150px !important;
}

#holiday_banner {
	background-color: var(--orange);
	color: white;
	position: relative;
	text-align: center;
	color: white;
	padding: 8px 0px;
	font-weight: bold;
	font-size: var(--fontsize_small);
}

/* Checkout */
.woocommerce-cart #mainmenu,
.woocommerce-checkout #mainmenu,
.woocommerce-cart #mobilemenu_trigger,
.woocommerce-checkout #mobilemenu_trigger
{
	display: none;
}

#checkout_steps {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: -10px;
	gap: 20px;
	position: relative;
}

#checkout_steps:after {
	content: "";
	display: block;
	width: 90%;
	left: 5%;
	top: 50%;
	height: 1px;
	background-color: var(--orange);
	position: absolute;
	z-index: -1;
	transform: translateY(-50%);
}

#checkout_steps .item {
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 0px 10px;
	background-color: white;
}

#checkout_steps .item .title {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: var(--darkgrey);
	text-transform: uppercase;
}

#checkout_steps .item .nr {
	display: inline-block;
	margin-right: 5px;
	background-color: var(--grey);
	color: var(--darkgrey);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#checkout_steps .item.active .title {
	font-weight: 900;
	color: black;
}
#checkout_steps .item.active .nr {
	background-color: var(--orange);
	color: white;
	font-weight: bold;
}

.woocommerce-cart .cart-collaterals .order-tax th,
.woocommerce-cart .cart-collaterals .order-tax .woocommerce-Price-amount,

.woocommerce-checkout-review-order-table .order-tax th,
.woocommerce-checkout-review-order-table .order-tax .woocommerce-Price-amount ,

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals > *
{
	color: var(--darkgrey);
	font-size: 85%;
	font-weight: 400 !important;
	opacity: 0.5;
}

.woocommerce-cart .woocommerce-notices-wrapper .wc-forward {
	display: none;
}

#cart_buttons_bottom {
	text-align: right;
}

#cart_buttons_bottom .continue_shopping {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	box-sizing: border-box;
	border: 1px solid #ebe9eb;
	text-align: center;
	line-height: 35px;
}

.woocommerce-shipping-calculator,
.shipping-calculator-form {
	display: none;
}

#order_review .wc-gzd-checkbox-placeholder-legal {
	display: block;
	padding: 0px 15px;
	box-sizing: border-box;
	margin: 0px auto 25px auto;
	/*
	max-width: 530px;
	*/
}
#order_review .wc-gzd-checkbox-placeholder-legal .checkbox-legal label {
	white-space: normal;
	font-weight: 400;
	text-transform: none;
	font-family: inherit;
	letter-spacing: inherit;
}

#tab-additional_information .woocommerce-product-attributes-item--dimensions {
	display: none;
}

#product_switch_placeholder {
	height: 130px;
}

#product_switch_buytest {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

#product_switch_buytest .container {
	background-color: var(--grey);
	border: 1px solid var(--border);
	border-radius: 25px;
	height: 50px;
	width: 240px;
	display: flex;
	align-items: center;
	position: relative;
	align-items: stretch;
	transition: 0.3s all;
}

#product_switch_buytest .container:after {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	transition: 0.25 s all;
	display: block;
	content: "";
	background-color: white;
	width: 50%;
	height: 50px;
	border: 3px solid var(--orange);
	border-radius: 25px;
	box-sizing: border-box;
	transition: 0.5s all;
}
#product_switch_buytest .container.right:after {
	left: 50%;
}

#product_switch_buytest .container a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 50%;
	text-align: center;
}

#product_switch_buytest .container a.active {
	font-weight: bold;
}

#product_switch_buytest .container:hover {
	background-color: var(--border);
}
#product_switch_buytest .container a:hover {
	text-decoration: underline;
}

.variations_form.wvs-loaded .variations {
	background-color: transparent;
	padding: 0px;
}

.woo-variation-swatches.wvs-show-label .variations th label,
.woo-variation-swatches.wvs-show-label .variations th span {
	font-weight: 400;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 10px;
	border: 1px solid var(--border);
	box-shadow: none;
	height: 100px;
	min-width: 30% !important;
	box-sizing: border-box;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	border: 2px solid var(--orange);
	box-shadow: none;
	outline: 0px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents:before {
	display: none !important;
	content: "";
}

.woo-variation-swatches .variable-items-wrapper .variable-item:hover {
	background-color: var(--grey) !important;
}

.woo-variation-swatches .variable-items-wrapper .image-variable-item {
	height: 210px !important;
	padding-top: 60px !important;
	padding-bottom: 20px !important;
	box-sizing: border-box;
	position: relative;
}

.woo-variation-swatches .variable-items-wrapper .image-variable-item:before {
	display: block;
	content: attr(data-title);
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
	line-height: 1.1;
}
.woo-variation-swatches .variable-items-wrapper .image-variable-item::after {
	display: block;
	color: grey;
	content: "XX";
	font-size: var(--fontsize_small);
	position: absolute;
	top: 50px;
	left: 5%;
	width: 90%;
	text-align: center;
	line-height: 1.1;
}
.woo-variation-swatches .variable-items-wrapper .image-variable-item[data-title="Funk"]:after {
	content: "Funkfernbedienung mit digitaler Anzeige";
}
.woo-variation-swatches .variable-items-wrapper .image-variable-item[data-title="Kabel"]:after {
	content: "kabelgebundene Bedienung ohne digitale Anzeige";
}
.woo-variation-swatches .variable-items-wrapper .image-variable-item[data-title="ohne"]:after {
	content: "mit dieser Auswahl ist es nicht möglich, die Matratze einzustellen";
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
	width: 70%;
	max-width: 135px;
	height: 100%;
	object-position: center bottom;
	object-fit: scale-down;
}

.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .image-variable-item-funk > div:after,
.woo-variation-swatches .variable-items-wrapper .button-variable-item-2er-pack > div:after {
	content: "meistgekauft";
	display: inline-block;
	position: absolute;
	top: -60px;
	left: 50%;
	color: white;
	background-color: var(--orange);
	font-size: var(--fontsize_small);
	line-height: 1;
	padding: 3px 6px;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 3px;
	font-weight: 700;
}

.woo-variation-swatches .variable-items-wrapper .button-variable-item-2er-pack > div:after {
	content: "Angebot";
	top: 0px;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	display: none;
}

/* sticky add-to-cart */
.product-type-simple form.cart,
.product-type-variable form .single_variation_wrap > div {
	position: fixed;
	z-index: 9;
	bottom: 0px;
	left: 0px;
	display: flex;
	background-color: black;
	color: white;
	width: 100%;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 0px 2vw;
	margin-bottom: 0px !important;
	align-items: center;
	justify-content: flex-start;
	height: 80px;
}
.product-type-simple form.cart .quantity,
.product-type-variable form .single_variation_wrap .quantity {
	margin-left: auto !important;
}
	
.product-template-default.woocommerce div.product p.price,
.product-template-default .wc-block-grid__product-price.price {
	position: fixed;
	z-index: 10;
	bottom: 25px;
	left: 2vw;
	margin: 0px;
}

.woocommerce .sticky_price_placeholder .customvatinfo {
	position: absolute;
	bottom: -28px;
	left: 0px;
}
.woocommerce .sticky_price_placeholder .customvatinfo > * {
	display: inline-block;
}

.tax-info,
.delivery-time-info {
	color: white;
	margin: 0px !important;
}

.woocommerce .sticky_price_placeholder {
	width: 200px;
	position: relative;
}

.woocommerce .sticky_tocart_addinfo > *,
.woocommerce .sticky_tocart_addinfo p { 
	display: inline-block;
	float: none;
	margin: 0px !important;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	margin-top: 50px;
}
	
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 400;
}


	
/*
.wpcsb-wrapper {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.wpcsb-wrapper .wpcsb-container {
	background-color: black;
	color: white;
}
.wpcsb-wrapper .wpcsb-container .wpcsb-btn {
	padding: 0px 15px !important;
	border-radius: var(--px_borderradius) !important;
	background-color: var(--orange) !important;
	font-weight: 900 !important;
	line-height: 42px !important;
	font-size: 20px !important;
}
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data {
	font-size: var(--fontsize_medium);
}
*/

#custom_tiles {
	display: block;
}

.customsection {
	margin-top: 150px;
}

.tile_container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.tile_container .tile {
	border-radius: 10px;
	background-color: grey;
	border: 1px solid grey;
	position: relative;
	width: calc(50% - 10px);
	min-height: 300px;
	padding-bottom: 50%;
	overflow: hidden;
	box-sizing: border-box;
	color: white;
}
.tile_container .tile.full {
	width: calc(100%);
}

.tile_container .tile:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.tile_container .tile .mainpic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: scale(1.00);
	transition: 0.5s all;
}

.tile_container .tile .title {
	position: absolute;
	z-index: 1;
	bottom: 45px;
	left: 15px;
	color: inherit;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
	font-size: 45px;
	/* text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 5px rgba(0,0,0,0.2); */
}

.tile_container .tile .subtitle {
	z-index: 1;
	position: absolute;
	bottom: 25px;
	left: 17px;
	color: inherit;
	font-weight: 500;
	font-size: 20px;
	/* text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 5px rgba(0,0,0,0.2); */
}

.tile_container .tile.white {
	color: black;
}

.tile_container .tile:hover .mainpic {
	transform: scale(1.05);
}

.tile_container .tile .overlaytrigger {
	position: absolute;
	color: transparent;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	border: 2px solid white;
	font-size: 35px;
	background-color: rgba(0,0,0,0.2);
	transition: 0.4s all;
	transform:  translateX(-50%) translateY(-50%) rotate(0deg);
}
.tile_container .tile .overlaytrigger:after {
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	transform:  translateX(-50%) translateY(-50%);
	color: white;
}

.tile_container .tile:hover .overlaytrigger {
	border-color: orange;
	transform:  translateX(-50%) translateY(-50%) rotate(180deg);
}

.tile_container .tile .overlaytrigger:hover,
.tile_container .tile .overlayclose:hover {
	text-decoration: none;
}

.tile_container .tile .overlaycontainer {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	background-color: rgba(0,0,0, 0.75);
	color: white;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 55px;
}

.tile_container .tile.hover .overlaycontainer {
	opacity: 1;
	pointer-events: all;
}

.tile_container .tile .overlaycontainer p:nth-child(2) strong,
.tile_container .tile .overlaycontainer p:nth-child(2) b {
	color: var(--orange);
}

.tile_container .tile.hover .title,
.tile_container .tile.hover .subtitle {
	opacity: 0;
}

.tile_container .tile.hover .overlaytrigger {
	display: none;
}

.tile_container .tile.hover .mainpic {
	filter: grayscale(1);
}

.tile_container .tile.nohover .overlaytrigger {
	display: none;
}
.tile_container .tile.nohover:hover .mainpic {
	transform: scale(1);
}
.tile_container .tile.nohover:after {
	display: none;
}

.tile_container .tile .overlayclose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-align: center;
	border: 1px solid white;
	color: white;
	font-size: 28px;
	display: flex;
	justify-content: center;
	background-color: rgba(0,0,0,0.2);
	transform: rotate(45deg);
}

.woocommerce .product .quantity .qty {
	appearance: initial;
	-webkit-appearance: initial;
	background-color: white;
	padding: 0px 5px;
	border: 1px solid var(--orange);
	background-color: transparent;
	color: white;
	font-size: 110%;
	width: 50px;
}

.amount_plus,
.amount_minus {
	color: var(--orange);
	display: inline-block;
	magin: 0px 10px;
	font-size: 22px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.amount_plus:hover,
.amount_minus:hover {
	text-decoration: none;
}

#custom_comparetable table {
	border-radius: var(--px_borderradius);
	border: 1px solid var(--border);
	width: 100%;
}

#custom_comparetable table th {
	padding: 10px 10px;
	line-height: 1.4;
	font-size: 24px;
	font-family: 'Overpass',sans-serif;
	font-weight: 900;
}

#custom_comparetable table td {
	border-bottom: 0px;
	padding: 5px 10px;
	text-align: center;
	background-color: white;
	transition: 0.2s all;
}

#custom_comparetable table tr:hover td {
	background-color: #eeeeee;
}

#custom_comparetable table td .ic {
	display: inline-block;
	color: var(--orange);
	font-size: 20px;
}

#custom_comparetable table td:first-Child {
	text-align: left;
}

#custom_comparetable .table_flexcontainer {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	width: 100%;
}

#custom_comparetable .table_flexcontainer .product {
	border-radius: 8px;
	border: 1px solid var(--border);
	padding: 20px 0px;
	text-align: center;
	width: 34%;
}

#custom_comparetable .table_flexcontainer .labels {
	border: 0px;
	padding: 20px 0px;
}
#custom_comparetable .table_flexcontainer .item.labels > div {
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.4;
}
#custom_comparetable .table_flexcontainer .labels small {
	font-size: 90%;
	opacity: 0.5;
	color: var(--darkgrey);
	display: inline-block;
	width: 100%;
}

#custom_comparetable .table_flexcontainer .item.highlighted {
	box-shadow: 1px 1px 10px rgba(0,0,0, 0.3);
	border: 2px solid var(--orange);
}

#custom_comparetable .table_flexcontainer .item > div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 5px 10px;
	height: 35px;
	background-color: white;
	font-size: 15px;
	transition: 0.2s all;
}
#custom_comparetable .table_flexcontainer .item > div.hover {
	background-color: var(--grey);
}

#custom_comparetable .table_flexcontainer .item .ic {
	display: inline-block;
	color: var(--orange);
	font-size: 20px;
}

#custom_comparetable .table_flexcontainer .item .head {
	padding: 0px 10px 8px 10px;
	line-height: 1.3;
	font-size: 24px;
	height: 70px;
	font-family: 'Overpass',sans-serif;
	font-weight: 900;
}

.woocommerce-checkout #payment {
	margin-bottom: 50px;
}

.woocommerce-checkout .delivery-time-info {
	color: black;
}

.woocommerce table.shop_table {
	background-color: white;
	border: 2px solid var(--orange);
	box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

.woocommerce table.shop_table .actions .button {
	background-color: var(--grey);
}

#payment ul.payment_methods {
	border: 1px solid var(--border);
	background-color: white;
	border-radius: var(--px_borderradius);
}

.woocommerce-checkout h3 {
	color: var(--orange);
}

@media (min-width: 992px) {
	form.woocommerce-checkout {
		display: flex;
		gap: 50px;
	}

	form.woocommerce-checkout > * {
		width: calc(50% - 25px) !important;
	}

	#customer_details .col-1,
	#customer_details .col-2 {
		width: auto;
		float: none;
	}

	#customer_details .col-2 {
		margin-top: 40px;
	}

	/* Fix for Woo notification breaking 2 column layout */

	form.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}

	.woocommerce-NoticeGroup-checkout {
		flex-grow: 1;
	}
}

.advantages_section {
	margin-top: 150px;
}
.advantages_section .container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around
}

.advantages_section .container > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #535353;
}

.advantages_section .container img {
	display: inline-block;
	margin-right: 7px;
	width: 26px;
}

.accordeon {
	margin-bottom: 8px;
	position: relative;
	background-color: var(--grey);
	border-radius: var(--px_borderradius);
}
.accordeon .title {
	padding: 25px;
	color: black;
	position: relative;
}
.accordeon .ic {
	color: var(--orange);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	display: inline-block;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 20px;
	cursor: default;
}
.accordeon .ic.opened { display: none; }
.accordeon .ic.closed { display: inline-block; }

.accordeon .content {
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: 0.75s all;
}

.accordeon .contentbox {
	overflow: hidden;
	padding: 5px 25px 40px 25px;
}

.accordeon.opened .title {
	font-weight: bold;
}
.accordeon.opened .content {
	max-height: 700px;
	overflow: hidden;
}
.accordeon.opened	.title	.ic.opened { display: inline-block; }
.accordeon.opened	.title .ic.closed { display: none; }

.product_headlinebox h1 {
	margin-bottom: 5px;
}
.product_headlinebox h2 {
	font-size: 22px !important;
}

#keyvisual {
	position: relative;
}

#keyvisual .keyvisual_main {
	display: block;
	object-fit: cover;
	width: 100%;
	height: calc(100vh - 95px);
	object-position: bottom center;
}

#keyvisual .container {	
	position: absolute;
	top: 5vh;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	/* padding-left: 15vw; */
}

#keyvisual .container h1 {
	color: white;
	margin-bottom: 25px;
	text-shadow: 1px 1px 6px rgba(0,0,0, 0.7);
}
#keyvisual .container h1 .line1 {
	font-size: 80%;
	text-transform: none;
	margin-bottom: 10px;
}

#keyvisual .container h2,
#keyvisual .container .price {
	color: white !important;
	text-shadow: 1px 1px 4px rgba(0,0,0, 0.7);
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	font-family: 'Open Sans', serif;
}

#keyvisual .container .price {
	margin-top: 10px;
	font-weight: bold;
}

#keyvisual .container h1 span,
#keyvisual .container h2,
#keyvisual .container .keyvisualbutton,
#keyvisual .container .price {
	display: block;
	color: inherit;
	opacity: 0;
	transform: translateY(150px);
	transition: 0.7s all;
}
#keyvisual .container h1 .line2 { transition-delay: 0.2s; }
#keyvisual .container h2 { transition-delay: 0.4s; }
#keyvisual .container .keyvisualbutton { transition-delay: 0.6s;}
#keyvisual .container .price { transition-delay: 0.8s; }

.loaded #keyvisual .container h1 span,
.loaded #keyvisual .container h2,
.loaded #keyvisual .container .keyvisualbutton,
.loaded #keyvisual .container .price {
	opacity: 1;
	transform: translateY(0px);
	top: 0px;
}

#keyvisual .container .keyvisualbutton {
	opacity: 0;
	position: relative;
	display: inline-block;
	color: white;
	top: 150px;
	transition-duration: 0.7s, 0.7s, 0.2s;
	transition-delay: 0.6s, 0.6s, 0s;
	transition-property: top, opacity, transform;
	transform: scale(1) translateY(0px);
}
#keyvisual .container .keyvisualbutton:active {
	transform: scale(0.9) translateY(0px);
}

.row_productteaser img {
	border-radius: 12px;
	overflow: hidden;
}

.wp-block-columns .advantages_section {
	margin-top: 150px;
	margin-bottom: 150px;
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.home h2 {
	color: black;
}

#scrollToTop {
	position: fixed;
	z-index: 10;
	bottom: 100px;
	left: 30px;
	background-color: black;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 23px;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s all;
}
#scrollToTop .ic {
	position: relative;
	top: -2px;
}
.scrolled #scrollToTop {
	opacity: 1;
	pointer-events: all;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: transparent;
	border: 0px;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
	color: var(--orange);
}

.woocommerce ul#shipping_method {
	text-transform: lowercase;
}

#product-11851 #tab-title-description,
#product-11851 #tab-description {
	display: none;
}

#billing_title_field,
#shipping_title_field {
	display: none;
}

#billing_postcode_field,
#shipping_postcode_field {
	clear: none;
	float: left;
	width: 47%;
	overflow: visible;
}
#billing_city_field,
#shipping_city_field {
	clear: none;
	float: right;
	width: 47%;
	overflow: visible;
}

#order_payment_heading {
	margin-top: 30px;
}

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

#order_secure_info {
	color: grey;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.woocommerce span.onsale {
	display: none;
}
