.separator
{
	border-top: 2px solid black;
    margin-top: 20px;
}

.roamingtxt
{
	margin: 10px 0;
	color: black;
	font-weight:500;
	font-size: 16px;
}

.regioTitle
{
	font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    color: #164968;
}

.regioSubTitle
{
	text-align: center;
    font-size: 14px;
    padding-top: 4px;
    font-weight: 500;
}

.regioBox
{
	display: block;
    text-align: center;
    position: relative;
	margin-top: 10px;
}

.regio_item
{
	margin: 15px;
    border-radius: 22px;
    background-color: #f4f4f4;
    padding: 15px;
    display: inline-block;
    max-width: 300px;
    width: -webkit-fill-available;
    /* height: 300px; */
    vertical-align: top;
	cursor: pointer;
}

.noteTxt
{
	text-align: center;
    padding: 5px 0;
    color: #ddfc00;
}

.noteTxt a
{
	color: white !important;
}

.center
{
	text-align: center;
}

.rednotice
{
	color: red;
}

.box
{
	text-align: center;
}

.inlineBlock
{
	display: inline-block;
}

.detailsTitle
{
	    font-weight: 400;
    color: #164968;
}

.detailsTxt
{
	font-weight: 500;
    font-size: 16px;
}

.flex
{
	display: flex;
	padding: 10px 24px;
	text-align: center;
}

.ikon2
{
	height: 50px !important;
    align-self: center;
    margin-right: 20px;
}

.border
{
	box-shadow: 0 0 3px 0 #0000004a;
    border-radius: 2px;
	vertical-align: top;
}

.margin10
{
	margin: 10px
}

.szovegBox2
{
	width: -webkit-fill-available;
    color: black;
	display: inline-block;
	text-align: left;
}

.loginModal
{
	display: none;
	background-color: #000000a3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    /*height: 100vh;*/
	height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    overflow: auto;
    z-index: 999;
    padding: 1rem;
}

.fupWindow {
    background-color: white;
    width: 600px;
    max-width: 80%;
    padding: 15px;
    margin: auto;
    display: block;
    /* z-index: 99999;  border: 7px solid #2789c5;*/
    position: relative;
    max-height: 80%;
    top: 10%;
    overflow-y: scroll;
   
    border-radius: 22px;
}

#fupModal
{
	display: block;
    z-index: 9999;
}

.countriesBox
{
	text-align: center;
}

.includedCountriesTitle
{
	font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
	color: #164968;
}

.countriesBoxItem {
    display: inline-block;
    padding: 3px 14px;
    margin: 2px;
    font-size: 14px;
}

.countriesBoxItemImg
{
	width: 50px;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 0 7px 0;
	display: flex;
    justify-self: center;
	align-self: center;
	object-fit: cover;
}

.countriesBoxItemTxt
{
	text-align: center;
    display: flex;
    justify-content: center;
    max-width: 50px;
}

.fup
{
	font-size: 14px !important;
    /*text-align: center;*/
    text-decoration: underline;
    text-underline-offset: 3px;
    /* margin: auto; */
    justify-content: center;
	cursor: pointer;
	    display: block;
    width: fit-content;
}

.checkOut
{
	user-select: none;
    cursor: pointer;
    display: block;
    width: 100%;
    background: #2888c4;
    margin-top: 10px;
    /* margin-left: 10px; */
    padding: 6px 0px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
}

.totalBlock
{
	display: flex;
    width: 100%;
    /* background: #2888c4; */
    margin-top: 10px;
    
    padding: 6px 0px;
    font-size: 20px;
    font-weight: 500;
	color: #164968;
}

.dayData
{
	
}

.szamlazasTitle
{
	font-size: 24px;
    font-weight: 600;
    color: #164968;
    margin-bottom: 15px;
	text-align: center;
}

.szamlazasBlock
{
	border-radius: 22px;
    background-color: #f4f3f2;
    padding: 20px 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 13px;
    margin-top: 4px;
}

