



/* pt-serif-regular - latin */
@font-face {
  font-family: 'PTSerif';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/pt-serif-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/pt-serif-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/pt-serif-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/pt-serif-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/pt-serif-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/pt-serif-v12-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PTSerifBold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/pt-serif-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/pt-serif-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/pt-serif-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/pt-serif-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/pt-serif-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/pt-serif-v12-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PTSerifItalic';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/fonts/pt-serif-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/pt-serif-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/pt-serif-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/pt-serif-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/pt-serif-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/pt-serif-v12-latin-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PTSans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-bold - latin */
@font-face {
  font-family: 'PTSansBold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}


/* im-fell-english-regular - latin */
@font-face {
  font-family: 'ImFellEnglish';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/im-fell-english-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/im-fell-english-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/im-fell-english-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/im-fell-english-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/im-fell-english-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/im-fell-english-v10-latin-regular.svg#IMFellEnglish') format('svg'); /* Legacy iOS */
}

/*
Farben
drot:	#8b1e0a
hbraun:	#cd9e8e
beige:	#f4f0e6 
gold: #d0a955 -- link
grün: 9bb539
text: 4e3a33
*/



/*** allgemeines reset ***/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  	font-weight: normal;
  	list-style: none;
}
:focus {
	outline: 0;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

h1, h2, h3 { font-weight: normal; }

strong, b { font-family: 'PTSerifBold'; }

a { text-decoration:none; color: inherit; }

* {
  box-sizing: border-box;
}



body {
	background-color: #e8decc;
	font-family: 'PTSerif';
	font-size: 19px;
	line-height: 150%;
	color: #4e3a33;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dbraun { color: #8b1e0a; }

#header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #8b1e0a;
	max-width: 1280px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 110;
}

#header .headerinner {
	height: 60px;
	margin: 0 auto;
	position: relative;
	padding: 0 35px;
}


#header .logo {
	display: inline-block;
	font-family: 'ImFellEnglish';
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	margin: 14px 20px 0 0;
}

#header .slogan {
	display: inline-block;
	font-family: 'ImFellEnglish';
	font-size: 21px;
	color: #fff;
}

#header .minicart {
	position: absolute;
	right: 120px;
	top: 15px;
	font-family: 'PTSans';
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 7px 0 0 40px;
	background: url(imgs/warenkorb.svg) no-repeat;
	height: 30px;
	background-size: 30px 30px;
	cursor: pointer;

}
#header .slogan.bereiche {
	font-family: 'ImFellEnglish';
	font-size: 30px;
}

.minicart .woocommerce-mini-cart__total strong,
.minicart .total-cart-tax,
.minicart .woocommerce-mini-cart__buttons .checkout,
.minicart .shipping-costs-cart-info { display: none; }

.minicart .woocommerce-mini-cart__total,
.minicart .woocommerce-mini-cart__buttons { display: inline-block; }

/*	.minisearch	 { display: none; }
	.logged-in #header .minisearch { display: block; }	*/
#header .minisearch {
	position: absolute;
	right: 50%;
	top: 18px;
	font-family: 'PTSans';
	font-size: 16px;
	line-height: 18px;
	transform: translateX(55%);	
}

#header .minisearch .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	height: 24px;
	border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* firefox only */
@-moz-document url-prefix() {
	#header .minisearch .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		padding: 0 15px 10px 40px;
	}
}

.burger {
	cursor: pointer;
	position: absolute;
	z-index: 900;
	right: 35px;
	top: 12px;
	padding: 0;
}

.bar1, .bar2, .bar3 {
	width: 36px;
	height: 2px;
	background-color: #fff;
	margin: 8px 0;
	transition: 0.1s;
	/* box-shadow:   1px 2px 2px 0px #ccc;*/
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 10px);
  transform: rotate(-45deg) translate(-4px, 10px);
  background-color: #fff;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -10px);
  transform: rotate(45deg) translate(-4px, -10	px);
  background-color: #fff;
}
.change .bar2 {opacity: 0;}

/*** menu ***/
.nav {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 100%;
	max-width: 1280px;	
	background-color: #fff;	
	font-family: 'PTSans';
	font-size: 19px;
	line-height: 46px;
	padding: 18px 36px;
	transform: translateX(-50%);	
	z-index: 111;
}

.nav .inner {
	display: flex;	
	padding: 20px;
	max-width: 1152px;
	margin: 0 auto;
}

.nav .inner .menu {
	width: 33%;
	line-height: 24px;
}

.nav .inner h2 span { 
	display: inline-block;
	padding-right: 8px;
}

.nav .inner h2,
.nav .inner .sowomenu {
	font-family: 'PTSansBold';
	font-size: 18px;
}
.nav .inner .sowomenu span {
	display: block;
	font-family: 'PTSans';
}

.nav .inner h2 {
	line-height: 36px;
}

.nav .inner h2 a:hover {
	color: #d0a955; 
}

.nav .inner .menu li  {
	padding: 6px 0;
}

/* 
.nav .inner .menu li.current_page_item,
*/
.nav .inner .menu li:hover {
	color: #d0a955; 
}

.nav .inner .menu .shm li,
.nav .inner .menu .fm li { padding-left: 21px; }

.nav .inner .menu .som li { list-style-type: disc; }

/*** xmas ***/
.nav .inner .menu li.menu-item-8177 a {
	color: #8b1e0a;
	
}


/*.nav .inner .menu .shm li { color: #ccc; }*/

.center { text-align: center; }

/* saison rot */
.menu-item-5070  {
	font-family: 'PTSansBold';
	color: #c30204;
	background-image: url(imgs/nav-weihnacht.jpg);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: 0 -4px;
	height: 50px;
	padding-left: 46px !important;
}

/**** content ***/


.wrapper {
	width: 100%;
	margin: 60px auto 0 auto;
	max-width: 1280px;
	background-color: #fff;
	position: relative;
}

.main-content {
	padding-top: 1px;
}

.titelbild {
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.titelover {
	position: absolute;
	z-index: 1;
	width: 66%;
	max-width: 800px;
	left: 50%;
	top: 50%;;
	transform: translate(-50%,-50%);
/*	background: rgba(255, 255, 255, 0.6); */
}

.titelbild .banner {
	position: absolute;
	z-index: 5;
	left: 3%;
	bottom: 40px;
	max-width: 12%;
}
.titelbild .banner img {
	width: 100%;
}

.titelover .inner { 
	position: relative; 
	padding: 25px 35px;
	
}

.titelover p {
	padding: 15px 25px;	
	font-family: 'PTSans';
	font-size: 19px;
	line-height: 130%;
  	text-align: center;
	color: #4e3a33;
}
.titelover p strong {
	font-family: 'PTSansBold';	
}
.titelover .close {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 4px;
	right:4px;
	background-image: url(imgs/close-blck.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.kaffeebtns {
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 0;
	font-family: 'PTSansBold';
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kaffeebtns a.sowobutton {
    display: block;
	background-color: #d0a955;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 160px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 8px;
    text-align: center;
}

.kaffeebtns .quandoo-widget-builder {
    border: none;
    border-radius: 0;
    box-shadow: none;
     margin-bottom: 8px;
    min-width: 160px;
   
}

.kaffeebtns .quandoo-button { 	
	right: 0;
	background-color: #d0a955 !important; 
	font-family: 'PTSansBold' !important; 
    letter-spacing: 1px;
	line-height: 36px !important;	
    padding: 6px 22px;
    width: 100%;
    text-align: center;
}



/* rgb */

.start p {
	font-feature-settings:"liga" 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphenate-limit-chars: 6 3;
	hyphens: auto;
	overflow-wrap: break-word;
	hyphenate-limit-chars: auto 3;
}
.start .main-content p {
	margin-bottom: 14px;
}

#titeltxt h1 { 
	font-family: 'ImFellEnglish';
	font-size: 50px;
	line-height: 50px;	
	margin-bottom: 25px;
}
.section h2 { 
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
	margin-bottom: 10px;
}

#titeltxt .inner  { 
	padding: 65px 0;
	background-color: #fff;
}

#titeltxt .inner p {
	width: 70%;
	margin: 0 auto;
}

.section {
	background-color: #f4f0e6;
	clear: left;
/*	display: flex;*/
}

#titeltxt .inner p { 
	font-family: 'PTSerif';
	font-size: 21px;
	line-height: 34px;
}

