@import 'full-width.css';
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
*
{
    font-family: 'Teko' !important;
/*    max-width:100% !important; */
    box-sizing: border-box !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    outline: none !important;
}
input:focus {
    outline: none !important;

}
select:-webkit-autofill,
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus, 
select:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    outline: none !important;
}
select:focus {
    outline: none !important;

}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
textarea:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    outline: none !important;
}
textarea:focus {
    outline: none !important;

}

body
{
    background: repeat fixed center  0 / cover #fff;
    color: #686868 !important;
    font-size: 20px !important;
    margin: 0;
    margin-top:80px !important;
}
form,fieldset
{
    border-style: none;
}
img
{
    border:0;
}
a,a.visited,a:link,a.active
{
    color:#c12828;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

p {
    color: #686868 !important;
    line-height: 1.3em;
    text-align: justify;
    /*    font-size:14px;*/
}
ul
{
    list-style-type: none;
}
*
{
    padding:0;
    margin:0;
    font-kerning: normal;
}
h1
{
    margin:0 0 1em;
    color:#873835;    
    font-size: 23px;
    font-weight: normal;
}
h2
{
    color: #3B2E2E !important;
    font-size: 21px;
    font-weight: normal;
    margin-left: 15px;
    padding-top: 15px;
    text-align: left;
}
.cntSeparator 
{
    color: #000000;
    font-size: 54px;
    margin: 10px 7px;
}
.rotator
{
    height:250px !important;
    overflow:hidden;
    position:relative;
    width:1000px;
    background: repeat scroll 0 0 transparent;

}
.rotator .item
{
    height:250px !important;
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    width:1000px;
}

.popup
{
    width:100% !important;
    display:none;
}
.kerdes {
    color: rgb(0,128,1);
    font-style: italic;
    margin-bottom: 0;
}

div.topmenu
{
    background:url('design/bg_topmenu.png') no-repeat scroll 0 0;
    height:24px;
    width:980px;
    padding-left:10px;
    padding-right: 10px;
    padding-top:5px;
    color:#ffffff;
    font-weight: bold;
    font-size:11px;
    margin-bottom: 3px;
}
div.topmenu ul li
{
    float:left;
    border-right:2px solid #ffffff;
}
div.topmenu ul li.last
{
    float:left;
    border:none;
}
div.topmenu ul li a
{
    color:#ffffff;
    text-decoration: none;
    margin-right:7px;
    margin-left:7px;
}
div.topmenu ul li a:hover
{
    color:rgb(0,128,1);
    text-decoration: none;
}
div.footer
{
    background:none !important; 
    height:24px;
    width:987px;
    padding-left:3px;
    padding-right: 10px;
    padding-top:5px;
    color:#ffffff;
    font-weight: normal;
    font-size:11px;
    margin-bottom: 3px;
    position:relative;
    top:255px;
    background-color:#4c4447 !important;

}
div.footer ul li
{
    float:left;
    border-right:1px solid #ffffff;
}
div.footer ul li.last
{
    float:left;
    border:none;
}
div.footer ul li a
{
    color:#ffffff;
    text-decoration: none;
    margin-right:7px;
    margin-left:7px;
}
div.footer ul li a:hover
{
    color:#ffffff;
    text-decoration: underline;
}
.btnmehet
{
    background:url('design/btnMehet.gif') no-repeat scroll 0 0 transparent;
    height: 23px;
    width:69px;
    display:block;
    margin:0 auto;
}
.btntorles
{
    background:url('design/btnTorol.gif') no-repeat scroll 0 0 transparent;
    height: 23px;
    width:69px;
    display:block;
    margin:0 auto;
}

div.container
{
    width:100%;
}

div.content
{
    display:block;
    width: 1000px;
    margin:0 auto;
} 

ul.mainmenu
{
    list-style-type:none;
    background-color:#95887e !important;
    font-weight:bold;
    font-size:13px;
    margin:0;
    padding:0;
    height:35px;
    width:1000px;
    list-style-position: none;
    list-style-image: none;
    color:#808080;
    background-image: none !important;
    position: relative;
}
ul.mainmenu>li
{
    position: relative;
    float:left;
    text-transform: uppercase;
    height:35px;
}
ul.mainmenu>li>a
{
    display:block;
    float:left;
    color:#ffffff;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:8px;
    padding-right:8px;
    text-decoration: none;
    display:block;
}

ul.mainmenu>li:not([title]):hover
{
    color:#152e18 !important;
    background-color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}
ul.mainmenu>li:not([title]):hover>a:hover
{
    color:#152e18 !important;
    background-color: #fff !important;
    cursor: pointer;
}
ul.mainmenu>li:not([title]):hover>a
{
    color:#152e18 !important;
    background-color: #fff !important;
    cursor: pointer;
}

ul.mainmenu li.pirosli{
    background:url('design/hatter_akcio1.jpg') no-repeat scroll 0 -2px transparent;
    color:#ffffff;    
}
ul.mainmenu>li.pirosli:hover
{
    background:none;
    background-color:rgb(187,69,59);
    color:#ffffff;
    text-decoration: none;
    cursor: pointer;
}

ul.mainmenu>li:not([title])>a:hover
{
    color:#152e18 !important;
    background-color: #fff !important;
    cursor: pointer;
}
div.inner
{
    /*    width:948px; */
    width:1140px !important;
    background-color:#ffffff;
    padding-top:10px;
    overflow:hidden;
    padding-top:30px;
    padding-bottom:20px;
    border-left:1px solid rgb(188,184,183);
    border-right:1px solid rgb(188,184,183);
    position:relative;
    top:255px;
    min-height:250px;
    box-shadow: 0px 2px 33px rgba(0,0,0,0.9);
    padding-right:0px !important;
    padding-left:0px !important;



}
.full-width div.inner {
    padding-right:0px !important;
    padding-left:0px !important;
}

.clear
{
    clear:both;
    width:1px;

}
.submenu
{
    background: none !important;     
    background-color:#7c3032 !important;
    border: 1px solid #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    box-shadow:4px 4px 5px rgba(0,0,0,0.5);
    text-align: left;
    display:none;
    position:absolute;
    top:80px;
    width:auto;
    z-index:20000;
    overflow:hidden;
    color:rgb(103,123,2);
    opacity:0.93;
    width:170px;
}
.submenu>ul>li
{
    float:left;
    text-transform: none;
    font-weight: normal;
    margin-bottom:10px;
    width:150px;
}
.submenu ul li a
{
    /*    color:rgb(103,123,2);
        font-size:14px;*/
    color:#ffffff;
    font-weight:bold;
}
.kosar_content
{
    height: 1%;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0
}
.kosar_sum .megjegyzes
{
    color:#fff !important;
    text-align: right;
    height:21px !important;
    line-height:21px !important;
    font-weight:normal !important;
}
.kosar_head
{
    background: url("design/bg_kosar_top.gif") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    height: 35px;
    margin: 0 0 -2px;
    padding: 0 0 0 12px;
    text-transform: uppercase;
    width: 930px;
    color:#808080;
    text-align: center;
}
.kosar_head .col1
{
    text-align:left;
    float:left;
    width:670px;
}
.kosar_head .col2
{
    float:left;
    width:98px;
}
.kosar_head .col3
{
    float:left;
    width:77px;
}
.kosar_head .col4
{
    float:left;
    width:80px;
}
.kosar_item
{
    background: url("design/separator5.gif") repeat-x scroll 0 100% transparent;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    margin: 2px 0 -2px;
    padding-top:7px;
    padding-bottom:7px;
    padding-left:12px;
    width: 930px;
    overflow:hidden;
    font-size:13px;
    color:#808080;
}
.kosar_item .col1
{
    color: #535353;
    font-weight: bold;
    float: left;
    text-align: left;
    width: 670px;
}
.kosar_item .col2
{
    float:left;
    width:98px;
    margin-top: 20px;
}
.kosar_item .col3
{
    margin-top: 22px;
    float:left;
    width:77px;
}
.kosar_item .col4
{
    float:left;
    width:80px;
    margin-top: 23px;
    text-transform: none;
    font-weight:normal;

}
.col2 a.minusz
{
    float:left;
    padding-top:3px;
}
.col2 a.plusz
{
    float:left;
    padding-top:3px;
}
.col2 .mennyiseg
{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width:55px;
}
.kosar_img
{
    float: left;
    margin: 0 12px 0 0;
}
.kosar_img img
{
    display: block;
}
p.kosar_nev
{
    margin: 0;
    margin-top:20px;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
}
p.kosar_nev a.kosar_nev
{
    color: #535353;
    text-align: left;
}
.kosar_input
{
    float: left;
    height: 20px;
    margin: 0 2px;
    overflow: hidden;
    padding: 2px 2px 0;
    width: 25px;    
    border:1px solid #873835;
}
.kosar_input input
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    text-align: center;
    width: 25px;
}
.kosar_item a.delete
{
    background: url("design/delete.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    width: 19px;
}
.kosar_item span.ar
{
    font-size:12px;
    text-transform: none;
    font-weight:normal;
    width:80px;
}
.kosar_footer
{
    background: url("design/separator5.gif") repeat-x scroll 0 100% transparent;
    padding-bottom:4px;

}
.kosar_footer .megjegyzes
{
    display:block;
    height:18px;
    padding-top:1px;
    font-size:12px;
    color:#686868;
}
.kosar_footer .megjegyzes_leiras
{
    font-size:11px;
    font-weight: normal;
    color:#808080;
    text-transform:none;
}
.etlap
{
    float: left;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.etel-kategoria
{
    clear: both;
    margin-bottom: 80px;
}
.etlap-nagyit
{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 25px;
    text-align: center;
}
.etlap-hover-hover
{
    /*    border-top:1px solid #c7dfc8 !important;
        border-bottom:1px solid #c7dfc8 !important;
        background-color:#f0f7f1 !important;*/

}
.etlap-szoveg
{
    background-color: transparent;
    clear: both;
    margin: 5px auto 0 !important;
    overflow: hidden;
    width: 850px;
}
.foto
{
    display: inline-block;
    float: left;
    margin-bottom: 3px;
    margin-right: 5px;
    text-align: left;
}
.sorszam
{
    display: inline-block;
    float: left;
    padding-right: 5px;
    text-align: right;
    width: 30px
}
.etel
{
    display: inline-block;
    float: left;
    width: 500px;
}
.meret_select
{
    display: inline-block;
    float: left;
    width: 90px;
    margin-top:4px;
    padding-left:5px;

}
.meret_select select
{
    width:80px;
    color:#c0383e;
    border:1px solid rgb(0,128,1);
    font-weight:bold;
}

.etelnev
{
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1em !important;
    font-size: 1em !important;
    font-weight: 600 !important;    
}
.etelleiras
{
    font-style: italic;
    text-align: left;
}
.ar
{
    display: inline-block;
    float: left;
    text-decoration: none;
    margin-top:4px;

}
.fotokeret	
{
    border: 0px solid #3b2e2e;
}
.etlap-szoveg .col2
{
    float:left;
    width:70px;
    display:inline-block;

}
.etlap-szoveg .rendeles
{
    display: inline-block;
    float: right;
    padding-right: 3px;
    position: relative;
    text-align: center;
    top: 3px !important;
    width: 70px;
}
.btnRendel,.btnRendel.visited,.btnRendel.active,.btnRendel:link
{
    background:url('design/btnRendel.png') no-repeat scroll 0px 0px;
    width:70px;
    height:32px;
    display:block;
    color:#ffffff;
    padding-top:6px;
    font-size:12px;
    text-decoration: none;
    text-align: center;

}
img.btnRendel,img.btnRendel.visited,img.btnRendel.active,img.btnRendel:link
{
    background:none;
    display:block;
    width:69px;
    height:50px;
    padding:0;
    margin:0;
}

.btnmegRendel,.btnmegRendel.visited,.btnmegRendel.active,.btnmegRendel:link
{
    background:url('design/btnRendel.png') no-repeat scroll 0px 0px;
    width:70px;
    height:22px;
    display:block;
    color:#ffffff;
    padding-top:4px;
    text-decoration: none;
    text-align: center;

}
.msgbox_container
{
    font-size:12px;
    width:900px;
    background-color:#ffffff;
    z-index:3000;
    box-shadow:4px 4px 5px rgba(0,0,0,0.6);
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;

}
.kerekit
{
    border-top-left-radius:10px;
    border-top-right-radius:10px;

}
.zolddoboz
{
    background:linear-gradient(to right,#c8372a,#e94d54) !important;
    height:26px !important;
    line-height: 20px !important;
    font-size:1.1em !important;
    padding-top:5px !important;
    color:#fff !important;
    text-transform:uppercase !important;
    border:1px solid #808080 !important;
    text-align:center !important;
}
.pirosdoboz
{
    background:none repeat-x scroll 0 0 #e2dbd5;
    height:21px;
    padding-top:5px;
    color:#000 !important;
    height:26px !important;
    line-height: 20px !important;
    font-size:1.1em !important;
}
.msgbox_inner
{
    width:878px;
    padding:10px;
    border:1px solid #808080;
}
.old_feltet
{
    margin-bottom:5px;
}
.new_feltet
{
    min-height:200px;
    margin-top:15px;
}
.feltet_megj
{
    margin-top:5px;
    margin-bottom:5px;
    overflow:hidden;
    clear:both;
}
.feltet_megj .input_row
{
    overflow:hidden;
    width:608px;
    margin:0 auto;
}
.feltet_megj .label
{
    overflow:hidden;
    width:600px;
    margin:0 auto;
    margin-top:5px;
    margin-bottom:5px;
}
.feltet_mennyiseg
{
    padding-left:5px;
    padding-right:10px;
    clear:both;
    margin-top:5px;
    margin-bottom:5px;
    overflow:hidden;
}
.feltet_mennyiseg .feltet_nev
{
    float:left;
    text-align:left;
    width:410px;
    height:auto;
    padding-top:5px;
    display:inline-block;
}
.feltet_mennyiseg .col2
{
    width:55px;
    overflow:hidden;
    float:left;
    display:inline-block;
}
.feltet_mennyiseg .feltet_ar
{
    width:55px;
    overflow:hidden;
    float:right;
    display:inline-block;
    padding-top:5px;
    text-transform: none;
}
.feltet_lista
{
    font-size:11px;
    text-align:left;
    overflow:hidden;
}
.feltet_lista li
{
    float:left;
    margin-right:15px;
    padding-right:5px;
    padding-bottom:6px;
    width:272px;
    font-size:0.8em !important;
}
.feltet_lista li span.checkbox
{
    background: url("design/icon_checkbox.gif") no-repeat scroll 0 -41px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    width: 16px;
}
.feltet_lista li span.checkbox2
{
    background: url("design/icon_checkbox2.gif") no-repeat scroll 0 -41px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    width: 16px;
}

.feltet_lista li span.checkbox2:hover
{
    background-position: 0 -115px;
}

.feltet_lista li span.checkbox:hover
{
    background-position: 0 -115px;
}
.feltet_lista li span.checkbox-state-checked:hover
{
    background-position: 0 -76px;
}
.feltet_lista li span.checkbox-state-checked
{
    background-position: 0 -2px;
}


.feltet_lista li span.radio
{
    background: url("design/icon_checkbox.gif") no-repeat scroll 0 -240px transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    width: 16px;
}

.feltet_lista li span.radio:hover
{
    background-position: 0 -279px;
}
.feltet_lista li span.radio-state-checked:hover
{
    background-position: 0 -201px;
}
.feltet_lista li span.radio-state-checked
{
    background-position: 0 -162px;
}


.feltet_lista li input
{
    float:left;
    margin-right:5px;
}
.feltet_lista li .feltet_nev
{
    float:left;
}
.feltet_lista li .feltet_ar
{
    text-transform:none;
    font-weight:bold;
    float:right
}
.feltet_ok
{
    width:330px;
    display:inline-block;    
}
.feltet_ok a
{
    margin-left:auto;
    margin-right:10px;    
}
.feltet_megse
{
    width:330px;
    display:inline-block;
    margin-left:auto;
    margin-right:10px;
}
.feltet_megse a
{
    margin-right:auto;
    margin-left:10px;
}
.login-box
{
    width:725px;
    font-size:12px;
    /*    background: url("design/bg-registration.gif") repeat-x scroll 0 100% #FFFFFF;
        border: 1px solid #CFCFCF;*/
    margin: 8px auto 12px;
    overflow: hidden;
    padding: 17px 14px 17px 17px;
}
.register-box {
    /*    background: url("design/separator6.gif") repeat-y scroll 100% 0 transparent;*/
    float: left;
    padding: 0 41px 0 0;
    width: 312px;
}
.returning-box {
    float: left;
    padding: 0 0 0 18px;
    width: 340px;
}
.returning-form,.returning-form_reg
{
    height: 1%;
    overflow: hidden;
    padding: 15px 0 0 5px;
    border:1px solid #808080
}
.returning-form label {
    float: left;
    padding: 2px 11px 0 0;
    text-align: right;
    width: 250px;
    text-transform: uppercase;
}
.returning-form_reg label {
    float: left;
    padding: 2px 11px 0 0;
    text-align: right;
    width: 99px;
    text-transform: uppercase;
}
.returning-form .row,.returning-form_reg .row {
    overflow: hidden;
    padding: 0 0 3px;
}
.input-text {
    float: left;
    height: 18px;
    overflow: hidden;
    padding: 2px 4px;
    width: 169px;
}
.input-checkbox
{
    width:15px;
}
.login-box h3 
{
    margin: 0 0 16px;
}
.register-english {
    background: url("design/btnRendel.png") no-repeat scroll 0 0 transparent;
    width: 87px;
    display: block;
    height: 26px;
    margin: 15px auto 0;
    overflow: hidden;
    text-indent: -9999px;
}
.login-english {
    background: url("design/btnRendel.png") no-repeat scroll 0 0 transparent;
    width: 54px;
    display: block;
    height: 23px;
    margin: 0 0 0 auto;
    overflow: hidden;
    text-indent: -9999px;
}
.register-box ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 12px 0 0 6px;
    width: 100%;
}
.reg-box {
    font-size: 12px;
    height: 1%;
    margin: 0px auto 12px;
    width:100%
}
.registration {
    overflow: hidden;
    padding: 15px 5px 0 5px;
}
.registration .wrap {
    height: 1%;
    overflow: hidden;
    padding-bottom:3px;
}
.registration h3 {
    margin: 0 0 12px 30px;
    font-size:15px;
    font-weight: bold;
    text-transform: uppercase;
}
.registration .row {
    overflow: hidden;
    padding: 0 0 3px;
    width: 100%;
}
.registration label {
    float: left;
    padding: 2px 8px 8px 50px;
    text-align: right;
    width: 220px;
    text-transform: uppercase;
}
.registration .sub {
    color: #808080;
    height: 1%;
    margin-top: -9px;
    overflow: hidden;
}
.registration .sub em {
    font-size: 0.8em;
    font-style: normal;
    padding: 0 20px 0 4px;
}
.registration .create-english {
    background: url("design/button-createacc-english.gif") no-repeat scroll 0 0 transparent;
    width: 114px;
    display: block;
    height: 23px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: top;
}
ul.galeria
{
    margin-left:15px;
}
ul.galeria li
{
    float:left;
    margin-right:30px;
}
ul.galeria li img
{
    box-shadow:4px 4px 5px rgba(0,0,0,0.5);
}
ul.galeriakepek
{
    margin-left:40px;
}
ul.galeriakepek li
{
    float:left;
    margin-right:30px;
    margin-bottom:18px;
}
ul.galeriakepek li img
{
    /*    box-shadow:4px 4px 5px rgba(0,0,0,0.5);*/
}
.cim {
    color: #686868;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    text-align: left;
    margin-bottom:15px;
}
.email {
    background: url("design/deko_email.png") no-repeat scroll left center transparent;
    color: #686868;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 2px;
    margin-left: 30px;
    padding-left: 25px;
    text-align: left;
}
#kapcsolat {
    float: left;
    overflow: hidden;
    width: 100%;
}
#logo_szoveg {
    float: left;
    width: 100%;
}
#logo_szoveg img.logo {
    float: right;
    padding-right: 70px;
}
.tel {
    background: url("design/deko_tel.png") no-repeat scroll left center transparent;
    color: #0066FF;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 25px;
    text-align: left;
}
#kapcsolat-urlap {
    float: left;
    width: 100%;
}
.utasitas {
    color: #686868;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
.utasitas {
    color: #686868;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
#kapcsolat-adat1 {
    float: left;
    margin-top: 20px;
    width: 400px;
}
#kapcsolat-adat2 {
    float: right;
    margin-top: 20px;
    width: 490px;
}
#elkuld {
    clear: both;
    padding-top: 10px;
}
#elkuld p {
    text-align: center;
}
form.laKapcsolat p
{
    margin-bottom:15px;
}
form.laKapcsolat p label.laBeirando {
    color: #333333;
    font-style: italic;
}
form.laKapcsolat p label {
    color: #333333;
    display: block;
    float: left;
    line-height: 18px;
    padding-right: 20px;
    text-align: right;
    width: 110px;
}
#Nev, #Email, #Telefon, #Uzenet {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    outline-color: #3399FF;
    padding: 5px;
    width: 250px;
}
div.header
{
    z-index:100;
    position:fixed;
    background:repeat scroll 0 0 transparent;

}
.topmenu ul li.cimmod
{
    background-color: #000;
    border: 0 none;
    color: #fff;
    overflow: hidden;
    padding: 5px 3px 5px 15px;
    position: absolute;
    z-index: 1000;    
    display:none;
}
.topmenu ul li.modcim:hover ul li.cimmod
{
    display:block;
}
#textBubble1
{
    background: url("design/textBubble1.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: none;
    font-size: 12px;
    height: 95px;
    left: -80px;
    padding: 35px 25px 30px;
    position: absolute;
    text-align: center;
    top: -140px;
    width: 155px;
}
.feltet_lista li
{
    float:left;
    margin-right:10px !important;
    padding-right:5px;
    padding-bottom:3px !important;
    width:200px !important;
    line-height:15px;
    font-size:0.85em;
}
.feltet_lista li .feltet_nev
{
    float:left;
    width:140px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow:hidden !important;
}
.btnNoRendel, .btnNoRendel.visited, .btnNoRendel.active, .btnNoRendel:link 
{
/*    background: url("design/btnRendel.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 0.85em;
    height: 21px;
    opacity: 0.4;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 70px;*/
    width: fit-content !important;
    height: 32px !important;
    padding: 0px !important;
    font-size: 1em !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 16px !important;
    min-width: 70px !important;
    background:none #904f3a !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding-top:4px !important;

    opacity:0.3;
}
.feltet_lista li.opciovalasztas .feltet_nev 
{
    width: 180px !important;
}
h2.etelcsoport
{
    background-color: #b87e4e !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    color: #fff !important;
    font-size: 1.8em !important;
    line-height: 50px !important;
    padding-left: 24px !important;
    margin-bottom:20px !important;
}
.etel-kategoria 
{
    border: 0px solid #C0C0C0;
    border-radius: 0px 0px 0 0;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 5px;
}
.zolddoboz span strong
{
    font-weight:normal !important;
}
strong#etelmodositas
{
    font-weight:normal !important;

}
.registration .sub
{
    margin-top: -16px !important;
}
.registration .sub em
{
    font-size:1em !important;
}
ul.feltet_lista li span.feltet_regi_checked 
{
    background: url("design/checkbox.jpg") no-repeat scroll 0 -15px transparent !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 15px;
    width: 15px;
    z-index: 10000;
}
ul.feltet_lista li span.feltet_regi 
{
    background: url("design/checkbox.jpg") no-repeat scroll 0 0px transparent;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 15px;
    width: 15px;
    z-index: 10000;
}

ul.feltet_lista li input[id^="mf_"]
{
    opacity:0;
    cursor: pointer !important;
}
.termekopcio
{
    font-weight:bold !important;;
}
.minuszfeltet
{
    font-weight:bold !important;;

}
.pluszfeltet
{
    font-weight:bold !important;;

}
input,select,textarea
{
    border-color:#873835 !important;
}
fieldset#fizetesi_mod
{
    height:140px !important;
}
fieldset#szallitasi_mod
{
    height:140px !important;
}
.new_img
{
    left:120px !important;
}
.reg-box
{
    font-size:1em !important;
}
.sale_img
{
    left:40px !important;
    margin-top:15px !important;
}
ul.mainmenu li a
{
    padding:10px 10px !important;
}
.sorszam
{
    display: inline-block;
    float: left;
    font-size: 1em;
    padding-left: 5px !important;
    padding-right: 0px !important;
    text-align: left !important;
    width: 30px;
    font-weight: normal;    
}
div.foto_table img.btnRendel:hover
{
    transform: scale(2.5,2.5) !important;
    cursor:url('design/magnify-cursor.png'),auto !important;
}
div.etlap_wrap_table:hover
{
    background:url('design/etelcsoport_bg.jpg') repeat scroll 0 0 transparent !important;
    border:none !important;
}
.ceglogo
{
    left:20px !important;
    top:45px !important;
}
.rotate-logo {
    border-radius:0%;
}
.leiras_table
{
    text-transform: lowercase;
}
.leiras_table:first-letter
{
    text-transform: uppercase;
}
/*szellős elrendezés */
.inEtlap div.inner
{
    background-color:transparent !important;
    box-shadow: none;
    border:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-top:0px !important;
    width:100% !important;
    top:-33px;

}
.etel-kategoria
{
    margin-top:40px !important;
    margin-bottom:0px !important;
    background-color: #fff !important;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
    border-top-left-radius:7px !important;
    border-top-right-radius:7px !important;
}
.etelnev_table
{
    padding-top:5px;
    padding-right:10px;
    padding-left:10px;
}
.leiras_table
{
    height:inherit !important;
    overflow: visible !important;
    font-style: normal !important;
    text-align: justify;
    min-height: 45px !important;
}
.etel-kategoria
{
    overflow:visible !important;
}
div.inner
{
    padding-bottom:0px !important;
}
.inEtlap div.inner
{
    overflow:visible !important;
}


/* szellős vége */
#li_search
{
    background:transparent url("design/magnify-cursor.png") no-repeat scroll 15px 2px !important;
}
.meret_select_table_wrap:hover,.meret_select_table_wrap:hover *
{
    background-color: #fff;
    color:#981a1d !important;

}
#frm_feltet .msgbox_container .zolddoboz.kerekit:first-child
{
    display:none;
}
#frm_feltet .msgbox_container,#frm_feltet .msgbox_container .kerekit
{
    border-radius:0 !important;
}
.feltet_lista li {
    /*    width:300px !important;*/
    width:45% !important;
    padding-bottom:0px !important;
    padding-top:0px !important;
    font-size: 1.1em !important;
    display:  flex;
    align-items:center;
    line-height: 24px !important;
}
.full-width .msgbox_container .feltet_nev[title] {
    width: 75% !important;
}
.feltet_lista li .feltet_ar {
    flex-grow:1;
    text-align: right;
}
.feltet_lista li.opciovalasztas {
    width:330px !important;
}
.btnRendel:not(img), .btnRendel:not(img).visited, .btnRendel:not(img).active, .btnRendel:not(img):link,
.btnmegRendel:not(img), .btnmegRendel:not(img).visited, .btnmegRendel:not(img).active, .btnmegRendel:not(img):link{
    width: fit-content !important;
    height: 32px !important;
    padding: 0px !important;
    font-size: 1em !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 16px !important;
    min-width: 70px !important;
    background:none #904f3a !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding-top:4px !important;
}
.btnRendel:not(img):hover, .btnmegRendel:not(img):hover {
    background-color:#a03310 !important;
}
a#kuponbevaltas_id {
    display:inline-flex !important;
}
.kosar_footer .zolddoboz span.megjegyzes {
    font-weight: normal !important;
    overflow:hidden;
}
span.topten {
    left:5px !important;
}
.etelnev_table {
    height:69px !important;
}
h2.etelcsoport {
    background:linear-gradient(to right,#c8372a,#e94d54);
}
.etlap-hover .sorszam {
    display:none;
}
.etlap_wrap_table .arak_rendel .rendeles_table a.btnRendel {
    display:none !important;
}
.acs_message_content .message_title {
    background-color:#c8372a !important;
}
.acs_post_preview .message_title {
    background-color:#c8372a !important;

}
.accept_container .accept {
    background-color:#e2dbd5 !important;
    color:#000 !important;
}


/* ujdesign */

h2.etelcsoport span.etelcsoport {
    background-color: #fff;
    color: #686868;
    width: 40%;
    display: inline-block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: normal !important;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;    
    text-transform: uppercase;
    letter-spacing: 0.3rem !important;;
}

.etel-kategoria {
    margin-top:0 !important;
    background-image: url(ujdesign/Background_2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: bottom 13rem right 0px
}
div#prom_info + .etel-kategoria {
    background-image: url(ujdesign/Background_1.png) !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: bottom 13rem right 0px
}
div#div_kedvenc + .etel-kategoria {
    background-image: url(ujdesign/Background_1.png) !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: bottom 13rem right 0px
}