.szamlazasItem
{
	margin-bottom: 10px;
    display: flex;
    color: black;
	    padding: 0px 10px;
}

.szamlazasItem label
{
	width: 148px;
    display: inline-block;
	align-content: center;
}

.jogiszemely
{
	height: 20px;
    width: 20px;
	cursor: pointer;
}

.myselect
{
	height: 40px;
    color: #656565;
    padding-left: 8px;
	background-color: white;
}

.myinput, .select
{
	width: 70%;
    border-radius: 5px !important;
	display: inline-block;
}

.totalBlockGB
{
	font-size: 14px !important;
    padding-bottom: 0px !important;
}

.noSpaceTop
{
	margin-top: 0px !important;
    padding-top: 0px !important;
}

.totalPrice
{
	text-align: -webkit-right;
    width: 100%;
}

.mennyiseg
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.promoOsszeg
{
	color: #aa090a !important;
	margin-top: -15px !important;
	font-size: 16px !important;
}

.promoBlokk
{
	display: block !important;
}

.promoBlokk input[type="text"]
{
	border-radius: 10px;
    border: 2px solid #164968;
    margin: auto;
    display: block;
	margin-top: 5px;
    margin-bottom: 3px;
}

.promocioAktivalas
{
	display: block;
    /* margin: auto; */
    font-size: 16px;
    text-decoration: underline;
    color: #2784be;
    text-align: center;
    text-underline-offset: 3px;
    cursor: pointer;
}

.promoLabel
{
	
}

.promoInput
{
	
}

.sim_db
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    /* border: 6px solid #2888c4; */
    /* border-radius: 22px; */
    position: relative;
}

#db_select
{
	width: -webkit-fill-available;
    font-size: 18px;
    text-align: right;
    text-align-last: right;
    padding: 5px 14px;
    /* border-radius: 22px; */
    color: #ffffff;
    background-color: #164969;
}

.selected
{
	color: white !important;
    background-color: #164968 !important;
	/*padding: 12px 10px !important;*/
}

.hide
{
	display: none !important;
}

.space
{
	margin-top: 10px;
}

.selectedFilter
{
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
    font-weight: 600 !important;
	text-decoration-color: #defc00;
}

.f_day
{
	font-size: 16px;
    font-weight: 400;
    margin: 6px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.priceListItemBlock
{
	width: 100%;
}

.priceListItemPrice
{
	font-size: 20px;
	font-weight: 600;
}

.priceListItemGB
{
	font-size: 20px;
	font-weight: 600;
}

.priceListItemDays
{
	font-weight: 400 ;
}

.incCountries
{
	display: inline-block;
	padding-right: 4px;
}

.planItem {
    display: block
    /*margin: 12px 0;*/
    padding: 6px 10px;
    border-bottom: 2px solid #0b669e;
    /* border-radius: 12px; */
    color: #164968;
    cursor: pointer;
    width: -webkit-fill-available;
    position: relative;
	padding: 6px 5px;
}

.planItemBody
{
	display: flex;
	position: relative;
}

.planItemFoot
{
	/* margin-top: 4px; 
    width: 60px;
	position: absolute;
    right: 0px;
	 top: 50%;
    transform: translateY(-50%);
	*/
    display: block;
    text-align: center;
    /* background-color: #8ded6b; */
    color: #e2ff00;
    border-top: white 1px solid;
    margin-top: 3px;
    padding-top: 5px;
}

.FUPmarkerselect
{
	color: #ebff02 !important;
}

.FUPmarker
{
	padding: 2px 4px;
    /* border: 2px solid white; */
    display: block;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 3px;
   /* color: #ebff02;*/
	color: #164968;
    font-weight: 500;
	text-align: center;
	margin: auto;
}

.plansBlock
{
	background-color: white;
    border-radius: 12px;
	margin-top: 12px;
}

.datachange
{
	font-size: 18px;
    font-weight: 400;
    display: block;
    /* padding: 2px 10px; */
    margin: 0 22px;
    color: #ffffff;
    /* background-color: red; */
    width: 100px;
    text-align: center;
    /* border-bottom: 2px white solid;*/
	cursor: pointer;
}

.dataFilter
{
	display: flex;
	justify-content: center;
}

.filtersBlock
{
	background-color: white;
    /* border-radius: 12px; */
    display: block;
    justify-content: center;
    position: relative !important;
  /*  top: 85px;*/
    background-color: #164968;
    z-index: 10;
    color: white !important;
    padding: 10px 0;
    border-bottom: 4px white solid;
	border-top: 10px white solid;
}

@media only screen and (max-width: 600px)
{
	
}

.dataGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 418px;
	grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    column-gap: 32px;
    align-items: start;
    padding-bottom: 40px;        /* fontos, hogy legyen scroll tér */
    min-height: 100vh;   /* ← új */
	max-width: 1024px;
	margin: auto;
    margin-top: 25px;
}

