/*fonts*/
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('/css/HelveticaNeueLight.woff2') format('woff2'),
        url('/css/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ekster-mediumitalic';
    src: url('/css/ekster/ekster-mediumitalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-regular';
    src: url('/css/ekster/ekster-regular.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-thin';
    src: url('/css/ekster/ekster-thin.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-thinitalic';
    src: url('/css/ekster/ekster-thinitalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-extralightitalic';
    src: url('/css/ekster/ekster-extralightitalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-hairline';
    src: url('/css/ekster/ekster-hairline.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-light';
    src: url('/css/ekster/ekster-light.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-italic';
    src: url('/css/ekster/ekster-italic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-lightitalic';
    src: url('/css/ekster/ekster-lightitalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-medium';
    src: url('/css/ekster/ekster-medium.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-black';
    src: url('/css/ekster/ekster-black.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-blackitalic';
    src: url('/css/ekster/ekster-blackitalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-bold';
    src: url('/css/ekster/ekster-bold.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-bolditalic';
    src: url('/css/ekster/ekster-bolditalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-extrabold';
    src: url('/css/ekster/ekster-extrabold.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-extrabolditalic';
    src: url('/css/ekster/ekster-extrabolditalic.otf') format('opentype');
}
@font-face {
    font-family: 'ekster-extralight';
    src: url('/css/ekster/ekster-extralight.otf') format('opentype');
}
html,body {
   /* width:100vw;
    height: 100vh;
    margin: 0;*/
    padding-top: 0px;
    margin-left: 0px;
    /*overflow-y: auto !important;*/
    height: 100%;
    margin: 0;
    background: #fff;
}
a{
    color: black ;
    text-decoration: none;
}
.padding-140{
    padding-left: 140px;
    padding-right: 140px;
}
.padding-l-140{
    padding-left: 140px;
}
.padding-r-140{
    padding-right: 140px;
}
.w-90{
    width: 90%;
    max-width: 90%;
}
.otodik{
    display: block;
}
.negyedik {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
.harmadik {
    position: relative;
    height: 100vh;
}
.masodik{
    /*position: relative;*/
    background-color: #000;
    overflow: hidden;
}
.elso{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#videoBG {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
#textdiv h1{
    font-family: 'ekster-bold';
    text-transform: uppercase;
    font-size: 79px;
    padding: 0;
    margin: 0;
}
#textdiv {
    /*position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;*/
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    color: white;
    text-align: start;
    padding-left: 210px;
    font-size: 79px;
}
.hatodik{
    width: 100vw;
}
.hetedik{
    position: relative;
    overflow: hidden;
}
.nyolcadik{
    min-height: 100%;
    /*margin-bottom: -136px;*/
    overflow-x: hidden;
}
.instafeed_0{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.insta{
    padding-top: 100px;
    padding-bottom: 50px;
    background: -webkit-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
    background: -o-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
    background: -moz-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);    
    background: linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
}
.menu{
    background: transparent;
    color: white;
    position: fixed;
    z-index: 1000;
    display: flex;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 140px;
    padding-right: 140px;*/
    border-top: 3px solid #D6222A;
}
.menu_v{
    background-color: #15171A;
    color: white;
    position: fixed;
    z-index: 1000;
    display: flex;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 140px;
    padding-right: 140px;*/
    border-top: 3px solid #D6222A;
}
.active_menu{
    background: #15171A;
}
.menupont {
    font-family: 'ekster-medium';
    display: block;
    color: white;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 45px;
}
.menupont_logo {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    /*padding-left: 140px;*/
    margin-right: auto;
}
.menupont_logo_v {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    /*padding-left: 140px;*/
    margin-right: auto;
}
.menupont_kosar {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    /*padding-right: 140px;*/
}
.menupont_regisztracio{
    border: 1px solid white;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menupont_eddzvelem{
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menupont_marginright{
    margin-right: 20px !important;
}
.home_vid_eddzvelem{
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid #D6222A;
    border-radius: 25px;
    background-color: #D6222A;
    color: white;
    font-size: 18px;
    font-family: 'ekster-medium';
}
.toright{
    color:white;
}
.card{
    margin-left: 10px;
    margin-right: 10px;
    width: 260px;
    height: 376px;
    border: 1px solid #D6222A;
}
.card_left{
    border-radius: 0px 0px 0px 30px;
}
.card_right{
    border-radius: 0px 0px 30px 0px;
}
.card .image{
    width: 260px;
    height: 309px;
}
.card .title{
    font-family: 'ekster-bold';
    color: white;
    width: 260px;
    height: 67px;
    background-color: #D6222A;
    font-size: 18px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.slider{
    /*padding-left: 140px;
    padding-right: 140px;*/
    background-color: #E7EBEF;
}
.slider_title{
    font-family: 'ekster-bold';
    padding-top: 62px;
    font-size: 38px;
    color: #3D464D;    
    text-align: center;
}
.slider_vonal{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
}
.slider_top_nyil{
    /*width: fit-content;*/
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.box-c {
    position: relative;
}
.box {
    width: 100px;
    height: 100px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    z-index: 100;
    line-height: 100px;
    font-size: 50px;
    text-align: center;
}
.a {
    top: 100px;
    background-color: rgba(145, 145, 145, 0.555);
}
.b {
    top: 200px;
    background-color: rgba(145, 145, 145, 0.555);
}
.ghost-box{
    visibility: hidden;
    width: 200px;
    height: 200px;
}
.lorem_ipsum{
    background-image: url(/images/new/lorem_bg.svg);
    background-position: center;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.lorem_ipsum_title{
    font-family: 'ekster-bold';
    text-transform: uppercase;
    font-size: 38px;
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
}
.lorem_ipsum_vonal{
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    border-bottom: 2px solid #D6222A;
    margin-top: 26px;
    margin-bottom: 26px;
}
.lorem_ipsum_text{
    font-family: 'ekster-light';
    font-size: 16px;
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}
.lorem_ipsum_button{
    text-align: center;
    width: 250px;
    background-color: #D6222A;
    color: white;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.lorem_ipsum_button a{
    font-family: 'ekster-medium';
    font-size: 18px;
    color: white;
}
.lorem_ipsum_top_nyil{
    /*width: fit-content;*/
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.lorem_ipsum_content{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home_termekek{
    background-image: url(/images/new/home_termekek_bg.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-color: #E7EBEF;
    /*padding-left: 140px;
    padding-right: 140px;*/
    padding-top: 100px;
    padding-bottom: 100px;
}
.home_termekek_bal{
    width: 50%;
    display: inline-grid;
}
.home_termekek_bal_termek{
    width: 192px;
    height: 193px;
    display: inline-grid;
    background: white;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
}
.home_termekek_bal_termek_jobb{
    height: 193px;
    display: inline-grid;
    background: white;
    align-items: center;
   /* margin-right: 10px;*/
    margin-top: 10px;
    align-content: center;
    width: inherit;
}
.home_termekek_bal_termek2{
    width: 192px;
    height: 193px;
    display: inline-grid;
    background: white;
    align-items: center;
    margin-right: 0px;
    margin-top: 10px;
}
.home_termekek_bal_termek_image{
    margin-left: auto;
    margin-right: auto;
}
.home_termekek_bal_termek_title{
    font-family: 'ekster-medium';
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    display: inline-block;
    color: #3D464D;
    font-size: 14px;
}
.home_termekek_bal_termek_price{
    font-family: 'ekster-regular';
    display: inline-block;
    float: right;
    padding-right: 15px;
    color: #D6222A;
    font-size: 14px;
}
.home_termekek_jobb{
    width: 50%;
    display: inline-grid;
}
/*.home_termekek_jobb_termek{
    width: 398px;
    height: 336px;
    display: inline-grid;
    background: white;
    align-items: center;
    margin-right: 15px;
    margin-top: 10px;
}*/
.home_termekek_jobb_termek {
    width: 398px;
    height: 343px;
    display: inline-grid;
    background: white;
    align-items: center;
    margin-right: 15px;
    margin-top: 8px;
}
.home_termekek_jobb_termek2{
    width: 398px;
    height: 336px;
    display: inline-grid;
    background: white;
    align-items: center;
    margin-top: 10px;
}
.home_termekek_jobb_termek_image {
    margin-left: auto;
    margin-right: auto;
}
.home_termekek_jobb_termek_title{
    font-family: 'ekster-medium';
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    display: inline-block;
    color: #3D464D;
    font-size: 14px;
}
.home_termekek_jobb_termek_price{
    font-family: 'ekster-regular';
    display: inline-block;
    float: right;
    padding-right: 15px;
    color: #D6222A;
    font-size: 12px;
}
.home_termekek_title_price {
    display: block;
    align-self: end;
    padding-bottom: 13px;
    width: inherit;
}
.home_termekek_title_price2 {
    display: block;
    align-self: end;
    /* padding-bottom: 13px; */
    width: inherit;
    margin-top: 25px;
}
.home_termekek_title::before {
    background-image: url(/images/new/termek_nev_piros_vonal.svg);
    content: " ";
    width: 4px;
    height: 19px;
    display: inline-flex;
    margin-right: 12px;
}
.home_termekek_title{
    font-family: 'ekster-bold';
    font-size: 24px;
    color: #3D464D;
    padding-bottom: 8px;
    padding-top: 35px;
    text-transform: uppercase;
}
.home_termekek_title2::before {
    background-image: url(/images/new/termek_nev_piros_vonal.svg);
    content: " ";
    width: 4px;
    height: 19px;
    display: inline-flex;
    margin-right: 12px;
}
.home_termekek_title2{
    font-family: 'ekster-bold';
    font-size: 24px;
    color: #3D464D;
    padding-bottom: 10px;
    padding-top: 18px;
    text-transform: uppercase;
}
.hirek{
    background-image: url(/images/new/hirek_bg.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-color: white;
    padding-top: 110px;
    padding-bottom: 168px;
    /*padding-left: 140px;
    padding-right: 140px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hirek_vonal{
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    border-bottom: 2px solid #D6222A;
    margin-top: 26px;
    margin-bottom: 65px;
}
.hirek_title{
    font-family: 'ekster-bold';
    text-transform: uppercase;
    font-size: 38px;
    color: #3D464D;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hir{
    /*background-position: center;*/
    border-radius: 7px;
    background-repeat: no-repeat;
    width: 536px;
    height: 544px;
    position: relative;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
}
.hir_text{
    padding-left: 42px;
    padding-right: 42px;
    position: absolute;
    bottom: 48px;
}
.hir_title{
    font-family: 'ekster-bold';
    text-transform: uppercase;
    color: white;
    font-size: 38px;
    width: 60%;
}
.hir_content{
    font-family: 'ekster-light';
    color: white;
    font-size: 16px;
    width: 75%;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hir_button{
    /*float: right;
    display: inline-block;*/
    display: flex;
    position: absolute;
    right: 50px;
    bottom: 0;
}
.hirek_div{
    margin: auto;
}
.footer{
    background-color: #15171A;
}
.footer_logo{
    width: 215px;
    padding-top: 41px;
    margin-left: auto;
    margin-right: auto;
}
.footer_menu{
    text-align: center;
    padding-top: 63px;
    padding-bottom: 56px;
    border-bottom: 1px solid #ffffff12;
}
.footer_menupont{
    font-family: 'ekster-medium';
    color: white;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
}
#newtime_footer{
    background-color: #15171A;
    width: 100%;
}
#newtime_logo{
    background-color: #15171A;
    padding-bottom: 20px;
    justify-content: center;
    display: flex;
}
.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}
.img_home_termek_jobb {
    height: 242px;
}
.img_home_termek_bal {
    height: 142px;
}

.elofizetes{
    background-color: #E7EBEF;
}
.elofizetes_title{
    font-family: 'ekster-bold';
    color: #3D464D;
    padding-top: 200px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.elofizetes_vonal{
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    border-bottom: 2px solid #D6222A;
    margin-top: 26px;
    margin-bottom: 42px;
}
.elofizetes_text{
    color: #3D464D;
    text-align: center;
    font-size: 22px;
    padding-bottom: 70px;
    font-family: 'ekster-light';
}
.elofizetes_csomagok{
    background-image: url(/images/new/elofizetes_bg0.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    text-align: center;
    /*padding-bottom: 278px;*/
    padding-bottom: 50px;
}
.naptar_datum {
    text-align: left;
    /*text-align: center;*/
    padding: 3px;
    color: #D6222A;
    font-family: 'ekster-regular';
}
.het_napjai{
    background-color: #d6222a3d;
    font-family: 'ekster-bold';
    min-height: 20px !important;
    height: 20px !important;
}
.konzultacios_csomagok{
    display: flex;
    text-align: center;
    padding-bottom: 278px;
}
.active_menu .menupont_webshop{
    color: white;
}
.active_menu .menupont_webshop.menupont_webshop_regisztracio{
    border: 1px solid white;
    color: white;
}
.menupont_webshop {
    font-family: 'ekster-medium';
    display: block;
    color: #3D464D;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 45px;
}
.menupont_webshop_regisztracio {
    border: 1px solid #3D464D;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menupont_webshop_eddzvelem{
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.active_menu .menupont_videok{
    color: white;
}
.menupont_videok {
    font-family: 'ekster-medium';
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 45px;
}
.menupont_videok_regisztracio {
    border: 1px solid #fff;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menupont_videok_eddzvelem{
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.csomag_row{
    padding-top: 23px;
    padding-bottom: 23px;
}
.csomag_card_first{
    border-radius: 0px 0px 0px 30px;
    display: inline-block;
    background-color: white;
    /*width: 398px;*/
    width: 280px;
    margin-left: 23px;
    margin-right: 23px;
}

/* ez az amit ki kell majd szedni ebből belőle ez az*/
/*
.csomag_card{
    display: inline-block;
    background-color: white;
    width: 280px;
    margin-left: 23px;
    margin-right: 23px;
}*/
.csomag_card{
    display: inline-block;
    background-color: white;
    /*width: 398px;*/
    width: 280px;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 23px;
    border-radius: 0px 0px 20px 20px;
}
.csomag_card_last{
    display: inline-block;
    background-color: white;
    /*width: 398px;*/
    width: 280px;
    margin-left: 23px;
    margin-right: 23px;
    border-radius: 0px 0px 30px 0px;
}
.csomag_card_title{
    font-family: 'ekster-bold';
    padding-top: 57px;
    color: #3D464D;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.csomag_card_description{
    font-family: 'ekster-medium';
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 39px;*/
    padding-top: 0px;
    color: #3D464D;
    font-size: 16px;
    text-align: center;
    /*padding-bottom: 45px;*/
    padding-bottom: 0px;
    width: 200px;
}
.csomag_card_price{
    font-family: 'ekster-medium';
    border-radius: 20px;
    border: 1px solid #707070;
    color: #3D464D;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content;
    /*width: fit-content;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 53px;
    padding-right: 53px;
    margin-bottom: 35px;
}
.csomag_card_vasarlas_first{
    font-family: 'ekster-medium';
    background-color: #D6222A;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 30px;
}
.csomag_card_vasarlas a{
    color: white;
}
.csomag_card_vasarlas_first a{
    color: white;
}
.csomag_card_vasarlas_last a{
    color: white;
}
/* ezt kell kiszedni */
/*
.csomag_card_vasarlas{
    font-family: 'ekster-medium';
    background-color: #D6222A;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
}*/
.csomag_card_vasarlas{
    font-family: 'ekster-medium';
    background-color: #D6222A;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
}
.csomag_card_vasarlas_last{
    font-family: 'ekster-medium';
    background-color: #D6222A;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 30px 0px;
}
.webshop{
    background-color: #E7EBEF;
    padding-top: 140px;
    background-image: url(/images/new/webshop_bg_0.svg),url(/images/new/webshop_bg_1.svg);
    background-repeat: no-repeat;
    background-position-x: left,right;
    background-position-y: 140px,bottom;
    min-height: 800px;
}
.webshop_inner{
    display: flex;
    flex-direction: row;
}
.kategoriak_inside{
    justify-content: center;
    display: flex;
}
.webshop_rendezes{
    text-align: end;
    /*float: right;*/
}
.webshop_termekek{
    display: block;
    flex: 0 0 85%;
    max-width: 85%;
}
.webshop_kategoriak{
    display: block;
    flex: 0 0 15%;
    max-width: 15%;
}
.webshop_termekek_inner{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
}
.webshop_rendezes{
    padding-bottom: 20px;
}
.webshop_rendezes select:after{
    padding-right: 10px;
}
.webshop_rendezes select{
    font-family: 'ekster-medium';
    border: 1px solid #D6222A;
    background: transparent;
    color: #D6222A;
    border-radius: 20px;
    height: 30px;
    padding-left: 10px;
}
.webshop_termek{
    width: 260px;
    height: 285px;
    background-color: white;
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
    display: block;
    position: relative;
}
.webshop_category_akcio{
    font-family: 'ekster-medium';
    font-size: 16;
    color: #D6222A;
    align-self: center;
    display: flex;
    height: 21px;
    width: 109px;
    padding-left: 8px;
    margin-bottom: 7px;
    align-items: center;
    border: 1px solid #D6222A;
    border-radius: 20px;
}
.webshop_termek_akcio{
    font-family: 'ekster-bold';
    margin-left: auto;
    /* margin-right: 0; */
    text-align: center;
    margin-top: 12px;
    margin-right: 12px;
    width: 55px;
    height: 22px;
    background-color: #D6222A;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webshop_termek_akcio_0{
    margin-left: auto;
    /* margin-right: 0; */
    text-align: center;
    margin-top: 12px;
    margin-right: 12px;
    width: 55px;
    height: 22px;
    background-color: transparent;
    border-radius: 20px;
    color: transparent;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webshop_termek_kep_1{
    height: 160px;
    max-width: 100%;
}
.webshop_termek_kep{
    /*csak placeholder*/
    height: 160px;
    padding-bottom: 25px;
    text-align: center;
}
.webshop_termek_nev{
    font-family: 'ekster-medium';
    text-align: center;
    color: #3D464D;
    font-size: 16px;
    padding-bottom: 5px;
}
.webshop_termek_ar{
    font-family: 'ekster-regular';
    text-align: center;
    color: #D6222A;
    font-size: 14px;
    padding-bottom: 25px;
}
.webshop_category_title{
    font-family: 'ekster-bold';
    font-size: 24px;
    color: #3D464D;
    padding-bottom: 22px;
}
.webshop_category{
    font-size: 16;
    color: #3D464D;
    padding-bottom: 7px;
}
.webshop_category_0 a{
    color: #3D464D;
}
.webshop_category_0{
    font-family: 'ekster-medium';
    font-size: 16;
    color: #3D464D;
    padding-bottom: 7px;
    align-self: center;
    display: flex;
}
.webshop_category_0 span{
    width: 200px;
}
.webshop_category_off a{
    color: #3D464D;
}
.webshop_category_off{
    font-family: 'ekster-light';
    display: none;
    padding-left: 30px;
    color: #3D464D;
    font-size: 14px;
    padding-bottom: 5px;
}

.webshop_product{
    padding-top: 140px;
    background-color: #E7EBEF;
}
.webshop_product_title{
    font-family: 'ekster-medium';
    font-size: 28px;
    color: #3D464D;
    /*text-decoration: underline;
    text-decoration-color: #D6222A;*/
}
.webshop_product_line{
    padding-top: 30px;
    padding-bottom: 30px;
}
.webshop_product_content{
    display: inline-flex;
}
.webshop_product_image{
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    justify-content: left;
}
.webshop_product_right{
    flex: 0 0 50%;
    max-width: 50%;
    color:#3D464D;
}
.webshop_product_image_full{
    position: relative;
    box-sizing: border-box;
    padding-right: 16px;
    align-self: center;
}
.webshop_product_image_thumbs{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-right: 70px;
    align-self: center;
}
.webshop_product_image_thumb{
    width: 100%;
    max-width: 118px;
    margin-bottom: 15px;
    display: inline-block;
    box-sizing: border-box;
}
.webshop_product_image_thumb img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.webshop_product .quantity{
    font-size: 18px;
}
.webshop_product .quantity input{
    font-family: 'ekster-medium';
    /*border: 1px solid #3D464D;*/
    border: none;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    width: 60px;
    font-size: 18px;
    /*margin-right: 10px;*/
    color:#3D464D;
}
.webshop_product button{
    font-family: 'ekster-medium';
    /*margin-left: 20px;*/
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    height: 34px;
    font-size: 16px;
    width: 250px;
    height: 42px;
}
.webshop_product_description{
    font-family: 'ekster-light';
    margin-bottom: 30px;
    color:#3D464D;
}
.discount_price{
    font-family: 'ekster-medium';
    padding-left: 20px;
    color: #D6222A;;
    margin-bottom: 30px;
    font-size: 24px;
    display: inline-block;
}
.price{
    margin-bottom: 30px;
    font-size: 24px;
}
.webshop_product_new_price{
    color: #D6222A;
}
.off_page1{
    color:#3D464D;
    background-color: #E7EBEF;
    padding-top: 140px;
}
.off_page1_content{
    display: inline-flex;
    margin-bottom: 100px;
}
.off_page1_content_title{
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #D6222A;
}
.off_page1_content_center{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
}
.off_page1_left{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}
.off_page1_right{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
}
.blog_post{
    
    font-family: 'ekster-light';
    color:#3D464D;
    background-color: #E7EBEF;
    padding-top: 140px;
}
.blog_post_content{
    font-family: 'eskter-regular';
    display: inline-flex;
    margin-bottom: 100px;
}
.blog_post_content_title{
    position: absolute;
    text-align: center;
    padding-top: 20px;
    font-size: 45px;
    font-family: 'ekster-medium';
    color: white;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 60px;
}
.blog_post_content_center{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
}
.blog_post_center{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 280px;
    padding-right: 280px;
    background: transparent;
    /*border-radius: 20px;*/
}
.blog_post_date {
    position: absolute;
    bottom: 23px;
    right: 5%;
    font-family: 'ekster-medium';
    font-size: 16px;
    color: white;
}
.blog_post_haromszog{
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0px);
}
.blog_post_haromszog01{
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0px);
    
}
.blog_post_left{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-radius: 20px;
}
.blog_post_right{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-radius: 20px;
}
.blog_post_top_image{
    text-align: center;
    position: relative;
}
.blog_post_top_image img{
}
.blog_post_container{
    font-family: 'ekster-medium';
    /*border-radius: 20px;*/
    background: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 280px;
    padding-right: 280px;
}
.recept{
    color:#3D464D;
    background-color: #E7EBEF;
    padding-top: 140px;
}
.recept_content{
    font-family: 'eskter-regular';
    display: inline-flex;
    /*margin-bottom: 100px;*/
    margin-bottom: 50px;
}
.recept_content_title{
    position: absolute;
    text-align: center;
    padding-top: 20px;
    font-size: 45px;
    font-family: 'ekster-medium';
    color: white;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 60px;
    text-shadow: 2px 1px #000;
    z-index: 2;
}
.recept_content_center{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
}
.recept_center_0{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 280px;
    padding-right: 280px;
    background: transparent;
}
/*.recept_left{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    border-radius: 20px;
}*/
/*.recept_right{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    border-radius: 20px;
}*/
.recept_top_image{
    text-align: center;
    position: relative;
}
.recept_top_image img{
    /*border-radius: 20px;*/
}
.recept_container{
    /*border-radius: 20px;
    background: white;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;*/

    font-family: 'ekster-medium';
    /* border-radius: 20px; */
    background: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 280px;
    padding-right: 280px;
}
.img-fluid-p{
    max-width: 100%;
    height: auto;
}
.webshop_cart_vonal{
    width: 35px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.webshop_cart{
    padding-top: 140px;
    background-color: #E7EBEF;
    color:#3D464D;
    min-height: 800px;
}
.webshop_cart_title{
    font-family: 'ekster-bold';
    /*text-align: center;*/
    font-size: 30px;
    text-transform: uppercase;
    /*padding-bottom: 30px;*/
}
.webshop_cart_image{
    width: 192px;
}
.webshop_cart_product{
    background: #DFE4E8;
    /*border: 1px solid #707070;*/
    border-radius: 20px;
    height: 230px;
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.webshop_cart_a{
    display: flex;
    /*align-items: center;*/
}
.webshop_product_quantity input{
    font-family: 'ekster-medium';
    /*border: 1px solid #3D464D; */
    border: none;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    height: 30px;
    width: 60px;
    font-size: 18px;
    /* margin-right: 10px; */
    color: #3D464D;
}
.webshop_product_quantity{
   /* border: 1px solid #D6222A;
    background: transparent;
    text-align: center;
    border-radius: 20px;height: 26px;
    width: 60px;
    font-size: 18px;
    margin-right: 10px;
    color: #3D464D;
    margin-left: 20px;*/
    display: inline-block;
    border: 1px solid gray;
    border-radius: 20px;
    padding-right: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}
.quantity_container {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 20px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.webshop_product_description_long p{
    font-family: 'ekster-light';
}
/*.webshop_product_description_long{
    color: #3D464D;
    padding-bottom: 200px;
    padding-top: 34px;
}*/
.webshop_product_description_long{
    color: #3D464D;
    padding-bottom: 20px;
    padding-top: 34px;
}
.webshop_product_kategoriak{
    font-family: 'ekster-light';
    padding-bottom:50px;
}
.webshop_product_description_long_title{
    font-family: 'ekster-medium';
    padding-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #ADB8C1;
    margin-bottom: 70px;
}
.webshop_product_serial{
    font-family: 'ekster-light';
    font-size: 14px;
    padding-top: 44px;
}
.webshop_product_delete {
    top: 25px;
    position: absolute;
    right: 25px;
    /*border: 1px solid #3D464D;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    height: fit-content;
    margin-left: 20px;*/
}
.webshop_cart_product_title{
    font-family: 'ekster-medium';
    padding-top: 5px;
    padding-left: 24px;
    color: #292929;
    font-size: 22px;
}
.webshop_cart_discount_price {
    font-family: 'ekster-med';
    padding-top: 20px;
    padding-left: 24px;
    color: #D6222A;
    font-size: 18px;
}
.webshop_cart_serial{
    font-family: 'ekster-light';
    padding-top: 20px;
    padding-left: 24px;
    color: #292929;
    font-size: 14px;
}

.webshop_cart_prod_btns{
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}
.webshop_cart_tovabb_div{
    display: flex;
    width: 30%;
    max-width: 400px;
}
.webshop_cart_tovabb{
    font-family: 'HelveticaNeueLight';
    border: 1px solid #55B560;
    background-color: #55B560;
    border-radius: 20px;
    color: white;
    height: 45px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.webshop_cart_tovabb_login{
    font-family: 'HelveticaNeueLight';
    border: 1px solid #3D464D;
    background-color: transparent;
    border-radius: 20px;
    color: #3D464D;
    height: 45px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.webshop_1{
    display: inline-flex;
    width: 100%;
}
.webshop_0{
    width: 70%;
}
.webshop_cart_tovabb_osszeg{
    border-radius: 15px;
    /*height: fit-content;*/
    height: max-content;
    width: 100%;
    background-color: white;
    margin-left: 15px;
}
.webshop_kosar_text4{
    font-family: 'ekster-bold';
    font-size: 22px;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
}
.webshop_kosar_text5{
    font-family: 'ekster-regular';
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    border-top: 1px solid #70707020;
    border-bottom: 1px solid #70707020;
}
.webshop_kosar_text6 .kosar_osszeg{
    font-family: 'ekster-medium';
    font-size: 18px;
    padding-right: 30px;
}
.webshop_kosar_text6{
    font-family: 'ekster-regular';
    font-size: 16px;
    padding-top: 30px;
    padding-left: 30px;
    justify-content: space-between;
    display: flex;
}

.cart_num{
    color: white;
    background:#D6222A;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 28px;
    margin-left: -5px;
    margin-top: -15px;
}
.receptek{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color:#3D464D;
}
.receptek_title_top{    
    font-family: 'ekster-bold';
    /* text-align: center; */
    font-size: 38px;
    text-transform: uppercase;
}
.receptek_vonal{
    width: 35px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.receptek_container{
    padding-bottom: 110px;
    /*padding-left: 140px;
    padding-right: 140px;*/
}

.rc_0{
    display: flex;
}
.rc_01{
    font-family: 'ekster-medium';
    flex: 1 0 0%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.receptek_a{
    float: left;
    position: relative;
    height: 100%;
    height: 100%;
    width: 100%;
    display: block;
}
.receptek_recept0{
    background: white;
    color:#3D464D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 812px;
    /*height: 534px;*/
    height: auto;
    display: block;
    flex: 1 0 0%;
}
.receptek_recept_kep0{
}
.receptek_recept_kep0 img{
}
.receptek_content0{
    color: white;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 350px;
}
.receptek_title0{
    font-family: 'ekster-medium';
    text-shadow: 2px 1px #000;
    font-size: 34px;
}
.receptek_intro{
    font-size: 16px;
}
.receptek_next0{
    position: absolute;
    bottom: 40px;
    right:20px;
}

.receptek_recept1{
    background: white;
    color:#3D464D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 50%;
    min-width: 47%;
    /*width: 398px;*/
    height: 289px;
    display: block;
    /*flex: 1 0 0%;*/
    margin-bottom:15px;
    margin-left:15px;
}
.receptek_a1{
    display: flex;
    position: relative;
    height: 100%;
}
.receptek_recept_kep1{
}
.receptek_recept_kep1 img{
}
.receptek_content1{
    color: white;
    float: left;
    position: relative;
    height: 100%;
}
.receptek_c1{
    color: white;
    position: absolute;
    bottom: 35px;
    left: 28px;
    width: 150px;
    /*width: 300px;*/
}
.receptek_c10{
    color: white;
    position: absolute;
    bottom: 35px;
    left: 28px;
    /*width: 150px;*/
    width: 300px;
}
.receptek_c12{
    color: white;
    position: absolute;
    bottom: 35px;
    left: 28px;
    width: 280px;
}
.receptek_title1{
    font-size: 26px;
    text-shadow: 2px 1px #000;
}
.receptek_next1{
    position: absolute;
    bottom: 25px;
    right:20px;
}

.receptek_recept2{
    background: white;
    color:#3D464D;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 50%;
    min-width: 47%;
    /*width: 398px;*/
    height: 289px;
    display: block;
    /*flex: 1 0 0%;*/
    margin-left:15px;
}
.receptek_a2{
    display: flex;
    position: relative;
    height: 100%;
}
.receptek_recept_kep2{
}
.receptek_recept_kep2 img{
}
.receptek_content2{
    color: white;
    float: left;
    position: relative;
    height: 100%;
}
.receptek_c2{
    color: white;
    position: absolute;
    bottom: 35px;
    left: 28px;
    width: 150px;
}
.receptek_title2{
    text-shadow: 2px 1px #000;
    font-size: 26px;
}
.receptek_next2{
    position: absolute;
    bottom: 25px;
    right:20px;
}
.receptek_osszes{
    width: 216px;
    height: 34px;
    border: 1px solid #3D464D;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}
.receptek_osszes_a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    font-size: 16px;
    color: #3D464D;
    font-size: 16px;
    font-family: 'ekster-medium';
    
}
.etrend{
    color:#3D464D;
    background-color: #E7EBEF;
    padding-top: 140px;
}
.etrend_content{
    display: inline-flex;
    margin-bottom: 100px;
}
.etrend_content_title{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #D6222A;
}
.etrend_content_center{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
}
.etrend_center{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-radius: 20px;
}
.etrend_left{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-radius: 20px;
}
.etrend_right{
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    border-radius: 20px;
}
.etrend_top_image{
    text-align: center;
}
.etrend_top_image img{
    border-radius: 20px;
}
.etrend_container{
    border-radius: 20px;
    background: white;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.etrendek{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color:#3D464D;
}
.etrendek_title_top{
    text-align: center;
    font-size: 30px;
}
.etrendek_vonal{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.etrendek_container{
    padding-left: 140px;
    padding-right: 140px;
}
.etrendek_etrendek{
    background: white;
    display: flex;
    /*border: 1px solid gray;*/
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    color:#3D464D;
}
.etrendek_content{
    /*padding-left: 20px;*/
    margin-right: auto;
    /*margin-left: auto;*/
    margin-left: 20px;
}
.etrendek_etrendek_kep{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    /*margin-right: 0;
    margin-left: auto;*/
}
.etrendek_etrendek_kep img{
    border-radius: 20px;
}
.etrendek_title{
    /*padding-bottom: 10px;*/
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #D6222A;
}

.edzestipusaim{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color:#3D464D;
}
.edzestipusaim_container{
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 50px;
}
.edzestipusaim_title_top{
    text-align: center;
    font-size: 30px;
}
.edzestipusaim_vonal{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.edzestipusaim_edzestipusaim {
    background: white;
    display: flex;
    /*text-align: center;*/
    border-radius: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    color: #3D464D;
}
.edzestipusaim_title{
    font-family: 'ekster-medium';
    font-size: 28px;
    color: #3D464D;
    padding-bottom: 20px;
}
.edzestipusaim_desc{
    font-family: 'ekster-light';
    font-size: 18px;
    color: #3D464D;
    padding-bottom: 20px;

}
.edzestipusaim_right{
    padding: 10px;
    width: 100%;
}

.kapcsolat{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color:#3D464D;
}
.kapcsolat_title_top{
    text-align: center;
    font-size: 30px;    
    font-family: 'ekster-bold';
    text-transform: uppercase;
}
.kapcsolat_vonal{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.kapcsolat_container{
    padding-left: 140px;
    padding-right: 140px;
}
.kapcsolat_kapcsolat{
    background: white;
    display: flex;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-top: 60px;
    color:#3D464D;
    /*width: fit-content;
    margin-left: auto;
    margin-right: auto;*/
}
.kapcsolat_content {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.kapcsolat_title{
    padding-bottom: 10px;
    font-size: 24px;
    font-family: 'eskter-regular';
    color: #3D464D;
}
.kapcsolat_title img{
    max-width: 500px;
}
.blog{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color:#3D464D;
    padding-bottom: 140px;
}
.blog_title_top{
    font-family: 'ekster-bold';
    /*text-align: center;*/
    font-size: 38px;
    text-transform: uppercase;
}
.blog_vonal{
    width: 35px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.blog_container{
    /*padding-left: 140px;
    padding-right: 140px;*/
    padding-bottom: 50px;
}
.blog_osszes{
    width: 216px;
    height: 34px;
    display: flex;
    border: 1px solid #3D464D;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'ekster-medium';
    color: #3D464D;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
.bc1_0{
    font-family: 'ekster-medium';
    display: flex;
}
.bc1{
    flex: 1 0 0%;
    margin: 5px;
}
.blog_container0{
    /*margin: 5px;
    display: block;
    width: 50%; */
    height: 620px;
    flex: 1 0 0%;
    background: white;
    margin: 5px;
}
.blog_blog0{
    background: white;
    color:#3D464D;
    float: left;
    position: relative;
    height: 100%;
}
.blog_next0{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 138px;
    background: #D6222A;
    text-align: center;
    height: 34px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.blog_next1{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 138px;
    background: #D6222A;
    text-align: center;
    height: 34px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.blog_next11{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 138px;
    background: #D6222A;
    text-align: center;
    height: 34px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.blog_next2{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 138px;
    background: #D6222A;
    text-align: center;
    height: 34px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}
.blog_content0{
    padding: 35px;
}
.blog_blog_kep0 {
    width: 100%;
    /* min-width: 200px; */
    /* max-width: 200px; */
    text-align: center;
    position: relative;
}
.blog_date {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: white;
}
.blog_container00 {
    height: 530px;
    flex: 1 0 0%;
    background: white;
    margin: 5px;
}
.blog_title0{
    padding-bottom: 20px;
    font-size: 34px;
}
.blog_short_description0{
    font-family: 'ekster-light';
    padding-right: 30px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog_container1{
    /*margin: 5px;*/
    background: white;
}
.blog_blog1{
    display: flex;
    background: white;
    color:#3D464D;
    position: relative;
    height: 100%;
}
.blog_content1{
    margin-right: auto;
    /*margin-left: 20px;*/
    margin-left: 0px;
    height: 295px;
    /*flex: 0 0 50%;
    max-width: 50%;*/
    flex: 0 0 47%;
    max-width: 47%;
    padding-left: 20px;
}
.blog_blog_kep1{
    /*align-self: center;
    width: 100%;*/
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    justify-content: left;
    position: relative;
}
.blog_date1 {
    right: 25px;
    bottom: 20px;
    position: absolute;
    color: white;
}
.blog_title1{
    padding-top: 30px;
    padding-bottom: 20px;
    /*font-size: 34px;*/
    font-size: 26px;
}
.blog_short_description1{
    font-family: 'ekster-light';
    padding-right: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog_blog_kep2 img{
    width:365px;
}
.blog_blog_kep1 img{
    /*width:365px; */
    width: 100%;
    object-fit: cover;
    max-height: 295px;
}
.blog_blog_kep11 img{
    width: 100%;
    object-fit: cover;
    max-height: 295px;
}
.row {
    display: flex;
}
.col{
    flex: 1 0 0%;
}
.naptar_container{
    margin-right: auto;
    margin-left: auto;
    /*border-radius: 20px;*/
    /*border: 1px solid #D6222A;*/
}
.col_naptar{
    /*border: 1px solid #D6222A;*/
    border: 1px solid #70707070;
    flex: 1 0 0%;
    max-width: 125px;
    min-width: 100px;
    padding: 3px;
    min-height: 100px;
}
.naptar_idopont{
    background-color: #d6222a3d;
    border-radius: 20px;
    margin-bottom: 5px;
    font-family: 'ekster-regular';
    padding: 3px;
}
.konzultacios_vasarlastxt{
    padding-bottom: 20px;
}
.webshop_cart_product_idopontfoglalas {
    background: #DFE4E8;
    border-radius: 20px;
    height: 100px;
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.konzultacios_vasarlasgomb{
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.webshop_cart_product_title_idopontfoglalas {
    font-family: 'ekster-medium';
    padding-top: 5px;
    padding-left: 0px;
    color: #292929;
    font-size: 22px;
}
.blog_container11{
    margin-top: 30px;
    background: white;
}
.blog_blog11{
    display: flex;
    background: white;
    color:#3D464D;
    position: relative;
    height: 100%;
}
.blog_content11{
    /*margin-right: auto;
    margin-left: 20px;
    height: 295px;*/
    margin-right: auto;
    /*margin-left: 20px;*/
    margin-left: 0px;
    height: 295px;
    /*flex: 0 0 50%;
    max-width: 50%;*/
    flex: 0 0 47%;
    max-width: 47%;
    padding-left: 20px;
}
.bc1_0_0 {
    font-family: 'ekster-medium';
    display: inline-flex;
    max-width: 841px;
    margin-right: 4px;
    margin-left: 4px;
    padding-bottom: 50px;
    width: 49%;
}
.blog_blog_kep11{
    /*width: 200px;
    min-width: 200px;
    max-width: 200px;*/
    /*align-self: center;
    width: 100%;*/
    display: flex;
    flex-direction: row-reverse;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    justify-content: left;
    position: relative;
}
.blog_title11{
    padding-top: 30px;
    padding-bottom: 20px;
    /*font-size: 34px;*/
    font-size: 26px;
}
.blog_short_description11{
    font-family: 'ekster-light';
    padding-right: 30px;
}
/*
.blog_container2{
    margin: 5px;
    display: inline-flex;
    width: 49%;
}*/
.blog_blog2{
    background: white;
    display: flex;
    color:#3D464D;
    position: relative;
    height: 100%;
}
.blog_content2{
    margin-right: auto;
    margin-left: 20px;
    height: 295px;
}
.blog_blog_kep2{
    align-self: center;
    width: 100%;
    /*min-width: 200px;
    max-width: 200px;*/
}
.blog_title2{
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 34px;
}
.blog_short_description2{
    padding-right: 30px;
}
.bc3{
    display: flex;
}
.blog_container2{
    flex: 1 0 0%; 
    margin: 5px;
}

.off_page1_top_image{
    text-align: center;
}
.login{
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color: #3D464D;
}
.login_container {
    padding-left: 140px;
    padding-right: 140px;
}
.login_title{
    padding-top: 40px;
    text-align: center;
    /*font-size: 30px;*/
    font-family: 'ekster-bold';
    color: #3D464D;
    font-size: 32px;
    text-transform: uppercase;
}
.login_vonal{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    height: 1px;
    border-bottom: 1px solid #D6222A;
    margin-bottom: 30px;
}
.login_login {
    background: white;
    display: block;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    /*padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 40px;*/
    color: #3D464D;
    /*width: fit-content;*/
    margin-left: auto;
    margin-right: auto;
}
.login_bottom_txt_a{
    color: white !important;
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
}
.login_bottom_txt_a{
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*color: white !important;
    width: 50%;*/
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    width: 268px;
    border-radius: 26px;
    border: 0px;
    background: #D6222A;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: white !important;
}
.login_bottom_txt_a2{
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*color: white !important;
    width: 50%;*/
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    width: 268px;
    border-radius: 26px;
    border: 1px solid #3D464D;
    background: transparent;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #3D464D !important;
}
.login_bottom_txt{
    height: 67px;
    background-color: #D6222A;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_content{
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.login_email{
    color: #3D464D;
}
.login a{
    color: #3D464D;
}
.login_email{
    font-size: 16px;
}
.login_email input{  
    /*border: 1px solid #3D464D; 
    padding: 5px;
    height: 25px;
    width: 250px;*/
    font-family: 'ekster-regular';
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    background: #E7EBEF;
}
.login_password{
    font-size: 16px;
    /*margin-top: 20px;*/
}
.login_password input{  
    /*border: 1px solid #3D464D; 
    padding: 5px;
    height: 25px;
    width: 250px;*/
    font-family: 'ekster-regular';
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    background: #E7EBEF;
}
/*.login_btn input{    
    border: 1px solid #D6222A;
    background-color: #D6222A;
    color: white;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 168px;
    height: 40px;
}*/
.login_btn{
    padding-top: 20px;
}
.login_btn2{
    padding-top: 30px;
}
.login_bottom_txt {
    color: #3D464D;
}
.login_text{
    padding-top: 40px;
    /*padding-bottom: 20px;
    color: #3D464D;
    font-size: 26px;*/
    font-family: 'ekster-bold';
    color: #3D464D;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.eddzvelem_container2{
    background-image: url(/images/new/eddzvelem_top_left.svg) !important;
}
.eddzvelem_container{
    padding-top: 140px;
    background: #15171A;
    color: white;
    min-height: 800px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 155px;
}
.eddzvelem_container3{
    padding-top: 50px !important;
    min-height: 500px !important;
}
.eddzvelem_kat_szoveg{
    color: white;
    padding-left: 20px;
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 30px; 
}
.eddzvelem_top{
    display: inline-flex;
    padding-bottom: 130px;
    width: 100%;
    justify-content: center;
}
.eddzvelem_top_center{
    display: inline-flex;
    padding-bottom: 50px;
    width: 100%;
    justify-content: center;
}
.eddzvelem_top_left{
    /*padding-left: 100px;
    padding-right: 228px;*/
    padding-right: 228px;
    align-self: center;
}
.eddzvelem_top_right{
    max-width: 755px;
}
.eddzvelem_top_left_text1{
    font-family: 'ekster-bold';
    font-size: 30px;
    margin-bottom: 40px;
}
.eddzvelem_top_left_text2{
    font-family: 'ekster-light';
    /*padding-left: 22px;*/
    font-size: 16px;
    margin-bottom: 40px;
}
.eddzvelem_top_left_btn{
    font-size: 16px;
}
.eddzvelem_top_left_btn a{
    font-family: 'ekster-medium';
    background: #D6222A;
    width: 206px;
    height: 50px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.eddzvelem_online2{
    margin-top: 130px;
}
.eddzvelem_online{
    /*margin-top: 130px;*/
    /*padding-bottom: 60px;*/
    padding-bottom: 56px;
}
.eddzvelem_online_content{
    display: inline-flex;
}
.eddzvelem_online_text{
    max-width: 360px;
    max-height: 240px;
    align-self: center;
}
.eddzvelem_online_text a{
    color:white;
}
.eddzvelem_online_text_title{
    font-family: 'ekster-bold';
    padding-left: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eddzvelem_online_text_description{
    font-family: 'ekster-light';
    /*padding-left: 24px;*/
    padding-left: 16px;
    font-size: 14px;
    /*width: 190px;*/
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.eddzvelem_online_osszes{
    font-family: 'ekster-medium';
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    font-size: 14px;
    padding-left: 39px;
    padding-right: 39px;
    
    height: 30px;
    display: inline-flex;
    align-items: center;
    float: right;
}
.kategoria_videok{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*justify-content: space-between;*/
}
.kategoria_video{
    display: block;
    position: relative;
    /*width: 398px;*/
    /*width: 388px;*/
    width: 24%;
    height: 300px;
    padding-bottom: 40px;
}
.videok_placeholder{
    height: 110px;
    background: #15171A;
}
.video-cover{
    border-radius: 7px;
    max-width: 398px;
    height: 240px;
    max-height: 240px;
    margin-bottom: 21px;
}
.vid-cov-01{
    max-width: 755px;
    height: 459px;
    max-height: 459px;
}
.eddzvelem_online_video_video img{
    border-radius: 7px;
}
.eddzvelem_online_video_video{
    border-radius: 7px;
    max-width: 398px;
    max-height: 240px;
    margin-bottom: 21px;
}
.eddzvelem_online_title{
    font-size: 24px;
    padding-bottom: 30px;
}
.eddzvelem_online_title::before {
    background-image: url(/images/new/termek_nev_piros_vonal.svg);
    content: " ";
    width: 4px;
    height: 19px;
    display: inline-flex;
    margin-right: 12px;
}
.vp-layer{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
	display: none;
}
.vp-layer.on{
	display: block;
}
.vp-wrapper{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    position: fixed;
    outline: none !important;
	display: none;
}
.vp-wrapper.on{
	display: block;
}
.vp-container{
	position: absolute;
	top:50%;
	left:50%;
	/*width:80%;*/
	/*height:60%;*/
	max-width: 90%;
	transform: translate(-50%,-50%);
	background-color:white;
}
.vp-close{
	text-align: center;
	display: none;
	position: absolute;
	top:-15px;
	right:-15px;
	color:#fff;
	width: 28px;
	height: 28px;
	background: transparent url(/images/fancybox.png) -40px 0px;
	background-repeat: no-repeat;
    cursor: pointer;
}
.vp-close.on{
	display: block;
}

.video_container .video-cover .playbutton .btn{
    width: 80px;
    height: 80px;    
    background-image: url(/images/new/play0.svg);
    transition: 0.5s linear transform;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
    position: absolute;
    display: block;
}
.video_container .video-cover .playbutton{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
}
.video_page{
    padding-top: 140px;
    background: #15171A;
    color: white;
    /*min-height: 800px;*/
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-image: url(/images/new/group_159.svg);
}
.video_page .video_container .video-cover{
    /*min-height: 598px;*/
    min-height: 280px;
    border-radius: 0px;
    height: 100%;
    margin-bottom: 0px;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0px;
    position: relative;
}
.video_container{
    width: 100%;
    display: flex;
    justify-content: center;
}
.video_adatok{
    background: #15171A;
    padding-bottom:30px;
    margin-top: 30px;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
.video_title span{
    padding-left:30px;
}
.video_title{
    font-family: 'ekster-bold';
    padding-right: 20px;
    padding-left: 0px;
    padding-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
}
/*.video_page .video_title::before {
    background-image: url(/images/new/termek_nev_piros_vonal.svg);
    background-repeat: no-repeat;
    content: " ";
    width: 4px;
    height: 19px;
    display: inline-flex;
    margin-right: 12px;
}*/
.video_intro{
    font-family: 'ekster-regular';
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.video_description{
    font-family: 'ekster-regular';
    background: #15171A;
    padding-left: 0px;
    padding-right: 42px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;
}
.video_0{
    display: block;
    background: #15171A;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
.kat{
    font-family: 'ekster-bold';
    text-transform: uppercase;
}
.stream_1{
    display: flex !important;
}
.stream_0{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.stream_0 iframe{
    height: 600px !important;
}
.stream_chat{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.stream-cover{
    height: 600px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stream_chat_helye{
    font-family: 'ekster-medium';
    width:99%;
    height:600px;
    /*background: #323F50;*/
    text-align: center;border: 2px solid #D6222A;
}
.date_title{
    font-family: 'ekster-bold';
    font-size: 30px;
    padding-top: 50px;
}
.date_text{
    padding-top: 50px;
    font-size: 24px;
}
.date1{
    font-size: 16px;
    padding-top: 20px;
}
.date2{
    font-size: 16px;
    padding-top: 10px;
}

/*reg*/
#registration .input input {
    font-family: 'ekster-regular';
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    background: #E7EBEF;
    /*margin-bottom: 0px !important;*/
}
#registration .cimke {
    padding-top: 25px;
    padding-bottom: 5px;
}
#registration .left {
    padding-right: 40px;
}
#registration {
    font-family: 'ekster-regular';
    min-height: 400px;
    position: relative;
    /*top: 80px;*/
    /* background-color: white; */
    background-color: #FFFFFF;
    border-radius: 15px;
    /*-webkit-box-shadow: -1px 5px 14px -2px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 5px 14px -2px rgba(0,0,0,0.10);
    box-shadow: -1px 5px 14px -2px rgb(0 0 0 / 10%);*/
    padding: 60px 80px 60px 80px;
}
#aszf{
    background: #E7EBEF;
}
.aszf{
    padding-top: 50px;
}
.reg_title{
    font-family: 'ekster-bold';
    color: #3D464D;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}
.reg_t{
    font-family: 'ekster-bold';
    color: #3D464D;
    font-size: 24px;
    text-transform: uppercase;
}
.aszf{
    color: #3D464D;
}
.login-btn{
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    width: 268px;
    border-radius: 26px;
    border: 0px;
    background: #D6222A;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: white;

}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.container {
    max-width: 900px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.d-block {
    display: block!important;
}
/* *, ::after, ::before {
    box-sizing: border-box;
}*/
.background-path-register-page{
    background: #E7EBEF;
    padding-top: 140px;
    padding-bottom: 200px;
}
.container {
    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row_naptar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
}
/*.tapertek_row{
    border: 1px solid #cdcdcd;
    border-top-color: rgb(205, 205, 205);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(205, 205, 205);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(205, 205, 205);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(205, 205, 205);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}*/
.tapertek_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;

    margin-right: 0px !important;
    margin-left: 0px !important;
    
    max-width: 700px;

    /*border-bottom: 1px solid #cdcdcd;*/
    /*border-bottom-width: 1px;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-color: rgb(205, 205, 205);*/
}
.tapertek_col{
    border: 1px solid #ADB8C1;
    border-width: 1px;
    border-style: solid;
    border-color: #ADB8C1;
    padding: 5px;
}
.tapertek_tablazat{
    margin-bottom: 30px !important;
}

.webshop_order{
    padding-top: 140px;
    background: #E7EBEF;
}
.webshop_order .product{
    background: #DFE4E8;
    /* border: 1px solid #707070; */
    border-radius: 20px;
    height: 70px;
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'ekster-medium';
    color: #292929;
    font-size: 22px;
    margin-bottom: 100px;
}
.order_data3 {
    background: #DFE4E8;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    font-family: 'ekster-light';
    color: #292929;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.order_data3 input{
    margin-right: 10px;
}
.order_data3 a{
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: underline;
}
.order_data{
    background: #DFE4E8;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;    
    font-family: 'ekster-light';
    color: #292929;
    font-size: 14px;
}
.order_data2{
    background: #DFE4E8;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;    
    font-family: 'ekster-light';
    color: #292929;
    font-size: 14px;
}
.order_data input{
    font-family: 'ekster-regular';
    font-size: 16px;
    /* padding: 10px; */
    padding-left: 20px;
    margin-left: 20px;
    width: 70%;
    border-radius: 30px;
    border: 0px;
    background: white;
    margin-left: auto;
    height: 30px;
}
.order_data2 select{
    font-family: 'ekster-regular';
    font-size: 16px;
    padding-left: 20px;
    margin-left: 20px;
    width: 70%;
    border-radius: 30px;
    border: 0px;
    background: white;
    margin-left: auto;
    height: 30px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}
.order_data2 textarea{
    font-family: 'ekster-regular';
    font-size: 16px;
    padding-left: 20px;
    margin-left: 20px;
    width: 70%;
    border-radius: 30px;
    border: 0px;
    background: white;
    margin-left: auto;
}
.order_button{
    padding-bottom: 100px;
}
.order_button button{
    font-family: 'HelveticaNeueLight';
    border: 1px solid #55B560;
    background-color: #55B560;
    border-radius: 20px;
    color: white;
    height: 45px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 268px;
    margin-top: 35px;
}
.login_error{
    color: #D6222A;
    font-family: 'ekster-regular';
    font-size: 14px;
}
.webshop_lapozas{
    text-align: left;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 150px;
}
.webshop_lapozas_bal{
    padding-right: 60px;
}
.webshop_lapozas_jobb{
    padding-left: 60px;
}
.webshop_lapozas_sz{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-family: 'ekster-regular';
    color: #3D464D;
}
.webshop_lapozas_c{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-family: 'ekster-regular';
    color: #D6222A;
}
.reg_button4{
    border: 1px solid #D6222A;
    background-color: #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.search {
    padding-top: 140px;
    background: #E7EBEF;
    min-height: 800px;
    color: #3D464D;
}
.search_container{
    background: white;
    display: block;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    color: #3D464D;
    /* width: fit-content; */
    margin-left: auto;
    margin-right: auto;
}
.search_form {
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.search_title {
    font-size: 32px;
    text-transform: uppercase;
    padding-top: 40px;
    text-align: center;
    font-family: 'ekster-bold';
    color: #3D464D;
}
.search_input {
    padding-top: 40px;
    font-size: 16px;
}
.search_input input{
    font-family: 'ekster-regular';
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    background: #E7EBEF;
}
.search_button{
    padding-top: 30px;
}
.search_button input{
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    width: 268px;
    border-radius: 26px;
    border: 0px;
    background: #D6222A;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: white !important;
}
.search_res{
    font-family: 'ekster-regular';
    color: #3D464D;
    background: white;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 15px;
}
.search_cimkek {
    font-size: 18px;
    font-family: 'ekster-regular';
    color: #3D464D;
    /*display: none;*/
}
.search_cimke {
    font-size: 16px;
    display: inline-block;
    background: #E7EBEF;
    color: #3D464D;
    margin: 10px;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'ekster-regular';
}
.search_result{
    padding-bottom: 50px;
}
.kezdolap_{
    font-family: 'ekster-medium';
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #D6222A;
    border-radius: 20px;
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #D6222A;
    margin-left: auto;
    margin-right: auto;
}
.nincs_video{
    padding-top: 30px;
    font-family: 'ekster-medium';
    color: white;
    font-size: 20px;
}

.elofizetes_d{
    background-color: #E7EBEF;
    text-align: center;
    padding-bottom: 278px;
}
.elofizetes_detail{
    border-radius: 0px 0px 30px 30px;
    display: inline-block;
    background-color: white;
    width: 600px;
    margin-left: 23px;
    margin-right: 23px;
}
.elofizetes_detail_title{
    font-family: 'ekster-bold';
    padding-top: 57px;
    color: #3D464D;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.elofizetes_detail_detail{
    font-family: 'ekster-medium';
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 39px;*/
    color: #3D464D;
    font-size: 16px;
    text-align: center;
    /*padding-bottom: 45px;*/
    width: 90%;
    margin-bottom: 10px;
}
.elofizetes_detail_video{
    text-align: -webkit-center;
    text-align: -moz-center;
    /*padding-top: 30px;*/
    padding-top: 0px;
    padding-bottom: 10px;
}
.elofizetes_detail_ar{
    font-family: 'ekster-medium';
    border-radius: 20px;
    border: 1px solid #707070;
    color: #3D464D;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content;
    /* width: fit-content; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 53px;
    padding-right: 53px;
    margin-bottom: 35px;
}
.elofizetes_detail_megvasarlas a{
    color: white;
}
.elofizetes_detail_megvasarlas{
    font-family: 'ekster-medium';
    background-color: #D6222A;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 0px 0px 30px 30px;
}
.csomag_card_description .elofizetes_detail_video .video-list77 .covercontainer .video-cover{
    margin-bottom: 0px;
    position: relative;
    height: 224px;
    max-height: 160px;
}
.video-list77 .covercontainer .video-cover{
    margin-bottom: 0px;
    position: relative;
    height: 224px;
}
.video-list77 .covercontainer .video-cover .video-btn{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.csomag_card_description .elofizetes_detail_video .video-list777 .covercontainer .video-cover{
    margin-bottom: 0px;
    position: relative;
    height: 224px;
    max-height: 160px;
}
.video-list777 .covercontainer .video-cover{
    margin-bottom: 0px;
    position: relative;
    height: 224px;
}
.video-list777 .covercontainer .video-cover .video-btn{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elofizetes_back a{
    color: #3D464D;
}
.elofizetes_back{
    padding-top: 40px;
    font-family: 'ekster-regular';
    color: #3D464D;
}
.webshop_product_fullscreen_image{
    z-index: 1100;
    display: block;
    position: fixed;
    padding-top: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
}
.webshop_product_fullscreen_image img{
    display: block;
    margin: auto;
    /*width: 80%;*/
    width: auto;
    height: auto;
    max-width: 700px;
}
.webshop_product_fullscreen_image_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.eddzvelem_online .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -ms-backface-visibility: hidden !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
}


/*fiok adatok*/
.fiok_main{
    padding-top: 140px;
    background: #E7EBEF;
}
.fiok_main input{
    border-radius: 30px;
    border: 0px solid #E7EBEF;
    background: #E7EBEF;
    height: 39px;
    padding-left: 10px;
    margin-bottom: 18px;
    color: #3D464D;
    width: 95%;
}
.fiok_title1{
    padding-bottom: 24px;
    font-family: 'ekster-bold';
    font-size: 24px;
    color: #3D464D;
    text-transform: uppercase;
    width: 100%;
}
.fiok_title2{
    padding-bottom: 5px;
    font-family: 'ekster-regular';
    font-size: 14px;
    color: #3D464D;
    width: 100%;
}
.fiok_adatok{
    max-width: 536px;
    background: white;
    /*padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;*/
    padding:40px;
    border-radius: 15px;
    margin: 10px;
    margin-left: auto; 
    margin-right: 0;
}
.fiok_adatok_osszeg{
    background: #D6222A;
    border-radius: 30px;
    font-size: 16px;
    color: white;
    width: 160px;
    height: 39px;
    display: flex;
    font-family: 'eskter-regular';
    align-items: center;
    padding-left: 20px;
}
.fiok_fiok_adatok{
    background: white;
    /*padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;*/
    padding:40px;
    border-radius: 15px;
    max-width: 812px;
    margin: 10px;
    margin-left: 10px; 
    margin-right: auto;
}
.fiok_row {
    display: flex;
    flex-wrap: wrap;
}
.fiok_col {
    flex: 0 0 auto;
    width: 50%;
}
.fiok_elofizetes_adatai{
    background: white;
    max-width: 536px;
    border-radius: 15px;
    /*padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;*/
    padding:40px;
    margin: 10px;
    margin-left: auto; 
    margin-right: 0;
}
.fiok_elofizetes_adatai_csomag{
    border: 1px solid #3D464D;
    border-radius: 30px;
    max-width: 166px;
    height: 39px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'ekster-regular';
    color: #3D464D;
    margin-bottom: 16px;
}
.fiok_elofizetes_adatai_vege{
    border-radius: 30px;
    background: #E7EBEF;
    height: 39px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'ekster-regular';
    color: #3D464D;
    max-width: 291px;
}
.fiok_szallitasi_adatok{
    background: white;
    /*padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;*/
    padding:40px;
    border-radius: 15px;
    margin: 10px;
    max-width: 536px;
    margin-left: auto; 
    margin-right: 0;
}
.fiok_szamlazasi_adatok{
    background: white;
    /*padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;*/
    padding:40px;
    border-radius: 15px;
    margin: 10px;
    max-width: 812px;
    margin-left: 10px; 
    margin-right: auto;
}
.adatok_modositasa{
    height: 45px;
    width: 268px;
    background: #D6222A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'HelveticaNeueLight';
    font-size: 14px;
    color: white;
    border-radius: 26px;
    text-transform: uppercase;
    border: 0px solid #D6222A;
}
.fiok_outer{
    display: flex;
}
.fiok_outer_center1 {
    width: 445px;
    margin-left: auto;
    margin-right: 0;
    border-left: 2px solid #D6222A;
    border-bottom: 2px solid #D6222A;
    height: 39px;
}
.fiok_outer_center2 {
    height: 7px;
    width: 724px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 2px solid #D6222A;
    height: 39px;
}
.fiok_outer_left{
    flex: 0 0 auto;
    width: 40%;
    max-width: 483px;
    margin-left: auto;
    margin-right: 0px;
}
.fiok_outer_right{
    flex: 0 0 auto;
    width: 60%;
    max-width: 724px;
    margin-right: auto;
    margin-left: 0;
}
.fiok_title0 img {
    padding-right: 22px;
}
.fiok_title0{
    max-width: 536px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 15px;
    margin: 0px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    font-family: 'ekster-bold';
    font-size: 38px;
    text-transform: uppercase;
    color: #3D464D;
    align-items: center;
    /*
    background-image: url(/images/new/fiok_vonal_kep.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: 35px;
    background-position-y: 0px;
    height: 112px;
    padding-top: 18px;*/
}
.fiok_title_vonal{
    border-bottom: 2px solid #D6222A;
}
/*
.fiok_outer_center1 .fiok_title_vonal{
    max-width: 536px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: 0;
    height: 39px;
    border-left: 2px solid #D6222A;
}
.fiok_outer_center1{
    flex: 0 0 auto;
    width: 40%;
    padding-bottom: 39px;
}
.fiok_outer_center2 .fiok_title_vonal{
    padding-left: 40px;
    padding-right: 40px;
    max-width: 812px;
    margin-left: 0px;
    margin-right: auto;
    height: 39px;
}
.fiok_outer_center2{
    flex: 0 0 auto;
    width: 60%;
    padding-bottom: 39px;
}
*/
.fiok_elofizetes_adatai .fiok_title1 img{
    display:none;
}
.fiok_szallitasi_adatok .fiok_title1 img{
    display:none;
}
.fiok_fiok_adatok .fiok_title1 img{
    display:none;
}
.fiok_szamlazasi_adatok .fiok_title1 img{
    display:none;
}



.recept.padding-140.mobile_hidden {
    padding-bottom: 200px;
}
.recept_new_cont p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.recept_new_cont{
    padding-top: 50px;
}
.recept_new_cont2 p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.recept_new_cont2{
    padding-top: 30px;
}
.recept_new_row {
    color:#5B646B;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.recept_new_row2 {
    color:#5B646B;
    max-width: 1100px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.recept_new_col-4 {
    color:#5B646B;
    flex: 0 0 auto;
    /*width: 33.33333333%;*/
    width: 415px;
    margin-left: 30px;
}
.recept_new_adatblokk1 {
    padding-bottom: 10px;
    color:#5B646B;
    font-family: 'ekster-medium';
    font-size: 20px;
}
.recept_new_adatblokk1 .elkeszitesi{
    color: #D6222A;
    font-family: 'ekster-bold';
}
.recept_new_adatblokk1 .nehezsegi{
    color: #D6222A;
    font-family: 'ekster-bold';
}
.recept_new_adatblokk1 .kaloria{
    color: #D6222A;
    font-family: 'ekster-bold';
}
.ab1 {
    display: flex;
    justify-content: space-between;
    padding-bottom:20px;
}
.recept_new_col-8 img{
    padding-top: 20px;
}
.recept_new_col-8 {
    color:#5B646B;
    font-family: 'ekster-bold';
    font-size: 22px;
    flex: 0 0 auto;
    /*width: 66.66666667%;*/
    width: 635px;
}
.recept_new_adatblokk2_title img{
    padding-left: 20px;
    padding-right: 20px
}
.recept_new_adatblokk2_title{
    color:#5B646B;
    font-family: 'ekster-medium';
    font-size: 30px;
    border: 1px solid #5B646B;
    border-radius: 20px 20px 0px 0px;
    padding-top: 36px;
    padding-bottom: 24px;
}
.recept_new_adatblokk2{
    color:#5B646B;
    border: 1px solid #5B646B;
    border-radius: 0px 0px 20px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.recept_new_row_title2{
    font-family: 'ekster-medium';
    font-size: 24px;
}
.recept_new_row_title{
    font-family: 'ekster-bold';
    font-size: 24px;
}
.recept_new_row_content ol li::marker {
    font-size: 22px;
    font-weight: normal;
    font-family: 'ekster-bold';
}
.recept_new_row_content ol li strong {
    font-size: 22px;
    font-weight: normal;
    font-family: 'ekster-bold';
}
.recept_new_row_content ol::before {
    background-image: url(/images/new/line23.svg);
    content: " ";
    width: 10px;
    height: 10px;
    /* display: inline-flex; */
    position: absolute;
    /* margin-right: 47px; */
    top: 0px;
    left: -5px;
}
.recept_new_row_content ol {
    border-left: 1px solid red;
    position: relative;
}
.recept_new_row_content ol li::before {
    background-image: url(/images/new/piros_p.svg);
    content: " ";
    width: 10px;
    height: 10px;
    /* display: inline-flex; */
    position: absolute;
    /* margin-right: 47px; */
    top: 5px;
    left: -45px;
}
.recept_new_row_content ol li {
    position: relative;
}
.recept_new_row_content{
    font-family: 'ekster-medium';
    font-size: 16px;
}
.recept_top_image::after {
    position: absolute;
    content:"";
    height:99%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #050e22a3);
    z-index: 1;
}

.etrend_new_content{
    padding: 40px;
    background-color: white;
    border-radius: 15px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.etrend_new_title{
    font-family: 'ekster-medium';
    font-size: 30px;
    text-transform: uppercase;
    position: relative;

    display: flex;
    flex-wrap: wrap;
}

.etrend_new_t1{
    flex: 1 0 0%;
}
.etrend_new_desc{
    font-family: 'ekster-regular';
    font-size: 16px;
}
.etrend_new_desc li{
    list-style-image: url(/images/new/path160.svg);
    font-family: 'ekster-regular';
    font-size: 14px;
}
.etrend_new_title::before {
    background-image: url(/images/new/r243.svg);
    content: " ";
    width: 7px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: -40px;
}
.etrend_new_kcal span{
    color: #D6222A;
    font-family: 'ekster-bold';
    font-size: 14px;
}
.etrend_new_kcal{
    flex: 1 0 0%;
    font-family: 'ekster-medium';
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #5B646B;
    border-radius: 20px;
    max-width: 200px;
    width: 200px;
    text-align: center;
    text-transform: none !important;
}
.etrend_new_container {
    padding-bottom: 100px;
}

.profil_open{
    background-color: #D6222A;
    width: 250px;
    /*height: 150px;*/
    height: 250px;
    position: fixed;
    top: 80px;
    right: 300px;
    z-index: 2000;
    padding: 20px;
    border-radius: 15px;
}
.profil_open .p0110 a{
    font-family: 'ekster-bold';
    font-size: 14px;
    color: white;
    /* border: 1px solid white; */
    /* border-radius: 20px; */
    width: 118px;
    margin-bottom: 10px;
    height: 29px;
    text-align: center;
    display: flex;
    /* align-items: center; */
    /* justify-content: center;*/
}
.p0111{
    font-family: 'ekster-light';
    font-size: 14px;
    color: white;
    margin-bottom: 15px;
}
.p0112{
    font-family: 'ekster-bold';
    font-size: 14px;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
/*    width: 118px;*/
    width: 170px;
    margin-bottom: 15px;
    height: 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p0113 a{
    font-family: 'ekster-bold';
    font-size: 14px;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    /*width: 118px;*/
    width: 170px;
    margin-bottom: 10px;
    height: 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_post_top_image::after {
    position: absolute;
    content: "";
    height: 99%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), #050e22a3);
    z-index: 1;
}
.recept_top_image_new {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 516px;
    width: auto;
    max-width: 1920px;
    position: relative;
}
.blog_post_haromszog011 {
    position: relative;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0px);
    text-align: center;
}

.blog_post_haromszog0111{
    height: 8px;
    background-color: #D6222A;
    width: 80%;
    border-radius: 0px 0px 20px 20px;
    margin-left: auto;
    margin-right: auto;
}

.menu_selected{
    text-decoration: underline;
    text-decoration-color: #D6222A;
    /*text-underline-offset: 0.5em;*/
    text-decoration-thickness: 2px;
}

.video-cover{
    cursor: pointer;
}
.stream_main_desc {
    font-family: 'ekster-medium';
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}

.status_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0.8;
    top: 0;
    left: 0;
    background-color: #7d889d;
    /*filter: blur(64px);*/
    text-align: center;
}
.status{
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50% );
    position: fixed;
    color: white;
    font-size: 72px;
    font-family: 'ekster-regular';
    z-index: 10001;
    /*background-color: white;*/
    padding: 15px;
    border-radius: 50px;
}
.status_text{
    display: block;
    font-size: 30px;
    text-align: center;
}

iframe .player .vp-video-wrapper.live-background{
    background-color: #000 !important;
}











.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
  
@media (min-width: 1200px){
    .receptbg{
        background-image: url(/images/new/recept_bg.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 150px;
    }
    .desktop_hidden{
        display: none;
        visibility: hidden;
    }
    .eddzvelem_online_video {
        position: relative;
        /*display: inline-block;*/
    }
    .eddzvelem_online_video_text2{
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 10;
    }
    /*.eddzvelem_online_video .eddzvelem_online_video_text {
        visibility: hidden;
        display:none;
    }*/
    .eddzvelem_online_video .eddzvelem_online_video_text{
        visibility: hidden;
        background-color: white;
        color: #15171A;
        position: absolute;
        left: 105%;
        width: 100%;
        opacity: 1;
        display: block;
        right: unset;
        top: 0px;
        max-height: 231px;
        z-index: 20;
        border-radius: 6px;
        padding: 10px;
    }
    .eddzvelem_online_video .eddzvelem_online_video_text.jobb{
        visibility: hidden;
        background-color: white;
        color: #15171A;
        position: absolute;
        left: 105%;
        width: 100%;
        opacity: 1;
        display: block;
        right: unset;
        top: 0px;
        max-height: 231px;
        z-index: 20;
        border-radius: 6px;
        padding: 10px;
    }
    .eddzvelem_online_video .eddzvelem_online_video_text.jobb::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent white transparent transparent;
    }
    .eddzvelem_online_video .eddzvelem_online_video_text.bal::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: 5px;
        border-width: 5px;
        border-style: solid;
        border-color: #ffffff00 #ffffff00 #ffffff00 #ffffff;
    }
    .eddzvelem_online_video .eddzvelem_online_video_text.bal{
        visibility: hidden;
        background-color: white;
        color: #15171A;
        position: absolute;
        left: unset;
        width: 100%;
        opacity: 1;
        display: block;
        right: 101%;
        top: 0px;
        max-height: 231px;
        z-index: 20;
        border-radius: 6px;
        padding: 10px;
    }
    .eddzvelem_online_video:hover .eddzvelem_online_video_text {
        visibility: visible;
    }
}

@media (max-width: 1880px){
    .webshop{
        background-color: #E7EBEF;
        padding-top: 140px;
        background-image: url(/images/new/webshop_bg_0.svg),url(/images/new/webshop_bg_1.svg);
        background-repeat: no-repeat;
        background-position-x: -40px,103%;
        background-position-y: 140px,bottom;
    }
    .footer_menupont{
        font-family: 'ekster-medium';
        color: white;
        padding-left: 28px;
        padding-right: 28px;
        font-size: 11px;
    }
}

@media (min-width: 1800px) and (max-width:1880px){
    .padding-140{
        padding-left: 80px;
        padding-right: 80px;
    }
    .padding-l-140{
        padding-left: 80px;
    }
    .padding-r-140{
        padding-right: 80px;
    }
}

@media (min-width: 1366px) and (max-width: 1799px){
    .eddzvelem_top_left {
        padding-right: 28px;
        align-self: center;
    }
    .menupont_videok{
        margin-right: 30px;
    }
    .menupont_webshop{
        margin-right: 30px;
    }
    .menupont{
        margin-right: 30px;
    }
    .padding-140{
        padding-left: 80px;
        padding-right: 80px;
    }
    .padding-l-140{
        padding-left: 80px;
    }
    .padding-r-140{
        padding-right: 80px;
    }
    .home_termekek_jobb_termek{
        width: 258px;
    }
    .home_termekek_jobb_termek2{
        width: 258px;
    }
    .home_termekek_bal_termek {
        width: 188px;
    }
    .home_termekek_bal_termek2{
        display: none;
    }
    .home_termekek_jobb {
        justify-content: center;
    }
    .home_termekek_bal {
        justify-content: center;
    }
}

@media (min-width: 1200px) and (max-width: 1365px){
    .fiok_outer_left{
        flex: 0 0 auto;
        width: 40%;
        max-width: 432px;
        margin-left: auto;
        margin-right: 0px;
    }
    .fiok_outer_right{
        flex: 0 0 auto;
        width: 60%;
        max-width: 648px;
        margin-right: auto;
        margin-left: 0;
    }
    .fiok_outer_center1 {
        width: 395px;
        margin-left: auto;
        margin-right: 0;
        border-left: 2px solid #D6222A;
        border-bottom: 2px solid #D6222A;
        height: 39px;
    }
    .fiok_outer_center2 {
        height: 7px;
        width: 648px;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 2px solid #D6222A;
        height: 39px;
    }
    .fiok_title0 {
        max-width: 536px;
        padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-radius: 15px;
        margin: 0px;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        font-family: 'ekster-bold';
        font-size: 38px;
        text-transform: uppercase;
        color: #3D464D;
    }


    .eddzvelem_top_left {
        padding-right: 8px;
        align-self: center;
    }
    .padding-140{
        padding-left: 60px;
        padding-right: 60px;
    }
    .padding-l-140{
        padding-left: 60px;
    }
    .padding-r-140{
        padding-right: 60px;
    }
    .menupont_videok{
        margin-right: 20px;
    }
    .menupont_webshop{
        margin-right: 20px;
    }
    .menupont{
        margin-right: 20px;
    }
    .home_termekek_jobb {
        justify-content: center;
    }
    .home_termekek_bal {
        justify-content: center;
    }
    
    .home_termekek_jobb_termek{
        width: 258px;
    }
    .home_termekek_jobb_termek2{
        width: 258px;
    }
    .home_termekek_bal_termek {
        width: 167px;
    }
    .home_termekek_bal_termek2{
        display: none;
    }
    .csomag_card_last{
        margin-left: 5px;
        margin-right: 5px;
        /*width: 340px;*/
        width: 280px;
    }
    .csomag_card{
        margin-left: 5px;
        margin-right: 5px;
        /*width: 340px;*/
        width: 280px;
    }
    .csomag_card_first{
        margin-left: 5px;
        margin-right: 5px;
        /*width: 340px;*/
        width: 280px;
    }
}

@media (max-width: 1199px){
    .tapertek_col{
        border: 1px solid #ADB8C1;
        border-width: 1px;
        border-style: solid;
        border-color: #ADB8C1;
        padding: 0px;
    }
    .eddzvelem_online_title2{
        padding-top: 40px;
    }
    .eddzvelem_top_center2{
        width: auto !important;
        /* width: 100% !important; */
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: flex !important;
    }
    .eott2123{
        text-align: left !important;
    }
    .vid-cov-01{
        max-width: 755px !important;
        height: auto !important;
        max-height: 459px !important;
    }
    .col_naptar {
        border: 1px solid #70707070;
        flex: 1 0 0%;
        min-width: 43px;
        min-height: 50px;
        padding: 0px;
    }
    .naptar_datum {
        text-align: left;
        color: #D6222A;
        font-family: 'ekster-regular';
    }
    .naptar_idopont {
        background-color: #d6222a3d;
        border-radius: 20px;
        margin-bottom: 5px;
        font-family: 'ekster-regular';
        padding: 0px;
        padding-top: 2px;
    }
    .het_napjai {
        background-color: #d6222a3d;
        font-family: 'ekster-bold';
        min-height: 20px!important;
        height: 20px!important;
        padding-top: 2px;
    }
    .konzultacios_vasarlasgomb {
        border: 1px solid #D6222A;
        background-color: #D6222A;
        border-radius: 20px;
        padding-left: 23px!important;
        padding-right: 23px!important;
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        font-size: 15px;
    }

    .stream_0 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .stream_chat {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .stream_1 {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .stream_chat_helye {
        font-family: 'ekster-medium';
        width: 99%;
        height: 600px;
        /*background: #323F50;*/
        text-align: center;
        border: 2px solid #D6222A;
        margin-left: auto;
        margin-right: auto;
    }
    .stream-cover{
        /*height: 100% !important;*/
    }

    .video_intro {
        font-family: 'ekster-regular';
        padding-top: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .video_title span{
        padding-left:10px;
    }
    .video_title img{
        align-self: start;
    }
    .video_title {
        display: flex;
        font-family: 'ekster-bold';
        padding-right: 20px;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 24px;
        text-transform: uppercase;
    }
    .video_page {
        padding-top: 140px;
        background: #15171A;
        color: white;
        background-position-x: center;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-image: none;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .etrend_lefel_nyil {
        text-align: center;
        padding-top: 20px;
    }
    .hir_button {
        display: flex;
        position: absolute;
        right: -20px;
        bottom: 0px;
    }
    .fiok_adatok_osszeg {
        background: #D6222A;
        border-radius: 30px;
        font-size: 16px;
        color: white;
        width: 160px;
        height: 39px;
        display: flex;
        font-family: 'eskter-regular';
        align-items: center;
        padding-left: 20px;
    }
    .fiok_elofizetes_adatai_csomag {
        border: 1px solid #3D464D;
        border-radius: 30px;
        max-width: 166px;
        height: 39px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        font-family: 'ekster-regular';
        color: #3D464D;
        margin-bottom: 16px;
    }
    .fiok_title0 img{
        width: 42px;
        padding-right: 11px;
        padding-left: 12px;
    }
    .fiok_title0 {
        max-width: 100%;
        padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-radius: 15px;
        margin: 0px;
        margin-left: 10px;
        margin-right: 10px;
        display: flex;
        font-family: 'ekster-bold';
        font-size: 22px;
        text-transform: uppercase;
        color: #3D464D;
    }
    .fiok_outer {
        display: block;
    }
    .fiok_outer_left {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .fiok_outer_right {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .fiok_outer_center1 {
        width: auto;
        margin-left: 42px;
        margin-right: 10px;
        border-left: 2px solid #D6222A;
        border-bottom: 2px solid #D6222A;
        height: 39px;
    }
    .fiok_outer_center2 {
        height: 7px;
        width: 724px;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 2px solid #D6222A;
        height: 39px;
        display: none;
    }
    .fiok_adatok {
        max-width: 100%;
        background: white;
        padding: 30px;
        border-radius: 15px;
        margin: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .fiok_title1 img{
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .fiok_title1 {
        padding-bottom: 24px;
        /*padding-bottom: 0px;*/
        font-family: 'ekster-bold';
        font-size: 20px;
        color: #3D464D;
        text-transform: uppercase;
        width: 100%;
        display: flex;
    }
    .fiok_title2 {
        padding-bottom: 5px;
        font-family: 'ekster-regular';
        font-size: 16px;
        color: #3D464D;
        width: 100%;
    }
    .fiok_elofizetes_adatai {
        background: white;
        max-width: 100%;
        border-radius: 15px;
        padding: 30px;
        margin: 10px;
        margin-left: 20px;
        margin-right: 20px;
        /* margin-left: auto; */
        /* margin-right: 0; */
    }
    .fiok_szallitasi_adatok {
        background: white;
        padding: 30px;
        border-radius: 15px;
        margin: 10px;
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        /* margin-left: auto; */
        /* margin-right: 0; */
    }
    .fiok_col {
        flex: 0 0 auto;
        width: 100%;
    }
    .fiok_fiok_adatok {
        background: white;
        padding: 30px;
        border-radius: 15px;
        max-width: 100%;
        margin: 10px;
        /*margin-left: 10px;
        margin-right: 10px;*/
        margin-left: 20px;
        margin-right: 20px;
    }
    .fiok_szamlazasi_adatok {
        background: white;
        padding: 30px;
        border-radius: 15px;
        margin: 10px;
        max-width: 100%;
        /*margin-left: 10px;
        margin-right: 10px;*/
        margin-left: 20px;
        margin-right: 20px;
    }
    .adatok_modositasa {
        height: 45px;
        width: 268px;
        background: #D6222A;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'HelveticaNeueLight';
        font-size: 14px;
        color: white;
        border-radius: 26px;
        text-transform: uppercase;
        border: 0px solid #D6222A;
        margin-left: auto;
        margin-right: auto;
    }
    .fiok_mentes1{
        padding-top: 30px;
        padding-bottom: 60px;
    }
    /*.fiok_elofizetes_adatai .fiok_title1::after{
        content: " ";
        display: inline-block;
        background-image: url(/images/new/mobile_profile_arrow.svg);
        background-size: cover;
        width: 16px;
        height: 9px;
        position: relative;
        left: 0;
        bottom: 3px;
    }*/
    .fiok_adatok .fiok_title1{
        padding-bottom: 24px;
    }
    /*.fiok_elofizetes_adatai .fiok_title2,
    .fiok_elofizetes_adatai .fiok_elofizetes_adatai_csomag,
    .fiok_elofizetes_adatai .fiok_elofizetes_adatai_vege{
        display: none;
    }
    .fiok_szallitasi_adatok .fiok_title2,
    .fiok_szallitasi_adatok input{
        display: none;
    }
    .fiok_fiok_adatok .fiok_row{
        display: none;
    }
    .fiok_szamlazasi_adatok .fiok_row{
        display: none;
    }*/




    .eddzvelem_top{
        display: inline-flex;
        padding-bottom: 130px;
        width: auto;
        justify-content: center;
    }
    .eddzvelem_top_center{
        display: inline-flex;
        padding-bottom: 50px;
        width: auto;
        justify-content: center;
    }
    .eddzvelem_online_play a img{
        width: 24px;
    }
    .kategoria_videok2 .kategoria_video{
        /*width: 24% !important;*/
        width: 33% !important;
    }
    .kategoria_videok2{
        /*justify-content: space-between;*/
        justify-content: space-around;
    }
    .padding-140{
        padding-left: 0px;
        padding-right: 0px;
    }
    .login_container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .login_content{
        width: auto;
    }
    .login_email input{
        /*width: auto;*/
        width: 218px;
    }
    .login_password input{
        /*width: auto;*/
        width: 218px;
    }
    .login_bottom_txt_a2 {
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-family: 'HelveticaNeueLight';
        font-size: 14px;
        width: 248px;
        border-radius: 26px;
        border: 1px solid #3D464D;
        background: transparent;
        padding-top: 14px;
        padding-bottom: 14px;
        text-transform: uppercase;
        color: #3D464D !important;
    }
    .login_bottom_txt_a {
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-family: 'HelveticaNeueLight';
        font-size: 14px;
        width: 248px;
        border-radius: 26px;
        border: 0px;
        background: #D6222A;
        padding-top: 14px;
        padding-bottom: 14px;
        text-transform: uppercase;
        color: white !important;
    }
    .mobile_hidden{
        display: none;
        visibility: hidden;
    }
    #Layer_1{
        max-width: 300px;
    }
    .footer_menu_mobile{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 36px;
        border-bottom: 1px solid #ffffff12;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    .footer_menupont{    
        font-family: 'ekster-medium';
        color: white;
        padding-left: 0;
        padding-right: 0;
        font-size: 11px;
        max-width: 24%;
        flex: 0 0 24%;
        display: inline-block;
        padding-bottom: 17px;
        position: relative;
        display: block;
        -webkit-box-flex: 0;
    }
    #textdiv{
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        transform: translate(0px, -50%);
        color: white;
        text-align: start;
        padding-left: 60px;
        font-size: 33px;
    }
    #textdiv h1 {
        font-family: 'ekster-bold';
        text-transform: uppercase;
        font-size: 33px;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .home_vid_eddzvelem {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 13px;
        padding-bottom: 13px;
        border: 1px solid #D6222A;
        border-radius: 25px;
        background-color: #D6222A;
        color: white;
        font-size: 18px;
        font-family: 'ekster-medium';
    }
    .instafeed_1{
        display: flex;
        flex-direction: row;
        /*justify-content: space-between;*/
        justify-content: center;
    }
    .insta2{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 50px;
        background: -webkit-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
        background: -o-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
        background: -moz-linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);    
        background: linear-gradient(180deg, #e7ebef 70%, #d6222a 70%);
    }
    .instagram-gallery-medium > a {
        width: 200px;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin: 5px;
        flex: 0 0 48% !important;
    }
    .insta_class0{
        text-align: center;
        padding-bottom: 36px;
    }
    .hir {
        /* background-position: center; */
        border-radius: 7px;
        background-repeat: no-repeat;
        width: 314px;
        height: 247px;
        position: relative;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
        text-align: start;
    }
    .hir_text {
        padding-left: 25px;
        padding-right: 25px;
        position: absolute;
        bottom: 27px;
    }
    .hir_title {
        font-family: 'ekster-bold';
        text-transform: uppercase;
        color: white;
        font-size: 30px;
        width: 216px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .hirek {
        background-image: none;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
        background-color: #E7EBEF;
        padding-top: 70px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hirek_title {
        font-family: 'ekster-bold';
        text-transform: uppercase;
        font-size: 24px;
        color: #3D464D;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hirek_vonal {
        margin-left: auto;
        margin-right: auto;
        width: 35px;
        border-bottom: 2px solid #D6222A;
        margin-top: 0px;
        margin-bottom: 65px;
    }
    /*.home_termekek_bal_termek {
        width: auto;
        height: auto;
        display: inline-grid;
        background: white;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
        flex: 0 0 43%;
        max-width: 43%;
    }*/
    .home_termekek_bal_termek {
        display: block;
        width: 43%;
        flex: 0 0 auto;
        margin-right: 10px;
        margin-left: 10px;
        background: white;
        height: auto;

    }
    /*.home_termekek_bal_termek2 {
        width: auto;
        height: auto;
        display: inline-grid;
        background: white;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 100%;
    }*/
    .home_termekek_bal_termek2 {
        width: auto;
        height: auto;
        display: block;
        background: white;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
        /* flex: 0 0 50%; */
        /* flex: 0 0 43%; */
        max-width: 100%;
    }
    .home_termekek_bal_termek_title {
        font-family: 'ekster-medium';
        width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 0px;
        display: inline-block;
        color: #3D464D;
        font-size: 14px;
    }
    .img_home_termek_bal {
        height: 300px;
    }
    .home_termekek_bal_termek_price {
        font-family: 'ekster-regular';
        display: inline-block;
        float: right;
        padding-right: 0px;
        color: #D6222A;
        font-size: 14px;
    }
    .home_termekek_bal_termek_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home_termekek{
        background-image: none;
        text-align: center;
    }
    .home_termekek_title::before{
        background-image: none;
        content: " ";
        width: 0px;
        height: 0px;
        display: inline-flex;
        margin-right: 0px;
    }
    .home_termekek_title {
        font-family: 'ekster-bold';
        font-size: 24px;
        color: #3D464D;
        padding-bottom: 8px;
        padding-top: 35px;
        text-transform: uppercase;
    }
    .home_termekek_title_price {
        display: block;
        align-self: end;
        padding-bottom: 13px;
        width: inherit;
        text-align: start;
    }
    .termekek_mobile_vonal {
        margin-left: auto;
        margin-right: auto;
        width: 35px;
        border-bottom: 2px solid #D6222A;
        margin-top: 0px;
        margin-bottom: 26px;
    }
    .lorem_ipsum_text {
        font-family: 'ekster-light';
        font-size: 15px;
        text-align: center;
        color: white;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 42px;
    }
    .lorem_ipsum_title {
        font-family: 'ekster-bold';
        text-transform: uppercase;
        font-size: 30px;
        text-align: center;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }
    .lorem_ipsum_button {
        text-align: center;
        width: 175px;
        background-color: #D6222A;
        color: white;
        border-radius: 25px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .lorem_ipsum_button a {
        font-family: 'ekster-medium';
        font-size: 14px;
        color: white;
    }
    .lorem_ipsum {
        background-image: url(/images/new/lorem_ipsum_mobile.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #15171A;
        height: 380px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .mobil_edzestipus_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 25px;
        margin-left: 25px;
        /*justify-content: space-evenly;*/
        justify-content: center;
    }
    .mobil_edzestipus_bal{
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        display: block;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobil_edzes_img{
        height: auto;
        max-width: 100%;
    }
    .mobil_edzes_vonal {
        margin-left: auto;
        margin-right: auto;
        width: 35px;
        border-bottom: 2px solid #D6222A;
        margin-top: 22px;
        margin-bottom: 25px;
    }
    .mobil_edzestipus_title{
        background: #D6222A;
        border-radius: 0px 0px 0px 30px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ekster-bold';
        font-size: 14px;
        color: white;
    }
    .mobil_edzestipus_image{
        background: #D6222A;
    }
    .mobil_edzestipus_bal{
        padding-bottom: 15px;
        max-width: 260px;
        border-radius: 0px 0px 0px 30px;
    }
    .mobil_edzes_img2 {
        height: auto;
        max-width: 100%;
    }
    .mobil_edzestipus_title2 {
        background: #D6222A;
        border-radius: 0px 0px 30px 30px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ekster-bold';
        font-size: 14px;
        color: white;
    }
    .mobil_edzestipus_image2 {
        background: #D6222A;
    }
    .mobil_edzestipus_bal2 {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        display: block;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
        max-width: 260px;
        border-radius: 0px 0px 30px 30px;
    }
    .mobil_edzes_img3 {
        height: auto;
        max-width: 100%;
    }
    .mobil_edzestipus_title3 {
        background: #D6222A;
        border-radius: 0px 0px 30px 0px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ekster-bold';
        font-size: 14px;
        color: white;
    }
    .mobil_edzestipus_image3 {
        background: #D6222A;
    }
    .mobil_edzestipus_bal3 {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        display: block;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 15px;
        max-width: 260px;
        border-radius: 0px 0px 30px 0px;
    }
    .mobil_menu{
        background: transparent;
        position: fixed;
        z-index: 1000;
        display: flex;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100vw;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
        align-items: center;
        justify-content: space-around;
    }
    .mobil_menu2{
        background: transparent;
        position: fixed;
        z-index: 1000;
        display: flex;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100vw;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
        align-items: center;
        justify-content: space-around;
    }
    .mobil_menupont_profil{
        margin-left: auto;
        margin-right: 20px;
    }
    .mobil_menupont_search{
        margin-left: 0px;
        margin-right: 20px;
    }
    .mobil_menupont_kosar{
        margin-right: 30px;
    }
    .mobil_menu_toggle{
        padding-right: 24px;
    }
    .mobil_top_bar{
        display: flex;
        background: #D6222A;
        /*position: fixed;*/
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100vw;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 24px;
        align-items: center;
        justify-content: space-between;
    }
    .mobil_menu_menu {
        /* bottom: 0; */
        /* left: 50%; */
        /* transform: translate(-50%, 0%); */
        /* padding-left: 24px; */
        /* align-items: center; */
        /*position: absolute;*/
        /* height: 100vh;*/
        display: none;
        background: #D6222A;
        position: fixed;
        z-index: 1001;
        top: 0;
        /*width: 100vw;*/
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-around;
        border-bottom: 3px solid #323F50;
        position: fixed;

        width: 100%;
        height: 100%;
    }
    .mobil_close_menu{
        margin-right: 24px;
    }
    .mobil_menu_part{
        display: block;
        height: 70vh;
        padding-top: 76px;
        margin-right: auto;
        margin-left: auto;

        /*height: 100%;*/
        overflow-y: auto;
        position: absolute;
        overflow-x: hidden;
    }
    .mobil_menupont{
        display: block;
        font-family: 'ekster-bold';
        font-size: 15px;
        margin-bottom: 28px;
        /* margin-bottom: 36px;*/
        z-index: 1002;
        color: white;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mobil_menupont_reg{
        background: transparent;
        border: 1px solid white;
        color: white;
        border-radius: 20px;
        width: 282px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobil_menupont_eddz{
        background: white;
        border: 1px solid white;
        color: #15171A;
        border-radius: 20px;
        width: 282px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .webshop_outer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .webshop_kategoriak {
        display: block;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .webshop {
        background-color: #E7EBEF;
        padding-top: 140px;
        background-image: none;
        background-repeat: no-repeat;
    }
    .webshop_termekek {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .webshop_category_title::after {    
        background-image: url(/images/new/kategoriak_0.svg);
        content: " ";
        width: 11px;
        height: 19px;
        display: inline-flex;
        margin-left: 10px;
    }
    .webshop_kategoriak {
        display: none;
        flex: 0 0 100%;
        max-width: 100%;
        background: white;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .webshop_rendezes{
        display: inline-flex;
    }
    .webshop_category_title {
        font-family: 'ekster-bold';
        font-size: 24px;
        color: #3D464D;
        padding-bottom: 10px;
    }
    .video-cover {
        border-radius: 7px;
        max-width: 398px;
        height: 120px;
        max-height: 240px;
        margin-bottom: 21px;
    }
    .vid-cover-stream {
        border-radius: 7px !important;
        max-width: 398px !important;
        height: 170px !important;
        max-height: 240px !important;
        margin-bottom: 21px !important;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
        width: 100%;
    }
    .eddzvelem_top_left {
        padding-left: 0;
        padding-right: 0;
        align-self: center;
        text-align: center;
    }
    .eddzvelem_top {
        /*display: inline-flex;*/
        display: block;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .eddzvelem_top_left_btn a {
        font-family: 'ekster-medium';
        background: #D6222A;
        width: 206px;
        height: 50px;
        text-align: center;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .eddzvelem_container2 {
        background-image: none !important;
    }
    .eddzvelem_top_right .img-fluid-p{
        border-radius: 7px;
    }
    .eddzvelem_top_right {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        
        margin-right: auto;
        margin-left: auto;
    }
    .eddzvelem_online2 {
        margin-top: 60px;
    }
    .eddzvelem_online {
        /* margin-top: 130px; */
        /* padding-bottom: 60px; */
        padding-bottom: 56px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .owl-next {
        position: absolute;
        top: 20% !important;
        right: -18px !important;
    }
    .owl-prev {
        position: absolute;
        top: 20% !important;
        left: -18px !important;
    }
    .vp-container {
        position: absolute;
        top: 50%;
        left: 50%;
        /* width: 80%; */
        /* height: 60%; */
        max-width: 90%;
        transform: translate(-50%,-50%);
        background-color: white;
    }
    #prev_img{
        width: 15px !important;
    }
    #next_img{
        width: 15px !important;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 24px;
    }
    
    #registration {
        font-family: 'ekster-regular';
        min-height: 400px;
        position: relative;
        /* top: 80px; */
        /* background-color: white; */
        background-color: #FFFFFF;
        border-radius: 15px;
        padding: 0px 0px 0px 10px;
    }
    #registration .right {
        padding-right: 40px;
    }
    #registration .aszf {
        padding-right: 10px;
    }
    #registration .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .background-path-register-page {
        background: #E7EBEF;
        padding-top: 140px;
        padding-bottom: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-btn{
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-family: 'HelveticaNeueLight';
        font-size: 14px;
        width: 248px;
        border-radius: 26px;
        border: 0px;
        background: #D6222A;
        padding-top: 14px;
        padding-bottom: 14px;
        text-transform: uppercase;
        color: white !important;
    }
    .search {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search_form {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .search_input input {
        font-family: 'ekster-regular';
        font-size: 16px;
        padding: 10px;
        padding-left: 20px;
        margin-bottom: 20px;
        width: auto;
        border-radius: 30px;
        border: 0px;
        background: #E7EBEF;
    }
    .webshop_1 {
        display: block;
        width: 100%;
    }
    .webshop_0 {
        width: 100%;
    }
    .webshop_cart_tovabb_div {
        display: flex;
        width: 100%;
        max-width: 100%;
        padding-bottom: 50px;
    }
    .webshop_cart_tovabb_osszeg {
        border-radius: 15px;
        /*height: fit-content;*/
        height: max-content;
        width: 100%;
        background-color: white;
        margin-left: 0px;
    }
    .webshop_cart {
        padding-top: 140px;
        background-color: #E7EBEF;
        color: #3D464D;
        min-height: 800px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .webshop_cart_product {
        background: #DFE4E8;
        /* border: 1px solid #707070; */
        border-radius: 20px;
        height: auto;
        display: flex;
        position: relative;
        padding: 15px;
        align-items: center;
        margin-bottom: 20px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .webshop_cart_a {
        display: block;
        /* align-items: center; */
    }
    .order_data {
        background: #DFE4E8;
        border-radius: 20px;
        display: block;
        position: relative;
        padding: 15px;
        padding-right: 35px;
        margin-bottom: 20px;
        font-family: 'ekster-light';
        color: #292929;
        font-size: 16px;
    }
    .order_data2 {
        background: #DFE4E8;
        border-radius: 20px;
        display: block;
        position: relative;
        padding: 15px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-family: 'ekster-light';
        color: #292929;
        font-size: 16px;
    }
    .order_data input {
        font-family: 'ekster-regular';
        font-size: 16px;
        /* padding: 10px; */
        padding-left: 20px;
        /* margin-left: 20px; */
        width: 100%;
        border-radius: 30px;
        border: 0px;
        background: white;
        margin-left: 0; 
        display: block;
        height: 30px;
        margin-top: 10px;
    }
    .order_data2 select {
        font-family: 'ekster-regular';
        font-size: 16px;
        /*padding-left: 15px;*/
        padding-left: 5px;
        margin-left: 20px;
        width: 100%;
        border-radius: 30px;
        border: 0px;
        background: white;
        margin-left: auto;
        margin-top: 10px;
    }
    .order_data2 textarea {
        font-family: 'ekster-regular';
        font-size: 16px;
        padding-left: 0px;
        margin-left: 20px;
        width: 100%;
        border-radius: 30px;
        border: 0px;
        background: white;
        margin-left: 0;
        margin-top: 10px;
    } 
    .webshop_order {
        padding-top: 140px;
        background: #E7EBEF;
        color: #3D464D;
        padding-left: 15px;
        padding-right: 15px;
    }
    .elofizetes_csomagok {
        background-image: none;
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
        text-align: center;
        padding-bottom: 10px;
    }
    .konzultacios_csomagok {
        text-align: center;
        padding-bottom: 10px;
    }
    .csomag_card_vasarlas_first {
        font-family: 'ekster-medium';
        background-color: #D6222A;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 30px 30px;
    }
    .csomag_card_first {
        border-radius: 0px 0px 30px 30px;
        display: inline-block;
        background-color: white;
        width: 270px;
        margin-left: 23px;
        margin-right: 23px;
        margin-bottom: 30px;
    }
    .csomag_card_vasarlas_last {
        font-family: 'ekster-medium';
        background-color: #D6222A;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 30px 30px;
    }
    .csomag_card_last {
        border-radius: 0px 0px 30px 30px;
        display: inline-block;
        background-color: white;
        width: 270px;
        margin-left: 23px;
        margin-right: 23px;
        margin-bottom: 30px;
    }
    .csomag_card_vasarlas {
        font-family: 'ekster-medium';
        background-color: #D6222A;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        height: 67px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 0px 30px 30px;
    }
    .csomag_card {
        border-radius: 0px 0px 30px 30px;
        display: inline-block;
        background-color: white;
        width: 270px;
        margin-left: 23px;
        margin-right: 23px;
        margin-bottom: 30px;
    }
    .elofizetes_text{
        /*display: none;*/
        padding-left: 20px;
        padding-right: 20px;
        /*ezt itt modositani padding-bottom: 60px-re*/
        padding-bottom: 10px;
    }
    .elofizetes_title {
        font-family: 'ekster-bold';
        color: #3D464D;
        padding-top: 140px;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
    }
    /*
    ide jon a konzultacios idopont elcsusztatasa balra*/
    .webshop_cart_product_idopontfoglalas .webshop_cart_a{
        display: flex !important;
        margin-left: 0 !important;
    }
    .webshop_order .webshop_cart_a {
        display: block;
        /* align-items: center; */
        margin-left: auto;
        /*margin-right: auto;*/
    }
    .blog_container0 {
        height: auto;
        flex: 1 0 0%;
        background: white;
        margin: 5px;
        max-width: 841px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .blog_blog0 {
        background: white;
        color: #3D464D;
        float: left;
        position: relative;
        height: 100%;
    }
    .blog_osszes {
        width: 216px;
        height: 34px;
        display: flex;
        border: 1px solid #3D464D;
        border-radius: 20px;
        font-size: 16px;
        font-family: 'ekster-medium';
        color: #3D464D;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    .blog_container {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog {
        padding-top: 140px;
        background: #E7EBEF;
        min-height: 800px;
        color: #3D464D;
        padding-bottom: 0px;
    }
    .blog_post {
        color: #3D464D;
        background-color: #E7EBEF;
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_post_container {
        font-family: 'ekster-medium';
        /* border-radius: 20px; */
        background: transparent;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_post_content_center {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 0px;
        font-size: 20px;
    }
    .blog_post_center img{
        width: 100%!important;
        height: auto;
    }
    .blog_post_center {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        background: transparent;
        /* border-radius: 20px; */
    }
    .blog_post_haromszog {
        position: relative;
        left: 50%;
        bottom: 4px;
        transform: translate(-50%, 0px);
    }
    .blog_post_haromszog01 {
        position: relative;
        left: 50%;
        /*bottom: 0px;*/
        bottom: 4px;
        transform: translate(-50%, 0px);
        text-align: center;
    }
    .blog_post_haromszog011 {
        position: relative;
        left: 50%;
        bottom: 0px;
        /*bottom: 4px;*/
        transform: translate(-50%, 0px);
        text-align: center;
    }
    .blog_post_content_title {
        position: relative;
        text-align: center;
        padding-top: 20px;
        font-size: 45px;
        font-family: 'ekster-medium';
        color: #3D464D;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 0px;
    }
    .blog_post_date {
        position: relative;
        bottom: 0px;
        right: 5%;
        font-family: 'ekster-medium';
        font-size: 16px;
        color: #3D464D;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .blog_next0 {
        position: relative;
        bottom: 30px;
        right: 0px;
        left: 35px;
        width: 138px;
        background: #D6222A;
        text-align: center;
        height: 34px;
        color: white;
        display: flex;
        align-items: center;
        border-radius: 20px;
        justify-content: center;
    }
    .receptek_recept0 {
        background: white;
        color: #3D464D;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: auto;
        height: 430px;
        display: block;
        flex: 1 0 0%;
        margin-bottom: 40px;
    }
    .receptek_title0 {
        font-size: 34px;
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        width: 500px;
    }
    .receptek_container {
        padding-bottom: 110px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .receptek_content0 {
        color: white;
        position: absolute;
        bottom: 40px;
        left: 40px;
        width: auto;
    }
    .receptek_intro{
        min-height: 18px;
    }
    .recept {
        color: #3D464D;
        background-color: #E7EBEF;
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
    }
    .recept_content_title {
        /*position: relative;
        text-align: center;
        padding-top: 20px;
        font-size: 45px;
        font-family: 'ekster-medium';
        color: #3D464D;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 0px;
        text-shadow: none;*/
        /*position: absolute;
        text-align: center;
        padding-top: 0;
        font-size: 30px;
        font-family: 'ekster-medium';
        color: #ffffff;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 20px;
        text-shadow: none;*/
        position: absolute;
        text-align: center;
        padding-top: 0;
        font-size: 30px;
        font-family: 'ekster-medium';
        color: #ffffff;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 20px;
        /* top: 0; */
        text-shadow: none;
    }
    .recept_top_image_new{
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 260px;
        width: auto;
        max-width: 1199px;
        position: relative;
    }
    .recept_container {
        font-family: 'ekster-medium';
        /* border-radius: 20px; */
        background: transparent;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .recept_content_center {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 0px;
        font-size: 20px;
    }
    .recept_center_0 {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
        background: transparent;
        /* border-radius: 20px; */
    }
    .kapcsolat_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .kapcsolat_kapcsolat {
        background: white;
        display: flex;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
        padding-top: 60px;
        color: #3D464D;
    }
    .kapcsolat_title {
        padding-bottom: 10px;
        font-size: 15px;
    }
    .slider.desktop_hidden {
        background-color: #E7EBEF;
        padding-bottom: 80px;
    }
    .edzestipusaim_container{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .edzestipusaim_edzestipusaim {
        background: white;
        display: block;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-bottom: 20px;
        color: #3D464D;
        margin-left: 10px;
        margin-right: 10px;
    }
    .edzestipusaim_desc {
        font-family: 'ekster-light';
        font-size: 18px;
        color: #3D464D;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .edzestipusaim_right {
        padding: 0px;
        width: 100%;
    }
    .edzestipusaim_title {
        font-family: 'ekster-medium';
        font-size: 28px;
        color: #3D464D;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .elofizetes_detail_video{
        text-align: -webkit-center;
        text-align: -moz-center;
        /*padding-top: 30px;*/
        padding-top: 0px;
        padding-bottom: 10px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }


    .webshop_product{
        padding-left: 15px;
        padding-right: 15px;
    }
    .webshop_product_content {
        display: block;
    }
    .webshop_product_right {
        flex: none;
        max-width: 100%;
        color: #3D464D;
    }
    .price {
        margin-bottom: 30px;
        font-size: 24px;
        display: inline-block;
    }
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #3B4D54;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    .webshop_mobile_product_image.desktop_hidden {
        background: white;
        position: relative;
        margin-bottom: 20px;
    }
    .mySlides {
        text-align: center;
    }
    .webshop_product_line {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .webshop_product_kategoriak{
        font-family: 'ekster-light';
        padding-bottom: 20px;
    }
    .quantity_container {
        display: inline-block;
        border: 1px solid gray;
        border-radius: 20px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .kosarbagomb {
        text-align: center;
    }

    .recept_new_adatblokk1 {
        padding-bottom: 0px;
        color: #5B646B;
        font-family: 'ekster-medium';
        font-size: 16px;
    }
    .recept_new_adatblokk3{
        font-family: 'ekster-bold';
        font-size: 14px;
    }
    .recept_new_adatblokk2_title {
        color: #5B646B;
        font-family: 'ekster-medium';
        font-size: 24px;
        border: 1px solid #5B646B;
        border-radius: 20px 20px 0px 0px;
        padding-top: 14px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .recept_new_adatblokk2{
        color: #5B646B;
        border: 1px solid #5B646B;
        border-radius: 0px 0px 20px 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: 'ekster-medium';
    }
    .recept_new_adatblokk4 {
        padding-top: 24px;
    }
    .recept_new_row_title2 {
        font-family: 'ekster-meidum';
        font-size: 22px;
    }
    .recept_new_row_title {
        font-family: 'ekster-bold';
        font-size: 22px;
    }
    .recept_new_cont2 .recept_new_row2 .recept_new_row_content {
        font-family: 'ekster-medium';
        font-size: 14px;
    }
    .recept_new_adatblokk3{
        padding-bottom:20px;
    }


    .etrend_new_content {
        padding: 40px;
        background-color: white;
        border-radius: 15px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .etrend_new_kcal {
        flex: 1 0 0%;
        font-family: 'ekster-medium';
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #5B646B;
        border-radius: 20px;
        max-width: 200px;
        width: 200px;
        text-align: center;
        text-transform: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .etrend_new_title {
        font-family: 'ekster-medium';
        font-size: 19px;
        text-transform: uppercase;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .etrend_new_content {
        padding: 20px;
        background-color: white;
        border-radius: 15px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-top: 30px;
    }
    .etrend_new_title::before {
        background-image: url(/images/new/r239.svg);
        content: " ";
        width: 5px;
        height: 32px;
        position: absolute;
        top: -10px;
        left: -20px;
    }
    .etrend_new_desc ul{
        padding-inline-start: 20px;
    }

    .recept_new_adatblokk1 .elkeszitesi{
        color: #D6222A;
        font-family: 'ekster-bold';
        font-size: 14px;
    }
    .recept_new_adatblokk1 .nehezsegi{
        color: #D6222A;
        font-family: 'ekster-bold';
        font-size: 14px;
    }
    .recept_new_adatblokk1 .kaloria{
        color: #D6222A;
        font-family: 'ekster-bold';
        font-size: 14px;
    }
}

@media (max-width: 965px){
    .blog_post_haromszog011 {
        position: relative;
        left: 50%;
        bottom: 0px;
        /*bottom: 4px;*/
        transform: translate(-50%, 0px);
        text-align: center;
    }
}

@media (max-width: 850px){
    .eddzvelem_online_text_description {
        font-family: 'ekster-light';
        /* padding-left: 24px; */
        padding-left: 16px;
        font-size: 14px;
        /* width: 190px; */
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .order_data3 {
        background: #DFE4E8;
        border-radius: 20px;
        display: block;
        position: relative;
        padding: 15px;
        margin-bottom: 20px;
        font-family: 'ekster-light';
        color: #292929;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .stream_0 iframe {
        height: 470px !important;
    }    
    .stream-cover {
        height: 470px !important; 
    }
}

@media (max-width: 750px){
    .elofizetes_detail {
        border-radius: 0px 0px 30px 30px;
        display: inline-block;
        background-color: white;
        width: 270px;
        margin-left: 23px;
        margin-right: 23px;
    }
    .img_home_termek_bal {
        height: 250px;
    }
    .eddzvelem_online_text_description {
        font-family: 'ekster-light';
        /* padding-left: 24px; */
        padding-left: 16px;
        font-size: 14px;
        /* width: 190px; */
        /*width: 150px;*/
        width: 172px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .kategoria_videok2 .kategoria_video{
        width: 32% !important;
    }
}

@media (max-width: 650px){
    .img_home_termek_bal {
        height: 200px;
    }
    .receptek_title0 {
        font-size: 34px;
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        width: 179px;
    }
    .kategoria_videok2 .kategoria_video{
        width: 47% !important;
    }
    .kategoria_videok2{
        justify-content: space-between;
        /*justify-content: space-around;*/
    }
    .kategoria_videok2{
        justify-content: space-around;
    }
}

@media (max-width: 510px){
    .img_home_termek_bal {
        height: 150px;
    }
}

@media (max-width: 500px){
    .eddzvelem_online_osszes {
        font-family: 'ekster-medium';
        color: white;
        border: 1px solid white;
        border-radius: 20px;
        font-size: 14px;
        padding-left: 39px;
        padding-right: 39px;
        height: 30px;
        display: flex;
        align-items: center;
        /* float: left; */
        margin-bottom: 10px;
        margin-top: 5px;
        /*width: fit-content;*/
        width: max-content;
        float: none;
    }
}

@media (max-width: 450px){
    .kategoria_videok2 .kategoria_video {
        width: 100% !important;
    }
}

@media (max-width: 450px){
    .img_home_termek_bal {
        height: 119px;
    }
    .eddzvelem_online_text_description {
        font-family: 'ekster-light';
        /* padding-left: 24px; */
        padding-left: 16px;
        font-size: 14px;
        /* width: 190px; */
        /*width: 90px;*/
        width: 230px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .video_page .video_container .video-cover {
        /*min-height: 385px;*/
        min-height: 205px;
        border-radius: 0px;
        height: 100%;
        margin-bottom: 0px;
        width: 100%;
        max-width: none;
        max-height: none;
        margin-right: 0px;
        position: relative;
    }
    .stream_0 iframe {
        height: 300px !important;
    }
    .stream-cover {
        height: 300px !important;
    }
}
