/*!
Theme Name:   	New Kids in the Hood
Author:         Florian Pohrer
Author URI:     http://nkith.com;
Description:  	Custom build theme for NKitH Webshop
Version:      	0.1
Text Domain:  	New Kids in the Hood
Tags:         	e-commerce, NKitH
 */


p.demo_store {
	display:none !important;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

/* MAIN DEFINITIONS ************************************/

html {
  line-height: 0;
  padding: 0;
}

body {
  width:100%;
  line-height: 0;
  padding: 0;
  /*background-image: url("img/pik.gif");
  background-repeat: repeat;
  background-attachment: fixed;*/
  float: unset !important;
}

h1, h2, h3, ul, li, a, button {
	font-family: "readermedium", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	color: #0025E9;
}

em, number {
	font-family: "readeritalic", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #0025E9;
}


price {
	font-family: "readerregular", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #0025E9;
}

ins {
	text-decoration: none;
	color: #f5694eed;
}

p, p a, label {
	font-family: "readerregular", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #0025E9;

}

p a {
	text-decoration: underline;
}

a:hover {
	color: #2F9638;
	text-decoration: none;
}

a.active {
	color: #2F9638;
}

a.active:hover {
	color: #0025E9;
}

/* HIDE ELEMENTS ON CERTAIN PAGES ***********************/
body.single-product #navigation ul, body.single-product #footer {
	display:none;
}

body.checkout #navigation ul {
	display:none;
}



/* NAVIGATION ******************************************/

#main-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;

/*	background-color: red;*/
	position: relative;
	display: block;
}


#navigation, #content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
/*	background-color: greenyellow;*/
	display: block;
}

#navigation {
  background-color: #ffffff;
	padding-top: 21px;
	position: fixed;
	z-index: 1;
	height:55px;
	overflow: hidden;
	top:0;
}

#navigation ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 10px auto 0px;
    padding: 0;
}

#navigation li {
	position: relative;
	float: left;
	right: 50%;
	margin-right: 0;
	padding: 0 15px;
	list-style: none;
	letter-spacing: 0.5px;
}

#navigation li.current-menu-item a {
	color: #2F9638;
}

#main-wrapper #navigation li:nth-child(2) {
    	border-right: 2px solid #0025E9;
    	padding-right: 25px;
    	margin-right: 10px;
}

#main-wrapper #navigation ul li:last-child {
    	border-left: 2px solid #0025E9;
    	padding-left: 25px;
    	margin-left: 10px;
}

.logo {
	position: fixed;
	left:2.5%;
	top:25px;
	z-index: 100;
}


/* CART ************************************************/

#cart {
	position: fixed;
	top: 31px;
	right:60px;
	z-index: 110;
}

a.bag {
	color: #F5A623;
	letter-spacing: 0.5px;
}

a.bag:hover {
	color: #2F9638;
}

a.bag:hover::after {
	background:#2F9638;
}

.badge {
	position:relative;
}
.badge[data-badge]:after {
	content:attr(data-badge);
	position:absolute;
	top:-2px;
	right:-40px;
	font-size:18px;
	background:#F5A623;
	color:white;
	width:27px;
	height:27px;
	text-align:center;
	line-height:26px;
	border-radius:50%;
}

/* DESIGN GRID *****************************************/

#content {
	margin-top: 76px;
	background-color: #f8f4ed;
	float: left;
}

#product-overview {
	width:85%;
	padding-left: 7.5%;
}

.product-box {
	width: 33.33%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	min-height: 200px;
	opacity: 1;
	float: left;
	position:relative;
	padding: 0;
	padding-bottom: 65px;

}

.product-container {
	width:85%;
	margin: 0;
	position:relative;
	display: inline-block;
	margin: 0 7.5%;
	/*background-color: #ffffff;*/
}

.product-container img {
	width:100%;
}

.product-container:hover img {
	display: none;
}

.product-container:hover .woocommerce-product-gallery__image img {
	width:100%;
	height: auto;
	display: inline;
}

.product-container h2 {
	width:100%;
	text-align: center;
	float: left;
	margin: 10px 0 0 0;
}

.product-container h2 span.sub-title {
	font-family: "readeritalic", "helvetica neue italic", sans;
	display: none;
	height: 50px;
}

.product-container span.price {
	width:100%;
	text-align: center;
	float: left;
	margin: 0 0 0 0;
	height:25px;
}



.product-container number {
	width:20%;
	float: left;
	margin: 10px 0 0 0;
}

.product-container:hover h2, .product-container:hover em,
.product-container:hover price, .product-container:hover number {
	color: #2F9638;
}


.product-container span.main-title {
	display: block;
	width: 100%;
	height: 25px;
}



.product-container:hover span.sub-title {
	display: inline;
	margin-left:-50%;
	position: absolute;
	width: 100%;
}


.product-container:hover span.main-title {
	color: #fff;
	opacity: 0;
}

.product-container:hover span.main-title em {
	color: #fff;
	opacity: 0;
}

.product-container:hover span.price {
	color: #fff;
	opacity: 0;
}

.product-container:hover p.out-of-stock {
		color: #fff;
		opacity: 0;
}



img {
	display:inline;
}

.product-container .woocommerce-product-gallery__image img {
	display:none;
}


/* PREISAUFLEGER **************************************/
.price-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  background-color: #844dc9;
  border-radius: 50%;
  font-size: 21px;
  text-align: center;
  line-height: 68px;
  color: #f8f4ed;
  font-family: 'Bagel Fat One', system-ui;
  background-color: #f5694eed;
}

.product-container:hover .price-tag {
	  background-color: #f8f4eded;
	  color: #844dc9;
	  color: #f5694eed;
}

.product-images .price-tag {
/*  top: 100px;*/
  width: 110px;
  height: 110px;
  line-height: 105px;
  font-family: 'Bagel Fat One', system-ui;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 30px;
/*	position: sticky;*/
	float: right;

}

/* KOPF FÜR KATEGORIE SEITEN ***************************/

#achive-title {
	font-size: 30px;
	border-bottom: 1px solid rgb(0, 37, 233);
	width:100%;
	padding-bottom: 24px;
}

#category-description p {
		font-size: 16px;
		padding-bottom: 20px;
}


/* Styling of content grid */

/*.left { left:0; }

.middle { left:15.625%; }

.right { left:31.25%; }

.move-down { margin-top: 10%; }

.move-up { margin-top: -10%; }

.last { margin-left: 30%; }
*/
/* SALES BOX ********************************************/

#slideshow, #category-head {
		width:90%;
		padding:35px 5% 0;
}

#slideshow p.slidertext {
	font-size: 24px;
	font-family: "readermedium", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width:100%;
	text-align: center;
	color: var(--hl-color);
	margin-top: -30px;
}

#slideshow p.slidertext em {
	font-size: 24px;
	color: var(--hl-color);
}