.rotator {
    height:0 !important;
    display:none !important;
}
.rotator .item {
    height:0 !important;
    display:none !important;

}
.menu-banner {
    width:100%;
    height:auto;
    object-fit: cover;
}
.content {
    width:100% !important;
    box-sizing: border-box;

}
h2.etelcsoport {
    background-image: url(ujdesign/Background_2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
div#prom_info + .etel-kategoria h2.etelcsoport {
    background-image: url(ujdesign/Background_1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
div#div_kedvenc + .etel-kategoria h2.etelcsoport {
    background-image: url(ujdesign/Background_1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.etlap_wrap_table {
    background-color:#fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6) !important;
    display: flex !important;
    flex-direction: column;
    border:0 !important;

}
.foto_table {
    order:1;
    padding:0 !important;
}
.etelnev_table {
    order:2;
    height:inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    padding-top:24px;
}
.leiras_table {
    order:3;
    text-align:left !important;
}
.arak_rendel {
    order:4;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom:20px;
}
.foto_table img {
    border-radius:10px;
}
.meret_select_table_wrap {
    padding: 5px;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
    box-sizing: border-box;
    border:1px solid transparent !important;
}
.meret_select_table {
    overflow: visible !important;
}
.meret_select_table_wrap:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    border:1px solid #ccc;
}
div.etlap_wrap_table:hover
{
    background:none !important;
    background-color:#fff !important;
    box-shadow:0px 0px 10px rgba(0,0,0,0.8);
}
.fullwidth-mainmenu {
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    z-index: 1000;    
    position:relative;
}
.fullwidth-logo-container {
    width:30%;
    display: flex;
    align-items: center;
    padding-left:24px;
}
.fullwidth-logo {
    width:60px;
    height:60px;
    margin-right:16px;
}
.fullwidth-phone {
    height:20px;
width:150px;
}
.fullwidth-submenu {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff !important;
    z-index: 1001;
    width: auto;
    left: -20px;
    padding-left:20px !important;
    padding-right:40px !important;
    box-shadow:0px 30px 30px rgba(0,0,0,0.5)
}
.fullwidth-submenu::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: " ";
    left: -10px;
    border-top-right-radius: 23px;
    top: -10px;
    background-color: transparent;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;        
}
.fullwidth-submenu::after{
    width: 10px;
    height: 10px;
    position: absolute;
    content: " ";
    right: -10px;
    border-top-left-radius: 23px;
    top: -10px;
    background-color: transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;        
}

.fullwidth-mainmenu li:hover .fullwidth-submenu{
    display:block;
}
.menu-container {
    width: 100%;
    height: 80px;
    position: fixed;
    display: flex;
    z-index: 3000;
    background-color: #fff;
    top:0;
    box-shadow:0px 10px 15px rgba(0 0 0 / 60%)
}
.fullwidth-mainmenu > li {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-right:40px;
    color:#686868;
    text-decoration: none !important;
    width:auto;
}
.fullwidth-mainmenu > li > a {
    color:#686868;
}
.fullwidth-mainmenu > li:hover > a {
    color:#c12828;
}
.fullwidth-mainmenu > li > a {
    text-decoration: none !important;
}
.fullwidth-mainmenu > li > .fullwidth-submenu > ul > li {
    line-height:1em !important;
}
.fullwidth-mainmenu > li > .fullwidth-submenu > ul > li > a{
    color:#5d5d5d;
    font-size:0.8em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.fullwidth-mainmenu > li .fullwidth-submenu > ul > li:hover > a{
    color:#c12828;
    cursor:pointer;
    text-decoration: none !important;
}
.menu-banner {
    position:relative;
    top:0px;
}
.menu-actions-container {
    flex-grow:1;
    width:100%;
}
.menu-actions {
    display:flex;
    align-items:center;
    width:100%;
    place-content:flex-end;
}
.kosar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    padding-right:15px;
    position:relative;
}
.social-container {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.kosar-logo {
    cursor:pointer;
    height:48px;
}
.fb-logo {
    height:17px;
    margin-right:16px;
    cursor:pointer;
}
.insta-logo {
    height:16px;
    cursor:pointer;
    margin-right:16px;
}
.flags-container {
    display:flex;
    align-items:center;
    text-decoration: none !important;
}
.lang-logo {
    cursor: pointer;
    height:16px;
}
.lang-logo:first-child {
    margin-right:16px;
}
.rendeles_table {
    display:flex;
    justify-content: center;
    overflow:visible !important;
}
.etlap_wrap_table .arak_rendel .rendeles_table a.btnRendel {
    display:flex !important;
    align-items:center !important;
}
.btnRendel:not(img), .btnRendel:not(img).visited, .btnRendel:not(img).active, .btnRendel:not(img):link,
.btnmegRendel:not(img), .btnmegRendel:not(img).visited, .btnmegRendel:not(img).active, .btnmegRendel:not(img):link{
    width: fit-content !important;
    height: 32px !important;
    font-size: 1em !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 16px !important;
    min-width: 70px !important;
    background:none #202020 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#fff;
    border-radius:10px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.6);
}
.btnRendel:not(img):hover, .btnmegRendel:not(img):hover {
    background-color:#454545 !important;
    color:#fff;
}
.menu-banner-mobile {
    display:none;
}
@media screen and (max-width:599px) {
    .menu-banner {
        display:none;
    }
    .menu-banner-mobile {
        display:block;
        width:100%;
    }
}
.foto {
    display:none !important;
}
.full-width .etlap-szoveg {
    width:90% !important;
    align-items:center !important;
    overflow:visible !important;
    margin-top:8px !important;
    margin-bottom:8px !important;
    background-color: #fff;
    border-radius:10px;
    box-shadow:0px 0px 16px rgba(0,0,0,0.6);
}
.etlap-szoveg .rendeles {
    top:0px !important;
}
.full-width .etlap-hover {
    display:flex;
    align-items:center;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    padding-right: 3px !important;
    margin-top: 8px !important;
    margin-bottom: 8px  !important;
    padding-left: 10px !important;
    align-items: center !important;
    display: flex !important;
    width: calc(100% - 100px) !important;
    height:inherit !important;
    min-height:inherit !important;
    margin-right:10px;
}
.etel {
    display: flex !important;
    min-height:inherit !important;
    flex-direction: column;
    align-items: flex-start;
}
.etelnev {
    margin-bottom:0px !important;
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.3em !important;
}
.etlap-hover .ar {
    font-size:1.3em !important;
}
.msgbox_inner {
    border:0 !important;
    border-radius:10px;
    padding:0 !important;
    padding-bottom:10px !important;
}
.msgbox_container {
    border-radius:10px !important;
    font-size:1em !important;
}
#frm_feltet .msgbox_container, #frm_feltet .msgbox_container .kerekit {
    border-radius:10px !important;              
}    

.zolddoboz {
    background:url(ujdesign/Background_1.png) !important;
    border:0 !important;
}
.pirosdoboz {
    background:url(ujdesign/Background_2.png) !important;
}
#popup {
    border-radius:10px !important;
    box-shadow:0px 0px 30px rgba(0,0,0,0.7) !important;
}
@media screen and (max-width:1000px) {
    h2.etelcsoport span.etelcsoport {
        width:75% !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;        
    }
}
.leiras_table {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
}
.page-menu {
    position:relative;
}
.page-title-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-title {
    z-index: 2;
    color: #fff;
    font-size: 5rem;
    text-transform:uppercase;
    position: relative;
    top:-20px;
    overflow:hidden;
    line-height: 5rem;
    padding-left:10px;
    padding-right:10px;
    word-break: break-all;
}
.closebutton
{
    display: inline-block;
    box-sizing: content-box;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 1em;
    font: normal normal normal 2em/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    background: #000;
    right:10px;
}
.closebutton:before
{
    display: inline-block;
    box-sizing: content-box;
    width: 0.45em;
    height: 0.1em;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    font: normal normal normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    background: #ffffff;
    transform: rotateZ(45deg) scaleX(1) scaleY(1) scaleZ(1);
    transform-origin: 50% 50% 0;        
}
.closebutton:after
{
    display: inline-block;
    box-sizing: content-box;
    width: 0.45em;
    height: 0.1em;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    font: normal normal normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    background: #ffffff;
    transform: rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
    transform-origin: 50% 50% 0;        
}
.mobile-sidemenu-overlay {
    position:fixed;
    top:65px;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity: 0.9;
    z-index:10000;   
    display:none;
}
.mobile-sidemenu-container {
    position: fixed;
    width:70%;
    right:-70%;
    background-color:transparent;
    z-index:10001;
    display:block;
    height: 100%;
    top: 0;       
    transition: all 0.4s ease-in-out;
}
.mobile-sidemenu-header {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;                                
}
.mobile-sidemenu-close-btn {
    background: url(//pizzabroker.hu/modules/core/js/fb/fancybox_sprite.png);
    position: absolute;
    background-position-x: 0;
    display: block;
    width: 35px;
    height: 35px;
    background-position-y: 0px;
    text-align: right;
    right: 23px;
    top: 13px;
}
.mobile-sidemenu-menu-container {
    padding:8px;
    max-height: calc(100% - 45px);
    overflow-y:auto;
    text-align:right;
    padding-right:16px;
    padding-top:0px;
    position: relative;
    top:30px;
}
.mobile-sidemenu-menu-item {
    padding-top:8px;
    padding-bottom:8px;
    font-size:20px;
    border-bottom:0px solid #ccc;
    font-size:1.5em;
}
.sidemenu-submenu {
    padding-top:10px;
}
.sidemenu-submenu li {
    font-size: 0.7em;
    line-height: 1.1em;
    text-transform: uppercase;
}
.mobile-sidemenu-menu-item:hover > a{
    color:#c12828 !important;
    cursor:pointer;
    text-decoration: none !important;
}


.mobile-sidemenu-menu-item:hover .menu {
    transform: translateY(-8px);
}
.mobile-sidemenu-menu-item .menu {
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}
.mobile-sidemenu-menu-item a {
    text-decoration: none;
    color:#000 !important;
}
#sideMenuToggle {
    display:none;
    padding-right:0px;
}
#sideMenuToggle:before {
    font-size:24px;
}
@media screen and (max-width:899px) {
    #sideMenuToggle {
        display:inherit;
    }
    ul.fullwidth-mainmenu > li.menu-link {
        display:none;
    }
    .social-container {
        display:none;
    }
    .kosar-container {
        width:100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width:699px) {
    .fullwidth-phone {
        display:none;
    }
}
#kosar_li {
    display: block;
    position: absolute;
    top: 0px;
    font-size: 16px;
    background-color: #454545 !important;
    color: #fff;
    padding: 3px;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    right: 20px;    
    overflow:hidden;
}
.full-width .ar {
    width: 100px !important;
    flex-shrink: 0;
}
.sidemenu-submenu {
    padding-left:10px;
}
.sidemenu-submenu > li > a{
    text-decoration: none;
    color:#000;
    cursor:pointer;
}
.sidemenu-submenu > li:hover > a{
    text-decoration: none;
    color:#c12828 !important;
}
div.inner {
    position: relative;
    top:-50px !important;
    margin:0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom:25px !important;
}
div.inner > div:first-of-type {
    max-width:100%;
}
.inEtlap div.inner {
    position:relative;
    top:-20px !important;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
    width: 80%;
    margin: 0 auto;
    align-items: stretch;
    padding-top:50px;
    padding-bottom:40px;
}
.footer-logo {
    display: flex;
    border-right: 2px solid #a0a0a0;
    width: 25%;
    padding-right: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-opening {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #a0a0a0;
    width: 25%;
    padding-right: 16px;
    padding-left:16px;
}
.footer-delivery {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #a0a0a0;
    width: 25%;
    padding-right: 16px;
    padding-left:16px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-left:16px;
}
.footer-container {
    background-color:#fff;
    width:100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
}
.footer-logo-logo {
    width:100px;
    margin-bottom:10px;
}
.footer-contact > p {
    margin-bottom:5px;
}
.footer-item-title {
    font-weight: bold;
    font-size:1.2em;
    margin-bottom:5px;
}
.footer-delivery-free {
    margin-bottom:5px;
}
.footer-links > a {
    color:#686868 !important;
    text-decoration: none !important;
}
.footer-links > a:hover {
    color:#c12828 !important;
}
.footer-copyright {
    border-top: 1px solid #a0a0a0;
    padding-top:15px;
    padding-bottom:35px;
    display: flex;
    justify-content: space-between;
    width:100%;
    margin: 0 auto;

}
.copyright-content {
    font-weight: bold;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;   
    display: flex;
}
@media screen and (max-width:1199px) {
    .fullwidth-phone {
        display:none;
    }
    .fullwidth-mainmenu {
        width:90%;
    }
    .fullwidth-logo-container {
        width:100px;
    }
}
@media screen and (max-width:899px) {
    .footer-content {
        flex-direction: column;
    }
    .footer-logo {
        border-right:0;
        border-bottom:2px solid #a0a0a0;
        padding-bottom:10px;
        align-items:flex-start;
        width:100%;
    }
    .footer-opening {
        padding-left:0;
        border-right:0;
        border-bottom:2px solid #a0a0a0;
        padding-top:10px;
        padding-bottom:10px;
        width:100%;
    }
    .footer-delivery {
        padding-left:0;
        border-right:0;
        border-bottom:2px solid #a0a0a0;
        padding-top:10px;
        padding-bottom:10px;
        width:100%;
    }
    .footer-links {
        padding-left:0;
        padding-top:10px;
        padding-bottom:10px;
        width:100%;
    }
    .copyright-content {
        flex-direction:column;
    }

}
span.topten {
    display:none !important;
}
.new_img {
    left:0 !important;
    top:0 !important;
}
/*.contact div.inner {
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
}*/
.contact-container {
    display:flex;
    box-shadow:0px 0px 15px rgba(0,0,0,0.6);
}
.contact-container * {
    box-sizing:border-box;
}
.contact-map {
    width:40%;
}
.contact-form {
    width:60%;
    background:url(ujdesign/Form_alap.png) fixed no-repeat 0 0 / cover;
    border:0 !important;
    display:flex;
    flex-direction: column;
    padding-left:15%;
    padding-top:5%;
}
.contact-contact {
    width: 300px;
    background-color: #202020;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: calc(40% - 150px);
    top: 50%;
    transform: translateY(-50%);}
.contact-box {
    border: 2px solid #fff;
    display: flex;
    padding-right: 25px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 60px;
    color: #fff;
    justify-content: flex-start;
    align-items: center;}
@media screen and (max-width:899px) {
    .contact-contact {
        display:none;
    }
    .contact-map {
        display:none;
    }
    .contact-form {
        width:100%;
        height:800px;
    }
}
.contact-form-title {
    text-transform: uppercase;
    font-size: 2em;
    color: white;
    margin-bottom:15px;
    letter-spacing: 0.1em;}
.contact-form-subtitle {
    text-transform: uppercase;
    font-size:1.1em;
    color:white;
    margin-bottom:10px;
    line-height: 1.1em;
}
.contact-form-input-row {
    width:80%;
    margin-bottom:20px;
}
.contact-form-input-row input[type="text"],
.contact-form-input-row textarea
{
    width:100%;
    padding:5px;
    color:#fff;
    background-color: rgba(0,0,0,0.4);
    border:0 !important;
}
.contact-actions {
    display:flex;
    justify-content: flex-end;
    align-items:center;
}
.chk {
    color:#fff;
    display:flex;
    align-items:center;
}
.chk span {
    line-height:1em;
}
.contact-actions input[type="checkbox"] {
    width:16px;
    height:16px;
    margin-right:5px;
}
@media screen and (max-width:999px) {
    .msgbox_inner .feltet_megj {
        width:100% !important;
    }
}
.footer-container a {
    text-decoration:none !important;
    color:#686868 !important;
}

.hd.zolddoboz {
    display:none !important;
}
form .row label {
    float: left;
    padding-left: 5px !important;
    text-align: left;
    font-size: 0.8em;
    padding-top: 3px !important;
    position: absolute;
    top: -12px;
    left: 0px;
    padding: 0;
    z-index: 20;
    background-color: rgba(255,255,255,0.8);
    padding-right: 5px;
    width: inherit !important;}
form fieldset {
    border:0 !important;
    display: flex;
    flex-direction: column;
    overflow:visible !important;
}
form .wrap {
    display: inherit !important;
    float:none !important;
}
form .row {
    margin-bottom: 20px;
    overflow: visible !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 60%) !important;
    border-radius: 10px;
    border: 1px solid #ededed !important;
    position: relative;
}
form input.input-text,
form select.input-text,
form textarea.input-text
{
    width: 90% !important;
    font-size: 1.1em !important;
    border: 0 !important;
    padding: 2px !important;
    height: inherit !important;
    margin-top:5px;
}
form input.input-text:active,
form input.input-text:hover,
form input.input-text:focus
{
    border:0 !important;
}
form .row.noinput {
    box-shadow: none !important;
    border-radius: 0px !important;
    border: 0px solid #ededed !important;
    display:flex;
    align-items:center;
    margin-bottom:0px !important;

}
form .row.noinput label {
    font-size:1em !important;
    position: relative !important;
    top:0px !important;
    left:0px !important;
    order:1;
}
form .row.noinput input {
    order:0;
    width:25px !important;
}
form .row .login-lost-pass {
    padding:0 !important;
}
.registration .wrap {
    display:flex;
    flex-direction: column;
    overflow:visible !important;
}
form .row .sub {
    font-size:0.7em;
}
h2.reg-login {
    display:none !important;;
}
.returning-form_reg > div:first-of-type {
    margin-bottom: 20px !important;
} 
form .row.noinput div:first-of-type {
    overflow:visible !important;
}
form .row.noinput ul li {
    padding-left:0 !important;
}
.form-mod-address #map {
    display:block !important;
    width:100% !important;
    height:25vw !important;
}
.button-half-container {
    width:49% !important;
}
.address-data-container {
    width:inherit !important;
}
.ui-autocomplete {
    z-index:1010 !important;
    border-radius:0 !important;
    background:none #fff !important;
    border-color:#c12828 !important;
    padding:0 !important;
}
.ui-state-focus {
    border:1px solid #c12828 !important;
    background: none !important;
    background-color:#c12828 !important;
    color:#fff !important;
    border-radius:0 !important;
    width:100% !important;
}
.ui-menu-item .ui-corner-all {
    color:#c12828;
}
.zarva-subtitle-container {
    width:100% !important;
    padding-right:14px !important;
}
#frm_cimeim table thead {
    display:none !important;
}
.table_cimeim_tr_hover {
    background-color:#fff !important;
}
h2.etelcsoport {
    padding:0 !important;
}
@media screen and (max-width:799px) {
    #frm_cimeim table tbody tr td:nth-child(1) {    
        display:none;
    }
    #frm_cimeim table tbody tr td:nth-child(2) {    
        display:none;
    }
}
@media screen and (max-width:599px) {
    #frm_cimeim table tbody tr td:nth-child(5) {    
        display:none;
    }
    #frm_cimeim table tbody tr td:nth-child(6) {    
        display:none;
    }
}
@media screen and (min-width:600px) and (max-width:699px) {
    .page-title {
        font-size:2rem !important;
    }
}
@media screen and (min-width:700px) and (max-width:799px) {
    .page-title {
        font-size:3rem !important;
    }
}
@media screen and (min-width:800px) and (max-width:899px) {
    .page-title {
        font-size:4rem !important;
    }
}
@media screen and (min-width:900px) and (max-width:999px) {
    .page-title {
        font-size:5rem !important;
    }
}
@media screen and (max-width:639px) {
    div.etlap_kategoria_wrap {
        padding:0 !important;
    }
    h2.etelcsoport span.etelcsoport {
        width:100% !important;
        border-radius:0 !important;
        font-size:8vw !important;
    }
    .etlap_wrap_table {
        border-radius:0 !important;
    }
    .foto_table img {
        border-radius:0 !important;
    }
}
.change-password-info {
    font-size:1em !important;
}
.address-data-container select.input-text.kosar_input.ui-autocomplete-input {
    width:99% !important;
}


