
@media (orientation: portrait) {
	body.subgroup {
		background-size: cover; /* Kitölti a képernyőt arányosan */
		background-position: center; /* Középre helyezi a képet */
		background-repeat: no-repeat; /* Nem ismétlődik */
		background-attachment: fixed; /* A kép fixen marad, nem gördül a tartalommal */
		margin: 0;
		height: 100vh;
		width: 100vw;
	}
  }
  
  @media (orientation: landscape) {
	body.subgroup {
		background-size: cover; /* Kitölti a képernyőt arányosan */
		background-position: center; /* Középre helyezi a képet */
		background-repeat: no-repeat; /* Nem ismétlődik */
		background-attachment: fixed; /* A kép fixen marad, nem gördül a tartalommal */
		margin: 0;
		height: 100vh;
		width: 100vw;
	}
  }

.variantsradio{
	display: none;
	padding-left: 5px;
}

.variantsbox_active{
	background-color: var(--main-blue)!important;
	color: #fff!important;
}

#fullbackgroundDark{
	position: fixed;
	z-index: 1000000;
	background-color: rgba(0,0,0,0.75);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
}
.agecontrollbg{
	position: fixed;
	z-index: 1000001;
	background-color: rgba(0,0,0,0.95);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.agecontroll{
	margin: 100px auto;
	display: table;
	width: 500px;
	max-width: calc(100% - 40px);
	height: 100px;
	color: #F5F5F5;
	text-align: center;
	background: linear-gradient(135deg, #2D2D2D 0%, #1F1F1F 100%);
	padding: 20px;
	border: 3px solid #FF8C42;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.agecontroll_buttons button:hover{
	background-color: #FF8C42;
	color: #1A1A1A;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);
}
.agecontroll_buttons button{
	display: inline-block;
	width: calc(50% - 22px);
	padding: 12px;
	border: 2px solid #FF8C42;
	color: #F5F5F5;
	background-color: transparent;
	border-radius: 8px;
	font-weight: bold;
	transition: all 0.3s ease;
	cursor: pointer;
}

.mngroup{
	cursor: pointer; 
	text-align: center; 
	padding: 10px 0; 
	margin: 10px;
	min-width: 150px;
    width: 150px;
    vertical-align: top;	
}

.mngroup img{
	margin: 0 auto; 
	display: block; 
	width: 150px; 
	min-width: 150px; 
	opacity: 0;
}

.mngroup label{
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: -25px;
	color: #fff;
	text-shadow: 1px 2px 2px #000;
	display: block;
	position: relative;
	z-index: 10;
}

.products_list img{
	margin: 0 auto; 
	display: block; 
	width: 200px; 
	min-width: 200px;
}

.products_list label{
	display: block; 
	text-transform: uppercase;
}

.products_list label.name{
	font-size: 15px!important;
	margin-top: 10px;
}

#services .col label, #products_group .col label{
	font-size: 20px;
	font-weight: bold;
}

.products_list label span{
	font-size: 10px;
	padding-right: 10px;
}

.products_list{
	text-align: center; 
	padding: 10px; 
	margin: 10px;
	/*box-shadow: 10px 10px 5px #cacaca;*/
}

.row{
justify-content: center!important;
}
.kosar{
    position: fixed;
    bottom: 0;
    color: #000;
    background-color: var(--buttonBGcolor);
    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: rgba(45, 45, 45, 0.8)!important;
	color: #F5F5F5!important;
	border-radius: 5px;
	margin-bottom: 5px;
}

.variantsbox{
	background-color: #2D2D2D; 
	border-radius: 8px; 
	border: 2px solid #FF8C42; 
	margin: 5px; 
	display: block; 
	text-align: left;
	padding: 15px;
	color: #F5F5F5;
	transition: all 0.3s ease;
}

.col:hover .variantsbox{
	background-color: #3D3D3D;
	color: #F5F5F5;
	box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
}

.variantsbox:hover{
 	background-color: #FF8C42!important;
	color: #1A1A1A!important;
	transform: translateY(-2px);
}

#pagelock{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	z-index: 99999999;
}

#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 - removed empty rule */