.section .right,
.section .left {
	float: left;
	width: 50%;
	position: relative;
}

.section img { 
	max-width: 100%; 
	display: block;	
}

.section .inner  { 
	font-size: 19px;
	line-height: 150%;
	padding: 25px 35px 0 35px;
}

#kontakt__anfahrt {
	background-color: #fff;
	background-color: #f9f7f1;
}

.bereiche #kontakt__anfahrt {
	background-color: #f9f7f1;
	margin: 0;
}

#kontakt__anfahrt .left {
	padding-bottom: 8px;
}	
#kontakt__anfahrt.home .left {
	margin-top: -6px;
}

#kontakt__anfahrt .right {
	background-color: #fff;
	padding: 6% 0 10% 0	;
}
#kontakt__anfahrt.home .right {
	margin-top: -10px;
}


.bereiche #kontakt__anfahrt .inner  p { 
	padding-bottom: 14px; 
}

#kontakt__anfahrt a {
	color: #d0a955;
}

.mid {
/*	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
	margin: 0 auto;
}

.midbot {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}


/*** checkered ***/

/* .main-content a { color: #f4f0e6; } */

.row {
	background-color: #f9f7f1;
/*	display: flex; */
	width: 100%;
}

.row .item img {
	max-height: 100%;
}

.row .item {
	width: 50%;
	position: relative;
	display: inline-block;
}
.odd { float: right; }
.even  { float: left; }

.item .inner {
	height: 100%;
	font-size: 19px;
	line-height: 150%;
	padding: 25px 35px 0 35px;
}

ul.rslides li { line-height: 0; }

.item .inner p {
	margin-bottom: 19px;
}
.item .inner h2 { 
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
	margin-bottom: 10px;
}

.item .checker img {
	max-width: 100%;
}

/*** bereiche ***/

.wrapper.bereiche {
	background-color: #fff;
}


.bereiche .titelover {
	font-family: 'PTSansBold';
	position: absolute;
    font-size: 20px;
    line-height: 60px;
    padding: 0px 30px;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);   
	background: transparent;
}

.titelover a.sowobutton {
	font-family: 'PTSansBold';
    display: inline-block;
	background-color: #4e3a33;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 180px;
    text-align: center;
}


.bereiche .site-content {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.bereichslogo {
	width: 155px;
	margin-top: 45px;
}

.bereiche .site-content p {
	margin-bottom: 20px;
}

.bereiche .site-content h1 {
	font-family: 'ImFellEnglish';
	font-size: 50px;
	line-height: 48px;	
	margin: 28px 0 24px 0;	
	text-align: center;	
}
.bereiche .site-content h4 {
	font-family: 'PTSerifBold';
	font-size: 21px;
	line-height: 24px;	
	margin: 0 0 24px 0;	
	text-align: center;	
}

.bereiche .site-content a {
	color: #d0a955;
}	

.bereiche .wp-block-buttons {
	display: inline-block;
	margin: 20px auto 30px auto;
}	
.bereiche .wp-block-buttons .wp-block-button, 
.bereiche a.wp-block-button__link {	
	font-family: 'PTSans';
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    display: inline-block;
	background-color: #4e3a33;
}

.bereichsline {
	margin: 50px auto 0 auto;
	height: 1px;
	background-color: #4e3a33;
}

.wrapper.bereiche .gallery {
	margin: 30px 30px 0 0;
}

.wrapper.bereiche .gallery .inner {
	display: grid;
	grid-template-columns: auto auto auto;
}
.wrapper.bereiche .gallery .imgholder  {
	/*float: left;*/
	/*display: inline-block;*/
	margin: 0 0 30px 30px;
/*	width: calc(33.333% - 30px);
	height: calc(33.333% - 30px);*/
	position: relative;
	overflow: hidden;
	background-color: #f4f0e6;
}

.wrapper.bereiche .gallery .imgholder:before {
	  content: "";
	  display: block;
	  padding-top: 100%;
	  /* initial ratio of 1:1*/
}

.wrapper.bereiche .gallery .imgholder a {
	display: block;
}

.wrapper.bereiche .gallery .imgholder .gimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
/*	width: 100%;
	max-width: 100%;
	height: auto;*/
}	

.wrapper.bereiche .gallery .filter  {
	font-family: 'PTSans';
	font-size: 21px;
	text-align: center;
	margin: 30px 0;
}

/*.wrapper.bereiche .gallery { display: none; }
.logged-in .wrapper.bereiche .gallery { display: block; }*/


/*** standard page ***/

.standard .main-content {
	text-align: left;
	width: 70%;
	margin: 0 auto;
	padding: 25px 0;
}

.standard .main-content h1 {
	margin: 38px 0 38px 0;
	line-height: 120%;

}

.standard h2 { 
	font-family: 'ImFellEnglish';
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0;
}

.standard .main-content p {
	margin-bottom: 19px;
}
/*** form ***/

body#anfrage {
 background-color: #f4f0e6;
}

.anfrage .site-content {
	width: 80%;
	margin: 40px auto 20px auto;
	font-size: 16px;
	line-height: 22px;
}

.anfrage h1 {
	margin-bottom: 20px;
}

.wpcf7 {
	color: #cdbb8b;
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
}
input, textarea {
	width: 100%;
	border: none;
	font-family: 'PTSans';
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px;
	padding: 0 6px;
	background: transparent;
	text-align: left;
}

#anfrage input, textarea {
	background-color: #fff;
}

#anfrage input.wpcf7-submit  {
	background-color: #d0a955;
	text-align: center;
}

.speisekarten input, textarea {
	width: 50%;
}

input::placeholder, 
textarea::placeholder  {
	font-size: 16px;
	color: #d0a955;
}




.wpcf7-not-valid::placeholder {
	color: #8b1e0a;

}

.wpcf7-not-valid-tip {
	display: none;
}


textarea {
	height: 140px;
}

.wpcf7-submit {
border: none;
    display: inline-block;
    font-family: 'PTSansBold';
    font-size: 15px;
    line-height: 29px;
    width: 100px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d0a955;
    padding: 0;
    margin: 0;
    cursor: pointer;
	float: right;
}

.wpcf7-not-valid::placeholder {
	color: #8b1e0a;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-response-output {
	border-color: #8b1e0a;
	color: #8b1e0a;
	margin: 40px 0 0 0;
}


.wpcf7-select {
	border: none;
	width: 50%;
	-moz-padding-start: calc(10px - 3px);
	padding-left: 10px;
	background: #fff;
	color: #d0a955;
	font-family: 'PTSans';
	font-size: 16px;
	margin-bottom: 12px;
}

.iziModal .iziModal-content {
	margin: 0;
	background-color: #f4f0e6;
}

.iziModal-wrap .close {
	position: absolute;
	top: 10px;
	right: 10px;
}


/*** upload ***/

.speisekarten input#pwbox-1154 { border: 1px solid #ddd; }
.speisekarten input#upload_file { background-color: #ddd; width: 200px; cursor: pointer; margin: 6px; }

/*** exclusive ***/

.wrapper.exklusive {
	background-color: #fff;
}
.wrapper.exklusive h1 {
	font-family: 'ImFellEnglish';
	font-size: 43px;
	line-height: 48px;	
	margin: 48px 0 28px 0;	
	text-align: center;	
}
.entry-content .einleitung {
	text-align: center;
	padding: 0 15%;
	margin-bottom: 48px;
}

.entry-content p a {
	color: #d0a955;
}
.site-content  p a {
	color: #d0a955;
}
.site-content  p a.rowlink {
	color: inherit;
}

