/*
Theme Name: Hof Morgentau Kadence Child
Theme URI: https://hofmorgentau.de
Description: Ein Child Theme für das Kadence Theme für Hof Morgentau
Author: Dirk
Author URI: https://hoch4medien.de
Template: kadence
Version: 1.31
*/

::-moz-selection {
  background-color: transparent;
  color: #dad31a;
}

::selection {
  background-color: transparent;
  color: #dad31a;
}

h5 {
	line-height: 1 !important;
}

select {
	height: auto !important;
}

.entry-content-wrap {
	padding: 0 !important;
}

.oo-component {
	font-family: inherit !important;
}

.entry-header {
	margin-top: 40px;
}

.content-container {
	    padding: 0;
    margin: auto;
	max-width: 100% !important;
}

#primary {
	max-width: 1600px;
    margin: auto;
}

#wrapper {
	z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {
	.noMobile{
		display: none !important;
	}
}

/* HEADER */

#masthead {
    z-index: 11 !important;
}

.hide-cart-count {
    display: none !important;
}

.shopHeader {
	position:sticky;
	top: 0;
	width: 100%;
	text-align:right;
	height: 38px;
	z-index: 99999;
	background-color: #dad31a;
	display: flex;             /* Flexbox aktivieren */
    justify-content: space-between;  /* Elemente links und rechts verteilen */
    align-items: center;       /* Elemente vertikal ausrichten */
    padding-right: 40px;             /* Optionaler Abstand innen */
}

.shopHeader a img {
	width: 200px; 
	height: 200px; 
}

.shopHeader a.logo {
	z-index: 99990999999; 
	display:block; 
	position:relative; 
	top: -55px;
	left: 40px;
}

@media (max-width: 780px) {
	.shopHeader a img {
		width: 100px; 
		height: 100px; 
	}

	.shopHeader a.logo {
		top: -75px;
        left: 8px;
	}
}


@media (max-width: 880px) {
	.site-branding a.brand {
		margin-right: 40px;
	}
}

input.oo-search-val {
	height: 32px;
    width: 220px;
    border-radius: 12px !important;
	text-align: center;
    font-size: 1em;
}

@media (max-width: 1024px) {
	input.oo-search-val {
		position: absolute;
        left: calc(50% - 100px);
        padding-top: 12px;
        top: 6px;
	}
	
	#oo-search {
		position: absolute;
		width: 100%;
		top: 40px;
		height: 40px;
		background-color: #f5f4cc;
	}
}

@media (min-width: 1024px) {
	input.oo-search-val {
		position: absolute;
		left: calc(50% - 154px);
		top: 3px;
	}
}

.site-title-wrap {
	padding-left: 230px;
    padding-top: 54px;
    height: 200px;
}

@media (max-width: 780px) {
	.site-title-wrap {
		padding-left: 94px;
		padding-top: 16px;
		height: 110px;
	}
}

.site-mobile-header-wrap,
.site-bottom-header-wrap {
    background-color: #42894C;
}

.site-branding .site-title {
	color: white !important;
}

@media (max-width: 1180px) {
	.site-branding .site-title {
		font-size: 4.8vw !important;
	}
}


.site-branding a.brand img {
    display: none !important;
}

a.oo1-btn {
    background: transparent;
    border: 0;
}

.oo-status-fav {
	display: none !important;
}

.oo-status-auth-logon {
    position: absolute !important;
    top: -6px;
    left: -310px;
}

.oo-status-cart {
    position: absolute !important;
    right: 38px;
    top: -6px;
    width: 80px;
    text-align: center;
}

.oo-status-auth-profile {
    position: absolute !important;
    right: 245px;
    top: -6px;
    width: 150px;
}

.oo-status-auth-date {
	 position: absolute !important;
    right: 144px;
    top: -6px;
    width: 112px;
}

@media only screen and (max-width: 992px) {
  	#oo-status .oo-status-auth-item:not(.oo-hidden),
	#oo-status .oo-status-auth-date:not(.oo-hidden) {
	  	display: block !important;
	}
}

.oo-status-auth-date a,
.oo-status-auth-profile a,
.oo-status-cart a,
.oo-state-anon a {
	color: black;
    font-weight: 700;
	text-decoration: none;
}

/*
.oo-status-auth-profile::before,
.shopHeader .oo-state-anon::before {
    content: '';
    display: inline-block;
    width: 25px;                     
    height: 25px;                   
    background-image: url('/wp-content/uploads/2025/02/Login.png');
    background-size: contain;        
    background-repeat: no-repeat;    
    background-position: center;    
    margin-right: 0;               
    vertical-align: middle;          
}
*/

.oo-status-cart::before {
    content: '';
    display: inline-block;
    width: 25px;                     /* Breite des Icons */
    height: 25px;                    /* Höhe des Icons */
    background-image: url('/wp-content/uploads/2025/02/Warenkorb.png');
    background-size: contain;        /* Skaliert das Bild innerhalb des Bereichs */
    background-repeat: no-repeat;    /* Verhindert Wiederholung */
    background-position: center;     /* Zentriert das Bild */
    margin-right: 0;               /* Abstand zum Text */
    vertical-align: middle;          /* Vertikale Ausrichtung */
}

/*
.oo-status-auth-date::before {
    content: '';
    display: inline-block;
    width: 25px;                     
    height: 25px;                   
    background-image: url('/wp-content/uploads/2025/03/Kalender.png');
    background-size: contain;       
    background-repeat: no-repeat;    
    background-position: center;    
    margin-right: -22px;              
    vertical-align: middle;          
}
*/

.oo1-btn-status:hover, .oo1-btn-status:active {
	    background-color: #f5f4cc;
}
.oo-status-fav {
	font-size:0.8em;
}

.sr-only {
	display: none;
}

#oo-status .oo-status-fav {
    filter:invert(1);
}

#oo-filter {
	display:none !important;
}

#oo-chat, #oo-filter, #oo-last, #oo-last li, #oo-status .oo-overlay Li A, .oo-shop-abobox-detail-variant-tpl, .oo-status-auth-preview A, .oo-status-field, .oo-subnavi-empty, li.oo-navi-1st-panem,
.oo-flash-error, .oo-style-majoraction {
	background-color: transparent !important;
	color: black !important;
}