#slideshow a.sliderlink {
	background-color: var(--bg-color);
	color: var(--fg-color);
	width:150px !important;
	height: 25px !important;
	padding: 8px 0 9px!important;
	text-align: center;
/*	margin-top: 30px !important;*/
	margin-left: -75px !important;
	display: block;
	position: absolute;
	left:50% !important;
	border-radius: 20px; /* Adjust the value as needed */
}

#slideshow a.sliderlink:hover {
	background-color: var(--fg-color) !important;
	color:var(--bg-color);
}

#salesbox {
	width:90%;
	height:100px;
	margin-left:5%;
	margin-top: -320px;
	position: absolute;
}

#salesboxSpacer {
	width:90%;
	height:80px;
	margin-left:5%;
}

#salesbox h2, #salesbox p {
	font-family: "readermedium", "helvetica neue", sans;
 	font-style: normal;
 	font-weight: normal;
 	text-decoration: none;
 	line-height: 20px;
 	color: #844dc9;
	text-align: center;
	width:100%;
	margin-left:0%;
	margin-bottom:35px;
	font-family: 'Bagel Fat One', system-ui;
	color:#f5694eed;

}

#salesbox h2 {
 	font-size: 140px;
	letter-spacing: 0;
	line-height: 50px;
/*	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);*/
/*	color: hotpink;*/
}

#salesbox p {
 	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 85px;
	color:#f5694eed;
/*	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);*/
}

/* LAUFBAND ********************************************/
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    height:30px;
    padding-top: 30px;
    background-color: #0025E9;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 9s linear infinite;
    animation-play-state: running;
    background-color: yellow;
}

.marquee span {
		font-family: "readermedium", "helvetica neue", sans;
	 	font-style: normal;
	 	font-weight: normal;	
    font-size: 20px;
    padding: 0 20px;
    width: 600px;
    color: white;
}


@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}


/* DETAIL **********************************************/

a.home-link {
	position: fixed;
	top:31px;
	left:50%;
	z-index: 1;
	min-width:100px;
	margin-left: -84px;
	text-align: center;
	letter-spacing: 0.5px;
	color:#F5A623;
}

a.home-link:hover {
	color:#2F9638;
}

.blender1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #0025E9;
	mix-blend-mode: color;
}
.blender2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4500;
	background-color: #0025E9;
	mix-blend-mode: lighten;
}
.blender3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4500;
	background-color: #0025E9;
	mix-blend-mode: darken;
	opacity: 0.3;
}

.product-images {
    width: 55%;
    margin-left: 7.5%;
    margin-bottom: 6px;
    min-height: 200px;
    float: left;
    position: relative;
    padding: 0;
    margin-top: 30px;
}

.product-images img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.number-wrapper {
	position: absolute;
	top:27px;
	right:15px;
	background-color: red;
	z-index: 50;
	width:50px;

}

.number-wrapper number {
	position: fixed;
	color: #ffffff;
	z-index: 50;
}

.product-info {
	width: 26%;
	padding-right: 1.5%;
	left:67.5%;
	min-height: 200px;
	position:absolute;
	margin-top: 15px;
}


.product-info p.price {
	font-family: "readermedium", "helvetica neue", sans;
	font-size: 18px;
	line-height: 24px;
	position: absolute;
	right:0;
	top:12px;
	margin: 0;
}



.product-info p a{
	font-family: "readerregular", "helvetica neue", sans;
}

.product-info p strong {
	font-family: "readermedium", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	color: #F5A623;
}

.product-info form {
	margin-top: 10px;
/*	background-color: yellow;*/
	float: left;
	width:100%;
}

.product-info select{
	font-family: "readermedium", "helvetica neue", sans;
	color: #0025E9;
	background-color: #f8f4ed;
	border: 2px solid #0025E9;
	font-size: 14px;
	-webkit-appearance: none;
  padding:10px 15px;
  margin-top: 0px !important;
	margin-right:15px !important;
  border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	float: left;
	width:100%;
	margin-top: 15px !important;
}

.product-info p.vat-info {
	font-family: "readeritalic", "helvetica neue", sans;
	padding-top: 20px;
	width: 100%;
	float:left;
	clear: both;
}

p.product-attributes {
	font-family: "readeritalic", "helvetica neue", sans;
}

p.out-of-stock {
	font-family: "readermedium", "helvetica neue", sans;
	padding-top: 0;
	color: #F5A623;
}

.product-info p.out-of-stock {
	float: left;
	margin: 10px 0 0 0;
	min-width: 120px;
}

.product-info span.out-of-stock {
	color: #F5A623;
}

.product-box span.out-of-stock {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #F5A623;
	width: 100%;
	text-align: center;
	padding: 0;
	margin:0;
	float: left;
	display: block;
	height: 25px;
}

p.in-stock {
	display: none;
}

p.brand-promise {
	color: #F5A623;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}




a.button {
	border:2px solid #2F9638;
	color: #2F9638;
	text-align: center;
 	padding-top: 14px;
	height: 40px;
	background-color: #ffffff;
}

a.button:hover {
	background-color: #2F9638;
	color: #FFFFFF;
}

a.add-to-bag {
	width: 30%;
	left:67.5%;
	bottom: 30px;
	position:fixed;
	z-index: 50;
}

.woocommerce-variation-add-to-cart, .product-info form.cart  {
		width: 35%;
    height: 95px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #f8f4ed;
}

.product-info form.variations_form {
		width: 100% !important;
		height: unset !important;
		position: unset !important;
		bottom: unset !important;
		right: unset !important;
		background-color: unset !important;
}

button {
	border:2px solid #2F9638;
	text-align: center;
	height: 54px;
	background-color: #2F9638;
	color:white;

}

button:hover {
	background-color: white;
	color:#2F9638;
}

button.add-to-bag {
	width: 27.5%;
	left:67.5%;
	bottom: 30px;
	position:fixed;
	z-index: 50;
}

.product-info button.add-to-bag {
	background-color: #2F9638;
	color:#f8f4ed;
	cursor: pointer;
}

.product-info button.add-to-bag:hover {
	background-color: #f8f4ed;
	color:#2F9638;
}

/* minicart paypal adjustments */
a.wc-ppcp-minicart-ppcp {
	position: fixed;
  width: 87.4%;
  bottom: 90px;
  left: 5%;
  z-index: 1;
  height:50px;
}


a.wc-stripe-applepay-mini-cart {
	position: fixed;
	width: 87.3%;
	bottom: 130px;
	left: 4%;
	z-index: 1;
	padding: 12px 1% !important;
	background-color: white !important;
	height:50px;
}


ul.woocommerce-mini-cart {
	padding: 8px 5% 8px 5% !important;
}

ul.woocommerce-mini-cart  a {
	font-size: 14px !important;
}

/*p.woocommerce-mini-cart__buttons {
	background-color: red !important;
}*/

#cart-buttons-bg {
	background-color: white;
  width: 94%;
  position: fixed;
  left: 1%;
	bottom:0;
	height:154px;
/*	opacity: 0.3;*/

}