.wrapper.exklusive .favorit {
	display: flex;
}
.wrapper.exklusive .favorit .fav {
	position: relative;
	width: 50%;
	background-color: #f4f0e6;
	padding: 30px 0 0 0;
}
.wrapper.exklusive .favorit .fav.left img {
 	width: calc(100% - 30px);
 	float: right;
}
 .fav h2 {
	font-family: 'ImFellEnglish';
	font-size: 33px;
	line-height: 38px;	
	padding: 0px 40px 12px 40px;
	margin-top: -4px;
}
.fav p {
	padding: 0 40px 19px 40px;
}

.fav .preis {
	position: absolute;
	left: 40px;
	bottom: 0;
}

.fav .preis a {
	border: none;
	display: inline-block;
    font-family: 'PTSansBold';
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d0a955;
    padding: 1px 14px;
    cursor: pointer;	
    margin: 8px 0 0 0;
}

.favpreview {
	padding: 30px 30px 23px 0;
	background-color: #f4f0e6;
}

.favpreview .inner {
	display: flex;
}
.favpreview .imgholder {
	margin-left: 30px;
	width: calc(16.66% - 30px);
}
.favpreview .imgholder img {
	width: 100%;
	max-width: 100%;
}	

.wrapper.exklusive .gallery {
	margin: 30px 30px 0 0;
}

.wrapper.exklusive .gallery .inner {
/*	display: flex;*/
}
.wrapper.exklusive .gallery .imgholder {
	float: left;
	margin: 0 0 30px 30px;
	width: calc(33.333% - 30px);
}

.wrapper.exklusive .gallery .imgholder.hideme {
	display: none;
}

.wrapper.exklusive .gallery .imgholder img {
	width: 100%;
	max-width: 100%;
}	

.wrapper.exklusive .gallery .filter {
	font-family: 'PTSans';
	font-size: 21px;
	text-align: center;
	margin: 30px 0;
	
}


.wrapper.exklusive .zwischentxt {
/*	color: #9bb539;	*/
	font-family: 'ImFellEnglish';
	font-size: 33px;
	line-height: 140%;	
	margin: 48px auto;	
	text-align: center;
	width: 70%;
}

.wrapper.exklusive .schlusstxt {
	font-family: 'ImFellEnglish';
	font-size: 33px;
	line-height: 140%;	
	margin: 5px auto 48px auto;	
	text-align: center;
	width: 70%;
}

.fancybox-caption__body {
	font-family: 'PTSans';
	font-size: 21px;
}

/*** responsive slides ***/

.galerie {
  position: relative;
}

.galerie .caption {	
	position: absolute;
	z-index: 10;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
	background: rgba(255,255,255,0.8);
	padding: 25px;
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 48px;
	opacity: 0.8;
	text-align: center;
}
.galerie .caption a {
	color: #000;
}

.galerie .banner {
	position: absolute;
	z-index: 5;
	left: 3%;
	bottom: 40px;
	max-width: 12%;
}
.galerie .banner img {
	width: 100%;
	transition-duration: 0.3s;
}

.galerie .banner img:hover {
	transform: rotate(8deg);
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
/*  width: 100%; */
	height: 550px;
	display: flex;
	padding: 0;
	margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }


.rslides .holdimg {  }

.rslides  .holdimg {
position: relative !important;
  display: block;
  float: left;
  min-width: 100%;
  height: 550px;
  border: 0;
  margin: auto;
  }
  
.rslides img {  
  display: block;
  min-width: 100%;
		position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);	
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  opacity: 0.7;
  text-indent: -8080809px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  width: 30%;
 /* background: transparent url("themes.gif") no-repeat left top;	*/
  margin-top: 0px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  
  }
  
 .centered-btns_nav.next,
 .centered-btns_nav.prev { display: none; }

.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
	position: absolute;
	z-index: 808;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin: 0 5px;
  }

.centered-btns_tabs a {
  text-indent: -8080809px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*background: #ccc;*/
  background: rgba(255,255,255,1);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  width: 14px;
  height: 14px;
  margin: 0 4px;
  }

.centered-btns_here a{
  background: #d9d9d9;
  background: rgba(255,255,255,.6);
  }



/*** footer ***/

.footer-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #8b1e0a;
}

.footer {
	width: 92%;
	background-color: #8b1e0a;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.footer .item {
	float: left;
	width: 25%;
	color: #fff;
	font-family: 'PTSans';
	font-size: 15px;
	line-height: 24px;
}

.footer .item.tre { width: 30%; }
.footer .item.vor { width: 20%; }

.footer .item p {
	margin-bottom: 24px;
}

.footer .item.vor p { margin: 0; }

.footer .item strong {
	font-family: 'PTSansBold';
}

.footer .item .social a {
	display: block;
	width: 100%;
	height: 100%;
}


.footer .item .social.fb,
.footer .item .social.in,
.footer .item .social.ye,
.footer .item .social.ye {
	float: left;
	display: online-block;
	width: 22px;
	height: 22px;
	background-size: contain;
/*	background-size: 20px 20px;	*/
	margin: 5px 10px 0 0;
}
.footer .item .social.ye,
.footer .item .social.ye {
	width: 66px;
}

.footer .item .social.fb {
	background-image: url(imgs/fb.svg);
	background-repeat: no-repeat;
}
.footer .item .social.in {
	background-image: url(imgs/in.svg);
	background-repeat: no-repeat;
}
.footer .item .social.ye {
	background-image: url(imgs/ye.png);
	background-repeat: no-repeat;
}



#cn-accept-cookie {
	border: none;
    display: inline-block;
    font-family: 'PTSansBold';
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d0a955;
    cursor: pointer;
    border-radius: 0;
    padding: 0 10px;
}


/*** woocommerce ***/ 

.woocommerce-page strong,
.woocommerce-page b {
	font-family: 'PTSansBold';
}

.woocommerce-page .main-content  {
	background-color: #fff;
  	font-family: 'PTSans';
}

.woocommerce-page .content-area {
	margin: 40px 40px 0 40px;
}

/*** shop home und Kategorien ***/

/*** shop zu ++++ siehe auch .js **/
.woocommerce ul.columns-4,
.menu-shopmenu-container { display: block; } /* none wenn zu */
.shopzu {font-family: 'PTSansBold'; color: #8b1e0a; } /* show zu .js */

/*** shop zu ende **/

.post-type-archive-product .page-description h4.has-vivid-red-color,
.standard h4.has-vivid-red-color {
	font-family: 'PTSansBold';
	font-size: 30px;
	line-height: 140%;	
	margin-bottom: 30px;
}

.post-type-archive-product.woocommerce-page h1.page-title {
	display: none;
}

.post-type-archive-product .page-description {
	width: 70%;
	margin: 0 auto 48px auto;
	text-align: center;	
}

.post-type-archive-product .page-description h1 {
	text-align: center;
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
}
.post-type-archive-product .page-description h4 {
	font-family: 'ImFellEnglish';
	font-size: 21px;
	margin-bottom: 10px;
}

.post-type-archive-product .count {
	display: none; 
}

.woocommerce-breadcrumb {
	margin: 0 0 0 40px;
  	font-family: 'PTSans';
	font-size: 15px;
	line-height: 150%;
	padding-top: 20px;
}

.woocommerce-breadcrumb a:hover {
	color: #d0a955;
}

.tax-product_cat h1.page-title {
	text-align: center;
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
	margin-bottom: 60px;
}
.tax-product_cat .einleitung {
	width: 70%;
	margin: 0 auto 48px auto;
	text-align: center;
	margin-top: -50px;
}

.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
	display: none;
}

/*** produktseiten ***/

.woocommerce .product_title  {
	color: #8b1e0a;
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
	margin-bottom: 28px;	
}

.woocommerce-product-details__short-description {
	margin-bottom: 20px;		
}

.woocommerce .legal-price-info {
	margin-bottom: 20px;
}

.product p.wc-gzd-additional-info {
	margin-bottom: 0 !important;
	font-size: 15px !important;
}

.woocommerce .product_meta {
	margin: 20px 0;
	text-align: right;
	font-size: 12px;
}

