:root{
	--sarga: #FFD02B;
	--zold: #59D2A8;
	--sotetszurke: #222222;
	--kozepszurke: #888;
    --vilagosszurke: #e9e9e9;
    --sotetszurke2: #555;
    --termek-hatter: #f9f9f9;
    --comp-zold: #289872;
    --background-image: url('alap_kep.jpg'); /* alapértelmezett kép elérési útja */
}
@font-face {
    font-family: Poppins-Regular;
    src: url("Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Lexend-SemiBold; font-weight:bold;
    src: url("Lexend-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: Lexend-Medium;
    src: url("Lexend-Medium.ttf") format("truetype");
}
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body.tilt{
	top: 0;
	overflow: hidden;
	width: 100%;
    font-size: 12px;
}
body{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
    font-family: Poppins-Regular;
}


.modal {
    display: none;
    color:black;
    position: fixed;
    bottom: 0; /* Az alján jelenjen meg */
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#acceptCookie {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}


.marginB15{
    margin-bottom: 15px;
}
.selectaltalanos
{
	font-size:14px;
	font-weight:bold;	
}
.select0, .select1, .select2
{
	font-size:12px;
}
.select3,.select4,.select5,.select6,.select7,.select8,.select9,.select10
{
	font-size:12px;
}

.main{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
}
.main *{
	/*max-width: 1600px;**/
}
header,article,.container{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
}

.modal {
    display: none;
    position: fixed;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
	z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#acceptCookie {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}


.container{
   width: 90%;
   max-width: 1600px; 
}
article{
    margin-top: 102px;
}
header .menu{
	display: flex;
	width: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	top: 0px;
	z-index: 10;
    position: fixed;
}
header .felsomenu,header .alsomenu{
	display: flex;
	width: 90%;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row nowrap;
	height: auto;
	position: relative;
    max-width: 1600px;
}
header .alsokeret{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--vilagosszurke);
    border-bottom: 1px solid var(--vilagosszurke);
    width: 100%;
}
.alsokeret .kereso-keret{
   display: none;
    width: 50%;
}
header .felsomenu{
	height: 60px;
	justify-content: space-between;
    position: relative;
}
.felsomenu .oszlop{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% / 3 - 20px);
	height: 100%;
}
.felsomenu .oszlop.kozep{
	justify-content: center;
}
.felsomenu .oszlop.jobbra{
	justify-content: flex-end;
}
.felsomenu .ikonok{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.ikonok .ikon-keret{
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 40px;
    user-select: none;
}
.ikon-keret .ikon{
    width: 30px;
    height: 30px;
    padding: 3px;
    user-select: none;
}
.ikon-keret .jelzo{
    border-radius: 50%;
    color: #fff;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    top: -2px;
    right: -10px;
    width: 23px;
    height: 23px;
    user-select: none;
	font-size:11px !important;
}
.logo{
	height: 35px;
	width: auto;
    cursor: pointer;
}
header .kereso-keret{
    display: flex;
    flex-flow: row nowrap;
    width: calc(100% - 2px);
   
    border-radius: 40px;
    padding: 0px 3px;
    align-items: center;
    overflow: hidden;
    background: #eee;
}
.kereso-keret .kereso{
    border: 0;
    text-indent: 10px;
    width: 100%;
    padding: 10px 0px;
    color: var(--kozepszurke);
    font-size: 14px;
    background: #eee;
}
.kereso-keret .kereso-gomb{
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
    width: 35px;
    height: 35px;
}
.kereso-keret .kereso-gomb:hover{
    filter: brightness(0.9);
}
.gomb{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    color: var(--sotetszurke2);
    background: #fff;
    text-decoration: none;
    border: 1px solid var(--kozepszurke);
    transition: .5s;
    font-family: Lexend-Semibold;
    cursor: pointer;
	text-align:center;
}
.m_0_20
{
	margin:0px 20px;
}
.gomb:last-child{
    margin-left: 15px;
}
.gomb.sarga{
    border: 1px solid var(--sarga);
    background: var(--sarga);
}
.gomb:hover{
    border: 1px solid var(--sotetszurke);
    background: var(--sotetszurke);
    color: #fff;
}
.gomb.szuro{
    font-family: Poppins-Regular;
    border-radius: 6px;
    color: var(--kozepszurke);
    padding: 3px 30px;
    font-weight: normal;
    margin-left: 0 !important;
}
.gomb.szuro:hover{
    color:#fff;
}
header .alsomenu{
	justify-content: flex-start;
}
.alsomenu .link,.link{
	text-decoration: none;
	padding: 10px 15px;
	color: var(--kozepszurke);
	transition: .5s;
	cursor: pointer;
    font-size: 17px;
}
.alsomenu .link:first-child
{
    padding-left: 0px;
}
.link{
	padding: unset;
}
.link.lenyilo{
    display: none;
}
.fsize18{
    font-size: 20px !important;
}
.fsize16{
    font-size: 16px !important;
}
.alsomenu a:hover,.link:hover{
    color: var(--sarga);
}
article .szoveges-hatter{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 480px;
    width: 90%;
    position: relative;
    max-width: 1600px;
}
.gradient{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right,#fafafa 10%,#cccccc8a);
    position: absolute;
    left: 0;
    top: 0;
}
.bg{
    width: 104%;
    height: 100%;
    position: absolute;
    background-image: url("../images/hero_transparent_circle.webp");
    background-repeat: no-repeat;
    background-position: 101% 57%;
  background-size: 75%;
    max-width: calc(1600px + 4%);
    
}

.szoveges-hatter .szoveg-hatter{
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    position: absolute;
    margin-left: 18px;
}
.szoveg-hatter .szoveg{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    color:#000;
    text-align: left;
    font-family: Lexend-SemiBold;
}
.nomargin{
    margin: 0 !important;
}
.gomb .ikon{
    height: 25px;
    margin-right: 5px;
    transition: .5s;
}
.gomb:hover .ikon{
    filter: invert(1);
}
.row-keret{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
}
.teglak-keret{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.teglak-desktop{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-30px);
}
.teglak-mobile{
    display: none;
}
.teglak-desktop .tegla{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 90px);
    aspect-ratio: 2.5/1;
    padding: 20px 25px;
    box-shadow: 0px 3px 25px var(--vilagosszurke);
    position: relative;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    color: var(--sotetszurke2);
    font-size: 18px;
}
.teglak-desktop .bold,.teglak-mobile .bold{
    font-family: Lexend-Semibold;
}
.teglak-desktop .tegla .ikon-keret{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--zold);
    position: absolute;
    top: -27px;
    border-radius: 50%;
}
.teglak-desktop .tegla .ikon,.teglak-mobile .tegla .ikon{
    width: 30px;
    height: 30px;
    margin: 12px;
}
.teglak-desktop .nyil,.teglak-mobile .nyil{
    font-size: 1.3em;
    color: var(--zold);
    font-family: Lexend-Semibold;
}
.teglak-mobile .nyil
{
    margin-bottom: 10px;
    font-size: 20px;
}

.termekek-keret{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}
.termekek{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #fff;
}
.termekek .termek{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    width: calc(1600px / 6 - 25px);
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    background: var(--termek-hatter);
    margin: 10px 12.5px 10px 0px;
}
.termekek::after{
      content: "";
      flex: auto;
}
.termek-felh-keret{
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    width: 100%;
    padding-left: 10px;
    padding: 8px 0px;
    background: #fff;
}
.termek-felh-keret .felh-kep{
    height: 16px;
    margin-right: 6px;
}
.termek-felh-keret .felh-nev{
    color: #7a7a7a;
    font-size: 14px;
    cursor: pointer;
    transition: .5s;
}
.termek-felh-keret .felh-nev:hover{
    color: var(--sarga);
}
.termek .termek-kep-keret{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.termek-kep-reteg{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
}
.termek-kep-keret .termek-kep{
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    transition: .5s;
	object-fit: cover;
}
.elcserelve-text{
    display: block;
    widht: fit-content;
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    /*transform: rotate(45deg);*/
    z-index: 1;
    background-color: #000;
    padding: 3px 5px;
    border-radius: 8px;
    cursor: default;
}
.termek-kep.cserelt{
    filter: grayscale(1);
}
.termek-kep-keret .termek-kep:hover{
    transform: scale(1.05);
}
.termek .termek-szoveg-keret{
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 30px);
    padding: 15px;
}
.termek-szoveg-keret .termek-nev{
    font-size: 15px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    color: #000;
    font-family: Poppins-Regular;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    margin-bottom: 3px;
}
.termek-szoveg-keret .termek-meret{
    color: #9f9f9f;
    font-size: 0.9em;
    width: 100%;
    text-align: left;
    min-height: 22px;
}
.termek .termek-tavolsag-keret{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}
.tavolsag-keret{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items:center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.termek-tavolsag-keret .tavolsag-kep{
    height: 20px;
    margin-right: 10px;
}
.termek-tavolsag-keret .tavolsag-meter{
    color: var(--comp-zold);
    font-size: 14px;
    margin-top: 1px;
}
.termek .sziv-keret{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid var(--vilagosszurke);
}
.sziv-keret .sziv{
    margin: 8px;
    color: var(--kozepszurke);
    transition: .5s;
    width: 35px;
    background: none; /* Háttér színének eltávolítása */
    position: relative;
}
.sziv-keret:hover{
    background-color: rgba(0, 0, 0,0.1);
}
.w100{
    width: 100% !important;
    max-width: unset !important;
}
footer{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
footer .foot-keret{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    max-width: 1600px;
    padding: 30px 0px;
    background-repeat: no-repeat;
    background-position: 100% top;
    background-image: url("../images/transparent_circle.webp");
}
.foot-keret .oszlop{
    display: flex;
    flex-flow: column nowrap;
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
}
.foot-keret .oszlop.jobbra,#foot .oszlop.jobbra{
    align-items: flex-end;
}
.foot-keret .footcim,.headcim{
    font-size: 40px;
    font-family: Lexend-Semibold;
    color: var(--sotetszurke);
    margin-bottom: 30px;
}
.foot-keret .felsorolas li{
    margin-bottom: 15px;
    color: #616161;
    font-size: 16px;
}
#foot{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 30px 0px;
    max-width: 1600px;
}
#foot .oszlop{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}
#foot .oszlop span{
    color: var(--kozepszurke);
    margin-left: 15px;
}
#foot .oszlop .link{
    margin-left: 20px;
    color: var(--kozepszurke);
    text-decoration: none;
    transition: .5s;
}
#foot .oszlop .link:hover{
    color: var(--sarga);
}
.gomb.kiprobalom.mobile{
    display: none;
}
footer .foot-keret-kulso{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid var(--vilagosszurke);
    border-bottom: 2px solid var(--vilagosszurke);
}
/*flickity*/
 .carousel-szov-keret{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    background: linear-gradient(0deg, rgba(2,0,36,0.4) 0%, rgba(0,0,0,0) 100%);
}
.carousel-szov-belso{
    color: #fff;
    width: calc(100% - 50px);
    padding-bottom: 35px;
    height: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.carousel-szov{
    display: block;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
.carousel-szov.sarga{
    color: var(--sarga);
    font-size: 26px;
    cursor: pointer;
    font-family: Lexend-Semibold;
    margin-top: 15px;
}
.flickity-viewport {
    height: 100%;	
}
.carousel {
    background: #fff;
    width: 100% !important;
    margin: 0 auto !important;  
    border-radius: 30px !important;
}
.carousel-cell{
    width: calc(50% - 30px) !important;
    height: auto !important;
    margin: 0 30px !important;
    counter-increment: gallery-cell !important;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
}
.carousel-cell img {
    display: block !important;
    width: 100% !important;
    height: auto !important;  
    border-radius: 30px !important;
  /*height: 200px;*/
}
.flickity-page-dots .dot{
    background: var(--sarga) !important;
}
.lefele
{
    display: inline-block;
    margin-left: 9px;
    transform: rotate(90deg) translateX(-1px);
    transition: .5s;
}
.lefele.forgat
{
    transform: rotate(-90deg) translateX(2px);
}
.head{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1600px;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: 100% 70px;
    background-image: url("../images/transparent_circle.webp");
    background-size: 27%;
}
.head.left{
    align-items: flex-start;
}
.head.normal{
    background-size: 30%;
     background-position: 100% 10px;
}
.boxShadow{
    box-shadow: 0px 0px 4px var(--vilagosszurke) !important;
}
.headcim{
    margin-bottom: 1px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-family: Lexend-SemiBold;
}
.alcim{
    text-decoration: none;
    color: var(--kozepszurke);
    font-size: 16px;
    text-align: center;
}
.row-keret.disz{
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px;
}
.disz .alcim{
    min-width: fit-content;
    font-size: 15px;
    margin: 0px 25px;
    white-space: nowrap;
}
.vonal{
    height: 2px;
    width: calc(100% - 25px);
    background: var(--vilagosszurke);
    border: 0;
}
.vonal.sarga{
    color: var(--sarga);
}
.disz .vonal{
    width:calc(30% - 25px);
}
.form{
    width: 60%;
    display: flex;
    flex-flow: column nowrap;
    padding: 25px 0px;
    justify-content: center;
    align-items: center;
}
.form .mezo{
    border: 1px solid #DDD;
    padding: 15px 0px;
    font-size: 15px;
    text-indent: 15px;
    width: 100%;
    text-align: left;
    color:#000;
    background-color: #f9f9f9;
    border-radius: 5px;
	font-family: Poppins-Regular;
}
.form select.mezo{
    color: var(--kozepszurke);
}
textarea.mezo{
    text-indent: 0px !important;
    padding: 15px !important;
    width: calc(100% - 30px) !important;
	font-family: Poppins-Regular;
}
.row-keret.input{
    margin-top: 15px;
    justify-content: space-between;
}
.form .mezo::placeholder{
    color: #979797;
    opacity: 1;
}
.row-keret.input .mezo{
    width: calc(50% - 5px);
}
.column-keret{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.apro-csillag{
    color: #909090;
    font-size: 12px;
    text-align: left;
    width: 100%;
}
.resznev{
    font-family: Lexend-Semibold;
    font-size: 18px;
    color: #000;
    width: auto;
    white-space: nowrap;
    line-height: 16px;
    margin-right: 25px;
    
    margin-bottom: 8px;
}
.vonal.sarga{
    background: var(--sarga);
}
.row-keret.input .oszlop{
    display: flex;
    flex-flow: row nowrap;
    width: calc(50% - 5px);
    align-items: center;
    justify-content: space-between;
}
.row-keret.input .oszlop.omezo{
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.oszlop .mezo.radio{
    margin: 0px 10px;
    width: 15px;;
    border: 1px solid #ccc;
    background: #f6f6f6;
}
.mezo.select{
    text-indent: 0px;
    text-align: center;
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .mezo.select {
            -webkit-appearance: none !important; /* Csak Safari számára */
            appearance: none !important;
            padding-left: 15px !important;
        }
    }
}
.mezo.select option{
    background-color: #f9f9f9;
    text-align: left;
}
.oszlop .mezo{
    margin-top: 0px;
}
.oszlop label{
    font-family: Lexend-Semibold;
    font-size: 16px;
    color: #999;
}
.row-keret .mezo.harminc{
    width: calc(100% / 3 - 5px);
}
.row-keret .mezo.hetven{
    width: 66%;
}
.row-keret:not(".felhasznalo"){
    margin-top: 15px;
}
.row-keret .mezo.checkbox{
    margin-right: 5px;
    border: 1px solid #909090;
    width: 16px;
    height: 16px;
}
.checkbox{
    margin-top: 15px;
}
.checkbox * {
    box-sizing: border-box;
}
.checkbox.safari{
    display: flex;
    width: fit-content;
    grid-gap: 10px;
    flex-flow: row nowrap;
    align-items: center;
}
.checkbox .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 0px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}
.checkbox .cbx:not(:last-child) {
    margin-right: 6px;
}
.checkbox .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.checkbox .cbx span:first-child {
    position: relative;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.checkbox .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}
.checkbox .cbx:hover span:first-child {
    border-color: #07f;
}
.checkbox .inp-cbx {
    position: absolute;
    visibility: hidden;
}
.checkbox .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}
.checkbox .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.checkbox .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
@media screen and (max-width: 640px) {
    .checkbox .cbx {
        width: 100%;
        display: flex;
    }
}
@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
.avatar-keret,.avatar-kiskeret{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    transition: 0.5s;
    justify-content: flex-end;
}
.avatar-keret .avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.5s;
}
.avatar-kiskeret:hover{
    cursor: pointer;
}
.avatar-kiskeret:hover .avatar{
    filter: brightness(0.8);
}
.avatar-kiskeret:hover .avatarlenyilo{
    color: var(--sarga);
}
.lenyilomenu{
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 62px;
    width: 300px;
    height: 0px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}