.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
	background-color: #2F9638 !important;
	color:white !important;
	cursor: pointer !important;
}

.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:hover {
	background-color: white !important;
	color:#2F9638 !important;
}


/*******************************************************/
/* CHECKOUT ********************************************/
/*******************************************************/

legend.banner-title {
	border-top: 1px solid;
	padding-top: 30px !important;
	margin-top: 0 !important;
	display: block;
	height:60px;
}

legend.banner-title, .banner-divider {
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: "readerregular", "helvetica neue", sans;
	color: #0025E9;
	font-size: 14px;
}

.banner-divider {
	font-size: 13px !important;
	padding:30px 0 0 0!important;
	display: block;
	height:70px;
}

.wc-stripe-banner-checkout span.banner-divider:before {
	background-color: #0025E9 !important;
}

.wc-stripe-banner-checkout span.banner-divider:after {
	background-color: #0025E9 !important;
}

.wc-stripe-banner-checkout {
	margin: none !important;
	max-width: unset !important;
	padding: 0 10% !important;
	margin:0 !important;
}


.wc-stripe-banner-checkout fieldset  {
	border: none !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	float: left;
	display: block;	
	height: 70px;
}

ul.wc_stripe_checkout_banner_gateways {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
}


ul.wc_stripe_checkout_banner_gateways li {
    flex: 0 0 31.33%; /* Standardbreite */
    height: 40px;
    padding: 0 1%!important;
   	margin: 0 !important;
    max-width: unset !important;
}

button.apple-pay-button{
		cursor:pointer;
}

button.apple-pay-button:hover {
		opacity:0.8;
}

.paypal-buttons-context-iframe {
	min-width: unset !important;
}

.woocommerce-checkout {
	float: left;
	width: 100%;
}

#checkout_left_column {
	width:50%;
	left:0;
	top:100px;
  background-color: white;
	z-index: 1000;
	float:left;
}

#sticky-container {
	width:100%;
	height:200px;
	display: block;
	float:left;
}

#sticky-content {
  position: sticky;
  position:-webkit-sticky;
  top: 0;
  float: left;
  width:100%;
}

#sticky-background {
	float:left;
	display: block;
	width:100%;
/*	background-color: #c7f3c3;*/
	position: relative;
	z-index: 100;
}

#checkout_right_column {
	width:50%;
	background-color: #c7f3c3;
	height:100%;
	left:50%;
	z-index: 1000;
		float:left;
		position: absolute;
}

#customer_details {
	width: 80%;
	margin-left: 10%;
	float: left;
	position: relative;
	padding-top: 0;
}

.col-1, .col-2 {
	width:100%;
	float: left;
}

section.woocommerce-customer-details .col-1, section.woocommerce-customer-details .col-2 {
		width: 50%;
    border-top: 1px dotted #0122d8;
    margin-top: 50px;
    padding-top: 30px;
}

#customer_details h3 {
	margin:0;
	padding: 0;
}

#customer_details p {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#customer_details p input {
	padding: 13px 1.75% 0 1.75%;
	width:96.5%;
	height:37px;
	background-color: #FDEDD3;
	border-radius: 8px;
	border: none;
	font-family: "readerregular", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #0025E9;
	float: left;
	position: relative;
}

#customer_details p input::placeholder { 
	color:#F5A623; 
	font-family: "readerregular", "helvetica neue", sans; 
	font-size: 14px; 
	opacity: 1;
}

#customer_details label {
	font-size: 14px;
	line-height: 10px;
	padding: 0 1.75%;
	width:96.5%;
	opacity: 1;
	color: #F5A623;
	z-index: 1;
	position: relative;
	top:35px;
	display: inline;

}

#customer_details input[value]:not(:empty) {
  background-color: #EBEEFE;
}

#customer_details abbr {
	display:none;
}


#customer_details p#shipping_first_name_field {
	clear: left;
}


/* Styling Select Boxes */
#customer_details p#billing_country_field select, #customer_details p#shipping_country_field select {
	padding: 13px 0 0 1.75% !important;
	width:100%;
	font-size: 16px !important;
  background-color: #EBEEFE;
	border: none;
	height: 50px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 21px;
	color: #0025E9;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #0025E9 50%),
    linear-gradient(135deg, #0025E9 50%, transparent 50%),
    linear-gradient(to right, #0025E9, #0025E9);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;,
}

#customer_details p#billing_country_field label, #customer_details p#shipping_country_field label,
#customer_details p#billing_state_field label, #customer_details p#shipping_state_field label {
		font-size: 10px;
		top:23px;
}

#customer_details p#billing_state_field select, #customer_details p#shipping_state_field select {
	padding: 10px 0 0 1.75% !important;
	width:100%;
	font-size: 16px !important;
	background-color: #FDEDD3;
	border: none;
	height: 50px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 21px;
	color: #F5A623;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #F5A623 50%),
    linear-gradient(135deg, #F5A623 50%, transparent 50%),
    linear-gradient(to right, #F5A623, #F5A623);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;

}


/* state field pulldown */
#customer_details p#billing_state_field, 
#customer_details p#shipping_state_field {
	font-size: 16px !important;
	height:69px;
	padding: 0;
	/*margin-bottom: 0;*/
}

/* shorter fields */
p#billing_first_name_field, 
p#billing_last_name_field,
p#billing_postcode_field, 
p#billing_city_field,
p#shipping_first_name_field, 
p#shipping_last_name_field,
p#shipping_postcode_field, 
p#shipping_city_field  {
	width:50%;
}

#customer_details p#billing_first_name_field input, 
#customer_details p#billing_last_name_field input, 
#customer_details p#billing_first_name_field label, 
#customer_details p#billing_last_name_field label,
#customer_details p#billing_postcode_field input, 
#customer_details p#billing_city_field input, 
#customer_details p#billing_postcode_field label, 
#customer_details p#billing_city_field label, 
#customer_details p#shipping_first_name_field input, 
#customer_details p#shipping_last_name_field input, 
#customer_details p#shipping_first_name_field label, 
#customer_details p#shipping_last_name_field label,
#customer_details p#shipping_postcode_field input, 
#customer_details p#shipping_city_field input, 
#customer_details p#shipping_postcode_field label, 
#customer_details p#shipping_city_field label {
	width: 90%;
	padding-left: 3.5%;
	padding-right: 3.5%;
}

#customer_details p#billing_first_name_field input,
#customer_details p#billing_postcode_field input,
#customer_details p#shipping_first_name_field input,
#customer_details p#shipping_postcode_field input  {
	margin-right:3%;
}

#customer_details p#billing_last_name_field input,
#customer_details p#billing_last_name_field label,
#customer_details p#billing_city_field input,
#customer_details p#billing_city_field label,
#customer_details p#shipping_last_name_field input,
#customer_details p#shipping_last_name_field label,
#customer_details p#shipping_city_field input,
#customer_details p#shipping_city_field label {
	margin-left:3%;
}