.woocommerce .product_meta .product-units,
.woocommerce .product_meta .tagged_as {
	display: none;
}

.single-product .prev_next_buttons {
	position: relative;
	font-family: 'PTSans';
    font-size: 15px;
    line-height: 150%;	
    height: 25px;
} 
.single-product .prev_next_buttons a:hover {
color: #d0a955;
}
.single-product .prev_next_buttons a:first-of-type {
	position: absolute;
	left: 0;
}
.single-product .prev_next_buttons a:last-of-type {
	position: absolute;
	right: 0;
	left: auto;
}

.single-product .product {
	padding-bottom: 48px;
}

.woocommerce-product-gallery {
	position: relative;
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
	width: 25px;
	height: 25px;
	font-size: 0;
    background-image: url(imgs/lupe.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
	background-color: transparent;}


.single-product .pswp__ui--fit .pswp__caption {
	display: none;
}

.woocommerce div.product div.images {
    float: left;
    width: 48%;
    display: inline-block;
}
.woocommerce  div.product div.summary {
    float: right;
    width: 48%;
    display: inline-block;
}

.woocommerce  div.product div.summary img { 
/*	max-width: 100%;  */
	display: block;
}

.woocommerce  div.product ul li {
  list-style: disc inside ;
  padding-left: 1px;
}

.pewc-main-price .woocommerce-Price-amount {
	font-size: 28px;
}

.pewc-label-before { display: none; }

.pewc-group-content-wrapper,
select.pewc-variable-child-select, 
.pewc-column-description p,
input[type=number].pewc-child-quantity-field {
  	font-family: 'PTSans';
	font-size: 15px;
	line-height: 150%;
	border: none;
}

.pewc-style-simple 
.pewc-item input[type=number], 
.pewc-style-simple .pewc-item input[type=text], 
.pewc-style-simple .pewc-item textarea {
	border: none;

}

.single-product form.cart .pewc-product-extra-groups li input[type="text"] {
    border: 1px solid #ccc;
}


.pewc-radio-image-wrapper label img, 
.pewc-checkbox-image-wrapper label img {
	text-align: left;
	align-self: auto;
	margin-left: 18px;
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper {
	display: flex;
	clear: left;
	margin: 10px 0 0 0;
	/*border: none;*/
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper.checked,
.pewc-radio-image-wrapper.checked {
	border: none;
	background-color: #f4f0e6;
}

.pewc-checkbox-image-wrapper label {
	float: left;
	margin-right: 8px;
}

.pewc-groups-accordion .pewc-group-wrap h3 {
  	font-family: 'PTSans';
	font-size: 19px;
	line-height: 29px;
	background-color: #f4f0e6;
}
.pewc-groups-accordion .pewc-group-wrap.group-active .pewc-group-content-wrapper {
	padding: 0;
	background: #fff !important;
}

.pewc-column-wrapper .pewc-checkbox-image-wrapper {
	padding: 0;

}

.pewc-column-wrapper .pewc-checkbox-image-wrapper .pewc-checkbox-desc-wrapper  { 
	float: left;
	display: inline-block;
}

.pewc-item-field-wrapper img {
	width: 100px;
	height: 100px;
}
.pewc-column-wrapper h4.pewc-radio-image-desc {
	font-family: PTSansBold;
	margin-top: -1px;
}

/* Add-On bucg 123 */
.pewc-group.pewc-item-checkbox { display: none; };  


select.pewc-variable-child-select,
.pewc-column-description p {
	margin-bottom: 0;
}

.addonspan {
	display: inline-block;
	width: 40px;
}

input[type=number].pewc-child-quantity-field {

}

/*.pewc-add-button { display: none; }*/

.pewc-radio-images-wrapper .pewc-radio-image-wrapper {
	display: flex;
	clear: left;
}

.pewc-radio-image-desc {
	text-align: left;
}

.pewc-columns-1 .pewc-radio-image-desc {
	text-align: left;
	float: left;
	display: inline-block;
	margin-left: 18px;
}


.pewc-total-field-wrapper {
	padding: 0;
	margin: 16px 0 20px 0;
}

.pewc-total-field-wrapper .woocommerce-Price-currencySymbol { float: right !important; padding-left:5px; }



.woocommerce div.product div.summary img {
	float: left;
	display: inline-block;
}
.pewc-radio-image-wrapper label img { border: none; }	
.pewc-radio-images-wrapper .pewc-radio-image-wrapper {
	margin: 10px 0 0 0;
}

.pewc-radio-image-wrapper label input:checked + img {
	border: none;
}

/* kühlbox */
.pewc-field-1062 .anzahl,
.pewc-field-1062 .pewc-field-label { display: none; }
.pewc-field-1062 .pewc-description {
	display: inline-block;
	
}

.pewc-arrow-right { display: none; }

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc( (100%-30px) / 4);
    width: 23.4%;
	float: left;
    margin: 2.1% 2.1% 0 0;
    list-style: none;
}


.woocommerce div.product div.images .flex-control-thumbs li:last-of-type { margin-right: 0; }

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
    margin: 0;
    max-width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 0.5;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    max-width: 100% !important;
    max-height: 100% !important;
}

.woocommerce div.product div.images {
    padding-bottom: 30px;

}


.woocommerce div.product form.cart div.quantity {
	float: left;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
	border: none;
	float: right;
	font-family: 'PTSansBold';
	font-size: 15px;
	line-height: 29px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #d0a955;
	padding: 1px 14px;
    cursor: pointer;
}

.addtocart {
	clear: both;
	width: 100%;
	height: 52px;
	padding: 12px 12px;
	background-color: #f4f0e6;	
}

.woocommerce .related,
.woocommerce .posted_in { display: none; }

.woocommerce .woocommerce-mdh-desc,
.woocommerce .woocommerce-tabs {
	width: 48%;
}

.woocommerce .woocommerce-tabs {
	font-size: 15px;
	line-height: 150%;
}

.woocommerce-product-attributes {
	margin-bottom: 20px;
}

.woocommerce-product-attributes p { display: inline; margin: 0;}
.woocommerce-product-attributes span { display: none; }
.woocommerce-product-attributes div { margin: 0 0 12px 0;}
.product_cat-torten-kuchen .woocommerce-product-attributes div, 
.product_cat-torten-kuchen .woocommerce-product-attributes span { display: inline; margin: 0;}
.product_cat-torten-kuchen .woocommerce-product-attributes span:last-of-type { display: none; }

.woocommerce .woocommerce-mdh-desc {

}

.woocommerce .woocommerce-mdh-desc p {
	margin: 19px 0;
	font-family: 'PTSerifItalic';
	color: 	#8b1e0a;
}

.woocommerce .woocommerce-tabs {
	padding: 28px 0;
	clear: both;
}

.woocommerce .wc-tabs li {
	display: inline;
	opacity: 0.5;
}

.woocommerce .wc-tabs li.active {
	opacity: 1;
}

.woocommerce .wc-tabs li::after {
  content: " | ";
}

.woocommerce .wc-tabs li:last-of-type::after {
  content: " ";
}
.woocommerce .wc-tabs li.active::after {
 opacity: 0.5;
}


.woocommerce-notices-wrapper {
	display: none;
}







.woocommerce .woocommerce-tabs .wc-tab {
	margin: 9px 0 ;
}
.woocommerce .woocommerce-tabs .wc-tab h2 {
	display: none;
}
.woocommerce .product .woocommerce-tabs .wc-tab p {
	margin-bottom: 19px;
}
.woocommerce .woocommerce-tabs .wc-tab p a	  {
	color: #d0a955;
}

.woocommerce .product .input-text.qty  {
	width: 50px;
	background-color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*** produktlisten **/


.woocommerce ul.columns-4 .wc-gzd-additional-info {
	display: none;
}

.product_list_widget .price-unit, 
.products .product .price-unit {
	font-size: 15px !important;
}

.product_list_widget .wc-gzd-additional-info, 
.products .wc-gzd-additional-info {
	margin: 0 !important;
}

.woocommerce ul.columns-4 {
	margin: 0 auto;
	width: 100%;
}

.woocommerce ul.columns-4 li {
	float: left;
	width: 22%;
	text-align: center;
	margin-right: 4%;
	min-height: 380px;
}
.woocommerce ul.columns-4  li h2 {
	font-size: 19px;
	line-height: 23px;
}

.woocommerce ul.columns-4 li:nth-child(4n) {
	margin-right: 0;
}

.woocommerce ul.columns-4 li img { max-width: 100%; }
.woocommerce ul.columns-4  li .add_to_cart_button { display: none; }


/* nicht lieferbar */
.product.outofstock a.button {
	display: none;
}

.product.outofstock span.price {
	/*display: none;*/
}


/**** extra ***/
.pewc-group-heading-wrapper,
#pewc-per-product-label,
#pewc-per-product-total,
#pewc-options-total-label,
#pewc-options-total {
	display: none;
}

.product_cat-torten-kuchen  .pewc-group-heading-wrapper,
.product_cat-torten-kuchen  #pewc-per-product-label,
.product_cat-torten-kuchen  #pewc-per-product-total,
.product_cat-torten-kuchen  #pewc-options-total-label,
.product_cat-torten-kuchen  #pewc-options-total {
	display: initial;
}