.product_datas{
	width: calc(100% - 295px);
	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: 250px;
	float: left;
	margin: 10px;
	margin-right: 10px;
	padding: 0px;
	background-color: #2D2D2D;
	border: 10px solid var(--buttonBGcolor);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menuSumma, .menuSumma_items{
	font-size: 30px;
	text-align: right;
}
.menuSumma{
	font-weight: bold;
}

input.checkout, select.checkout{
	width: 100%;
}

.payamount{
	font-size: 30px;
	color: var(--buttonBGcolor);
	text-align: center;
}

.reqerror{
	background-color: #FF6666;
	color: white;
}

.zoneprice{
	width: 60px;
	text-align: right;
}

/* .zonename - removed empty rule */

.checkout_button{
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  /*
  border-radius: 1px;
  border-radius: 5px 5px 5px 5px;
  font-weight: bold;
  */
  background-color: #222222;
  color: #fff;
  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: var(--buttonBGcolor);
	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 #555;
  padding: 8px;
  color: #F5F5F5;
}

.cartTable tr:nth-child(even),.checkoutTable tr:nth-child(even),.menuTable tr:nth-child(even){background-color: rgba(45, 45, 45, 0.5);}

.cartTable tr:hover,.checkoutTable tr:hover,.menuTable tr:hover {background-color: rgba(255, 140, 66, 0.2);}

.cartTable th, .checkoutTable th, .menuTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--buttonBGcolor);
  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: linear-gradient(135deg, #2D2D2D 0%, #1F1F1F 100%);
	min-height: 80vh;
	height: 80vh;
	max-height: 80vh;
	border: 3px solid var(--buttonBGcolor);
	border-radius: 15px;
	width: 80vw;
  	right: 10vw;
  	margin-right: auto;
  	margin-left: auto;
	color: #F5F5F5;
	/*font-weight: bold;*/
	padding: 5px;
	z-index: 1000001;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0 15px 40px rgba(0, 0, 0, 0.8);
	box-shadow:         0 15px 40px rgba(0, 0, 0, 0.8);
}

.torles{
	background-color: var(--buttonBGcolor)!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 #FF8C42;
	border-radius: 20px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	background-color: var(--buttonBGcolor);
	color: #fff; 
	z-index: 1000002;
	transition: all 0.3s ease;
}

.popupclose:hover {
	background-color: #E6702A;
	transform: scale(1.1);
	box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);
}

.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;
}

.row {
    display: flex; /* Flexbox layout használata */
    flex-wrap: wrap; /* Lehetővé teszi, hogy a sor több sorba törjön szükség esetén */
    justify-content: center; /* Középre igazítás */
}

.col {
    flex: 1; /* Alapértelmezett: egyenlő szélesség */
    padding: 10px;
    border: 2px solid #FF8C42;
    background-color: rgba(31, 31, 31, 0.95);
    border-radius: 8px;
    box-sizing: border-box; /* Tartsa meg a paddingot és a border-t */
    transition: all 0.3s ease;
}

/* Specifikus szabályok a kategória és alkategória listázó oldalhoz */
#products_group .col, #services .col {
    flex: 0 0 300px !important; /* Fix szélesség minden doboznak */
    width: 300px !important; /* Explicit szélesség beállítás */
    max-width: 300px !important; /* Maximum szélesség korlátozás */
    min-width: 300px !important; /* Minimum szélesség is */
    margin: 10px !important; /* Külső margó */
}

.col:hover {
    background-color: rgba(45, 45, 45, 0.95);
    box-shadow: 0 5px 15px rgba(255, 140, 66, 0.3);
    transform: translateY(-2px);
}

body.subgroup #services .container {
    background-color: rgba(31, 31, 31, 0.95);
    border: 2px solid #FF8C42;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Responsív beállítások a kategória és alkategória dobozokhoz */
@media (max-width: 768px) {
    #products_group .col, #services .col {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
        max-width: none;
    }
}

@media (max-width: 480px) {
    #products_group .col, #services .col {
        flex: 0 0 calc(100% - 20px);
        width: calc(100% - 20px);
        max-width: none;
    }
}