a.post-edit-link {
	display:none !important;
}

/* Billing Company als optionales Feld */
#customer_details #billing_company_field label, #customer_details #shipping_company_field label  {
/*	display: none;*/
}

#customer_details #billing_address_2_field label.screen-reader-text, #customer_details #shipping_address_2_field label  {
	clip-path: none;
}

#customer_details #billing_company_field, #customer_details #shipping_company_field,
#customer_details #billing_address_2_field, #customer_details #shipping_address_2_field   {
	display: none;
}



/* link to add phone number */
#customer_details a.add-phone {
	color: #F5A623;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	font-family: "readerregular", "helvetica neue", sans;
	margin-top: 20px;
	float: left;
}

#customer_details a.add-phone:hover  {
	color: #2F9638;

}

#customer_details p#billing_phone_field {
	display:none;
}


/* Checkbox and label "ship to different address" */
#customer_details p#ship-to-different-address {
	border-top: 1px solid #0025E9;
	width: 100%;
	padding: 5px 0 20px 0;
	margin: 30px 0 0 0;

}


#customer_details p#ship-to-different-address label span {
	font-size: 14px;
	padding-left: 10px;
	color: #F5A623;
}

#customer_details #ship-to-different-address-checkbox, #order_payments .input-checkbox {
	float: left;
	width:20px;
	height:20px;
	position: relative;
	display: block;
	margin-left: 3px;
}

p#ship-to-different-address label {
	display:block;
	float:left;
}

p#ship-to-different-address input {
	margin-top:-5px;
	margin-left:-4px !important;
}


/* Comments */
#customer_details #order_comments_field {
	float: left;
	width: 100%;
	border-top: 1px solid #0025E9;
	padding-top: 10px;
	margin-top: 30px;
}

#customer_details #order_comments_field textarea {
	float: left;
	padding: 30px 1.75% 0 1.75%;
	width: 96.5%;
	height: 100px;
	font-family: "readerregular", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #0025E9;
	border: none;
	background-color: #FDEDD3;
	font-size: 16px;
	line-height: 21px;
	border-radius: 8px;
}

#customer_details #order_comments_field label {
		font-size: 10px;
		top:23px;
}



#customer_details textarea::placeholder { color:#F5A623; font-family: "readerregular", "helvetica neue", sans; opacity: 1;}


/***********************************/
/* ORDER PAYMENTS ******************/
/***********************************/



h3#order_review_heading {
	padding-bottom: 35px;
	border-bottom: 1px solid #0025E9;
	display: block !important;
	margin-bottom: 25px;
}

#order_review, #order_payments {
	width: 80%;
	margin-left: 10%;
	padding: 0;
	position: relative;
	display: block;
	margin-top: 0;
	float:left;
}

#order_review {
		padding-top: 30px;
}

#order_payments {
	padding-top: 30px;
}

#order_payments .wc-ppcp-payment-method__container .wc-ppcp-popup__container,
#order_payments .wc-stripe-offsite-notice-container {
	margin-bottom: 5px;
	background-color: whitesmoke;
	padding: 30px 20px 10px;
	margin-top: 23px;
	width: unset ;
}

#order_payments .wc-ppcp-payment-method__container .wc-ppcp-popup__container p,
#order_payments .wc-stripe-offsite-notice-container p {
	color: rgb(30,30,30) !important;
}

#order_payments .wc-stripe_cc-new-method-container {
    margin-bottom: 5px;
    padding: 30px 20px 10px;
    background-color: whitesmoke;
    margin-top: 21px;
}

#order_payments .wc-stripe-offsite-notice {
	max-width: unset;
}

#order_review ul {
	float: left;
	width: 100%;
	padding: 0;
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
}

#order_review li {
	float: left;
	display: block;
	padding: 0 0 25px 0;
	width: 100%;
	border-bottom: 1px solid #0025E9;
	margin:0 0 25px 0;
	/*background-color: rgba(255,0,0,0.2);*/
	list-style: none;
	list-style-type: none;
}


#order_review a.produkt-link {
	text-decoration: none;
}

#order_review a.produkt-link:hover {
	color: #2F9638;
}

#order_review a.produkt-link:hover em {
	color: #2F9638;
}

#payment {

	background-color: rose;
}

#payment .gpay-button-fill {
	padding: 30px 0 60px;
}

#payment .apple-pay-button {
	margin: 30px 0 60px;
}


#order_payments ul {
	border-top: 1px solid #0025E9;
	float: left;
	width: 100%;
	padding: 0;
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;	
}

#payment  li.wc_payment_method {
	float: left;
	margin: 0;
	min-height: 50px;
	padding: 30px 0 0 0;
	width:100%;
	border-bottom: 1px solid #0025E9;
	overflow:hidden;
	display:block;
}

#payment li.wc_payment_method label, #payment li.wc_payment_method input {
	display: block;
	
}

#payment li.wc_payment_method input {
	margin-top: 5px;
}

#order_payments #payment li.wc_payment_method label {
	margin-top: -18px;
	margin-left: 38px;
	font-size: 16px !important;
}

#payment li.wc_payment_method label img {
	margin-top: -7px;
}

#payment li.wc_payment_method label.payment_method_ppcp img {
	max-height: 22px;
}

#payment li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
	max-height: 23px;
	padding: 0 3px;
	margin-right: 0;
	margin-left: 0;
	max-width: 35px;
}

/***********************************/
/* ORDER REVIEW ********************/
/***********************************/

#order_review p {
	margin: 0;
	/*background-color: rgba(0,255,0,0.2);*/
	padding: 0;
	float: left;
	font-size: 18px;
	line-height: 24px;
}

#order_review p.product-name em, span.product-name-solo {
	font-size: 18px;
	line-height: 24px;
}

#order_review p.product-name span.product-name-solo {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
}

#order_review p.product-name {
	font-size: 14px;
	line-height: 19px;
	width: 65%;
}

#order_review p.pre-order {
	font-family: "readermedium", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	color: #F5A623;
	font-size: 14px;
  line-height: 18px;
	width: 100%;
	margin-top: 40px;
}

#order_review li.cart-subtotal , #order_review li.tax-total , #order_review li.order-total , #order_review li.shipping-cost  {
	width:100%;
	position: relative;
	border-bottom: none;
	padding: 0;
}



#order_review li.cart-subtotal p, #order_review li.tax-total p, #order_review li.order-total p, #order_review li.shipping-cost p {
	font-size: 14px;
	line-height: 19px;
	width:50%;
	text-align: right;
/*  background-color: red;*/
}

#order_review li.cart-subtotal p:nth-of-type(1),
#order_review li.tax-total p:nth-of-type(1),
#order_review li.order-total p:nth-of-type(1),
#order_review li.shipping-cost p:nth-of-type(1) {
	width:70%;
}