/* 
BASKET 
*/

#szallatasi_fizetesi {
    display:flex;
    justify-content: space-between
}
fieldset#szallitasi_mod {
    width:49% !important;
    height:inherit !important;
    border-left:1px solid #ededed !important;
    border-right:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;
}
fieldset#fizetesi_mod {
    width:49% !important;
    height:inherit !important;
    border-left:1px solid #ededed !important;
    border-right:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;
}
fieldset#szallitasi_mod ul {
    display:table;
    width:100% !important;
    align-items: center;
    justify-content: space-between;
    padding-top:10px !important;
}
fieldset#szallitasi_mod ul li {
    width:30% !important;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

fieldset#fizetesi_mod ul {
    display:table;
    width:100% !important;
    align-items: center;
    justify-content: space-between;
    padding-top:10px !important;
}
fieldset#fizetesi_mod ul li {
    width:20% !important;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
fieldset#fizetesi_mod ul li input[type="radio"] {
    margin-bottom:5px;
}
fieldset#szallitasi_mod ul li input[type="radio"] {
    margin-bottom:5px;
}
#szall_cim  + div textarea {
    border:1px solid #ededed !important;

}

#szall_cim {
    width:49% !important;
    border-left:1px solid #ededed !important;
    border-right:1px solid #ededed !important;
    border-bottom:1px solid #ededed !important;

}
fieldset#szall_cim + div .megjegyzes_input {
    width:100% !important;
    padding:5px !important;
}
#szall_cim  + div {
    width:49% !important;

}
@media screen and (max-width:899px) {
    #szallatasi_fizetesi {
        flex-direction: column;
    }
    fieldset#szallitasi_mod {
        width:100% !important;
    }
    fieldset#fizetesi_mod {
        width:100% !important;
    }
    #szall_cim {
        width:100% !important;

    }
    #szall_cim  + div {
        width:100% !important;

    }
    #szall_cim  + div textarea {
        width:100% !important;

    }

}
@media screen and (max-width:599px) {
    #szallitasi_mod ul {
        display: flex !important;
        flex-direction: column;
    }
    fieldset#szallitasi_mod ul li {
        margin-bottom:10px !important;
        padding-bottom:10px !important;
        width:100% !important;
        border-bottom:1px solid #a0a0a0;
    }
    #fizetesi_mod ul {
        display: flex !important;
        flex-direction: column;
    }
    fieldset#fizetesi_mod ul li {
        margin-bottom:10px !important;
        padding-bottom:10px !important;
        width:100% !important;
        border-bottom:1px solid #a0a0a0;
    }
}
@media screen and (max-width:499px) {
    #szall_cim > div:nth-of-type(2) > div > span:first-of-type {
        display:none;
    }
}
.kosar .kosar_content li.kosar_head {
    display:none;
}
.kosar .kosar_content #kosar_inner {
    border-top:1px solid #ededed;
}
.kosar .kosar_content #kosar_inner li.kosar_item {
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
}
.kosar .kosar_content #kosar_inner li.kosar_item .colkedv{
    display:none;
}
.kosar .kosar_content #kosar_inner li.kosar_item .col1,
.kosar .kosar_content #kosar_inner li.kosar_item .col2,
.kosar .kosar_content #kosar_inner li.kosar_item .col3,
.kosar .kosar_content #kosar_inner li.kosar_item .col4 {
    margin-top:0 !important;
}
@media screen and (max-width:599px) {
    .kosar .kosar_content #kosar_inner li.kosar_item .col1 .kosar_img {
        display:none;
    }    
    .kosar .kosar_content #kosar_inner li.kosar_item .col1 .kosar_img + div {
        padding-left:0 !important;
    }    
}
#kosarwarning div#zarva {
    line-height:25px !important;
}
.msgbox_inner .feltet_ok {
    width: 50% !important;
    margin: inherit !important;
}
.msgbox_inner .feltet_megse {
    width: 50% !important;
    margin: inherit !important;
}
.msgbox_container .feltet_nev {
    width: 48% !important;
}
.msgbox_inner #kosar_ar {
    width:150px !important;
}
.pirosdoboz {
    min-height: 26px !important;
    height:inherit !important;
}
.zolddoboz {
    min-height: 26px !important;
    height:inherit !important;
}
.kosar_footer .megjegyzes {
    height: inherit !important;
    overflow:visible !important;
}
.kosar input[type="text"],.kosar input:not([type="radio"]) {
    border:1px solid #ededed !important;
}
.kosar #kosar_inner .kosar_item .mennyiseg span.kosar_input {
    border:0 !important;
}
.msgbox_inner #megjegyzes,.msgbox_inner #kielesz{
    border:1px solid #ededed !important;

}
.msgbox_inner input[type="text"] {
    border:1px solid #ededed !important;

}
.msgbox_inner .mennyiseg span.kosar_input {
    border:0 !important;

}
.full-width div.inner {
    width:1140px !important;
}
.full-width.inEtlap div.inner {
    width:100% !important;
}