.oo-component-template {
	width: 100%;
}


.menu-sticky {
	/*display:none !important;*/
}

@media (min-width: 1024px) {
	.menu-sticky {
		position: sticky;
		top: -58px;
		z-index: 999;
		display:block !important;
	}
}

.oo-active {
    background-color: rgba(206, 221, 122, .25) !important;
}


/* HEADER KATEGORIEN */
/* Stellt sicher, dass die gesamte Navigation horizontal dargestellt wird */
.oo-subnavi-pane {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
	background-color: #f5f4cc;
}

.oo-subnavi-pane li {
	padding: 0 !important;
	margin: 0 !important;
}

ul.oo-subnavi-2nd-pane {
    margin-bottom: 20px !important;
    line-height: 1 !important;
}

body.home .oo-navi-1st-pane.oo-active .oo-navi-2nd-pane {
	display: none !important;
}

/*
.oo-navi-1st-pane.oo-active .oo-navi-2nd-pane {
	display: flex !important;
	
    position: absolute;
    left: 0;
    top: 188px;
    width: 200px;
	font-family:  Cuprum, sans-serif !important;

}
*/

.oo-wawi-info-wrapper {
	display:block !important;
	visibility:visible !important;
}

.oo-shop-data-type-Group,
.oo-shop-data-type-SubGroup {
	opacity: 0.25;
	 filter: grayscale(100%);
}

#oo-navi .oo-navi-2nd-pane {
	 background-color: #f5f4cc;
}

#oo-navi .oo-navi-2nd-pane, .oo-navi-3rd-pane {
    display: flex;
    flex-direction: column;
    padding: 6px;
    font-size: 0.75em !important;
    list-style: none;
    border: 0;
    font-style: inherit;
    text-align: center;
    margin-left: -70px;
}

@media (min-width: 1024px) {
	#oo-navi .oo-navi-2nd-pane, .oo-navi-3rd-pane {

			width: 300px;

	}
	
}

#oo-navi .oo-navi-3rd-pane li {
	margin-top: 8px !important;
}


#oo-navi .oo-navi-2nd-pane .oo-active {
    background-color: #ebeab5 !important;
}

#oo-navi .oo-navi-3rd-pane .oo-active a {
    font-weight: 800;
	color: #42894c !important;
}
	
@media (min-width: 576px) {
	#oo-shop .oo-shop-item a.oo-shop-item-permalink {
		display:block !important;
		padding-top: 108px !important;
	}
}


#oo-navi .oo-navi-pane {
	justify-content: center;
	padding: 0;
}

ul.oo-navi-pane li {
	width: 165px;
	font-family: 'Delicious Handrawn', cursive !important;
	text-transform: uppercase;
	font-size: 125%;
}

ul.oo-navi-pane li a {
	color: black;
}

.oo-navi-1st-pane {
	padding-bottom: 2px !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    padding-top: 10px;
}



.oo-navi-1st-pane.oo-active {
	background-color: #ebeab5 !important;
}

@media (max-width: 1024px) {
	.oo-navi-1st-pane {
		border-radius: 20px;
	}
	
	.oo-navi-1st-pane.oo-active {
		background-color: #f5f4cc !important
	}
	
	.oo-navi-2nd-tpl {
		text-align: center;
        margin: 5px !important;
        padding: 0 !important;
        font-size: 150% !important;
		line-height: 1.2;
	}
	
	ul.oo-navi-2nd-pane {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}

.oo-select-lastOrderTime {
	text-align: left;
    font-size: 120%;
    font-weight: 800;
    background-color: #dad31a;
}

.oo-shop-sl-pane-tpl .oo-select-lastOrderTime {
	display: none;
}

.oo-shop-title-head {
	/*display: none;*/
}

.content-area {
    margin-top: 2rem !important;
}

#container {
	display: flex;
}

#nd-left {
	display:none;
}

@media (min-width: 1024px) {
	#nd-left {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
		margin-top: 47px;
		margin-bottom: 30px;
		width: 240px;
		align-self: flex-start;
		display: block;
	}
}

#nd-right {
    flex-grow: 1;
	width: calc(100% - 200px);
    /* Breitenanpassung entfällt, da Flexbox den Platz verteilt */
}
   

@media (min-width: 1024px) {
	.oo-navi-2nd-tpl  {
		line-height: 0.8 !important;
		margin-bottom: 10px;
	}
}



#oo-navi span.oo-navi-name {
	white-space: wrap !important;
	line-height: 0.9 !important;
	padding: 0;
}

li#oo-navi-tpl-1::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/04/Abokiste.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

li#oo-navi-tpl-2::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/05/Aktion.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

li#oo-navi-tpl-3::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/03/ObstGemuese.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

li#oo-navi-tpl-4::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/03/Kuehlregal.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

li#oo-navi-tpl-5::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/04/Vorrat.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
li#oo-navi-tpl-6::before {
 	content: "";
    display: block;
    width: 100%;  /* Breite anpassen */
    height: 65px; /* Höhe anpassen */
    background-image: url('/wp-content/uploads/2025/03/NaturDrogerie.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.oo-navi-2nd-tpl {
	padding: 4px;
}

.oo-navi-2nd-tpl.oo-active {
	background-color: rgb(245 244 204) !important;
	border-radius: 12px;
}


/* FOOTER */
footer {
	margin-top: 40px;
}

.site-bottom-footer-wrap {
	background-image: url(/wp-content/uploads/2025/03/footer01.png);
	background-repeat: no-repeat;
	width: 100vw;
	height: 200px;
	background-size: cover;      /* Bild skaliert proportional und füllt den Container */
    background-position: top center; 
    background-repeat: no-repeat; /* Verhindert Wiederholung des Bildes */
}

.site-bottom-footer-inner-wrap {
	 padding-top: 120px !important;    
	color: #ebeab5 !important;
}

.site-bottom-footer-inner-wrap a {
	color: white !important;
}

/* PAGE */
:where(.wp-block-columns) {
    margin-bottom: 0;
}

.wp-block-heading {
	font-size: 180%;
	padding-top: 40px;
}