.products-quantities-independent .pewc-child-quantity-field {
	margin-top: 0;
}
.pewc-column-variants-wrapper select {
	/*border: none;*/
    border-color: #d0a955;
	margin-left: 5px;
	padding: 0 5px;
}


/*** cart ***/

.woocommerce-cart .woocommerce-cart-form__contents th {
	font-size: 15px;
}

.woocommerce-cart .woocommerce-shipping-totals { display: none; }

.woocommerce-cart strong {
	font-family: 'PTSansBold';
}

.woocommerce-cart table { border-collapse: collapse; width: 100%; font-family: 'PTSans'; }


.woocommerce-cart table th {
	text-align: left;
	padding-left: 10px;
}

.woocommerce-cart table th.product-quantity {
	width: 10%;
}

.woocommerce-cart .shop_table tr {
	border-top: 1px solid #ccc;
}

.woocommerce-cart .shop_table tr.order-tax  {
	border: none;	
}

.woocommerce-cart .shop_table tr.order-total th,
.woocommerce-cart .shop_table tr.order-total td {
	padding-bottom: 0;
}
.woocommerce-cart .shop_table tr.order-tax th,
.woocommerce-cart .shop_table tr.order-tax td {
	padding-top: 0;
	padding-right: 0;
	font-size: 15px;
}
.woocommerce-cart .shop_table thead tr {
	border: none;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
	padding: 10px 0 10px 10px;
	vertical-align: top;
}

.woocommerce-cart .cart_item.pewc-child-product {
	border: none;
}

.woocommerce-cart .cart_item.pewc-child-product .product-remove a { display: none; }

.product-remove a { font-size: 28px; }

.woocommerce-cart img {
	width: 100px;
	height: 100px;
}

.woocommerce-cart .actions,
.woocommerce-cart .cart_totals {
	text-align: right;
}

.woocommerce-cart .cart_totals {
	margin: 0 0 20px 0;
}
.woocommerce-cart .cart_totals h2 { display: none; }

.woocommerce-cart  .variation dt, 
.woocommerce-cart  .variation dd,
.woocommerce-cart  .variation dt.variation- br { display: inline;}

.woocommerce-cart dt.variation-,
.woocommerce-cart dt.variation-IhrText { display: none; }

.woocommerce-cart .variation .pewc-cart-item-price,
.woocommerce-cart .variation .woocommerce-Price-amount { display: none; }

.woocommerce-cart .product-remove a:hover { color: red; }

.woocommerce-cart .cart-subtotal th,
.woocommerce-cart .order-total th { text-align: left; }

.tagged_as {
	display: block;
	font-size: 11px;
}


.woocommerce-cart .unit-price-cart {
	margin: 0;
	font-size: 15px;
}



.woocommerce-cart .actions button,
.wc-proceed-to-checkout {
	border: none;
	display: inline-block;
    font-family: 'PTSansBold';
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d0a955;
    padding: 1px 14px;
    cursor: pointer;	
    margin: 18px 0 20px 0;
    float: right;
}
.woocommerce-cart .actions button:disabled {
	cursor: default;
	opacity: 0.5;
}

.woocommerce-cart .shop_table td.actions,
.woocommerce-cart .shop_table td.product-remove { padding-right: 0; text-align: right;}

.woocommerce-cart h1,
.woocommerce-checkout h1 {
	color: #8b1e0a;
	font-family: 'ImFellEnglish';
	font-size: 38px;
	line-height: 40px;	
	margin-bottom: 28px;	

}

.woocommerce-checkout h1 { margin-bottom: 0	; }
.woocommerce-checkout p.has-small-font-size { margin-bottom: 28px; line-height: 140%; }	

/*** checkout forms ***/

/*.woocommerce .col2-set .col-1, */
.woocommerce #customer_details {
    float: left;
    width: 48%;	
}

/*.woocommerce .col2-set .col-2, */
.woocommerce #order_review {
    float: right;
    width: 48%;	
}

.woocommerce .col2-set::after  {
    clear: both;
    content: " ";
    display: table;
}

/* autofill form backgrounds */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border:none !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce .col2-set input, 
.woocommerce .col2-set textarea {
	width: 100%;
	border: none;
	font-family: 'PTSans';
	font-size: 19px;
	line-height: 28px;
	color: #4e3a33;
	margin-bottom: 12px;
	background-color: #fff;
	padding: 6px;
}

/*** checkout ***/
.woocommerce-checkout .woocommerce-placeholder,
.woocommerce-checkout .size-woocommerce_thumbnail {
/*	width: 100px;
	height: 100px;*/
}

.woocommerce-checkout h3 {
	margin-bottom: 10px;
}

.woocommerce-checkout .shop_table tr.cart_item td,
.woocommerce-checkout .order-total td {
    border-top: 1px solid #d0a955;
}

.woocommerce-checkout .cart-subtotal td {
	border-top: 1px solid #d0a955;
}
.woocommerce-checkout .shop_table tr.cart_item.pewc-child-product td {
    border: none;
}
.woocommerce-checkout .shop_table td {
	padding: 10px 0;
	vertical-align: top;
}

.wc-gzd-product-name-left, 
.wc-gzd-product-name-right {
	display: inline-block;
}
.wc-gzd-product-name-right {
	width: calc(100% - 61px); 
}


.wc-gzd-product-name-left {
	min-width: 50px !important;
	max-width: 50px !important;
	margin-right: 10px !important;
}
.woocommerce-checkout .size-woocommerce_thumbnail { max-width: 50px; height:50px; }



.woocommerce-checkout .wc-gzd-cart-info, 
.woocommerce-checkout thead {
	display: none;
}

.woocommerce-checkout td.product-name {
	width: 80%;
}



.woocommerce-checkout .shop_table td.product-total,
.woocommerce-checkout .shop_table td.subtotal {
	vertical-align: top;
	text-align: right;
}

.woocommerce-shipping-totals th,
.order-totals th,
.order-tax th {
	text-align: left;
}

.woocommerce-checkout .order-total td,
.woocommerce-checkout .order-total .woocommerce-Price-amount { font-family: 'PTSansBold'; }

.woocommerce-checkout strong { font-family: 'PTSans'; }

.woocommerce-checkout .shop_table tfoot th { text-align: left; }

.woocommerce-checkout  .variation dt, 
.woocommerce-checkout  .variation dd,
.woocommerce-checkout  .variation dt.variation- br { display: inline;}

.woocommerce-checkout dt.variation-,
.woocommerce-checkout dt.variation-IhrText { display: none; }

.woocommerce-checkout .variation .pewc-cart-item-price,
.woocommerce-checkout .variation .woocommerce-Price-amount { display: none; }