.kosar_item p.pluszfeltet {
    padding-left:0 !important;
    text-align:left !important;
}
.kosar_item p.minuszfeltet {
    padding-left:0 !important;
    text-align:left !important;
}
.kosar_nev .promocio {
    width:100% !important;
}
#div_rendel {
    padding-bottom:5px !important;
}
#kosarwarning #zarva {
    margin-top:10px !important;
    padding-right:5px !important;
}
.blockUI.blockMsg.blockPage .popup{
    width:100% !important;
}

@media screen and (max-width:599px) {
    div.inner {
        padding-right: 10px !important;
        padding-left: 10px !important;
        width: auto !important;    
    }
    .full-width div.inner {
        padding-right: 10px !important;
        padding-left: 10px !important;
        width: auto !important;    
    }
    .login-box .register-box {
        width:100% !important;
        padding-right:0 !important;
    }
}
@media screen and (min-width:1500px) {
    .blockUI.blockMsg.blockPage, .inEtlap .blockUI.blockMsg.blockPage {
        width: 60% !important;
        left:50% !important;
        transform: translateX(-50%);
    }
    .popup {
        width:100% !important;
    }
    .msgbox_container {
        width:100% !important;;
    }
    .msgbox_inner {
        width:100% !important;
    }
}
@media screen and (min-width:1200px) and (max-width:1499px) {
    .blockUI.blockMsg.blockPage, .inEtlap .blockUI.blockMsg.blockPage {
        width: 60% !important;
        left:50% !important;
        transform: translateX(-50%);
    }
    .popup {
        width:100% !important;
    }
    .msgbox_container {
        width:100% !important;;
    }
    .msgbox_inner {
        width:100% !important;
    }

}
@media screen and (min-width:900px) and (max-width:1199px) {
    .blockUI.blockMsg.blockPage, .inEtlap .blockUI.blockMsg.blockPage {
        width: 70% !important;
        left:50% !important;
        transform: translateX(-50%);
    }
    .popup {
        width:100% !important;
    }
    .msgbox_container {
        width:100% !important;;
    }
    .msgbox_inner {
        width:100% !important;
    }

}
@media screen and (min-width:800px) and (max-width:899px) {
    .blockUI.blockMsg.blockPage, .inEtlap .blockUI.blockMsg.blockPage {
        width: 80% !important;
        left:50% !important;
        transform: translateX(-50%);
    }
    .popup {
        width:100% !important;
    }
    .msgbox_container {
        width:100% !important;;
    }
    .msgbox_inner {
        width:100% !important;
    }

}
@media screen and (max-width:799px) {
    .blockUI.blockMsg.blockPage, .inEtlap .blockUI.blockMsg.blockPage {
        width: 99% !important;
        left:50% !important;
        transform: translateX(-50%);
    }
    .popup {
        width:100% !important;
    }
    .msgbox_container {
        width:100% !important;;
    }
    .msgbox_inner {
        width:100% !important;
    }

}
.msgbox_inner .feltet_mennyiseg {
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.msgbox_inner .feltet_mennyiseg #kosar_ar.feltet_ar{
    flex-grow:1;
    text-align: right;
}
.kosaretelmegj {
    padding-left:0 !important;
}
.kosar #kosar_inner .kosar_item .col2 {
    width:80px !important;
}
.kosar #kosar_inner .kosar_item .col2 .mennyiseg {
    margin-right:10px!important;
    margin-left:10px !important;
    display:flex;
    align-items: center;
    justify-content: center;
}
.msgbox_inner .feltet_mennyiseg .col2 {
    width:80px !important;
}
.msgbox_inner .feltet_mennyiseg .col2 .mennyiseg {
    margin-right:10px!important;
    margin-left:10px !important;
    display:flex;
    align-items: center;
    justify-content: center;
}
.msgbox_inner .feltet_megj div:first-of-type {
    width:35px !important;
    height:35px !important;
}
.msgbox_inner .feltet_megj div:first-of-type img {
    width:35px !important;
    height:35px !important;
}
.msgbox_inner .feltet_megj .input_row input {
    height:30px !important;
    font-size:1.2em;
}
.kosar_input input {
    width:33px !important;
    height:33px !important;
}
span.kosar_input {
    width:35px !important;
    height:35px !important;
    display:flex;
    align-items:center;
}
.kosar_sum .zolddoboz span.megjegyzes {
    position: relative !important;
    top:-2px;
}
.termekopcio {
    padding-left:0 !important;
}
#kosar_li:hover {
    position: relative;
    width:auto;
    right:-50px;
    border-radius: 0;
    top:-10px;
}
.leiras_table {
    padding-left:20px !important;
    padding-right:20px !important;
    text-transform: uppercase !important;
}
.etelnev_table {
    padding-left:20px !important;
    padding-right:20px !important;

}
.meret_select_table {
    padding-left:20px !important;
    padding-right:20px !important;

}
.meret_select_table * {
    font-size:1em !important;
    font-weight: normal !important;
}
meret_select_table_wrap:hover * {
    color:#c12828 !important;
}
.meret_select_table .meret_select_table_wrap {
    padding-left:20px !important;
    padding-right:20px !important;
    margin-bottom:10px;

}

