/* ##################################################### Kisebb mint 992 px ################################################### */
@media (max-width:991.98px) {

.popup {
  top: -5000px;
  min-height: 89vh;
  height: 89vh;
  max-height: 89vh;
  width: 94vw;
  right: 2vw;
}

}
/* ##################################################### Kisebb mint 992 px ################################################### */
/* ##################################################### Kisebb mint 780 px ################################################### */
@media (max-width:780px) {
	
	thead{
		display: none;
	}
	
	td{
    display: table;
    width: 100%;
    border: none!important;
	}
	
	tr{
		border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px 5px 5px 5px!important;
    margin: 15px;
    display: block;
	}
	
	th{
		display: block;
		width: 100%;
	}
	
	td:nth-child(2){
		text-align: right!important;
	}
	
	.checkoutTable{
    width: 100%;
    float: none;
    margin: 0px;		
	}
	
	.popupmain h1{
		font-size: 20px;
		background-color: #fff;
		width: calc(100% - 50px);
	}

.szechenyi2020 a img{
	width: 150px!important;
}	
}

/* ##################################################### Kisebb mint 780 px ################################################### */