#order_review li.cart-subtotal p:nth-of-type(2),
#order_review li.tax-total p:nth-of-type(2),
#order_review li.order-total p:nth-of-type(2),
#order_review li.shipping-cost p:nth-of-type(2) {
	width:30%;
}


#order_review .woocommerce-Price-amount {
	font-size: 18px;
	line-height: 24px;
	margin-top: -4px;
	display: block;
	float: right;
}

#order_review p.product-total {
	width:35%;
}

#order_review p.product-total .woocommerce-Price-amount {
	margin-top: 0px;
}

#order_review li.order-total .woocommerce-Price-amount {
	border-bottom: 3px solid #0025E9;
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
}

#order_review li.tax-total p {
	width:100%;
}

#order_review li.order-total p.order-label .woocommerce-Price-amount {
	font-size: 14px;
	line-height: 19px;
	margin:0;
	padding: 0;
	display: inline;
	float: none;
	border: none;
}

#order_review a.woocommerce-remove-coupon {
	font-family: "readeritalic", "helvetica neue italic", sans;
	-webkit-font-smoothing: subpixel-antialiased;
	position: absolute;
	left:0;
	text-decoration: none;
	color: #2F9638;
	opacity: 0.6;
}

#order_review a.woocommerce-remove-coupon:hover {
		opacity: 1;
}

#order_review a.remove {
	position:absolute;
	right:0;
	margin-top:43px;
	font-family: "readeritalic", "helvetica neue italic", sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2F9638;
    opacity: 0.6;
    text-decoration: none;
}

#order_review a.remove:hover {
    opacity: 1;
}

/***********************************/

#coupon_box {
	height: 69px;
	z-index: 1000;
	margin-top: -2px;
	-webkit-font-smoothing: subpixel-antialiased;
	float:left;
	display:block;
	width: 80%;
	padding:0 10%;
	margin-bottom: 60px;
	position: relative;
}

#coupon_area {
	margin-top: 30px;
	width:100%;
	height:69px;
	float: left;
	border-top: 1px solid #0025E9;
	border-bottom: 1px solid #0025E9;
}

form.checkout_coupon {
	display: block !important;
			border-top: 1px solid #0025E9;
	border-bottom: 1px solid #0025E9;
	height:80px;
	padding-top: 5px;
}

#coupon_box input {
	width:50%;
	height:45px;
	background-color: #e5fae3;
	border: none;
	font-family: "readerregular", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #0025E9;
	float: left;
	position: relative;
	padding-left: 10px;
	border-radius: 8px;
}

#coupon_box button {
	background-color: transparent;
	border: none;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	height: auto;
	color:#2F9638;
}


#coupon_box button:hover {
	color: #F5A623;
}

#coupon_box input::placeholder { 
	color:#2F9638; 
	font-family: "readerregular", "helvetica neue", sans; 
	opacity: 0.6;
}
/*#coupon_box input:focus::-webkit-input-placeholder { color:transparent; }
#coupon_box input:focus { background-color: #EBEEFE; }
#coupon_box input:visited{ background-color: #EBEEFE; }*/

/***********************************/

h3#order_payment_heading {
	padding: 30px 0 20px 0;
	width: 100%;
	border-bottom: 1px solid #0025E9;
	float: left;
	margin: 0;
}


input[type="radio"] {

    height: 17px;             /* Höhe des Radio-Buttons */
    width: 17px;              /* Breite des Radio-Buttons */
    padding: 0 !important;
    margin-top: 1px !important;
}



#wc-stripe-payment-request-wrapper {
	margin-top: 0 !important;
	width:200px !important;
	float: none;
	position: absolute;
	top:50px;
	left:100px;
	display: inline-block;
}

p#wc-stripe-payment-request-button-separator {
	display: none !important;
}


p.checkbox-legal {
	width:100% !important;
	float: left;
	margin-top: 50px !important;
}

p.checkbox-legal input {
	position: absolute;
	font-size: 16px !important;
}

span.woocommerce-terms-and-conditions-checkbox-text {
	margin-left:39px;
	float: left;
	display: block;
	margin-top: -20px;
	color: #2F9638;
	width: 100%;

}

span.woocommerce-terms-and-conditions-checkbox-text a {
	color: #2F9638;
}



#order_payments p.validate-required {
	margin: 40px 0;
	width:90%;
	float: left;
}

#order_payments p.validate-required .required {
	display: none;
}

.wc-gzd-order-submit {
	width:100%;
	float: left;
	margin-top: 40px;
}

button#place_order {
	width: 100%;
	cursor: pointer;
	margin-bottom: 50px;
}

#payment ul.wc-stripe-error li {
	color: white;
	font-size: 16px;
}

/* Checkout Notes **************************************/


a.close-link {
	cursor: grab;
}

ul.woocommerce-error {
	width: 40% !important;
	float: left !important;
	margin-left: 30% !important;
	margin-top: 20% !important;
	list-style-type: none !important;
	border: 0px solid red !important;
	padding: 30px 40px 20px 40px !important;
	background-color: #000 !important;	
	z-index: 1000001 !important;
	display: block !important;
	position: fixed !important;
	top:0 !important;
	left:0 !important;
	cursor: pointer;
}

ul.woocommerce-error::after {
	content: "";
	color: black;
	position: fixed !important;
	z-index: 1000001 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
}

ul.woocommerce-error li {
	font-family: "readerregular", "helvetica neue italic", sans !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	line-height: 22px !important;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	position: relative;
	z-index: 1000002 !important;
}

ul.woocommerce-error li a {
	display:none;
}
/*
ul.woocommerce-error li a {
	font-family: "readermedium", "helvetica neue italic", sans !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: red !important;
	text-decoration: underline;
}

ul.woocommerce-error li span {
	font-family: "readeritalic", "helvetica neue italic", sans !important;
	font-size: 16px !important;
}

ul.woocommerce-error li a.button {
	display: none;
}

div.woocommerce-message {
	width: 85%;
	float: left;
	margin-left: 7.5%;
	position: relative;
	z-index: 300;
	list-style-type: none;
	border: 1px solid #2F9638;
	padding: 30px 0 30px 0;
	background-color: #fff;
	font-family: "readerregular", "helvetica neue italic", sans !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 18px !important;
	text-align: center;
	margin-bottom: 18px;
	color: #2F9638;
	display:none;
}

div.woocommerce-message a.button {
	display:none;
}*/

.woocommerce-message {
	display: none;
}

/*#main-wrapper .woocommerce-notices-wrapper {
	display: none !important;
}*/



/* FOOTER **********************************************/

#footer {
	padding: 30px 0;
	overflow: hidden;
/*	border-top: 1px solid #0025E9;*/
	width: 95%;
	margin: 10px 2.5% 20px;
	padding: 20px 1px;
	position: relative;
	float: left;
}