.etel-kategoria {
    padding-bottom:10px !important;
    box-shadow: none !important;
}
.contact-container {
    position: relative;
    overflow:visible !important;
}
.contact-form-form {
    width:70%;
}
.contact-actions .btnmegRendel {
    border-radius:0 !important;
    box-shadow: none !important;
    padding-left:10px;
    padding-right:10px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.etelnev_table {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1em !important;
    font-size:1em !important;
    font-weight:600 !important;
}
.menu-actions-container {
    margin-right:0 !important;
}
.footer-content {
    width:100% !important;
}
.footer-content .footer-logo {
    flex-direction: row !important;
}

.footer-content .footer-logo > div:first-of-type {
    margin-right:40px;
}
div.inner {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6) !important;
}
#prom_info {
    margin-bottom:0px !important;
}
.inEtlap div.inner {
    top:0px !important;
}
/*.contact div.inner {
    top:0px !important;
}*/
#sideMenuToggle {
    margin-right:0;
}
.contact-map {
    position: relative;
}
.inEtlap .menu-banner {
    margin-bottom:0px;
}
.etlap_wrap_table {
    margin-bottom:40px !important;
}
.arak_rendel .rendeles_table a.btnRendel,
.etlap-szoveg .rendeles a.btnRendel,
.msgbox_inner .feltet-box .feltet_ok #okbtn
{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left:70px !important;
    padding-right:25px !important;
    background-position: 25px 3px !important;
    background-image: url("ujdesign/bg-kosarba.png") !important;
    background-color:#c202020 !important;
    background-repeat: no-repeat !important;
}
.arak_rendel .rendeles_table a.btnRendel:hover,
.etlap-szoveg .rendeles a.btnRendel:hover,
.msgbox_inner .feltet-box .feltet_ok #okbtn:hover{
    background-color:#454545 !important;
}