/* SHOP */
@media (min-width: 880px) {
	.oo-shop-singleitem-img {
		position: sticky;
		top: 145px;
	}    
	
	#oo-shop .oo-shop-singleitem .oo-shop-singleitem-img {
		max-width: 400px !important;
		min-width: 400px !important;
	}
}  



@media (max-width: 880px) {
	#oo-shop .oo-shop-singleitem .oo-shop-singleitem-img {
		margin:auto;
		width: 100%;
	}
}


#oo-shop .oo-shop-singleitem-prod-wrapper {
	display:flex !important;
}

.oo-item-name,
.oo-shop-title-head {
	font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.6;
   /* font-family: 'Delicious Handrawn', cursive !important;*/
	background-color: white !important;
	/*text-transform: uppercase;*/
}

.oo-shop-sl-pane>DIV.oo-shop-item {
		height:350px !important;
		width: 220px !important;
		border: 1px solid #e8e8e8;
		background-size: 120px !important;
		background-position-y: 25px !important;
		margin: 10px !important;
	}



@media (max-width: 576px) {
	.oo-shop-sl-pane>DIV.oo-shop-item {
		height:150px !important;
		width: auto !important;
		margin: 0 !important;
	}
}

@media (max-width: 576px) {
	.site-branding .site-description {
		font-size: 14px !important;
	}
	    .site-branding .site-title {
        font-size: 6.8vw !important;
    }
}



.oo-shop-sl-pane .oo-shop-item h3 {
	line-height: 0.9;
	top: 190px;
	font-size: 1em;
    background: transparent;
}

.oo-item-discounttag {
	position: absolute !important;
    top: 26px !important;
    left: 2px;
    margin: 0 !important;
    background-color: #c63a2f !important;
}

.oo-item-discounttag span.oo-item-discount-name {
	display:none !important;
}


.oo-shop-sl-pane .oo-shop-item .oo-item-txt {
    top: 170px;
	line-height: 0.9;
	white-space: nowrap;         /* Text auf eine Zeile beschränken */
    overflow: hidden;            /* Verborgenen Text ausblenden */
    text-overflow: ellipsis;     /* Drei Punkte (Ellipsen) anzeigen */
    width: 208px;                /* Breite des Containers anpassen */
    display: inline-block;       /* Inline-Block für die Breite */
	left: -6px;
}

#oo-shop .oo-shop-item-price-wrapper {
	top: 230px;
}

.oo-item-origintag span,
.oo-item-certtag span,
.oo-item-associationtag span.oo-item-association {
	display: none;
}

.oo-label {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 0.7em;
    color: gray;
    margin: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

.oo-shop-favorite {
    bottom: 4px;
    left: 14px;
    z-index: 5;
}

.oo-shop-item-select {
	z-index: 99;
}

.oo-shop-item-select {
	top: 15px !important;
}

#oo-shop .oo-shop-item-price-wrapper, #oo-shop .oo-shop-title-head, .oo-label, .oo-profile-signal, .oo-search-filter-hint, .oo-shop-singleitem .oo-shop-sl-parentlink, .oo-shop-title-head-wrapper, .oo.running {
    background-color: white; /*#f5f4cc;*/
    padding: 10px !important;
}

#oo-flash {
	background-color: white;
}

.oo-flash-cartlink {
	font-size: 140%;
}

.oo-cart-pos-plus,
.oo-select-plus {
	background-color: #42894c !important;
}

#oo-shop .oo-shop-sl-single-tpl {
	max-width: 100% !important;
	flex-flow: row wrap !important;
}

@media (min-width: 880px) {
	.oo-shop-singleitem-container {
		width: calc(100% - 400px) !important;
	}
}

#oo-shop .oo-shop-singleitem .oo-tab-navi {
	padding: 0;
}

#oo-shop .oo-shop-singleitem .oo-shop-singleitem-info {
	max-width: 100% !important;
	background-color: #f6f6e2;
}

@media (min-width: 880px) {
	.oo-tab-content,
	.oo-tab-navi  {
		margin-left: 400px;
	}
}

.oo-item-id {
	display: none;
}

.oo-item-regiotag {
	position: absolute;
    left: 434px;
}

.oo-item-associationtag {
	position: absolute;
    right: 38px;
}

.oo-item-associationtag  .oo-item-association-label {
	display: none;
}

.oo-item-associationtag  .oo-item-association-logo {
	width: 40px !important;
    height: 40px !important;
}

.oo-item-pricetag .oo-item-pricetag-label {
	display: none;
}

@media (min-width: 576px) {
	.oo-select-container {
		width: 300px;
		margin: auto !important;
	}
}

.oo-select-container form {
	margin-bottom: 0 !important;
}

.oo-select-sub-0 {
	width: 266px !important;
}

.oo-tab-navi  {
    flex-basis: 100%;
    width: 100%;
    background-color: #f5f4cc;    
}

.oo-tab-navi a.oo-tab-active {
	background-color:#ebeab5 !important;
}

.oo-tab-content > div {
	min-height: 100vh;
}

.oo-item-refpricetag {
	display: none !important;
}

.oo-shop-singleitem-infoblock {
	align-items: center;
}

span.oo-dnr-label.oo-dnr-label-false {
    display: none;
}

@media (min-width: 880px) {
	h2.oo-item-name {
		flex-basis: 100%;
		width: 100%;
		/*background-color: #f6f6e2 !important;*/
		margin-left: 400px !important;
		padding-bottom: 20px !important;
		padding-top: 30px !important;
		position: sticky;
		/* padding: 10px !important; */
		top: 66px;
		line-height: 1;
		z-index: 100;
		text-align: center;
	}

}

.oo-item-txt {
    position: absolute;
    top: 54px;
    line-height: 0.8;
    width: calc(100% - 500px);
    text-align: center;
    z-index: 999;
    font-style: normal !important;
    color: gray;
}

@media (max-width: 880px) {
	.oo-item-txt {
		position: absolute;
		top: 50px;
		left: 0;
		line-height: 0.8;
		 width: 100%;
		text-align: left;
		z-index: 999;
		font-style: normal !important;
		color: gray;
	}
}

.oo-shop-sl-pane-tpl .oo-item-img {
	background-size: 140px auto !important;
}

