.mngroup{
	cursor: pointer; 
	text-align: center; 
	border: 1px solid #fff; 
	border-radius: 10px; 
	padding: 10px; 
	margin: 10px;
}

.row{
justify-content: center!important;
}
.kosar{
    position: fixed;
    bottom: 0;
    color: #000;
    background-color: #a73a0f;
    padding: 10px;
    width: 120px;
    z-index: 1000000;
    display: table;
    zoom: 2;
    color: #fff!important;
}	

.szechenyi2020 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000;
    padding: 0;
    margin: 0;
}

#product #services .product_datas .product_rows{
	background-color: #ffffff!important; 
}

.variantsbox{
	background-color: #fff; 
	border-radius: 3px; 
	border: 1px solid #888; 
	margin: 3px; 
	display: block; 
	text-align: left;
}

.col:hover .variantsbox{
	background-color: #fff;
	color: #000;
}

.variantsbox:hover{
 	background-color: #dedede!important;
	color: #000;
}

#pagelock{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 2000000;
}

.section-content .col{
	max-width: 265px;
}

#pagelock img{
	margin-top: calc(50vh - 100px);
	margin-left: calc(50vw - 100px);
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.product_itemcart{
	
}

.product_datas{
	width: calc(100% - 255px);
	display: table;
}
.product_rows{
	text-align: left;
	background-color: #dedede;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	display: table;
	font-size: 22px;
	width: 100%;
}

.product_name{
	display: table;
	float: right;
	width: calc(100% - 300px);
}

.product_name_label{
	display: table;
	float: left;
	width: 300px;
}

.product_img{
	width: 215px;
	float: left;
	margin: 10px;
	padding: 10px;
	background-color: #fff;
}

.menuSumma, .menuSumma_items{
	font-size: 30px;
	text-align: right;
}
.menuSumma{
	font-weight: bold;
}

input.checkout, select.checkout{
	width: 100%;
}

.payamount{
	font-size: 30px;
	color: #ff0000;
	text-align: center;
}

.reqerror{
	background-color: #FF6666;
	color: white;
}

.zoneprice{
	width: 60px;
	text-align: right;
}

.zonename{
}

.checkout_button{
	display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 1px;
  border-radius: 5px 5px 5px 5px;
  background-color: green;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  margin-top: 30px;
}

.mennyisegopcio{
	float: right;
	margin: 5px;
  display: none;
}

.mennyisegopcio input{
	width: 40px;
	text-align: right;
}

.mennyisegopcio div{
	padding: 0;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #dedede;
	width: 32px;
	background-color: #F8B42D;
	color: #fff;
	border-radius: 10px;
	line-height: 30px;
}

.col.termek_opcio_active{
	background-color: #000;
	color: #fff;
}

.termek_opcio_active2:hover .mennyisegopcio,.termek_opcio_active .mennyisegopcio{
	display: table;
}

.cart{
	display: inline-block;
}

.cartTable, .menuTable{
	width: 100%;
}
.cartTable,.cartTable tr, .cartTable tr td, .checkoutTable,.checkoutTable tr, .checkoutTable tr td, .menuTable, .menuTable tr, .menuTable tr td{
	text-align: left;
}

.cartTable, .checkoutTable, .menuTable {
  border-collapse: collapse;
  width: 100%;
}

.cartTable td, .cartTable th, .checkoutTable td, .checkoutTable th, .menuTable td, .menuTable th {
  border-top: 1px solid #ddd;
  padding: 8px;
}

.cartTable tr:nth-child(even),.checkoutTable tr:nth-child(even),.menuTable tr:nth-child(even){background-color: #f2f2f2;}

.cartTable tr:hover,.checkoutTable tr:hover,.menuTable tr:hover {background-color: #ddd;}

.cartTable th, .checkoutTable th, .menuTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #F8B42D;
  color: white;
}
.cartTable td:nth-child(3), .cartTable td:nth-child(4), .checkoutTable td:nth-child(3), .checkoutTable td:nth-child(4), .menuTable td:nth-child(3), .menuTable td:nth-child(4) {
	text-align: right;
}

.menuTable{
	max-width: 1024px;
	margin: 20px auto; 
}

.checkoutTable{
	width: calc(50% - 40px);
	float: left;
	margin: 20px;
	 
}

.addcartitemsOptions, .product_numberOptions{
	zoom: 2;
}

.popup{
	display: table;
	position: fixed;
	top: -5000px;/*calc(20vh / 2);*/
	background-color: #fff;
	min-height: 80vh;
	height: 80vh;
	max-height: 80vh;
	border: 4px solid rgb(100, 0, 0);
	border-radius: 10px;
	width: 80vw;
  right: 10vw;
  margin-right: auto;
  margin-left: auto;
	color: #000;
	font-weight: bold;
	padding: 5px;
	z-index: 1000001;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.torles{
	background-color: #F8B42D!important;
}

.popupmain{
	width: calc(100% - 20px);
	margin: 50px auto 10px auto;
	text-align: center;
	overflow: auto;
	max-height: 70vh;
}

.popupmain h1{
	font-size: 30px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	z-index: 1000001;
	padding-top: 3px;
}

.popupclose{
	font-size: 18px;
	border: 2px solid #dedede;
	border-radius: 20px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	text-align: center;
	font-weight: bold;
	background-color: #F8B42D;
	color: #fff; 
	z-index: 1000002;
}

.alertmessage{
  pointer-events: none;
	display: table;
	position: fixed;
	top: -5000px;
	background-color: rgba(136, 136, 136, 0.8);
	min-height: 60px;
	height: 60px;
	max-height: 200px;
	border: 1px solid #000;
	width: 100%;
  right: 0;
  margin-right: auto;
  margin-left: auto;
	color: #FFffff;
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
	z-index: 1000001;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	padding: 20px;
	text-shadow: 2px 1px 2px #000000;
	line-height: 35px;
	text-align: center;
}