#footer a, #footer p, #footer p a, #footer #footer-widgets h3 {
	font-family: "readerregular", "helvetica neue italic", sans;
	font-size: 13px;
	line-height: 21px;
	font-style: normal !important;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer p {
	margin:0;
	padding: 14px 0 0 0;
	float: right;
}

.footer-row  {
	float: left;
	/*background-color: pink;*/
	margin-left: 30px;
}

#footer ul {
	padding-top: 2px;
	float:left;
	list-style: none;
	margin: 0;
}

#footer ul li {
	padding: 10px 0 0 0;
	clear: left;
	float:left;
}

#footer #footer-widgets {
	float: left;
}

#footer #footer-widgets h3 {
	float: left;
}

/* Empty product page *********************************/

p.empty-category-page {
	width:100%;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin: 250px 0 400px;
}

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

.about-page {
	width:55%;
	margin-left:22.5%;
	position: relative;
	padding: 30px 0 60px 0;
}

.about-page h1 {
	font-size: 30px;
	line-height: 36px;
}

.about-page p {
	font-size: 18px;
	line-height: 24px;
}

/* Thankyou page **************************************/

.thankyou-page {
	width:55%;
	margin-left:22.5%;
	position: relative;

}

.thankyou-page h1 {
	margin-top:40px;
}

.thankyou-page h2 {
	padding:50px 0 10px;
	clear:left;
}

.thankyou-page h2 .order-date {
	font-family: "readerregular", "helvetica neue italic", sans;
}

.thankyou-page h2.order-table-head {
	border-bottom: 1px solid #0025E9;
	padding: 30px 0 25px 0;
	margin-bottom: 25px;
}

.thankyou-page h2.payment-method {
	margin:0;
	padding-bottom:0;
	padding-top: 25px;
}

.thankyou-page ul {
	float: left;
	width: 100%;
	padding: 0;
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
}

.thankyou-page li {
	float: left;
	display: block;
	padding: 0 0 25px 0;
	width: 100%;
	margin:0 0 25px 0;
	list-style: none;
	list-style-type: none;
}

.thankyou-page p {
	margin: 0;
	/*background-color: rgba(0,255,0,0.2);*/
	padding: 0 0 15px 0;
	float: left;
	font-size: 16px;
	line-height: 22px;

}

.thankyou-page p.clear-both {
	clear: both;
}

.thankyou-page ul.item-list li {
		border-bottom: 1px solid #0025E9;
		padding: 5px 0 15px 0;
}

.thankyou-page p.product-name em, span.product-name-solo a {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

.thankyou-page p.product-name span.product-name-solo a {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
}

.thankyou-page p.product-name {
	font-size: 14px;
	line-height: 19px;
	width: 60%;
}

.thankyou-page p.product-total {
	font-size: 18px;
	line-height: 24px;
	float: left;
	width: 40%;
}

.thankyou-page p.product-total .product-quantity {
	width:45%;
	text-align: right;
	float: left;
}

.thankyou-page p.product-total .woocommerce-Price-amount {
	display: block;
	float: right;
}

.thankyou-page ul.order-total-block {
	width: 70%;
	float: right;
	margin: 0;
	padding: 0;
}

.thankyou-page ul.order-total-block li {
	margin: 0;
	padding: 0;
}

.thankyou-page ul.order-total-block p.order_totals_value {
	font-size: 18px;
	line-height: 24px;
	float: right;
}

.thankyou-page ul.order-total-block p.order_totals_value strong {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal;
	font-weight: normal;
	border-bottom: 3px solid #0025E9;
}

.thankyou-page ul.order-total-block p.order_totals_label {
	font-size: 14px;
	line-height: 24px;
	padding-top: 2px;
	text-align: right;
	float: left;
	width:75%;
}

.thankyou-page h2.order-note {
	width: 100%;
	border-top: 1px solid #0025E9;
	float:left;
	clear: both;
	padding: 30px 0 0 0;
	margin: 10px 0;
	/* display: none; */
}

.thankyou-page .shop-link {
	position: fixed;
	top:30px;
	left:50%;
	color: #F5A623;
	margin-left: -85px;
	z-index: 10000;
}

.thankyou-page .shop-link:hover {
	color: #2F9638;
}

.thankyou-page p.thankyou-spacer {
	width: 100%;
	float: left;
	clear: both;
	height:50px;
}

.thankyou-page address {
	font-family: "readerregular", "helvetica neue italic", sans;
	color: #0025E9;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}

.thankyou-page .woocommerce-customer-details p {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

.thankyou-page .woocommerce-customer-details h2 {
	margin: 0;
	padding: 25px 0 0;
}

.thankyou-background {
	position: fixed;
	top: 76px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f8f4ed;
	z-index: -1;
}

/* Basic pages *****************************************/

.basic-pages, .info-pages {
	width:55%;
	margin-left:22.5%;
	position: relative;
	margin-top: -100px;
	padding: 40px 0 60px 0;
}

.basic-pages p.top-distance, .info-pages p.top-distance {
	padding-bottom: 79px;
}

.basic-pages h1, .basic-pages h2, .basic-pages h3 {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal !important;
	font-weight: normal !important;
}

.basic-pages h1 {
	font-size: 18px;
}

.basic-pages h2 {
	padding-top: 8px;
	font-size: 18px;
}

.basic-pages h3 {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	-webkit-margin-after:0;
}

.basic-pages p {
	/* margin: 0 !important; */
	-webkit-margin-before:0;
	/* -webkit-margin-after:0; */

}

.basic-pages p.small a {
	text-decoration: none;
	font-style: italic;
}

.info-pages p, .info-pages p a {
		font-size: 16px;
		line-height: 21px;
		font-style: normal !important;
		font-weight: normal !important;
}

.info-pages h2 {
	font-family: "readermedium", "helvetica neue italic", sans;
	font-style: normal !important;
	font-weight: normal !important;
}

.info-pages strong {
	font-family: "readermedium", "helvetica neue", sans;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	color: #F5A623;
}

p.language-navi, p.language-navi a {
		font-family: "readermedium", "helvetica neue italic", sans;
		font-style: normal !important;
		font-weight: normal !important;
		font-size: 18px;
		text-decoration: none;
		color: #F5A623;
		width: 100px;
}

p.language-navi {
	position: fixed;
	left: 2.5%;
	top: 115px;
}

p.language-navi a:hover {
	color:#2F9638;
}

/* 404 PAGE ********************************************/

.page-404 h1 {
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}


.page-404 img {
	width:30%;
	margin-left:35%;
	margin-top: 0;
	margin-bottom: 80px;
	position: relative;
}

.page-404 img.colored {
	display: none;
}

.page-404 a:hover img {
	display: none;
}

.page-404 a:hover img.colored {
	display: inline;
}

/* DESIGN GRID *****************************************/

#layout-grid {
	width: 95%;
	height: 300%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	display: none;
}

.grid-row {
	width: 5.263157894736842%;
	height: 100%;
	float: left;
}

.green {
	background-color: #78FF35;
	opacity: 0.4;
}

a.menu-toggle {
	position: fixed;
	left:50%;
	margin-left: -23px;
	top:31px;
	display:none;
	cursor: pointer;
	z-index: 1002;
}

a.menu-toggle .text-close {
	display:none;
	color:#ffffff;
	opacity: 0.75;
}

a.menu-toggle:hover .text-close {
	opacity: 1;
}


/**********************************************************/
/* COOKIE BANNER ******************************************/
/**********************************************************/

div.cli-wrapper h5#wt-cli-cookie-banner-title {
	padding: 5px 0 20px 0 !important;
/*	background-color: blue !important;*/
}

#cookie-law-info-bar div.cli-wrapper span#wt-cli-cookie-banner {
	font-family: "readerregular", "helvetica neue italic", sans;
	font-size: 14px;
	line-height: 18px !important;
}