.full-width .etlap-szoveg .rendeles {
    min-width:180px;
}
.contact-actions a {
    cursor:pointer;
}
.meret_select_table_wrap .meretnev_table {
    flex-grow:1;
    place-content:flex-start;
}
.meret_select_table_wrap {
    justify-content: flex-end;
}
.etelnev
{
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1em !important;
    font-size: 1em !important;
    font-weight: 600 !important;    
}
#fizetendo span {
    margin-left:10px;
    width:inherit !important;
}
.dd-selected {
    font-weight: normal !important;;
}
.dd-select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#kosarwarning #zarva {
    background-image:url('ujdesign/warning.png') !important;
}
#div_rendel span:nth-of-type(1) {
    background-image:url('ujdesign/stop.png') !important;
    height:50px !important;

}
.etlap-hover .ar {
    font-size: 1em !important;
}
@media screen and (max-width:899px) {
    .full-width .etlap-szoveg {
        flex-direction: column !important;
        padding-bottom:10px !important;
    }
    .full-width .etlap-hover {
        width:100% !important;
    }
}
@media screen and (max-width:599px) {
    .contact-form-form {
        width: 100% !important;
    }
}

/* KOSAR UJ DESIGN */

.kosar * {
    text-transform: uppercase !important;
    letter-spacing: 0.05rem;
}
.kosar #kosar_inner {
    border:0 !important;
}
.kosar #kosar_inner .kosar_item {
    border:1px solid #ededed;
    border-radius:10px !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    margin-bottom:10px;
}
.kosar #kosar_inner .kosar_item span.ar {
    font-size:1.1em !important;
}
.kosar .kosar_content {
    overflow:visible !important;
}
.kosar .kosar_footer {
    float:left !important;
    position: relative;
    width:50% !important;
}
.kosar #kosar_inner {
    float:right !important;
    width:50% !important;
}
.kosar.notlogged #kosar_inner {
    float:none !important;
    width:100% !important;
}
.kosar .kosar_footer > div:nth-of-type(3) {
    margin-top:0px !important;
    padding-right:1em;
    display: flex;
    flex-direction: column;

}
.kosar #szallatasi_fizetesi {
    flex-direction: column !important;
    order:2;
}
.kosar #szallatasi_fizetesi #szallitasi_mod {
    width:100% !important;
    margin-top:0px !important;
    border:0 !important;
}
.kosar #szallatasi_fizetesi #fizetesi_mod {
    width:100% !important;
    margin-top:0px !important;
    border:0 !important;
}
.kosar #szallatasi_fizetesi #fizetesi_mod ul li img {
    display:none;
}
.kosar #szallatasi_fizetesi #szallitasi_mod ul li img {
    display:none;
}
.kosar #szallatasi_fizetesi #szallitasi_mod .zolddoboz {
    background:none !important;
    text-align: left !important;
    border-bottom: 1px solid #686868 !important;
}
.kosar #szallatasi_fizetesi #szallitasi_mod .zolddoboz span {
    color:#686868;
}
.kosar #szallatasi_fizetesi #fizetesi_mod .zolddoboz {
    background:none !important;
    text-align: left !important;
    border-bottom: 1px solid #686868 !important;
}
.kosar #szallatasi_fizetesi #fizetesi_mod .zolddoboz span {
    color:#686868;
}
.kosar #szallatasi_fizetesi #szallitasi_mod ul {
    padding-top:16px !important;
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.kosar #szallatasi_fizetesi #szallitasi_mod ul li {
    margin-right: 10px;
    float: none;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    padding-bottom: 0px;
    width:45% !important;
    margin-bottom:10px !important;
    justify-content: flex-start;
    text-align: left !important;

}
.kosar #szallatasi_fizetesi #fizetesi_mod ul {
    padding-top:16px !important;
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.kosar #szallatasi_fizetesi #fizetesi_mod ul li {
    margin-right: 10px;
    float: none;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    padding-bottom: 0px;
    width:45% !important;
    margin-bottom:10px !important;
    justify-content: flex-start;
    text-align: left !important;

}
.kosar #szall_cim {
    width:100% !important;
    border:0 !important;
    order:1;
}
.kosar #szall_cim .zolddoboz {
    background:none !important;
    text-align: left !important;
    border-bottom: 1px solid #686868 !important;
}
.kosar #szall_cim .zolddoboz span {
    color:#686868;
}
.kosar #szall_cim div:nth-of-type(2) {
    padding-top:10px !important;
}
.kosar #szall_cim + div {
    width: 100% !important;
    order:3;
}
.kosar #szall_cim + div > h3 > .zolddoboz {
    background:none !important;
    text-align: left !important;
    border-bottom: 1px solid #686868 !important;
}
.kosar #szall_cim + div > h3 > .zolddoboz span {
    color:#686868;
}
.kosar textarea#megj.megjegyzes_input {
    border:1px solid #ededed !important;
}
.kosar .kosar_sum {
    width:50% !important;
    float:right;
}
.kosar.notlogged .kosar_sum {
    width:100% !important;
    float:none !important;

}
.kosar .kosar_sum h3 > .zolddoboz {
    background:none !important;
    text-align: left !important;
    border-bottom: 1px solid #686868 !important;
}
.kosar .kosar_sum h3 > .zolddoboz span {
    color:#686868 !important;
}
.basket-items:first-child {
    display: block !important;
    margin-top: 6px;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #686868;
    margin-bottom: 10px;
}
@media screen and (max-width:1023px) {
    .kosar .kosar_footer {
        width:100% !important;
        float:none !important;
    }
    .kosar #kosar_inner {
        width:100% !important;
        float:none !important;

    }
    .kosar .kosar_sum {
        width:100% !important;
        float:none !important;

    }
    .kosar #szallatasi_fizetesi #szallitasi_mod ul li {
        width:80% !important;
    }
    .kosar #szallatasi_fizetesi #fizetesi_mod ul li {
        width:80% !important;
    }
}
.inEtlap div.inner {
    width:100% !important;
    padding-left:0px !important;
    padding-right:0px !important;

}
.container, div.container,.inEtlap .container, .inEtlap div.container {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}
.content, div.content, .inEtlap .content, .inEtlap div.content {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}
.def_size {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    border:1px solid #ccc;

}
.meret_select_table:hover .def_size {
    border-radius: 0px;
    box-shadow: none;
}
.meret_select_table:hover .def_size:hover {
    border-radius: 10px !important;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6) !important;
}