.oo-shop-item-incart h2.oo-item-name {
	/*background-color: #f6f6e2 !important;
	border-right: 2px solid #f6893e !important;
	border-left: 2px solid #f6893e !important;
	border-top: 2px solid #f6893e !important;*/
}

.oo-shop-title-controls {
	background-color: #f6f6e2 !important;
    text-align: center;
    max-width: 500px;
    margin-top: 10px;
    margin-left: 17px;
}

.oo-shop-title-select {
	width: 100% !important;
    display: inline !important;
	
}

.oo-shop-abobox-detail-info-unplanned {
	    position: absolute;
    left: 15px;
    margin-top: 90px;
}

span.oo-shop-abobox-punplanned .oo-shop-sl-pane {
	margin-top: 90px;
	margin-bottom: 30px;
}

/*.shortContainer*/
span.oo-shop-abobox-punplanned .oo-shop-sl-pane>DIV.oo-shop-item,
span.oo-shop-abobox-pplanned .oo-shop-sl-pane>DIV.oo-shop-item {
    /*height: 226px !important;*/
}

.oo-shop-item-incart .oo-shop-singleitem-container {
	background-color: #f6f6e2 !important;
	border: 2px solid #f6893e !important;
	
}

.oo-shop-sl-pane-tpl.oo-shop-item-incart {
	background-color: #f6f6e2 !important;
	border: 2px solid #f6893e !important;
}


#oo-shop .oo-shop-item-price-wrapper .oo-shop-item-price-numbers {
	font-size: inherit !important;
}

.oo-shop-sl-pane-tpl  h3.oo-item-name {
   position: relative !important;
    top: -60px !important;
    background-color: transparent !important;
    line-height: 0.98 !important;
    word-wrap: break-word !important;
    text-align: center !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
    text-overflow: ellipsis !important;
    width: 208px !important;
    padding: 0;
    height: 36px;
    margin: 3px;
    left: -8px;
}

@media (max-width: 576px) {
	.oo-shop-sl-pane-tpl  h3.oo-item-name {
              top: 42px !important;
        text-align: left !important;
        vertical-align: middle;
        height: 36px;
        /* width: 100% !important; */
        left: 122px;
	}
	
	#oo-shop .oo-shop-item .oo-shop-item-box {
		display: block !important;
		padding-left: 0 !important;
	}
	
	
	.oo-shop-sl-pane-tpl .oo-shop-item-sale-out, .oo-shop-sl-pane-tpl .oo-shop-item-sale-n {
		top: 127px !important;
		line-height: 1;
        display: block !important;
        width: 110px !important;
        left: 136px !important;
	}
	
}

.oo-select-sub-period.oo-profile-rp {
	    text-align: center;
    margin: auto;
    margin-bottom: 12px !important;
}

button.oo-overlay-okbtn.oo-select-sub-btn-new.oo-style-minoraction {
	width: 100%;
}

.oo-select-notavailable button {
	display: none;
}

.oo-item-price {
	font-size: 180%;
    font-weight: 900;
}

.oo-shop-sl-pane-tpl .oo-select-notavailable div {
	display: none;	
}

.oo-shop-sl-pane-tpl .oo-select-notavailable button {
	 top: -7px;
    width: 87%;
    left: -16px;
	margin: auto !important;
}

.oo-shop-sl-pane-tpl .oo-shop-item-sale-out,
.oo-shop-sl-pane-tpl .oo-shop-item-sale-n {
	position: absolute;
    top: 127px;
    left: -14px;
    margin-left: 10%;
    /* padding: 0; */
    width: 80%;
}

.oo-shop-sl-pane-tpl  .oo-item-txt.oo-item-ellipsis.oo-limitlines {
        position: absolute !important;
    top: 166px !important;
    color: gray;
    left: 10px;
    width: calc(100% - 20px) !important;
    font-size: 73% !important;
    text-align: center;
    z-index: 0;
}

.oo-infoplane, .oo-actionplane,
#oo-shop .oo-infoplane {
	background: transparent !important;	
}

.oo-fav-wrapper {
    top: 310px;
    right: 180px;
    z-index: 99999999;
}

@media (max-width: 576px) {
	.oo-shop-sl-pane-tpl .oo-item-txt.oo-item-ellipsis.oo-limitlines {
		top: 41px !important;
        left: 137px;
        text-align: left;
        width: calc(100% - 200px) !important;
	}
		
}

.oo-shop-sl-pane-tpl .oo-shop-amount {
	position: absolute !important;
    top: 120px !important;
    width: 100px !important;
    left: calc(50% - 68px) !important;
}

@media (max-width: 576px) {

	.oo-shop-sl-pane-tpl .oo-shop-amount {
	
		top: 120px !important;
		width: 100px !important;
		left: 1px !important;
	}
	
}

.oo-shop-sl-pane-tpl .oo-select-nothing {
	display: block !important;
    position: absolute !important;
    top: 42px !important;
	background-color: transparent !important;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
}

.oo-select-sum {
	 color: #f6893e;
}

.oo-shop-sl-pane-tpl .oo-select-base { 
	position: absolute;
    top: -2px;
	width: 100%;
	color: gray;
}

.oo-shop-sl-pane-tpl .oo-item-pname {
	display: none !important;
}
.oo-shop-sl-pane-tpl .oo-shop-item-select  {
	position: absolute !important;
    top: 260px !important;
	width: 90% !important;
    left: 10px !important;
}

@media (max-width: 576px) {
	.oo-shop-sl-pane-tpl .oo-shop-item-select  {
        top: 116px !important;
        left: 136px !important;
        width: auto !important;
        margin-left: 0 !important;
		margin-right: 6px !important;
	}
}

@media only screen and (max-width: 575.98px) {
    #oo-shop .oo-shop-item {
        min-height: 208px !important;
    }
}


.oo-shop-sl-pane-tpl .oo-item-associationtag {
	position: absolute !important;
    top: 0 !important;
    right: 57px !important;
}

.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper {
	position: absolute !important;
    top: 208px !important;
    text-align: center;
    width: 100%;
    display: inline-block !important;
    background-color: transparent !important;
    color: black;
    font-size: 80% !important;
}