.woocommerce .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce .woocommerce-shipping-fields .form-row label { display: none;  }

.woocommerce #billing_country_field .country_select,
.woocommerce #shipping_country_field .country_select {
  width: 100%;
  height: 40px;
  background: #fff;
  font-family: inherit;
  font-size: 19px;
  outline: none;
  border: none;
  margin-bottom: 12px;
}

.woocommerce #billing_country_field .country_select select:not(:checked),
.woocommerce #shipping_country_field .country_select select:not(:checked) {
	color: #d0a955;
}




.woocommerce .woocommerce-billing-fields__field-wrapper {
	margin-bottom: 25px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-delivery-date-field-container,
.woocommerce .woocommerce-delivery-time-field-container,
.woocommerce .woocommerce-shipping-fields {
	background-color: #f4f0e6;
	padding: 16px;
}

.woocommerce .woocommerce-shipping-fields {
	margin: 25px 0;
}

.woocommerce .woocommerce-delivery-date-field-container {
	padding-bottom: 0;
}

.woocommerce .woocommerce-delivery-time-field-container {
	padding-top: 0;
}

select#woocommerce-delivery-time-field {
  /* ... */
  width: 100%;
  height: 40px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  background: #fff;
  color: #d0a955;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  border: none;
}




.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
	width: 20px;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout .shop_table input[type="radio"]+label { opacity: 0.4; } 
.woocommerce-checkout .shop_table input[type="radio"]:checked+label { opacity: 1; } 

.woocommerce-checkout input[type="checkbox"].woocommerce-form__input-checkbox { 
	float: left; 
	display: inline-block;
	width: 20px;
	margin: 4px 10px 0 0;
}

.woocommerce-checkout input[type="checkbox"]#ship-to-different-address-checkbox {
	margin-top: 8px;
}

.woocommerce-gzd-legal-checkbox-text {
	/*float: left; */
	display: inline-block;
	margin-left: 0; 
	width: 80%;
}

.woocommerce-checkout-payment,
.checkbox-legal,
#order_review .legal {
	background-color: #f4f0e6;
	padding: 16px !important;
	margin-bottom: 16px;
}

.woocommerce-checkout .shop_table {
	background-color: #f4f0e6 !important;
	width: 100%;
	padding: 16px !important;
}


.woocommerce-checkout .shop_table tr th,.woocommerce-checkout .shop_table tr td {
/*  border: 1px solid black !important;*/
}

.woocommerce-checkout .shop_table .one  {
	float: left;
	display: inline-block;
}
.woocommerce-checkout .shop_table .two {
	float: right;
	display: inline-block;
}

.woocommerce-checkout .woocommerce-shipping-methods .woocommerce-Price-amount {
	padding-left: 20px;
}

.woocommerce-checkout .shop_table .order-total td {
	padding-bottom: 0;
}

.woocommerce-checkout .shop_table .order-tax td {
	text-align: right;
	font-size: 15px;
	padding: 0;
}
.woocommerce-checkout .shop_table .order-tax th {
	font-size: 15px;
	padding: 0;
}

.woocommerce-checkout .place-order button {
	border: none;
    float: right;
    font-family: 'PTSansBold';
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #d0a955;
    padding: 1px 14px;
    margin: 20px 0;
    cursor: pointer;
}

.woocommerce-checkout .payment_box  {
	font-size: 15px;
	line-height: 150%;
	margin-left: 30px;
}

.woocommerce-checkout .woocommerce-gzd-legal-checkbox-text {
	font-size: 15px;
	line-height: 150%;
}

.woocommerce-checkout .cart_item {
/*	font-size: 14px;
	line-height: 150%;*/
}


.wc-stripe-card-icons-container  {
/*	float: none !important;
	margin-left: 20px !important; */
}
.wc-stripe-card-icons-container img {
	filter: grayscale(100%);
}

.wc-stripe-no-desc img {
	filter: grayscale(100%);
	float: none !important;
}

ul.payment_methods li[class*=payment_method_stripe_] label>img:first-of-type {
	float: none !important;
	margin-left: 20px !important;	
}

ul.payment_methods li[class*=payment_method] input[name=payment_method] {
	float: left !important;
	display: inline-block;
	width: 20px;
	margin: 10px 10px 0 0 !important;
}

	
.woocommerce-NoticeGroup, .woocommerce-NoticeGroup-checkout {
	display: none !important; 
}	



 .woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection__placeholder  {
	color: red;
 }

.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select  {
	color: red;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text::placeholder, 
.woocommerce form .form-row.woocommerce-invalid select::placeholder  {
  color: red;	
}

.checkbox-legal.woocommerce-invalid-required-field,
.checkbox-legal.woocommerce-invalid-required-field a {
	color: red;
}

.woocommerce-invalid-required-field #woocommerce-delivery-time-field {
	color: red;
}

/*** category dropdown ***/

ul.subcategories-list li {
	display: inline-block;
	position: relative;
	transition-duration: 0.5s;
	margin: -20px 0 20px 0;
	border: 1px solid #d0a955;
	padding: 0 10px;
}



ul.subcategories-list li:hover {
  cursor: pointer;
}

ul.subcategories-list li ul {
 	visibility: hidden; 
  display: none;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  padding: 0;
}

ul.subcategories-list li:hover > ul,
ul.subcategories-list li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul.subcategories-list li ul li {
  clear: both;
  width: 100%;
  margin: -1px 0 0 -1px;
  background-color: #fff;
}

ul.subcategories-list li ul li:hover {
	color: #fff;
	background-color: #d0a955;
}


/*** pagination **/

.archive .site-content {
	position: relative;
}

.products.columns-4::after {
	content: '\A';
    white-space: pre;
}
.woocommerce-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);   	
}

.woocommerce-pagination::before {
	content: 'Seiten: ';
}

.woocommerce-pagination ul {
	display: inline-block;
	float: right;
	margin-left: 20px;
}

.woocommerce-pagination ul li {
	float: left;
	width: 20px;
}

.woocommerce-pagination ul li a {
	color: #d0a955;
}

h3#ship-to-different-address {
	font-family: 'PTSansBold';
	font-size: 19px;
	margin: 0 !important;
}

/*** error message ***/

.ttt-pnwc-container {
	max-width: 800px;
	border-radius: 0;
}

.ttt-pnwc-container .ttt-pnwc-message {
	font-family: 'PTSans';
	line-height: 150%;
}

.ttt-pnwc-notice {
	background-color: #f4f0e6 !important;
}

.ttt-pnwc-notice .button,
.ttt-pnwc-notice-icon  {
	display: none;
}	

.ttt-pnwc-wrapper button.ttt-pnwc-close {
	top: 3px !important;
	right: 3px !important;
	width: 16px;
    height: 16px;
    background-image: url(imgs/close-blck.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;	
	background-color: transparent;
}
.ttt-pnwc-wrapper button.ttt-pnwc-close:hover {
	background-color: transparent;
}

.ttt-pnwc-header .ttt-pnwc-close:before,
.ttt-pnwc-notice-icon.default-icon:before {
    content: " ";
}

.wc-gzd-cart-info.units-info,
.woocommerce-cart .unit-price-cart {display: none;}
/*** thank you ***/

.danke {display: none; }

.woocommerce-order-received h1.dbraun,
.woocommerce-order-received section.woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details__title, 
.woocommerce-order-received .shop_table {
	display: none;
}

.woocommerce-order-received .content-area {
	width: 70%;
	margin: 0 auto;
	padding: 60px 0;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	color: #8b1e0a;
	font-family: 'ImFellEnglish';
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 40px;

}

.woocommerce-order-received .danke {
	display: block;
	margin-top: 24px;	
}

.woocommerce-order-received .danke p {
	padding-bottom: 19px;
}


.desk { display: block; }


.anfrage input, 
.anfrage select, 
.anfrage submit {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

}

/* autofill form backgrounds */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border:none !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}