.msgbox_inner .nagykep {
    width:33%;
    align-self: stretch;
}
.msgbox_inner .nagykep img {
    width:100%;
    min-height: 135%;
    object-fit: cover;
    padding:10px;
}
.msgbox_inner .name-size-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-self: stretch;
    justify-content: space-between;
}
.msgbox_inner .name-size-container .feltet_nev {
    width:100% !important;
}
.msgbox_inner .quantity-price-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.msgbox_inner .quantity-price-container .col2 {
    flex:1;
}
.msgbox_inner .quantity-price-container .col2 .mennyiseg {
    margin:0 auto !important;
}

.msgbox_inner input[type="text"] {
    border:1px solid #686868 !important;

}
.msgbox_inner #megjegyzes, .msgbox_inner #kielesz {
    border:1px solid #686868 !important;

}
.msgbox_inner .feltet_mennyiseg #kosar_ar.feltet_ar {
    flex-grow:0 !important;
}
#szall_cim table {
    width:100%;
}
#szall_cim table tr:first-of-type td:nth-of-type(2){
    width:50%;
}

@media screen and (max-width:599px) {
    .msgbox_inner .nagykep {
        display: none;
    }
    .msgbox_inner .quantity-price-container .col2 .mennyiseg {
        margin:0 !important;
    }

}
#frm_kerdoiv .etel-kategoria {
    background:none !important;
}
#frm_kerdoiv .etel-kategoria h2.etelcsoport span.etelcsoport {
    width:100% !important;
    border-radius:0 !important;
    overflow:inherit !important;
    line-height:0.9em;
    white-space:normal !important;
}
@media screen and (max-width:699px) {
    #frm_kerdoiv *[name*="kerdes"] {
        max-width:80% !important;
    }    
}
@media screen and (max-width:599px) {
    #frm_kerdoiv *[name*="kerdes"] {
        max-width:70% !important;
    }    
}
@media screen and (max-width:499px) {
    #frm_kerdoiv *[name*="kerdes"] {
        max-width:60% !important;
    }    
}
@media screen and (max-width:399px) {
    #frm_kerdoiv *[name*="kerdes"] {
        max-width:40% !important;
    }    
}