@media (max-width: 576px) {
	.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper {
		top: 70px !important;
		left: 128px;
		text-align: left;
	}
}

.oo-shop-sl-pane-tpl  .oo-item-regiotag {
	position: absolute !important;
    top: 6px !important;
    left: 5px !important;
}

.oo-shop-sl-pane-tpl .oo-item-refpricetag {
	display: none !important;
	position: relative;
    top: 42px;
    text-align: center;
    width: 100%;
}

.oo-shop-title-head-wrapper .oo-shop-title-head {
	display: none;
}
 
.oo-shop-abobox-punplanned .oo-shop-title-head {
	display:block;
	position: relative;
    top: 27px;
}

img.oo-missing-img {
	background-image: url('/wp-content/uploads/2024/11/Logo-1.png');
	height: 300px;
}

/* Reduce Price */
.oo-price-reduced span.oo-item-price {
	position: absolute;
    top: 20px;
    margin-left: -62px;
    font-size: 140%;
}

@media (max-width: 576px) {
	.oo-price-reduced span.oo-item-price {
		margin-left: 102px;
	}
}

.oo-price-reduced span.oo-item-price-del.oo-item-price-del-r {
	display:none;
}

span.oo-item-discountprice {
	display: inline-flex;
    line-height: 0.5;
    align-items: flex-end;
    margin-top: 15px;
}

span.oo-item-discount {
	font-size: 180%;
}


.oo-price-reduced .oo-item-discountprice span.oo-item-unit {
	display: block !important;
}

.oo-price-reduced .oo-item-discountprice span.oo-item-unit::before {
	content:"/"
}

/* Shop Warenkorb Preview */
#oo-status .oo-status-cart-preview tr.oo-cart-pos>td {
	/*display:inline-flex !important;*/
}

#oo-status .oo-status-cart-preview .oo-cart-pos-controls {
	display: inline-flex !important;
    right: 6px;
    position: absolute;
}

.oo-cart-pos-total {
    font-weight: 700;
}

.oo-cart-pos-amount::after {
       margin-left: 4px !important;
}

#oo-status .oo-status-cart-preview .oo-cart-pos-unit {
    margin-left: 4px;
    margin-right: 4px;
}

#oo-status .oo-status-cart-preview .oo-cart-pos-controls .oo-cart-pos-minus0, #oo-status .oo-status-cart-preview .oo-cart-pos-controls .oo-cart-pos-minus0:hover {
	order: -1;
}

/* Shop Warenkorb */

a.oo-cart-pos-assortment-open,
a.oo-cart-pos-assortment-close {
	border: 0 !important;
    background: transparent !important;
    font-size: 0 !important;
}



#oo-cart .oo-cart-pos .oo-cart-pos-item {
    display: grid;
    grid-template-columns: repeat(3, auto) 1fr repeat(6, auto);
    /* 8 Zeilen definieren – alle auf auto (kannst Du nach Bedarf anpassen) */
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-areas: 
        "img name   name   name   name   icons   resolve  minus  plus  rm"
        "img infotxt infotxt infotxt infotxt infotxt infotxt  infotxt infotxt infotxt"
        "img amount unit   unit   b5     b6     b7       b8     b9    b10"
        "img price  price  price  price  price  price    price  price  price"
        "img labels labels labels labels labels labels  labels labels labels"
        "img discount discount discount discount discount discount discount discount discount"
        "img note   note   note   note   note   note    note   note   note"
        "img hints  hints  hints  hints  hints  hints    hints  hints  hints";
    align-items: center;
    /* order: 0; – falls Du das benötigst, aber für Grid ist das oft nicht nötig */
}


/* Beispielzuweisung für den Produktnamen */
.oo-cart-pos-name {
    grid-area: name;
}

/* Infotext */
.oo-cart-pos-infotxt {
    grid-area: infotxt;
    display: block;
}

/* Preis-Wrapper */
.oo-cart-item-price-wrapper {
    grid-area: price;
    display: block;
}

/* Rabatt */
.oo-cart-pos-discount.oo-label {
    grid-area: discount;
    display: block;
}

/* Notiz (note) */
.oo-cart-pos-note {
    grid-area: note !important;
    display: block;

}


span.oo-cart-pos-discount.oo-label {
    background: transparent;
    border: 0;
    color: red;
}

.oo-cart-cart {
	font-size: 120%;
}

.oo-cart-cart h3 {
	    font-family: 'Delicious Handrawn', cursive !important;
	font-size: 150%;
	text-transform: uppercase;
}

.oo-cart-info-ddate-osh-txt {
	display: block;
}

.oo-cart-cartlink1-wr {
	display: none;
}

tbody#oo-cart-sum,
tbody#oo-cart-vat-pane, 
tbody.oo-cart-delivercost {
	padding: 0 !important; 
}


tbody.oo-cart-delivercost tr {
	width: 100%;
    display: block;
    margin: 0;
    text-align: right;
	background-color: #f5f4cc !important; 
}

tbody#oo-cart-sum tr {
	width: 100%;
    display: block;
    margin: 0;
    text-align: right;
	background-color: #f5f4cc !important; 
}

td.oo-cart-sum-val {
    font-size: 140%;
}

tbody#oo-cart-vat-pane tr {
	width: 100%;
    margin: 0;
    text-align: right;
	background-color: #fafaee !important; 
}


tbody.oo-cart-delivercost td {
	padding-right: 20px !important;
	display: block;
}

tbody#oo-cart-sum td {
	padding-right: 20px !important;
	display: block;
}

tbody#oo-cart-vat-pane td {
	padding-right: 10px !important;
}

span.oo-cart-quotes {
    margin-right: 100px;
    font-size: 120%;
	position: relative;
    top: 18px;
}

.oo-cart-submit-pc1,
.oo-cart-shoplink-1,
.oo-cart-agb {
	display: none !important;
}

#oo-status-cart-preview-pane  tr:nth-child(even) ,
#oo-cart-table tr:nth-child(even) {
	    background-color: #fafaee;
}

#oo-status-cart-preview-pane  tr:nth-child(odd) ,
#oo-cart-table tr:nth-child(odd) {
	    background-color: #fffffa;
}