/*Egy elem 56px magas*/
.lenyilomenu .link{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}
.column-keret.felhasznalo{
    margin-top: 0;
}
.row-keret.felhasznalo{
    margin-bottom: 15px;
}
.felhasznalo .oszlop{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin: 20px 0px;
}
.felhasznalo .oszlop1:first-child{
    border-right: 1px solid var(--vilagosszurke);
}
.felhasznalo .oszlop.avatar{
    width: auto;
    margin-right: 15px;
}
.felhasznalo .avatar-keret{
    position: relative;
}
.felhasznalo .avatar{
    height: 150px;
    width: 150px;
}
.felhasznalo .edit-ikon{
    height: 25px;
    width: 25px;
    background-color: #fff;
    padding: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    transition: .5s;
}
.felhasznalo .edit-ikon:hover{
    filter: invert(1);
    cursor: pointer;
}
.felhasznalo .profilnev{
    text-align: left;
    width: 100%;
    font-family: Lexend-Semibold;
    color: #000;
    font-size: 30px;
}
.felhasznalo .velemeny{
    font-size: 16px;
    color: #3b3b3b;
    font-family: Lexend-Medium;
    white-space: nowrap;
}
.csillagok{
    width: fit-content;
    margin: 0;
    margin-right: 10px;
    transform: translateX(-3px);
}
.csillagok .csillag{
    font-size: 30px;
    color: #9f9f9f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.csillagok .csillag.active{
	color:#ffd02b;
}
.felhasznalo .kovetok{
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}
.felhasznalo .kovetok .szoveg:first-child{
    margin-right: 10px;
}
.felhasznalo .kovetok .bold{
    font-family: Lexend-Medium;
}
.felhasznalo .column-keret{
    margin-top: 0;
}
.felhasznalo .adatok{
    width: calc(50% - 30px);
    padding-left: 30px;
    align-items: flex-start;
}
.felhasznalo .adatok .szoveg{
    color: var(--kozepszurke);
    font-size: 17px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
}
.felhasznalo .adatok .szoveg .checkbox-wrapper-7{
    margin-left: 10px;
      transform: translateY(3px);
}
.felhasznalo .adatok .gomb{
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 0px;
}
.felhasznalo .adatok .gomb .ikon{
    height: 16px;
    margin-left: 7px;
    transition: .5s;
}
.felhasznalo .gomb.plusz{
     padding: 4px;
}
.felhasznalo .gomb.plusz .ikon{
    border-radius: 50%;
    margin: 0;
    height: 30px;
}
.felhasznalo .gomb .ikon:hover{
    filter: invert(1);
}
.uzenet{
    display: none;
    color: #4c9945;
    font-size: 1.4em;
    font-family: Lexend-Medium;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.uzenet.red{
    color: #e6361c;
}
.gombcimke{
    font-size: 25px;
    color: #000;
    text-align: left;
    margin-left: 10px;
}

.menupontok .gomb{
    margin-right: 15px;
    border-radius: 8px;
    background: #eee;
    border:0;
}
.menupontok .gomb.sarga{
    background: var(--sarga);
}
.menupontok .gomb:last-child{
    margin-left: unset !important;
    margin-right: 0 !important;
}
.menupontok .gomb:hover{
    background: var(--sotetszurke);
}
.column-keret.menupontok .gomb{
    margin: 0;
    margin-bottom: 15px; 
    width: 200px;
}
/*Checkbox*/
.checkbox-wrapper-7{
    width: fit-content;
}
.checkbox-wrapper-7 .tgl {
    display: none;
  }
  .checkbox-wrapper-7 .tgl,
  .checkbox-wrapper-7 .tgl:after,
  .checkbox-wrapper-7 .tgl:before,
  .checkbox-wrapper-7 .tgl *,
  .checkbox-wrapper-7 .tgl *:after,
  .checkbox-wrapper-7 .tgl *:before,
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-7 .tgl::-moz-selection,
  .checkbox-wrapper-7 .tgl:after::-moz-selection,
  .checkbox-wrapper-7 .tgl:before::-moz-selection,
  .checkbox-wrapper-7 .tgl *::-moz-selection,
  .checkbox-wrapper-7 .tgl *:after::-moz-selection,
  .checkbox-wrapper-7 .tgl *:before::-moz-selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-7 .tgl::selection,
  .checkbox-wrapper-7 .tgl:after::selection,
  .checkbox-wrapper-7 .tgl:before::selection,
  .checkbox-wrapper-7 .tgl *::selection,
  .checkbox-wrapper-7 .tgl *:after::selection,
  .checkbox-wrapper-7 .tgl *:before::selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after,
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-7 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-7 .tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn {
    background: #86d993;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
  }
#drop-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    border: 2px dashed #ccc;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

#imagUpload {
    display: none;
}
#image_preview { width:300px; }
#crop_popup .modal-dialog { max-width:700px; }
#crop_popup .modal-body {
  height: 400px;
  overflow: auto; 
}
.atlatszo{
    display: none;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    top: 0;
}
.atlatszo.show{
    display:flex;
}
.atlatszo .container{
    display: flex;;
    flex-flow: column nowrap;
    background: transparent;
    transition: .3s;
    transform: scale(0.2);
    justify-content: center;
    align-items: center;
    width: 80%;
    /*height: 100%;*/
}
.atlatszo .container.show{
    display: flex;
    transform: scale(1);
}
.modal-backdrop{
display: none !important;
    position: unset !important;
}
.close-atlatszo{
    display: flex;
    font-family: Lexend-Semibold;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 15px;
    position: absolute;
    transition: .5s;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.close-atlatszo span{
    display: block;
    font-size: 20px;
    color: #000;
    transition: .5s;
    width: 20px;
    height: 20px;
    transform: translateY(-4px) translateX(2px);
}
.close-atlatszo:hover{
    cursor:pointer;
    
    background: var(--sarga)
}
.close-atlatszo:hover span{
    color: #fff;
}
.atlatszo .container.adat{
    width: 100%;
    background: #fff;
    height: 100%;
    justify-content: flex-start; 
    padding: 0;
}
.row-keret.termek-feloszt{
    align-items: flex-start;
    margin: 0;
    width: calc(100% - 4px);
    padding: 0px 2px;
    justify-content: space-between;
    cursor: default;
    height: 100%
}
.row-keret.termek-feloszt .oszlop{
    width: calc(50% - 8px);
    flex-flow: column nowrap;
    position: relative;
}
.row-keret.termek-feloszt .oszlop.w40{width: 40%;}
.row-keret.termek-feloszt .oszlop.w60{width: 60%;}
.targyak-kulso{
    display:flex;
    flex-flow: row nowrap;
    width: 60%;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 20px;
    overflow: hidden;
}
.targyak-kulso .oszlop.termekek{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.targyak-kulso .termek-szoveg-keret .termek-nev,.targyak-kulso .termek-tavolsag-keret .tavolsag-meter{
    font-size:18px;
}
.targyak-kulso .termek-tavolsag-keret .tavolsag-kep{
    height: 25px;
}
/* Slideshow container */
.slideshow-container {
    margin: auto;
    position: relative;
    height: 100%;
    overflow: hidden;
}

	
.slideshow-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-size: cover; 
    filter: blur(40px); 
    z-index: -1; 
}
.refresh-styles {
	display: none; /* elrejtjük az elemet, csak frissítsére szolgál */
}
		
.targyak-kulso .mySlides img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 83%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    user-select: none;
    background: rgba(0,0,0,0.6);
    transition: .5s;
}
.prev{
    left: 30%
}
.next {
  right: 30%;
}
.prev:hover, .next:hover {
  background-color: var(--sarga);
  color: #000;
}
.targyak-kulso .termekek .termek{
    width: 90%;
}
.targyak-kulso .gombok{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10%;
    grid-gap: 0px 30px;
}
.row-keret.termek-feloszt .oszlop{
    height: 100%;

}