.fullwidth-mainmenu > li:not(.filozofia):not(:hover) a {
color:#686868;
}
.fullwidth-mainmenu > li:not(.karacsony):not(:hover) a {
color:#686868;
}

.filozofia.mobile-sidemenu-menu-item, .fullwidth-mainmenu .filozofia.menu-link {
color:#fff !important;
background-color:#454545 !important;
padding-left:8px;
padding-right:8px;
}
.karacsony.mobile-sidemenu-menu-item, .fullwidth-mainmenu .karacsony.menu-link {
color:#fff !important;
background-color:#202020 !important;
padding-left:8px;
padding-right:8px;

}
.karacsony.mobile-sidemenu-menu-item {
margin-bottom:8px;
}

.filozofia.mobile-sidemenu-menu-item a, .fullwidth-mainmenu .filozofia.menu-link a {
color:#fff !important;
padding-left:8px;
padding-right:8px;

}
.karacsony.mobile-sidemenu-menu-item a, .fullwidth-mainmenu .karacsony.menu-link a {
color:#fff !important;
padding-left:8px;
padding-right:8px;

}

#popup .msgbox_container .msgbox_inner .zolddoboz {
background: #454545 !important;
    height: 40px !important;
    font-size: 1.2em !important;
    display: flex;
    justify-content: center;
    align-items: center;
color:#fff !important;
}
#popup .msgbox_container .msgbox_inner .pirosdoboz {
background: #202020 !important;
    height: 40px !important;
    font-size: 1.2em !important;
    display: flex;
    justify-content: center;
    align-items: center;
	color:#fff !important;
}
.opciocsoport + div .feltet_lista {
padding-left:16px;
padding-right:16px;
padding-top:8px;
padding-bottom:8px;
}
.full-width .opciovalasztas input[opcio_id] + div.feltet_nev{
padding-left:65px;
position:relative;
height: 55px;
    display: flex;
    align-items: center;
width:100% !important;
justify-content:space-between !important;
}
.full-width .opciovalasztas input[opcio_id] + div.feltet_nev span {
margin-left:50px;
}
.opciovalasztas input[opcio_id] + div.feltet_nev::before{
  content: "";
  display: block;
  width: 61px;
  height: 51px;
  background-size: cover;
position:absolute;
left:0px;
mix-blend-mode:multiply;

}
.opciovalasztas input[opcio_id] + div.feltet_nev[title*="Penne"]::before{
  background-image: url('ujdesign/penne.png');

}
.opciovalasztas input[opcio_id] + div.feltet_nev[title*="Spaghetti"]::before{
  background-image: url('ujdesign/spaghetti.png');

}
.opciovalasztas input[opcio_id] + div.feltet_nev[title*="Tagliatelle"]::before{
  background-image: url('ujdesign/tagliatelle.png');

}
.opciovalasztas input[opcio_id] + div.feltet_nev[title*="Gnocchi"]::before{
  background-image: url('ujdesign/gnocchi.png');

}
.opciovalasztas input[opcio_id] + div.feltet_nev[title*="Teljes kiőrlésű penne"]::before{
  background-image: url('ujdesign/teljes.png');

}
.opciovalasztas {
height:55px !important;
}
.opciocsoport + div ul.feltet_lista {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.opciocsoport + div ul.feltet_lista li {
width:350px !important;
}
@media screen and (max-width:1280px) {
.opciocsoport + div ul.feltet_lista {
flex-direction:column !important;
}
.opciocsoport + div ul.feltet_lista li {
width:100% !important;
}
}

#popup .msgbox_container .msgbox_inner {
display:flex;
flex-direction:column;
}

#popup .msgbox_container .msgbox_inner > div {
order:9;
}

#popup .msgbox_container .msgbox_inner > div.opciocsoport {
order:1;
}
#popup .msgbox_container .msgbox_inner > div.opciocsoport + div {
order:1;
}

#popup .msgbox_container .msgbox_inner > div.quantity-wrapper {
order:2;
}
#popup .msgbox_container .msgbox_inner > div.quantity-wrapper + div.feltet_mennyiseg {
order:3;
}
#popup .msgbox_container .msgbox_inner > div.feltet_mennyiseg:first-of-type {
order:4;
}

.full-width .arak_rendel .rendeles_table {
padding-left:10px;
padding-right:10px;
justify-content:space-between;

}
.full-width .rendeles_table .info_wrap {
display: flex;
    gap: 5px;
    align-items: center;
    font-size: 1.1em;
cursor:pointer;
}

#popup .msgbox_container .msgbox_inner .new_feltet ul.feltet_lista li {
display:flex;
gap:8px;
width:48% !important;
}

#popup .msgbox_container .msgbox_inner .new_feltet ul.feltet_lista li div.feltet_nev {
width:60% !important;
}

#popup .msgbox_container .msgbox_inner .new_feltet ul.feltet_lista li div.feltet_ar {
width:80px !important;
}

@media screen and (max-width:1280px) {
#popup .msgbox_container .msgbox_inner .new_feltet ul.feltet_lista li {
width:100% !important;
}
}
.pirosdoboz, .zolddoboz {
color:#fff !important;
height:auto !important;
}
.pirosdoboz span, .zolddoboz span {
padding-top:4px;
padding-bottom:4px;
}
#popup .msgbox_container .msgbox_inner .zolddoboz {
height:auto !important;
}
#popup .msgbox_container .msgbox_inner .pirosdoboz {
height:auto !important;
}
.opciovalasztas:has(input[opcio_id]:checked) {
background-color: #f8f8f8;
    border: 1px solid #cdcdcd;
    padding: 4px;
}

.etel-kategoria h2.etelcsoport span.etelcsoport {
    color:#202020 !important;
}
.etel-kategoria .etlap_kategoria_wrap .etelnev_table {
    color:#c12828 !important;
font-size:1.6rem !important;
}
.etel-kategoria .etlap_kategoria_wrap .leiras_table {
font-size:1.3rem !important;
}
#frm_cimeim .zolddoboz {
display:block !important;
}
#frm_cimeim fieldset {
border:1px solid #202020 !important;
}