#cookie-law-info-bar {
	line-height: 18px !important;
	text-align: center !important;
}

div.cli-wrapper a#wt-cli-policy-link {
		font-family: "readerregular", "helvetica neue italic", sans;
		padding:20px 0 !important;
}

div.cli-wrapper a#wt-cli-policy-link:hover {
		opacity: 0.5;
}

div.cli-wrapper a#wt-cli-accept-btn:hover {
	background-color: #0025E9 !important;
	color: white !important;
	opacity: 1;
}



.wt-cli-cookie-bar-container[data-banner-version="3.0"] #wt-cli-privacy-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 20px 0px;
    font-family: "readerregular", "helvetica neue italic", sans;
}

.cli-tab-container p, .cli-privacy-content-text, .cli-tab-container-iab p, .cli-privacy-content-text-iab  {
		font-size: 14px;
		line-height: 18px !important;
    margin-top: 0;
    padding: 0;
    color: #000;
    font-family: "readerregular", "helvetica neue italic", sans;
}
#
a.cli-privacy-readmore  {
	margin:15px 0 25px 0;
			font-size: 14px;
		line-height: 18px !important;
		    color: #000;
    font-family: "readerregular", "helvetica neue italic", sans;
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px;
    font-family: "readerregular", "helvetica neue italic", sans;
}

div.cli-modal-footer a#wt-cli-reject-btn {
	display:none !important;
}

div.cli-tab-content {

	    font-family: "readerregular", "helvetica neue italic", sans;
}



a#wt-cli-save-preferences-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    padding: 8px 10px;
    background: rgb(99, 255, 170);
    text-align: center;
    border-radius: 4px !important;
    border: 0px solid rgb(255, 255, 255);
    margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 1.5%;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

a#wt-cli-accept-all-btn {
		background: rgb(134, 232, 102) !important;
}

a#wt-cli-accept-all-btn:hover {
	background-color: #0025E9 !important;
	opacity: 1;
	color: white !important;
}