@media only screen and (max-width: 1100px) { 
	.item .inner p,
	.section .inner { 
		margin: 0; 
		font-size: 18px;
		line-height: 150%;		
	}
	#header .slogan { font-size: 18px; }
	
	.woocommerce ul.columns-4 li {
		min-height:320px;
	}

}

@media only screen and (min-width: 560px) and (max-width: 999px) { 


.post-type-archive-product .page-description h4.has-vivid-red-color,
.standard h4.has-vivid-red-color {
	font-family: 'PTSansBold';
	font-size: 26px;
	line-height: 140%;	
	margin-bottom: 30px;
}

	.desk { display: none; }

	
	#header .headerinner {
		padding: 0 4%;
	}
	.burger { 
		right: 4%; 
		top: 12.5px;
	}	
	.bar1, .bar2, .bar3 {
		width: 30px;
		margin: 7px 0;
	}
	.change .bar1,
	.change .bar2 {
		width: 28px;
	}
	.change .bar2 { margin-top: 9px; }

	#header .slogan { display: none; }	
	
	.nav { padding: 0; }
	.nav .inner .sowomenu { padding-left: 20px; }
	.titelbild {  
		background-position :center;
		background-size: cover;
	}

	#titeltxt .inner { padding: 30px 0; }
	
	#titeltxt .inner h1 { margin-bottom: 15px; }

	#titeltxt .inner h1,
	#titeltxt .inner p,
	.item .inner,
	.section .inner,
	.bereiche .site-content,
	.standard .main-content,
	.entry-content .einleitung,
	.wrapper.exklusive .favorit .fav.right {
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
		font-size: 18px;
		line-height: 150%;
		float: none;
	}
		
	.bereiche .site-content p,
	.entry-content .einleitung {	
		text-align: left;
	}

	.row,
	.section,
	.wrapper.exklusive .favorit {
		display: block;
	}

	.section .right, 
	.row .item,
	.wrapper.exklusive .favorit .fav { 
		width: 100%; 
		float: none;
		padding: 0;
	}
	.item .rslides  {
		text-align: center;
		padding-left: 6%;
    	padding-right: 6%;
	}
	
	.item .rslides li img {
		width: 100%;
	}
	.item .inner { padding-bottom: 24px; }
	
	#kontakt__anfahrt .inner.left {
	width: 100%;
    padding-left: 6%;
    padding-right: 6%;
	}
	
	#kontakt__anfahrt .right {
		padding: 0 0 60px 0;
	}
	
	#kontakt__anfahrt .right img {
	width: 80%;
	padding-top: 10%;
	margin: 0 auto 0 auto;
	
	}
	
	#kontakt__anfahrt .inner {
		padding-left: 0;
	}

	.row,
	.section,
	.wrapper.exklusive .favorit {
		display: block;
	}

	.section .right, 
	.row .item,
	.wrapper.exklusive .favorit .fav { 
		width: 100%; 
		float: none;
		padding: 0;
	}
	

	.mid {
		position: relative; 
		left: 0;
		top: 0; 
		transform:none; 
		width: 100%;
	}
	

	.wrapper.exklusive .favorit .fav { 
		width: 100%; 
		float: none;
		padding: 0;
	}
	
	.fav p {
		padding: 0 0 18px 0;
	}
	
	.wrapper.exklusive .favorit .fav.left img {
		width: 100%;
		float: none;
	}
	
	.wrapper.exklusive .favorit .fav.right {
		padding-bottom: 74px;
	}
	.fav .preis { left: 6%; }
	
	.favpreview { padding: 30px 10px 10px 0; }
	
	.favpreview .inner {
		display: block;
	}
	
	.favpreview .imgholder {
		float: left;
		margin-left: 10px ;
		width: calc(33.333% - 10px);	
	}
	
	.wrapper.exklusive .gallery {
		margin: 30px 10px 0 0;
	}
	
	.wrapper.exklusive .gallery .imgholder {
		float: left;
		margin: 0 0 4px 10px;
		width: calc(33.333% - 10px);	
	}


	.woocommerce .product_title {
		max-width: 100%;
		overflow: hidden;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphenate-limit-chars: 6 3;
		hyphens: auto;
		overflow-wrap: break-word;
		hyphenate-limit-chars: auto 3;
		font-size: 30px;	
		margin-bottom: 10px;
	}
	
	.woocommerce ul.columns-4 li h2,
	.woocommerce ul.columns-4 li .price {
		font-size: 16px;
		line-height: 19px;
	}

	.dgwt-wcas-search-wrapp { 
		min-width: 100px !important; 
		width: 100px;	
	}

	.footer .item {
		float: left;
		width: 50%;
		color: #fff;
		font-family: 'PTSans';
		font-size: 15px;
		line-height: 24px;
	}
	.footer .item.uno { width: 55%; padding-left: 10%; }
	.footer .item.due { width: 35%; }
	.footer .item.tre { width: 55%; padding-left: 10%; }
	.footer .item.vor { width: 35%; }

	.wrapper.bereiche .gallery {
		margin: 20px 20px 0 0;
	}

	.wrapper.bereiche .gallery .imgholder  {
		margin: 0 0 20px 20px;
	}


}

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

.wrapper.bereiche .gallery {
	margin: 15px 15px 0 0;
}
.wrapper.bereiche .gallery .inner {
	display: grid;
	grid-template-columns: auto auto;
}
.wrapper.bereiche .gallery .imgholder  {
	margin: 0 0 15px 15px;
}