.oo-cart-pos-amountline,
.oo-cart-item-price-wrapper {
	/*display: inline-block !important;*/
	width: 100%;
}

#oo-cart .oo-cart-pos-name {
	display: inline-block !important;
	font-weight: 600;
	width: 100%;
}

#oo-status .oo-status-cart-preview {	
	min-width: 400px;
	font-size:inherit;
}

#oo-status .oo-status-cart-preview .oo-cart-pos-img {
	background-size: contain;
}

.oo-status-auth-date-preview,
.oo-status-auth-preview {
	padding: 10px;
}

.oo-status-auth-date-preview li {
	list-style: none;
}

.oo-status-auth-preview a {
	display:block;
}

tr.oo-cart-pos-assortment~tr.oo-cart-pos-assorted {
    background-color: rgb(218 211 26 / 42%);
}

.oo-cart-pos-assortment {
    background-color: rgb(218 211 26);
}

.oo-profile-edit-sub-period.oo-style-altaction,
button.oo-style-majoraction, 
#oo-status A.oo-status-cartlink.oo-style-minoraction {
	background-color: #42894c !important;
    color: white !important;
    padding: 12px;
    border-radius: 20px;
    margin: 10px;
	min-width: 160px;
	text-align: center;
}

.oo-profile-edit-sub-period.oo-style-altaction a,
button.oo-style-majoraction a, 
#oo-status A.oo-status-cartlink.oo-style-minoraction h1 {
    color: white !important;
 
}


.oo-overlay-close {
    background-color: white !important;
	color: white !important;
    padding: 12px;
    border-radius: 20px;
    margin: 10px;
	text-align: center;
}

a.oo-status-cart-link {
	position: relative;
}

.oo-status-cart-label {
	display: none;
}

span.oo-status-cart-count {
	position: absolute;
    display: block !important;
    margin-right: 102px;
    left: -1px;
    top: -1px;
    padding-top: 0px;
    line-height: 1.2 !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    background-color: rgba(255, 105, 0, 1) !important;
    border-radius: 100% !important;
    width: 16px !important;
    color: #ffffff !important;
    height: 16px;
}

.oo-select-unit,
input.oo-select-value {
	padding: 0 !important;
	margin: 0 !important;
}


#oo-cart-table .oo-item-associationtag {
	position: relative !important;
    left: 46px !important;
    top: -25px !important;
}

/* Search */

#oo-search-articles,
#oo-search-commands {
	display: none;
}

.oo-search-preview.oo-overlay {
 /*   position: absolute !important;
    width: 90vw !important;
    left: -32.5vw !important;
    right: 10vw !important;*/
    top: 40px !important;
    background-color: #f5f4cc;
    padding-bottom: 4em !important;
}

.oo-search-preview .oo-overlay-close {
    position: relative;
    left: calc(100% - 50px) !important;
    z-index: 10;
    border: none;
}

#oo-search-suggestions,
#oo-search-navigations {
	display: inline-flex !important;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#oo-search-producersbrands {
	display: inline-flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.oo-search-preview-items-more {
	display: none; 
}

.oo-search-producerbrand, .oo-search-navigation {
	display: inline-block !important;
}

#oo-search-producersbrands > [id^="oo-search-producerbrand-tpl-"]::after,
#oo-search-suggestions>[id^=oo-search-suggestions-tpl-]::after,
#oo-search-navigations>[id^=oo-search-navigations-tpl-]::after {
    display: inline-block;
    margin-right: .25rem;
    margin-left: .25rem;
    content: "|";
}

/* Letzten Eintrag ausschließen */
#oo-search-producersbrands > [id^="oo-search-producerbrand-tpl-"]:last-child::after,
#oo-search-suggestions > [id^="oo-search-suggestions-tpl-"]:nth-child(3)::after,
#oo-search-navigations > [id^="oo-search-navigations-tpl-"]:nth-child(3)::after {
    content: "" !important;
    margin: 0;
}

#oo-search-producersbrands div,
#oo-search-navigations span {
	background-color: transparent;
	margin: 0;
    padding: 0;
}

#oo-search-producersbrands > div:not(.oo-cloned):not(.oo-hidden),
#oo-search-suggestions > div,
#oo-search-preview-items > div:first-child,
#oo-search-navigations > div {
	text-align: center;
    margin-top: 20px !important;
	margin-bottom: 10px !important;
    font-size: 100% !important;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.oo-search-preview-items-item .oo-item-name {
	order: 0 !important;
	font-weight: 700;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#oo-search-preview-items div .oo-item-img {
	    background-size: contain !important;
}

.oo-search-item-price-wrapper {
	    align-items: center;
}

/* Login */

.oo-logon-logonMessage1 {
	display: none;
}
.oo-logon-email1st {
    padding: 30px;
    background-color: #f5f4cc;
}

#oo-logon .oo-logon-body {
    flex-flow: row wrap;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
}

/* Lieferbereiche */

figure.lieferAnimation,
figure.lieferAnimation img {
	max-width: none;
    object-fit: cover;
    margin-bottom: 0 !important;
	width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: block;
} 

/* Article News */

.newsMorgentau article:nth-child(3n+1) {
	background-color: #dad31a42;
    padding: 25px;
}

.newsMorgentau article:nth-child(3n+2) {
  	background-color: #42894c30; 
	padding: 25px;
}

.newsMorgentau article:nth-child(3n) {
  	background-color: #f6893e24;
	padding: 25px;
}

/* Start Artikel News */
.custom-posts-grid {
	background-color: #286231;
	background-size: cover;
	border: 14px solid transparent; /* Platz für die Ränder */
    border-image: url('/wp-content/uploads/2025/03/TafelBorder.png') 14 round; /* Bild für die Ränder */
	border-radius: 40px;
}

.custom-posts-grid h2{
	color:#dad31a !important;
}

.custom-posts-grid h3 {
	color:#ebeab5 !important;
}

.custom-post-item {
	/*display: grid;
	grid-template-columns: 30% 70%; 
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;*/
	margin:40px !important;
}

.MagicScroll .mcs-item img {
	margin-top: 14px;
	margin-left: 28px !important;
}

.custom-post-image img {
	width: 90% !important;
	height: auto;
	border-radius: 15px;
}