#nav-background {
	display: none;
}
/**********************************************************/
/* MOBILE VERSION *****************************************/
/**********************************************************/

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

		#slideshow {
		    overflow: hidden;
		    height: 440px;
		    width:90%;
				padding:0 5% ;
				margin-top: 35px;

		}

		.master-slider-parent {
			top: -50px;
		}

		#slideshow p.slidertext {
			margin-top: -60px;
		}	

		#product-overview {
    	width: 94.5%;
    	padding-left: 0.5%;
		}

		.product-box {
			width: 45%;
	    margin-left: 5%;
	    min-height: 200px;
	    padding-bottom: 40px;
	    margin-bottom: 0 !important;

    }

    .product-box h2, .product-box em, .product-box .out-of-stock, .product-box .price{
			font-size: 15px !important;
		}

		.product-container h2 {
	    margin-top: 10px;
	    line-height: 14px;
		}

		.product-container h2 span.sub-title {
			height: 43px; 
		}

		.product-container h2 span.main-title {
			height: 43px; 
		}

		.product-box em {
			width:100%;
			display: block;
		}

		.product-container { 
			width:100%; 
			margin:0;
		}

		.product-container:hover img {
			display: inline;
		}

		.product-container:hover .woocommerce-product-gallery__image img {
			display: none;
		}

		.price-tag {
	    top: 11px;
	    right: 11px;
	    width: 55px;
	    height: 55px;
	    font-size: 16px;
	    line-height: 53px;
		}


		/* overviw pages: full width images */
		.product-images {
				float:left;
				width:90%;
				margin-left: 5%;
				position: static;
				margin-top:0;
				padding-bottom: 85px;
		}
		.product-images .price-tag {
				top:100px;
		    width: 96px;
		    height: 96px;
		    line-height: 92px;
		    font-weight: normal;
		    text-decoration: none;
		    font-size: 27px;
		    position: sticky;
		    margin-top: -150%;
		    float: right;
		    margin-right: 4%;
		    font-family: 'Bagel Fat One', system-ui;
		}

		.product-info {
				float:left;
				width:85% !important;
				margin: 22px 0 50px 5% !important;
				left:0;
				position: static;
				overflow-y: none;
		}
		.product-info p {
/*			font-size: 15px;*/
			line-height: 20px;
		}
		.product-info h1 {
			font-size: 19px;
			padding-bottom: 8px;
		}
		.product-info h1 em {
			font-size: 19px;
		}
		.product-info p.price {
/*			top:35px;*/
			top:94px;
			right: 5%;
			font-size: 19px;
		}

		.product-info p a {
/*			font-size: 15px;*/
			line-height: 20px;			
		}

		.product-info p.out-of-stock {
			width: 100%;
		}

		.product-info select {
/*			font-size: 15px;*/
			width: 60%;
		}

		.product-info button.add-to-bag {
			width: 90% !important;
			left:5% !important;
			bottom: 15px;
			position:fixed;
			z-index: 2;
		}

		.woocommerce-variation-add-to-cart, .product-info form.cart {
			width:100%;
			height:85px;
			position: fixed;
			bottom:0;
			left:0;
			background-color: #f8f4ed;
		}

		a.menu-toggle {
			display: block;
		}
		a.menu-toggle:hover {
			color: #2F9638;
		}

		#navigation {
			width:100%;
			height:100%;
			position: fixed;
			top:0;
			left:0;
			background-color: #0025E9;
			z-index: 1001;
			display: none;
		}


		#navigation ul {
			margin-top: 100px;
			width:30%;
		}

		body.single-product #navigation ul, body.checkout #navigation ul {
			display: block;
		}
		#navigation ul li {
			width: 100%;
			text-align: center;
			margin: 20px 0;
			padding: 15px 0;
			margin:0;
		}
		#navigation ul li a {
			color: #ffffff;
			font-size: 30px;
			padding: 0;
			margin:0;
			opacity: 0.75;
		}

		#navigation ul li a:hover {
			opacity: 1;
		}	

		#main-wrapper #navigation li:nth-child(2) {
    	border-right: none;
    	border-bottom: 2px solid #c7cdf6;
    	padding-right: 0;
    	margin-right: 0;
    	padding-bottom: 30px;
    	margin-bottom: 15px;
		}

		#main-wrapper #navigation ul li:last-child {
    	border-left: none;
    	border-top: 2px solid #c7cdf6;
    	padding-left: 0;
    	margin-left: 0;
    	padding-top: 30px;
    	margin-top: 15px;
		}

		#navigation li.current-menu-item a {
		    color: white;
		    opacity: 1;
		}

		#nav-background {
			position: fixed;
			top:0;
			left:0;
			height:76px;
			background-color: white;
			width:100%;
			display: block;
			z-index:1000;
		}

		body.woocommerce-checkout #nav-background {
			display:none;
		}

		body.woocommerce-checkout a.menu-toggle {
			display: none;
		}
		
		body.woocommerce-checkout a.home-link {
		    position: absolute;
		    display: block;
/*		    z-index: 1000;*/
		    top: -49px;
		    right: 5%;
		    text-align: right;
		}

		#content {
			display: grid;
			grid-template-columns: 1fr;
			grid-template-rows: auto;
			grid-template-areas:
					"type"
					"info"
					"images";
		}

		.marquee {
			grid-area: type;
		}

		.product-images {
			grid-area: images;
		}

		.product-info {
			grid-area: info;
		}

		#salesbox {
			width:90%;
			margin-left:5%;
			margin-top: 260px;
			position: absolute;
			z-index: 0;
		}

		#salesbox h2 {
			font-size: 90px;

			/* STAY COZY ––– normal: line-height: 50px; */
			line-height: 50px;
			margin-top: -10px;
		}

		#salesbox p {
			font-size: 25px;
			line-height: 25px;
		}

		#salesboxSpacer {
			width:100%;
			height:60px;
			padding: 0;
			margin:0;
		}

		h1#achive-title {
			font-size: 26px;
		}

		#category-description p {
			font-size: 15px;
		}



		body.woocommerce-checkout img.logo {
			position: absolute;
		}


		#order_review {
			padding-top: 0;
			width: 90%;
    	margin-left: 5%;
		}

		h3#order_review_heading {
	    padding-bottom: 15px;
	    margin-bottom: 25px;
		}

		#order_review li {
	    padding: 0 0 20px 0;
	    width: 100%;
	    margin: -7px 0 30px 0;
		}

		#coupon_box {
	    padding: 30px 5% 0;
	    margin-bottom: 60px;
	    width: 90%;
		}

		.wc-stripe-banner-checkout {
		    position: sticky !important;
		    top: -42px;
		    z-index: 11;
		    background-color: white;
		}

		legend.banner-title {
			border: none;
		}

		.wc-stripe-banner-checkout fieldset {
	    height: 65px;
		}
		.wc-stripe-banner-checkout span.banner-divider {
	    padding: 36px 0 0 0!important;
	    height: 50px;
  	}	

		#sticky-container {
			display:none;
		}

		#order_review p.order-label, li.tax-total p, li.order-total p {
			font-size: 12px !important;
		}

		ul.woocommerce-error {
			width: 86% !important;
			float: left;
			margin-left: 7% !important;
			margin-top: 40% !important;
			list-style-type: none;
			border: 0px solid red;
			padding: 30px 40px 20px 40px;
			background-color: #000;	
			z-index: 1000001 !important;
			display: block;
			position: fixed !important;
			top:0;
			left:0;
			cursor: pointer;
		}

		#footer {
			padding: 0;
		}

		.footer-row {
			width:50%;
			margin-top:-2px;
			padding: 0;
			float: right;
			margin-left: 0;
		}
		.footer-row ul  {
			width: 100%;
			margin: 0;
			padding: 0;
		}
		#footer p {
			border-top: 1px solid #0025E9;
			float: left;
			width:100%;
			margin: 28px 0 0 0;
			padding:30px 0 10px 0;
		}
		#footer #footer-widgets {
			width:40%;
		}
		#footer #footer-widgets .country-switcher {
			width:100%;
		}
		a.home-link {
			display: none;
		}


		.logo {
    	z-index: 1001;
		}

		body.woocommerce-checkout .logo {
    	z-index: unset;
		}


		#sticky-background {
			display: grid;
		}

		#checkout_left_column {
	    width: 100%;
	    grid-row: 2;
	    z-index: unset !important ;
		}

		#checkout_right_column {
	    width: 100%;
	    position: relative;
    	margin-left: -50%;
	  }

		.wc-stripe-banner-checkout {
	    margin: none !important;
	    max-width: unset !important;
	    padding: 0 5% !important;
	    margin: 0 !important;
	  }

	  #customer_details, #order_payments {
	    width: 90%;
	    margin-left: 5%;
   	}




		/* static pages */

		.about-page, .info-pages, .basic-pages, .thankyou-page {
			width:90%;
			margin-left: 5%;
		}

		.about-page, .info-pages, .basic-pages  a {
			-moz-hyphens: auto;
			-webkit-hyphens: auto;
			-ms-hyphens: auto;
			-o-hyphens: auto;
			hyphens: auto;
		}
		.language-navi {
			display: none;
		}

		.thankyou-page ul.order-total-block {
			width:85%;
		}

		.thankyou-page p.thankyou-spacer {
			height: 0;
		}

		.thankyou-page a.shop-link {
			display:none;
		}

		.logo {
			left:5%;
			/* position: absolute; */
		}

		#footer {
			width: 90%;
			margin-left: 5%;
			padding: 20px 0;
		}

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#footer p {
		border-top: 1px solid #0025E9;
		float: left;
		width:100%;
		margin: 28px 0 0 0;
		padding:30px 0 10px 67px;
	}
	#order_review p.product-name {
		width: 53%;
	}
	#order_review p.product-total {
		width: 47%;
	}
	#order_review li.cart-subtotal p:nth-of-type(1),
	#order_review li.tax-total p:nth-of-type(1),
	#order_review li.order-total p:nth-of-type(1),
	#order_review li.shipping-cost p:nth-of-type(1) {
		width:60%;
	}
	#order_review li.cart-subtotal p:nth-of-type(2),
	#order_review li.tax-total p:nth-of-type(2),
	#order_review li.order-total p:nth-of-type(2),
	#order_review li.shipping-cost p:nth-of-type(2) {
		width:40%;
	}
	.product-info p.price {
		font-family: "readermedium", "helvetica neue", sans;
		font-size: 18px;
		line-height: 24px;
		float: left;
		width: 100%;
		margin-top: -10px;
		margin-bottom: 10px;
		position:static;
	}
	.product-box {
		width: 45%;
		margin-left: 3.75%;
		margin-right: -1.25%;
	}
	.thankyou-page ul.order-total-block {
		width: 70%;
	}
	.thankyou-page p.product-name {
		width: 50%;
	}
	.thankyou-page p.product-total {
		width: 50%;
	}
}