.post-type-archive-product .page-description h4.has-vivid-red-color,
.standard h4.has-vivid-red-color {
	font-family: 'PTSansBold';
	font-size: 20px;
	line-height: 140%;	
	margin-bottom: 30px;
}


	.desk { display: none; }

	.titelbild .banner,
	.galerie .banner{
		left: 3%;
		bottom: 40px;
		max-width: 25%;
	}



	.galerie .caption, 
	.start .titelbild .banner,
	.centered-btns_tabs { display: none; }	

	.kaffeebtns { top: 0.5%; }

	#header .headerinner {
		padding: 0 4%;
	}
	
	#header.shophead {
		height: 86px;
	}
	
	#header.shophead .minicart {
		right: auto;
		left: 4%;
   	 	top: 50px;	
   	 	font-size: 14px;
   	 	height: 26px;
   	 	background-size: 24px 24px;
   	 	padding: 7px 0 0 30px;
	}
	#header .minisearch {
   	 	top: 50px;	
		right: 4%;	
		left: auto;
		transform: none;
		width: 140px;
	}
	#header .minisearch .dgwt-wcas-search-wrapp { min-width: 140px; }

	
	.burger { 
		right: 4%; 
		top: 12.5px;
	}	
	.bar1, .bar2, .bar3 {
		width: 30px;
		margin: 7px 0;
	}
	.change .bar1,
	.change .bar2 {
		width: 28px;
	}
	.change .bar2 { margin-top: 9px; }


	.fix {
		position: absolute !important;
	}
	
	.nono { 
		display: none;
	}
	#header .slogan { display: none; }	
	
	.nav { 
		top: 50px;	
		padding: 0; 
		height: 800px;
		overflow-y: scroll;
		}
	
	.nav .inner {
		display: block;
		position: relative;
	}
	.nav .inner .menu { width: 100%; }
	.nav .inner .sowomenu { padding-left: 20px; }
	
	.titelbild {  
		background-position :center;
		background-size: cover;
	}
	
	.titelover {
		width: 96%;
		max-width: 100%;
	}
	.titelover .inner {
		padding: 0;
	}
	
	.center {
		text-align: left;
	}
	
	#titeltxt .inner { padding: 30px 0; }
	
	#titeltxt .inner h1 { margin-bottom: 15px; }

	#titeltxt .inner h1,
	#titeltxt .inner p,
	.item .inner,
	.section .inner,
	.bereiche .site-content,
	.standard .main-content,
	.entry-content .einleitung,
	.wrapper.exklusive .favorit .fav.right {
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
		font-size: 18px;
		line-height: 150%;
		float: none;
	}
		
	.bereiche .site-content p,
	.entry-content .einleitung {	
		text-align: left;
	}
	
	.wrapper.exklusive .zwischentxt,
	.wrapper.exklusive .schlusstxt {
		font-size: 19px;
	}
	
	
	#titeltxt .inner  h1,
	.item .inner h2,
	.bereiche .site-content h1,
	.wrapper.exklusive h1,
	.fav h2,
	.post-type-archive-product .page-description h1,
	.woocommerce .product_title,
	.tax-product_cat h1.page-title,
	.pewc-main-price .woocommerce-Price-amount,
	.woocommerce-cart h1, 
	.woocommerce-checkout h1 {
		font-size: 27px;
		line-height: 110%;
		text-align: left;
		margin-bottom: 12px;
	}
	
	.fav h2 {
		padding: 26px 0 12px 0;
	}
	
	.bereiche .site-content h4 {
		font-size: 18px;
		line-height: 150%;
		text-align: left;
	}
	
	.nav .inner .sowomenu span,
	.menu-shopmenu-container {
		/*display: none;*/
	}
	

	.row,
	.section,
	.wrapper.exklusive .favorit {
		display: block;
	}

	.section .right, 
	.row .item,
	.wrapper.exklusive .favorit .fav,
	.post-type-archive-product .page-description,
	.tax-product_cat .einleitung { 
		width: 100%; 
		float: none;
		padding: 0;
		text-align: left;
	}

	.item .inner { padding-bottom: 28px; }
	
	.fav p {
		padding: 0 0 18px 0;
	}
	
	.wrapper.exklusive .favorit .fav.left img {
		width: 100%;
		float: none;
	}
	
	.wrapper.exklusive .favorit .fav.right {
		padding-bottom: 74px;
	}
	.fav .preis { left: 6%; }
	
	.favpreview { padding: 30px 10px 10px 0; }
	
	.favpreview .inner {
		display: block;
	}
	
	.favpreview .imgholder {
		float: left;
		margin-left: 10px ;
		width: calc(33.333% - 10px);	
	}
	
	.wrapper.exklusive .gallery {
		margin: 30px 10px 0 0;
	}
	
	.wrapper.exklusive .gallery .imgholder {
		float: left;
		margin: 0 0 4px 10px;
		width: calc(33.333% - 10px);	
	}
	
	#kontakt__anfahrt .right {
		padding-bottom: 54px;
	}

	.mid {
		position: relative; 
		left: 0;
		top: 0; 
		transform:none; 
	}
	
	.woocommerce-page .content-area { }
	
	.woocommerce-breadcrumb	{ 
		margin-left: 6%; 
		margin-right: 6%; 
		padding-top: 30px; 
		line-height: 18px;
		line-height: 150%;
	}
	
	.woocommerce-page .content-area { margin: 10px 0 0 0; }
		
	
	.post-type-archive-product .page-description { 
		text-align: left;
	}
	.post-type-archive-product .page-description h1,
	.post-type-archive-product .page-description h4,
	.post-type-archive-product .page-description p,
	.tax-product_cat .einleitung p,
	.tax-product_cat h1.page-title { 
		text-align: left;
		padding-left: 6%;
		padding-right: 6%;
		margin-bottom: 0;
	}
	
	.post-type-archive-product .page-description,
	.post-type-archive-product .page-description h4 {
		margin-bottom: 10px;
	}
	
	
	
	 .post-type-archive-product .page-description h1,
	 .tax-product_cat h1.page-title {
	 	color: #8b1e0a;
	 }
	 
	 .woocommerce-page {
		font-size: 16px;
		line-height: 140%;	 
	 }

	.woocommerce ul.columns-4 li {
		float: left;
		width: 45.5%;
		text-align: center;
		margin-right: 0;
		margin-left: 3%;
		min-height: 65vw;
		margin-bottom: 20px;
	}
	
	ul.subcategories-list li {
		width: 50%;
		padding: 0 10px;
		margin-top: 0;
		line-height: 32px;
	}
	
	.woocommerce ul.columns-4 li::nth-of-type(n2)  {}
	
	.tax-product_cat .einleitung {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.woocommerce div.product div.images {
		float: none;
		width: 100%;
	}
	
	.woocommerce ul.columns-4 li h2 {
		font-size: 16px;
		line-height: 120%;
	}
	
	.woocommerce div.product div.summary,
	.woocommerce  .woocommerce-mdh-desc,
	.woocommerce .woocommerce-tabs,
	.subcategories-list {
		float: none;
		width: 100%;
		padding-left: 6%;
		padding-right: 6%;
		
	}
	.woocommerce .product_title {	
		max-width: 100%;
		overflow: hidden;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphenate-limit-chars: 6 3;
		hyphens: auto;
		overflow-wrap: break-word;
		hyphenate-limit-chars: auto 3;
	}
	
	.woocommerce #customer_details,
	.woocommerce #order_review {
		float: none;
		width: 100%;
	}
	

	#order_review .legal { 
		float: none !important; 
		display: block;
		height: 200px;
	}
	
	.woocommerce-delivery-date-field-container {
		margin-top: 8px;
	}
	.woocommerce-delivery-date-field-container input {
		background-color: #fff;
		padding: 0 6px;
	}
	
	.woocommerce-delivery-time-field-container {
		margin-bottom: 24px;
	}
	
	.pewc-group-content-wrapper, select.pewc-variable-child-select, .pewc-column-description p, input[type=number].pewc-child-quantity-field {
		line-height: 19px;
	}
	
	
	.woocommerce-order-received .content-area {
		width: 100%;
		padding: 0 6%;
	}
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		margin-bottom: 20px;
	}
	
	/* cart */
	.woocommerce-cart .woocommerce-cart-form__contents,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart h1, 
	.woocommerce-checkout h1,
	.woocommerce-checkout h3 {
		width: 92%;
		margin: 6px 4% 10px 4%;
	}
	
	.woocommerce-cart .cart-collaterals th { padding-left: 0; }
	
	.woocommerce-cart .woocommerce-cart-form__contents thead tr { display: none; }
	
	woocommerce-cart .woocommerce-cart-form__contents thead { display: none; }
	.woocommerce-cart .woocommerce-cart-form__contents tr { 
		display: block; 
	/*	float: left; */
		width: 100%;	
		padding-top: 15px;
	}


	.woocommerce-cart .woocommerce-cart-form__contents td,
	.woocommerce-checkout .woocommerce-checkout-review-order-table {
		font-size: 15px;
		line-height: 150%;
		display: inline-block; 
		float: left; 
		padding: 0;
	}
	
	
	.woocommerce .col2-set input, 
	.woocommerce .col2-set textarea,
	.woocommerce #billing_country_field .country_select, 
	.woocommerce #shipping_country_field .country_select,
	h3#ship-to-different-address { 
		font-size: 15px;
		line-height: 150%;
		display: inline-block; 
	}
		

	
	
	.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
		width: 30%;
		padding-bottom: 20px;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail img {
		max-width: 90%;
		height: auto;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-name {
		width: 70%;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-price {
		width: 70%;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity .quantity:after {
		content: 'stk';
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity {
		width: 70%;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity .quantity:before {
		content: 'x';
	}
	
	.woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
		width: 10%;
	}
	
	.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity input {
		padding: 0;
		margin: 0;
		font-size: 15px;
    	line-height: 130%;
    	width: 24px;
	}
	.woocommerce-cart .woocommerce-cart-form__contents td.product-subtotal {
		width: 60%;
		text-align: left;
	}

	.woocommerce-cart .unit-price-cart { display: none; }

	.woocommerce-cart .woocommerce-cart-form__contents td.actions {
		width: 100%;
	}
	


	.footer .item {
		float: none;
		width: 100%;
		padding: 0 2%;
	}	
	.footer .item.uno { width: 100%;}
	.footer .item.due { width: 100%; }
	.footer .item.tre { width: 100%; }
	.footer .item.vor { width: 100%; }	 

}

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

	#header .logo {
		margin-top: 17px;
		font-size: 8.3vw;
		line-height: 8.8vw; 
	}

}