.custom-post-content a {
	text-decoration: none; /* Entfernt die Unterstreichung */
}

.custom-post-content h2 {
	text-transform:none;
	margin: 0;
	font-size: 2rem;
	text-align: left;
	color: white;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-post-content h3 {
	margin: 5px 0 0px !important;
	text-align: left;
	display: block;
	font-size: 1.2rem;
	white-space: pre-line; /* Zeilenumbrüche erlauben */
	color: white;
}

@media (max-width: 940px) {
	.custom-post-content h2 {
		font-size: 1.2rem;
	}
	
	.custom-post-content h3 {
		font-size: 0.9rem;
	}
}

.MagicScroll-horizontal .mcs-bullets {
    margin-top: -28px !important;
}

.mcs-bullet {
    background-color: white !important;
	opacity: 0.4;
}

.mcs-bullet.active {
    border: 1px solid white !important;
	background-color: transparent !important;
}

.mcs-button {
	background-color:transparent !important;
}

.mcs-button::before {
	width: 20px !important;
    height: 20px !important;
	border-color: #fac7a3 !important;
}

.newsMoehre {
	width: 158px;
    height: auto;
    position: absolute;
    left: calc(50% - 162px);
    margin-top: -25px !important;
    z-index: 2;
    transform: rotate(32deg);
}

.MagicScroll.MagicScroll-horizontal {
	max-height: 250px;
}

.custom-post-item {
    margin-top: 14px !important;
}

/* Profile */

.oo-profile-edit-selected a {
	background: #dad31a;
}

.oo-profile-nocore a,
.oo-profile-core a {
	color:black !important;
}

#oo-profile-edit-form div a {
	font-size: 1.3em !important;
	/*color:black !important;*/
	    background-repeat: no-repeat;
	width: 100%;
	display:block;
}

a.oo-profile-edit-removeme.oo-profile-tab {
	    background-color: #eeeeee;
}

/* Footer */
/* Container, in dem sich die Bienen bewegen */
 /* Container für die Bienen */
  #bee-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -400px;
    overflow: hidden;
    background: transparent;
  }

  /* Styling für jede Biene */
  .bee {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url('/wp-content/uploads/2025/04/Biene-2.gif') no-repeat center center;
    background-size: contain;
    transform-origin: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    outline: none;
  }

  /* „Autsch!“-Popup */
  .ouch-popup {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: black;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
  }


.shift-left {
  	margin-left: -1360px !important;
}

/* Date */

#oo-date .oo-date-cal-legend>tbody {
    grid-gap: 0 !important;
    justify-content: center;
    grid-template-columns: minmax(200px, 40px) minmax(200px, 40px) !important;
    justify-content: center;
    align-items: center;
	
}

ul#oo-date-list li {
	line-height: 3em;
}

ul#oo-date-list li a.oo-style-minoraction {
	margin-top: 40px;
	display: inline-block;
}



ul#oo-date-list,
.oo-date-action-tourinfo {
	list-style:none !important;
	text-align: center;
}
	

/* Settings */

.oo-profile-edit-sub-delete,
.oo-profile-logout {
	background-color: #eeeeee !important;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 90%;
    margin-bottom: 20px;
    color: #000000 !important;
}

.oo-profile-tab {
	text-align: center;
	text-transform: uppercase;
	background-color: #f5f4cc;
	    margin-top: 4px;
	padding: 10px;
}

.oo-state-admin {
	display: none !important;
}

.oo-overlay-close,
a[name="login"] {
  display: none !important;
}

.oo-profile-field-pay.oo-profile-field-daddress,
.oo-profile-field-pay.oo-profile-field-pay-sepa,
.oo-profile-field-place-values span.oo-profile-field-place-txt-1,
.oo-profile-field-place-values  span.oo-profile-field-place-txt-2,
.oo-profile-field-place-values  span.oo-profile-field-place-txt-3 {
	    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
}
   
.oo-profile-auth-delivery-hint.oo-status-auth-datelinkall.oo-hint {
	display: none !important;
}

.oo-profile-pay-sepa-none-wrapper {
	min-width: 80vw;
}

/* Das Haupt-Formular wird zum Grid-Container */
/*
#oo-profile-edit-form {
  display: grid;
  grid-template-columns: 200px auto; 
  align-items: start;      
}

#oo-profile-edit-form > div[id^="oo-profile-edit-"] {
  display: contents;
}

#oo-profile-edit-form a.oo-profile-tab {
  grid-column: 1 / 2;
  padding: 5px 0;
  margin-bottom: 10px; 
  display: block;    
}

#oo-profile-edit-form fieldset {
  grid-column: 2 / 3; 
  margin: 0 0 10px 0; 
  padding: 0 15px 15px 15px;
  border: none;
  min-width: 0;

}


#oo-profile-edit-form span.oo-profile-edit-hint {
  display: none;
}

*/

/* Mobile Menü */
#mobile-header .site-header-main-section-right,
.mobile-menu {
	display:none;
}
.menu-toggle {
	  display: none;
	}

@media (max-width: 1024px) {
	/* Hamburger Icon */
	.hamburger {
	  position: fixed;
	  top: 8px;
	  right: 20px;
	  width: 30px;
	  height: 22px;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  cursor: pointer;
	  z-index: 1001;
	}
	.hamburger span {
	  height: 3px;
	  background: #000;
	  border-radius: 2px;
	  transition: 0.3s;
	}

	/* Menübasis */
	.mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 400px;
		height: 100vh;
		background: white;
		box-shadow: -2px 0 10px rgba(0,0,0,0.2);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 1000;
		/*padding-top: 40px; *//* Platz für das Hamburger-Menü oben */
		display:block;
		overflow-y: auto;           /* vertikales Scrollen erlauben */
		-webkit-overflow-scrolling: touch; /* smooth scrolling auf iOS */
	}

	/*
	.mobile-menu .navMobile {
		  max-height: calc(100vh - 60px); 
		  overflow-y: auto;
		  -webkit-overflow-scrolling: touch;
	}
	*/
	

	ul#menu-headermenu {
		margin-top: 40px;
	}

	ul#menu-headermenu a {
		color:black;
	}

	#oo-navi {
		padding: 0;
	}
	
	li#oo-navi-tpl-1::before,
	li#oo-navi-tpl-2::before,
	li#oo-navi-tpl-3::before,
	li#oo-navi-tpl-4::before,
	li#oo-navi-tpl-5::before,
	li#oo-navi-tpl-6::before,
	li#oo-navi-tpl-7::before,
	li#oo-navi-tpl-8::before,
	li#oo-navi-tpl-9::before,
	li#oo-navi-tpl-10::before
	{
		width: 80px;
	}
		
	/* Verstecke alle .oo-navi-mega (zweiter + dritter Level) initial */