/* === STICKY KÉP === */
.countryImgBlock {
    position: sticky !important;
    top: 90px !important;
    align-self: start !important;
    
    height: fit-content;
    display: block;
    z-index: 99;
    background: white;            /* teszteléshez */
    padding: 10px;
    border-radius: 12px;
}

.countryImgBlock img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#aioseo-breadcrumbs
{
	
	margin-bottom: 25px;
}

.flag_logo
{
	position: absolute;
    display: flex;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    border: 4px #f5f5f5 solid;
}

.flag_logo img
{
	border-radius: 50%;
    object-fit: cover !important;
    
    width: 80px;
    object-position: center;
}

@media only screen and (max-width: 320px)
{
	#main 
	{
		padding: 2px !important;
		padding-top: 25px;
		margin-top: 25px;
	}
	
	.flag_logo {
		/*left: 4px !important;
		top: -20px !important;*/
	}
	
	.flag_logo img {
		/*height: 50px !important;
		width: 50px !important;*/
		height: 80px !important;
	}
}

@media only screen and (max-width: 650px)
{
	.flag_logo
	{
		left: 50% !important;
		top: -34px !important;
		transform: translate3d(-50%, 10px, 0) !important;
	}
	
	.headTitle
	{
		padding-top: 40px !important;
	}
}

@media only screen and (min-width: 321px)
{
	.flag_logo img {
		height: 80px !important;
	}
}

.myHead
{
	background: #133f59;
	background: radial-gradient(circle,rgba(19, 63, 89, 1) 0%, rgba(36, 140, 200, 1) 100%);
	position: relative;
	border-radius: 0 0 22px 22px;
    padding: 20px 0;
}

@media only screen and (max-width: 400px)
{
	.headTitle
	{
		font-size: 34px !important;
	}
}

.headTitle
{
	font-size: 44px;
    color: white;
    padding: 20px 20px 10px 20px;
    font-weight: 500;
    text-align: center;
	position: relative;
    z-index: 1;
    text-shadow: 0 0 7px black;
}


.headTxt
{
	text-align: center;
    font-size: 16px;
    color: white;
	margin-bottom: 10px;
	margin-top: 8px;
}

.visszaBlokk
{
	display: none !important;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 18px;
    text-decoration: unset;
}

.vissza1
{
	display: inline-block;
    color: #258bc7;
    font-weight: 500;
}

.vissza2
{
	display: none;
    color: #858585;
}

.capitalise
{
	text-transform: capitalize;
}

/* OLDAL SZÉLESÍTÉSE - STICKY JAVÍTÁS */
#page-wrapper {
    overflow: visible !important;
    overflow-x: visible !important;
}

/* Biztonsági tartalék */
.site-main,
#primary,
#content,
.entry-content {
    overflow: visible !important;
}