.shop{
	color: white;
	font-family: 'Exo';
}
.shop .menukat{
	font-weight: 850;
	/*letter-spacing: 0.04em;*/
	text-transform: uppercase;
	font-size: 32px;
	margin-top: 50px;
	display: grid;
	/*grid-template-columns: repeat(4,25%);*/
	grid-auto-flow: column;
	align-items: flex-end;
}
.shop .right{
 	text-align:right;
 	width: auto !important;
}
.shop .menukat .active{
	color: #3aaa35;
}
.shop .menukat div{
	cursor: pointer;
	width: fit-content;
}
.shop .menugridR{
	display:grid;
	grid-template-rows: 23% 48% auto;
}
[class^="menugridMain-"]{
	display: grid;
	grid-template-columns: 35% 5% 60%;
	grid-template-rows: auto 0;
	color: white;
	font-family: 'Exo';
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: solid 3px white;
	padding-bottom: 23px;
}
[class^="warenkorbgrid-"]{
	display: grid;
	grid-template-columns: 6% 2% 20% 8% 3% 5% 7% 10% 3% auto;
	grid-template-rows: auto 0;
	color: white;
	font-family: 'Exo';
	grid-column-gap: 20px;
	align-items: center;
	/*margin-top: 30px;
	margin-bottom: 30px;
	/*border-bottom: solid 3px white;*/
	/*padding-bottom: 23px;*/
}
[class^="warenkorbgrid-"] i.fa{
	font-size: 35px;
}
[class^="warenkorbgrid-"] div img{
    width: 100%;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.shop .menugridTitel{
	display:grid;
	grid-template-columns: 50% 50%;
}
.shop .infobox{
	position: absolute;
	display: none;
	background-color: white;
	color: #3aaa35;
	box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.4);
	padding: 5px;
	cursor: pointer;
}
.shop .infobox i{
	position: absolute;
	font-size:30px;
	right: 5px;
	top:0;	
}
.shop .detail{
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-flow: column;
}
.shop [class^="menutitel"]{
	margin-top:30px;
	font-weight: 850;
	text-transform: uppercase;
	font-size: 32px;
}
.shop .menuinhalt,.shop [class^="textins-"], [class^="warenkorbgrid-"]{
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
}
.shop [class^="textins-"]{
	grid-column:3
}
.shop [class^="selparent-"]{
	position: relative;
	width: 100%;
}
.shop [class^="selectdiv-"]:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: 17px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	position: absolute;
	pointer-events: none;
}

.shop [class^="selectdiv-"]{
	display: block;
	background-color: white;
	height: 24px;
	margin-top: 15px;
	color: black;
	padding-top: 6px;
	text-align: right;
	padding-right: 27px;
	cursor: pointer;
}
.shop [class^="selparent-"] ul{
	background-color: white;
	position: absolute;
	top: 44px;
	color: black;
	font-family: 'Exo';
	text-align: right;
	width: 100%;
	direction: rtl;
	height: 260px;
	overflow-y: auto; 
}
.shop [class^="selparent-"] ul li{
	padding:5px;
	padding-right: 27px;
}
.shop [class^="selparent-"] ul li:hover{
	color: white;
	background-color:#730e18ff;
}
.shop .selected{
	background-color:#730e18c8;
	color:white;
}
.shop .detail div i:hover{
	cursor: pointer;
}
.shop .fa{
 font-size:50px;
 cursor: pointer;
}
.shop .linemain{
	border-top: 4px solid white;
}
/*
.shop option{
	background-color:gray;
	-webkit-border-radius: 0;
	outline: none;
	padding-right: 10px;
	margin-right: 10px;
}
.shop option:hover, option:checked {
	-webkit-border-radius: 0;
	background-color: red;
	padding-right: 10px;
}
option:default{
	-webkit-border-radius: 0;
	background-color: yellow;
	font-style: italic;
}



.shop input[type=number]{
	text-align: right;
}
.shop input[type=number]::-webkit-inner-spin-button /*, .shop input[type=number]::-webkit-outer-spin-button
{
	opacity: 1;
	}





.form{
	font-size:0.8em;
	color:black;
	width:100%;
	margin-bottom:10px;	
	float:left;
}
.form div{
	float:left;
	width:50%;  
  padding-right:10px;
}
.form div input, .form div select, .form div textarea{
   float:left;
	width:100%;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; 
box-sizing:border-box;
padding:0;
border:grey 1px solid;
border-radius: 3px;
	       	font-size:1.0em;
          height:20px;
}
.form div textarea{
 height:auto;
}
.form DIV:nth-child(1) {
	text-align:right;
}
.form DIV:nth-child(2) {
	text-align:left;
	margin-left:0px;
} 
#btn_user{
     cursor:pointer;
}