.mobile-menu .oo-navi-1st-pane .oo-navi-mega,
.mobile-menu .oo-navi-2nd-pane {
 
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Wenn die Klasse .open auf dem li sitzt, zeige das Mega‑Menü */
.mobile-menu .oo-navi-1st-pane.open .oo-navi-mega,
.mobile-menu .oo-navi-2nd-pane.open {
  max-height: 1000px; /* Muss größer sein als dein größtes Sub‑Menü */
}
	
ul.mobileShortMenu li {
	line-height:1.4;
	text-transform:uppercase;
	list-style: none;
	color: black;
		
}
	
	/* Styles für das auf‑/zuklappbare Short‑Menu */
.mobileShortMenu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
	
	/* bei Hover auf das Elternelement: aufklappen */
.mobileShortMenu li.menu-item-has-children:hover > .sub-menu {
  max-height: 500px; /* groß genug für alle Einträge */
}

/* bei Fokus-innen (wenn das <a> im Parent angeklickt/fokussiert ist) ebenfalls aufklappen */
.mobileShortMenu li.menu-item-has-children:focus-within > .sub-menu {
  max-height: 500px;
}
	
	/* Icon hinter dem Link anzeigen */
.mobileShortMenu li.menu-item-has-children > a::after {
  content: "▸";
  margin-left: .5rem;
  transition: transform .2s ease;
}

/* Icon drehen, wenn aufgeklappt */
.mobileShortMenu li.menu-item-has-children:hover > a::after,
.mobileShortMenu li.menu-item-has-children:focus-within > a::after {
  transform: rotate(90deg);
}

	/* Menü einblenden */
.menu-toggle:checked + .hamburger + .mobile-menu {
  transform: translateX(0);
}

/* 🍔 → ❌ */
.menu-toggle:checked + .hamburger span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0;
}
.menu-toggle:checked + .hamburger span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
	
	#oo-navi {
		display:block !important;
		visibility: visible !important;
		position: relative !important;
		width: 100%;
		margin-bottom: 80px;
	}
	
	ul.oo-navi-pane > li.oo-navi-1st-pane {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
        width: 100%;
		margin-left: -50px !important;
        margin: auto;
		justify-items: end;
        align-items: center;
	}
	
	ul.oo-navi-pane > li.oo-navi-1st-pane > a.oo-shop-item-permalink {
		width: 100%;
    	padding-left: 20px;
		pointer-events:none;
	}
	
	.oo-navi-mega {
		position: relative;
        transform: translateX(50%);
        z-index: 1000;
        width: 100%;
        left: 42px;
	}	
}

#oo-shop .oo-select-sub button[class*=" oo-select-sub-"], #oo-shop .oo-select-sub button[class^=oo-select-sub-] {
	width: auto !important;
}

ul.oo-navi-pane > li.oo-navi-1st-pane > a.oo-shop-item-permalink {
		pointer-events:none;
	}

#oo-shop .oo-shop-sl-pane-wrapper {
	margin: 0 !important;
}

#oo-profile-reg-form .oo-overlay-close {
	display: none;
}

label {
        display: block;
    margin-left: 9px;
    /* font-size: 95%; */
    color: #42894c;
}

fieldset .oo-required label::after {
	color: red;
	    content: "\00a0*" !important;
}

.single-content p {
	margin-bottom: 10px !important;
}

.oo-profile-field-inspectlet {
	display: none;
}

.oo-profile-cont {
	text-align: right;
}

.oo-profile-set-delivery {
	display: block !important; 
}

input {
    margin-right: 5px !important;
	width: 100%;
}

a.oo-cart-revert,
a.oo-cart-cnote-btn,
a.oo-profile-logon.oo-style-altaction {
   background-color: #eeeeee;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 90%;
    margin-bottom: 20px;
    color: #000000 !important;
}

.oo-cart-sure p,
.oo-cart-sure button {
	text-align: center;
	width: 100%;
}


@media (min-width: 1024px) {
	.oo-shop-title-img {
		position:sticky;
		top: 100px;
		margin-left: 20px;
	}

	.oo-shop-title-img {
		grid-area: t-image;
		align-self: start;
		justify-self: start;
		max-width: 92% !important; /* optional */
	}

	html.oo-page-data-type-Assortment .oo-shop-title {
		grid-template-areas:
			"t-image t-image t-headw t-headw"
			"t-image t-image t-messg t-messg"
			"t-image t-image t-varnt t-varnt"
			"t-image t-image t-contr t-contr"
			"t-image t-image spacer spacer"
			"t-image t-image t-dtail t-dtail";

	}
}

@media screen and (max-width: 719px) {
    .content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
    }
}

#oo-profile #oo-profile-edit-sub-pane a.oo-sub-itemlink {
	text-align: center;
    margin: auto;
    width: 140px;
    height: auto;
}

.oo-profile-edit-sub {
	padding: 10px !important;
}

.oo-profile-edit-sub-pane-wrapper {
	
    display: inline-flex !important;
    flex-flow: row !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
}

.oo-profile-edit-sub-pane-wrapper span {
	display:inline-block;
	    margin-left: 6px;
}

#oo-voucher-in input {
	text-align:center;
}

.oo-profile-edit-sub-pane-wrapper .oo-sub-address {
	display:none;
}


#oo-shop .oo-shop-item-price-wrapper .oo-item-subline .oo-item-oneway {
    padding-left: 0 !important;
    position: relative;
    top: -11px;
	
}

h2.oo1-accordion-header {
	font-family: 'Delicious Handrawn', cursive;
	
	font-size: 1.2em;
}

.oo1-btn-group {
	display:none;
}