.targyak-kulso .gombok .tgomb{
    display: block;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    border-radius: 50%;
    transition: .5s;
}
.targyak-kulso .gombok .tgomb:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}
.targyak-kulso .gombok .tgomb.sziv{
    background-color: var(--sarga);
    background: none;
    height: unset;
    margin: 8px;
    border-radius: 0px;
    transform: translateY(2px);
}
.targyak-kulso .gombok .sziv-keret{
    background-color: var(--sarga);
    border-radius: 50%;
}
.oszlop.targyoszlop{
	padding-left: 15px;
	width: calc(50% - 15px);
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
}
.kisszoveg{
	color: var(--kozepszurke);
	font-size: 16px;
	white-space: pre-line;
	font-family: Poppins-Regular;
}
.row-keret.targyoszlop{
	align-items: flex-start;
}
.oszlop.oszop1{
	border-right: 2px solid var(--vilagosszurke);
}
h1{
	color: #000;
}
.row-keret.felhasznalo .sziv-keret{
	border-radius: 50%;
	background: var(--sarga);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-keret.felhasznalo .sziv-keret .sziv,.row-keret.felhasznalo .sziv-keret .plusz{
	background: none;
	width: 28px;
	height: 28px;
}
.row-keret.cserekeret{
    flex-flow: row nowrap;
    width: 96%;
    align-items: flex-start;
    justify-content: center;
}
.csere-container{
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: #eee;
    min-height: 220px;
    border-radius: 15px;
    justify-content: flex-start;
    padding-right: 0;
}
.csere-container::after{
    content:"";
    justify-content: space-between;
    flex: auto;
}
.csere-container .cseretargy-keret{
    display: flex;
    flex-flow: column nowrap;
    border-radius: 15px;
    position: relative;
    align-items: center;
    background-color: #fff;
    width: 150px;
    height: 205px;
    margin: 10px 15px;
    margin-left: 15px;
    margin-left: 0px;
}
.lathatatlan-kocka{
	opacity: 0;
	background:none;
	display: block;
	border: 0;
	width: 253px;
}
.cserecim{
	text-align: left;
	width: 100%;
}
.swap{
	width: 60px;aspect-ratio: 1/1;margin: 0px 35px;
    margin-top: 70%;
}
.cseretargy-keret .cseretargy-kep{
    display: block;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.cseretargy-keret .cserenev{
    margin: 0px 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    font-size: 16px;
}
.cseretargy-keret .bezar-targy-keret{
    background-color: #efefef;
    border-radius: 50%;
    display: flex;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -10px;
    right: -10px;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.cseretargy-keret .bezar-targy-keret:hover{
    background-color: var(--sarga);
    cursor: pointer;
}
.cseretargy-keret .bezar-targy{
    color: #000;
    font-size: 18px;
}
.cseretargy-keret .hozzad-targy-keret{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    height: 100%; /* -50px*/
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: .5s;
}
.cseretargy-keret .hozzad-targy-keret.deactive{
	filter: grayscale(1);
}
.cseretargy-keret .hozzad-targy-keret:hover{
    opacity: 1;
}
.hozzad-targy-keret .elcserelve{
   width:auto;
    display: block;
    background: transparent;
    color: #fff;
    cursor: pointer;
	font-size: 12px;
	transform: rotate(45deg);
	font-family: Lexend-Semibold;
    text-align: center;
}
.hozzad-targy-keret .plusz{
    width: 60px;
    height: 60px;
    display: block;
    background: var(--sarga);
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.dropdown.left{
	align-items: flex-start;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 35px;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-content a {
	padding: 5px 10px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	color: #000;
	text-decoration: none;
	cursor:pointer;
}
.dropdown-content a.link{
	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
	margin-top: 0 !important;
}
.jelzo-szov{
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.keresocim{
    display: block;
    width: calc(100% - 30px);
    padding: 10px 15px;
    font-weight: 600;
    color:#000;
    font-size: 1.05em;
    font-family: Poppins-Regular;
    border-bottom: 1px solid #000;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown.active .dropdown-content{display: block;}
.dropdown.active .dropbtn 
{background-color: #3e8e41;}

.tabla{
    width: 100%;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #000;
    overflow: hidden;
}
.tabla .sor{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000;
    overflow-y: hidden;
}
.tabla .sor:last-child{
    border-bottom: 0px;
}
.tabla .cella{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: calc(25% - 20px);
    padding: 10px 10px;
    color: var(--lilasfekete);
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    font-family: OpenSans-Regular;
  
}
.tabla .sor.harom .cella{
	width: calc(100% / 3);
}
.tabla .cella::after{
    content: '';
    width: 1px;
    background: #000;
    right: 0;
    top:-10px;
    height: calc(1000% + 30px);
    z-index: 1;
    position: absolute;
}
.tabla .cella:last-child::after{
    display: none;
}
.tabla .cella.fejlec{
    font-weight: 900;
    background-color: #909090;
    font-family: Manrope-Bold;
}
.tabla .muveletek{
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
.tabla .muveletek .ikon{
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .3s;
    margin-right:10px;
    border-radius: 5px;
    padding: 3px;
}
.tabla .muveletek .ikon:hover{
    border: 2px solid #000;
}
.tabla .cella span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.uzenet-keret:first-child{
	margin-top: 15px;
}
.uzenet-keret{
	display: block;
	padding: 5px 10px;
	width: calc(70% - 20px);
	font-size: 13px;
    color: var(--sotetszurke2);
    
	border-radius: 12px;
	background:#eee;
	text-align: left;
	margin-bottom: 15px;
}
.uzenet-keret.kuldo{
	
	background: var(--sarga);
}
.mobil-megjelenit{
	display: none;
}
.rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.rating > .star {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  font-size: 24px;
  color: #ccc;
  transition: .5s;
}
.rating .star.set{
  color: #de781f !important;
}
.rating .star.rated{
  color: #f0e91f;
}
.ertesites{
    color: #000;
    font-size: 1.1em;
    width: 100%;
    padding: 15px 0px;
}
.fouzenet-keret{
	display: flex;
	flex-flow: row nowrap;
	width: calc(100% - 30px);
	padding: 0px 15px;
	cursor: pointer;
	transition: .5s;
	margin-top:2px;
    
}
.fouzenet-keret.chats{
    max-width: 50%;
}
.fouzenet-keret:hover{
	/*background: var(--vilagosszurke);*/
}
.fouzenet-keret .pkep{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	
	transition: .5s;
}
.fouzenet-keret .pkep:hover{
	opacity: 0.9;
}
.fouzenet-keret .profilresz{
	display: block;
	padding-right: 15px;
}
.fouzenet-keret .uzenet-tartalom{
	display: flex;
	flex-flow: column nowrap;
	width: 95%;
	max-height: 50vh;
	align-items: flex-start;
}
.uzenet-tartalom .kuldo-neve{
	color: var(--kozepszurke);
	font-size: 0.9em;
	text-decoration: none;
	text-align: left;
	font-weight: 900;
	transition: .5s;
}
.uzenet-tartalom .kuldo-neve:hover{
	color: var(--sotetszurke);
}
.row-keret.uzi{
	font-size: 0.95em;
	color: var(--sotetszurke2);
}
.utmutato-keret:first-child{
    margin-top: 20px;
}
.utmutato-keret{
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
.utmutato-keret .oszlop{
    display: flex;
    flex-flow: row nowrap;
}
.utmutato-keret.reverse{
    flex-flow: row-reverse nowrap;
}
.utmutato-keret .oszlop.w30{
    width: calc(30% - 10px);
}
.utmutato-keret .oszlop.w70{
    width: calc(68% - 40px);
}
.segitsegkep{
    max-width: 100%;
    height: 100%;
    /*aspect-ratio: 3/2;*/
    object-fit: contain;
    border-radius: 8px;
    border: 2px solid var(--sarga);
}
.segedlet-ikon{
    display: flex;
    width: 45px;
    height: 42px;
    border-radius: 50%;
    font-weight: 900;
    color: #000;
    background-color: var(--sarga);
    font-size: 18px;
    justify-content: center;
    align-items: center;
    transform: translateY(3px);
}
.utmutato-keret .column-keret{
    margin-top: 0;
}
.utmutato-keret .oszlop-belso{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-left: 2px solid var(--vilagosszurke);
    margin-left: 15px;
    padding-left: 15px;
}
.elrejtettuzenet{
	display: none;
	width: 70%;
	
	overflow-x: hidden;
	overflow-y: auto;
}
.container.hasznalati{
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.hasznalati .fooszlop{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.hasznalati .fooszlop.w70{
    width: calc(70% - 20px);
}
.hasznalati .fooszlop.w30{
    width: calc(30% - 20px);
    align-items: center;
}
.hasznalati h2,.hasznalati h3{
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-family: Poppins-Regular;
}
.hasznalati h3{
    font-size: 1.1em;
    margin-top: 15px;
}
.hasznalati .bekezdes{
    margin-left: 20px;
}
.hasznalati .bekezdes2{
    margin-left: 35px;
}
.hasznalati p{
    text-align: justify;
    font-size: 1em;
    color: var(--sotetszurke);
    font-family: Poppins-Regular;
}
.hasznalati p.justify{
    text-align: justify;
}
li{
    text-align: justify;
}
.hasznalati .m20{
    margin: 20px 0px;
}
.hasznalati .mb20{
    margin-bottom: 20px;
}
.hasznalati ul,.hasznalati ol{
    margin-left: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 0.95em;
    color: var(--sotetszurke);
    font-family: Poppins-Regular;
}
.blokk{
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    position: relative;
    overflow: clip;
    margin-bottom: 20px;
}
.blokk-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.blokk-atmenet{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2,0,36,0.4) 0%, rgba(0,0,0,0) 100%);
}
.blokk-szovegek{
    position: absolute;
    display: flex;
    width: calc(100% - 40px);
    flex-flow: column nowrap;
    height: 50%;
    bottom: 0;
    left: 0;
    padding: 0px 20px;
    z-index: 5;
    justify-content: flex-end;
}
.blokk .kis-feher-szoveg{
    display: block;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
    color: #fff;
}
.blokk .kis-feher-szoveg.sarga{
    color: var(--sarga);
    font-size: 26px;
    cursor: pointer;
    font-family: Lexend-Semibold;
    margin: 15px 0px;
    margin-bottom: 20px;
}
.hasznalati .fooszlop.w30 .gomb.sarga{
        margin-bottom: 30px;
    }
.carousel .termekek .termek{
    margin-top: 60px;
    margin-left: 30px;
    width: 100%;
}
.carousel .termekek .termek-szoveg-keret .termek-meret{
    margin-bottom: 15px;
}
.row-keret.m{
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.alsofixfeher{
    display: none;
    width: 100%;
    background: #fff;
    flex-flow: row nowrap;
    height: 80px;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid var(--kozepszurke)
}
.alsofixfeher .sziv{
    margin-right: 5px;
    width: 35px;
    transition: .5s;
}
.also-sargagomb{
    background: var(--sarga);
    border-radius: 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 40px;
    transition: .5s;
    font-family: Poppins-Regular;
    cursor:pointer;
    font-weight: 900;
    border:0;
}
.also-sargagomb .ikon{
    transition: .5s;
    margin-right: 5px;
    height: 20px;
}
.mobil-mutat{
    display: none !important;
}
.kozepes-szoveg{
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #000;
    width: calc(100% - 20px);
    text-align: left;
    padding: 10px 10px;
}
.column-keret.menupontok-row{
    width: fit-content;
    justify-content: space-around;
    min-height: 200px;
}
.kovetok .szoveg {
  color: var(--sotetszurke2);
}
.row2{
    display: flex;
    flex-flow: column nowrap;
    width: 100%
}
.targyak-kulso .termek .termek-szoveg-keret{
    padding: 0;
    width: 100%;
}
.lokacio-keret img{
    padding: 0 !important;
    margin: 0 !important;
}
.lokacio-keret{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    justify-content: center;
   cursor: pointer;
    border-radius: 8px;
}
.felhasznalo-oszlop2{
    align-items: center; flex-flow: row nowrap;justify-content: flex-start;padding-left: 5%;width:45%;
}
.mt15_desktop
{
	margin-top: 15px;
}
.mt20_desktop
{
	margin-top: 20px;
}
.mt30_desktop
{
	margin-top: 30px;
}
