body{
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-size: 15px;
    color: black;
    font-family: "Arial";
}
img{
	border: 0px;
}
table {
	Border-Collapse: separate;
	border-spacing: 0;
	Border: 0px;
	Margin: 0px;
	Padding: 0px;
}
td,th {
	Margin: 0px;
	Padding: 0px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
.tovabb{
    display: none;
}
.popupbg{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index:99;
    opacity: 60%;
}
.popup{
    background-color: white;
    margin: auto;
    min-height: 300px;
    min-width: 300px;
    width: 90%;
    max-width: 800px;
    max-height: 500px;
    overflow: auto;
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    border-radius: 15px;
    padding: 15px;
    padding-top: 40px;
}
.close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('../picstnt/close.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 23px;
    cursor: pointer;
    z-index: 99;
}
.logo{
    margin: auto;
    width: 773px;
    height: 208px;
    position: relative;
}
.logobg{
    position: relative;
    background-image: url('../picstnt/logobg.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 208px;
}
.hometext{
    padding: 10px;
}
.rt{
    text-align: right;
}
.media{
    position: absolute;
    left: 10px;
    top: 11px;
}
.media a{
    padding-right: 10px;
}
.belepkosar{
    position: absolute;
    right: 10px;
    padding-right: 150px;
    bottom: 10px;
}
.belepkosar img{
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}
.loginform{
    display: none;
    position: absolute;
    z-index: 98;
    background-color: #4ce4ff;
    width: 190px;
    padding: 10px;
    margin-top: -1px;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid black;
}
.loginform input[type=text],.loginform input[type=password]{
    width: 170px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 0px;
}
.loginform input[type=submit],.loginform a{
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    cursor: pointer;
    background-color: #e5e5e5;
    width: 170px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    border: 1px solid black;
    margin: 5px 0px 0px 0px;
    display: block;
}
.loginform input[type=submit]:hover{
    background-color: #cacaca;
}
.mmenu{
    display: none;
    position: absolute;
    right: 20px;
    top: 150px;
    z-index: 98;
    padding-top: 3px;
}
.menu{
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #c4f6ff;
    border-top: 1px solid black;
}
.menu a,.belepkosar a,.fomenu{
    text-decoration: none;
    color: black;
    display: inline-block;
    margin: 0px 20px 0px 20px;
}
.belepkosar a{
    padding: 0px 5px 0px 5px;
    margin: 5px 0px 0px 0px;
    position: relative;
}
.menu a:hover{
    color: #36acc1;
}
.belepkosar a:hover{
    color: #36acc1;
}
.mlog{
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.mlact{
    background-color: #4ce4ff;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    position: relative;
    z-index: 99;
}
a.mlact:hover{
    color:white;
}
.static{
    margin: 15px;
}
.fomenu{
    cursor: pointer;
    position: static;
    display: inline-block;
    text-align: left;
    line-height: 30px;
    z-index: 96;
}
.fomenu:hover{
    color:#36acc1;
}
.almenu{
    background-color: #c4f6ff;
    min-width: 200px;
    display: none;
    font-weight: normal;
    color: black;
    position: absolute;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 16px;
    white-space: nowrap;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 5px;
}
.almenu a{
    display: block;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.alalmenu{
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.alalmenu:hover{
    color:#36acc1;
}
.alalmenu a{
    display: none;
}
.alalmenuje a{
    margin-left: 20px;
    color: #5a5c5c;
}
.loginform a:hover{
    color: white;
}
.keresmezo{
    position: absolute;
    top: 13px;
    left: 100px;
    z-index: 98;
}
.keresmezo input[type='text']{
    font-size: 20px;
    border-radius: 20px;
    border: 0px;
    border: 2px solid black;
    width: 420px;
    height: 40px;
    padding: 0px 20px 0px 20px;
}
.keresmezo input[type='submit']{
    cursor: pointer;
    border: 0px;
    margin: 0px;
    margin-left: -35px;
    width: 25px;
    height: 30px;
    background-color: transparent;
    background-image: url('../picstnt/scicon.png');
    background-repeat: no-repeat;
}
.footer{
    width: 100%;
    min-height: 110px;
    text-align: center;
}
.footer a{
    text-decoration: none;
    color: black;
}
.footer a:hover{
    color: white;
}
.footer_top{
    background-color: #4ce4ff;
    border-bottom: 1px solid black;
    min-height: 59px;
    padding: 15px;
}
.footer_top img{
    vertical-align: middle;
}
.footer a{
    display: inline-block;
}
.smi{
    height: 32px;
}
.footer_sec{
    display: inline-block;
    margin: 0px 15px 0px 15px;
}
.footer_bottom{
    color: #6d6d6d;
    line-height: 50px;
}
#slideshow { 
    position: relative;
    width: 100%;
    /*min-height: 600px;*/
    overflow: hidden;
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 4;
}
#slideshow img{
    width: 100%;
}
#slideshow > div {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    top: 0px; 
    left: 0px;
    z-index: 3;
}
.egykep img{
    width: 100%;
}
.content h1{
    text-align: center;
    font-size: 28px;
}
.content h1 a{
    text-decoration: none;
    font-size: 20px;
    color: black;
}
.content h1 a:hover{
    color: #36acc1;
}
/*kis termékek*/
.prods{
    text-align: center;
}
.product{
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-radius:10px;
    padding: 15px 15px 15px 15px;
    margin: 10px 5px 10px 5px;
    width: 240px;
    height: 340px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: black;
}
.product:hover{
    box-shadow: 0px 0px 10px #c7c7c7;
}
.product img{
    max-width: 208px;
    max-height: 208px;
}
.pc{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    overflow: hidden;
}
.pa,.pp{
    text-align: left;
}
.pp{
    font-size: 14px;
    font-weight: normal;
    color: #90908e;
    text-decoration: line-through;
    margin-left: 7px;
}
.pa{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #36acc1;
    font-size: 18px;
    font-weight: bold;
}
.pic{
    display: block;
    width: 208px;
    height: 208px;
    overflow: hidden;
}
/*.mcart{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    display: block;
    color: #36acc1;
    border: 1px solid #36acc1;
    background-color: #c4f6ff;
    border-radius: 20px;
    padding-top: 8px;
    font-size: 20px;
}
.mcart:hover{
    color: #c4f6ff;
    border: 1px solid #c4f6ff;
    background-color: #36acc1;
}*/
.akc{
    display: block;
    position: absolute;
    top:15px;
    left:15px;
    padding: 4px 7px 4px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: red;
    color: white;
    border-radius:15px;
}
/*kis termékek vége*/
/*termekoldal*/
.prodcont{
    padding: 10px;
}
.prodpic,.prodpics,.proddata{
    vertical-align: top;
}
.prodpic{
    display: table-cell;
    padding: 0px 15px 15px 5px;
}
.prodpics{
    display: table-cell;
}
.prodpics a{
    display: block;
}
.prodpics img{
    height: 158px;
    margin-left: 10px;
    margin-top: 5px;
}
.proddata{
    display: table-cell;
}
.prodcont h2{
    font-size: 30px;
    text-align: center;
}
.prodcont h3{
    margin: 5px 0px 5px 0px;
}
.pcomment textarea{
    width: 100%;
    height: 60px;
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
}
.tuls select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border: 1px solid #c1c1c1;
    border-radius: 7px;
}
.tocart .db{
    width: 60px;
    height: 40px;
    border: 1px solid #c1c1c1;
    border-radius:7px;
    font-size: 16px;
    padding-left: 10px;
}
.tocart .kban{
    position: absolute;
    left: 45px;
    top: 30px;
    height: 25px;
    display: inline-block;
    color: #36acc1;
    border: 1px solid #36acc1;
    background-color: #c4f6ff;
    border-radius: 15px;
    padding: 3px 5px 3px 5px;
    line-height: 19px;
    font-size: 12px;
}
.tocart{
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: bottom;
}
.cartsubm{
    margin-left: 10px;
    height: 40px;
    color: #36acc1;
    border: 1px solid #36acc1;
    background-color: #c4f6ff;
    border-radius: 7px;
    font-size: 20px;
    padding: 0px 15px 0px 55px;
    background-image: url('../picstnt/cart1.png');
    background-repeat: no-repeat;
    background-position: 8px 3px;
}
.cartsubm:hover{
    background-image: url('../picstnt/cart2.png');
    color: #c4f6ff;
    border: 1px solid #c4f6ff;
    background-color: #36acc1;
}
.tocart .pa{
    position: relative;
    display: inline-block;
    bottom: auto;
    left: auto;
    font-size: 25px;
    margin-top: 15px;
}
.tocart .pp{
    font-size: 18px;
}
.tocart .akc{
    position: relative;
    display: inline-block;
    top: -5px;
    left: 10px;
}
/*termekoldal vége*/
.navmenu{
    text-align: center;
    margin: 10px 10px 10px 10px;
    font-size: 18px;
}
.navmenu a{
    text-decoration: none;
    color: black;
}
.navmenu a:hover{
    color: #36acc1;
}
/*regisztráció*/
.rh{
    text-align: center;
}
.regt{
    text-align: center;
    display: table;
    max-width: 600px;
    margin: auto;
    padding: 0px 20px 20px 20px;
}
.regt div{
    display: inline-block;
    font-family: arial;
    font-size: 21px;
    color: #36acc1;
    width: 49%;
    text-align: right;
    line-height: 50px;
    vertical-align: top;
}
.regt input[type="text"], .regt input[type="password"], .regt input[type="tel"], .ej input[type="text"]{
    border: 1px solid black;
    border-radius: 7px;
    width: 98%;
    height: 40px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    margin: 5px 0px 5px 0px;
}
div.regc{
    text-align: center;
    width: 100%;
    margin-top: 8px;
}
div.regtov{
    display: none;
}
.regt input[type="submit"], .ej input[type="submit"], .kosszall input[type="submit"]{
    height: 40px;
    color: #36acc1;
    border: 1px solid #36acc1;
    background-color: #c4f6ff;
    border-radius: 7px;
    line-height: 40px;
    padding: 0px 100px 0px 100px;
    font-size: 24px;
}
 .kosszall input[type="submit"]{
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
 }
.regt input[type="submit"]:hover, .ej input[type="submit"]:hover,  .kosszall input[type="submit"]:hover{
    color: #c4f6ff;
    border: 1px solid #c4f6ff;
    background-color: #36acc1;
}
.ej{
    display: block;
    margin: auto;
    width: 100%;
    padding: 70px;
    text-align: center;
    vertical-align: bottom;
}
.ej input[type="text"]{
    width: 300px;
}
.ej input[type="submit"]{
    width: 150px;
    padding: 0px 10px 0px 10px;
    position: relative;
    top: 4px;
}
.error{
    font-size: 14px;
    color: red;
}
input[class="error"]{
    border:1px solid #f00 !important;
}
input[class="form control error"]{
    border:1px solid #f00 !important;
}
.alertbox{
    max-width: 550px;
    min-height: 111px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 40px 10px 110px;
    display: block;
    background-position: 15px 20px;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.alertbox img{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.green{
    color: #008000;
    border-color: #008000;
}
.red{
    color: #c80000;
    border-color: #c80000;
}
.kossz{
    position: absolute;
    right: 5px;
    bottom: -6px;
    width: 20px;
    height: 20px;
    display: block;
    color: #36acc1;
    border: 1px solid #36acc1;
    background-color: #c4f6ff;
    border-radius: 10px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;  
}
/*kosár*/
a.kosar {
    position: absolute;
    right: 0px;
}
.kost{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    font-size: 22px;
    margin-bottom: 20px;
}
.kost a,.kostmob a{
    text-decoration: none;
    color: black;
}
.kost a:hover,.kostmob a:hover{
    color: #36acc1;    
}
.kme, .kme2{
    font-size: 16px;
}
.kme2{
    color: red;
}
.kme3{
    font-size: 37px;
}
.kme4{
    font-size: 30px;
}
.kme4 span{
    font-size: 15px;
}
.kbb, .kme3{
    border-bottom: 1px solid #656565;
}
.kost td{
    padding: 5px;
    white-space: nowrap;
}
td.ww,div.ww{
    word-break: break-all;
    white-space: normal;
}
.kost td:first-child img{
    width: 100%;
    min-width: 100px;
}
.plus,.minus{
    margin-top: 10px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    border: 1px solid black;
}
.plus{
    border-radius:0px 10px 10px 0px;
    background-color: #36acc1;
    border-left: 0px;
}
.minus{
    border-radius:10px 0px 0px 10px;
    background-color: #e7e7e7;
}
a.plus:hover{
    color: #e7e7e7;
}
.tkep{
    width: 120px;
}
.tnev{
    width: 65%;
}
.tdel{
    width: 70px;
}
.tnagy{
    font-size: 50px;
}
.kosszall{
    width: 100%;
    max-width: 1400px;
    display: table;
    margin: auto;
    border-bottom: 1px solid #777777;
    margin-bottom: 20px;
    padding: 0px 30px 20px 30px;
}
.kosszall div{
    display: table-cell;
    width: 49%;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    color: black;
    line-height: 40px;
}
.kosszall h1{
    color: black;
    margin-left: 0px;
    font-size: 30px;
    line-height: 60px;
}
.kosszall input[type=radio], label{
    cursor: pointer;
}
.foxpost{
    font-size: 20px;
    width: 95%;
    margin-bottom: 10px;
    height: 40px;
}
.elfogad{
    font-family: arial;
    font-weight: bold;
    font-size: 23px;
    color: black;
    line-height: 40px;
    padding-left: 30px;
    border-bottom: 0px;
}
.elfogad a{
    color: black;
    text-decoration: none;
}
.elfogad a:hover{
    color: #36acc1;
}
.edrend{
    width: 100%;
    max-width: 1400px;
    font-size: 20px;
    margin: auto;
    margin-bottom: 20px;
}
.edrend td{
    text-align: center;
    padding: 10px;
    border-top: 1px solid #c08965;
}
.edrend a{
    text-decoration: none;
    color: black;
}
.edrend a:hover{
    color: #36acc1;
}
.renddata div{
    font-weight: normal;
    font-size: 20px;
}
.kostmob{
    display: none;
}
/*kosár vége*/
@media all and ( max-width: 1450px ) {
    .prodpic img{
        height: 450px;
    }
    .prodpics img{
        height: 105px;
    }
}
@media all and ( max-width: 1025px ) {
    .prodpic img{
        height: 300px;
    }
    .prodpics img{
        height: 70px;
    }
    .micons{
        display:none;
    }
    .footer a{
        font-size: 19px;
        margin: 5px 0px 5px 0px;
    }
    .footer_sec{
        margin: 0px;
    }
}
@media all and ( max-width: 773px ) {
    .prodpic{
        display: block;
        text-align: center;
    }
    .prodpics{
        display: block;
    }
    .prodpic img{
        width: 70%;
        height: auto;
    }
    .prodpics a{
        width: 25%;
        display: inline-block;
    }
    .prodpics img{
        height: auto;
        width: 100%;
    }
    .logo{
        display:table-cell;
        vertical-align: bottom;
        width:100%;
    }
    .logobg{
        background: none;
    }
    .logoimg img{
        width: 100%;
    }
    .kosszall div{
        display: block;
        width: 100%;
    }
}
@media all and ( max-width: 620px ) {
    .kosthm{
        display: inline-block;
        width: 49%;
    }
    .kost{
        display:none;
    }
    .sum{
        display:table;
        width: 95%;
    }
    .sum .kme4{
        font-size: 22px;
    }
    .kostmob{
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }
    .kostmob div{
        text-align: center;
        vertical-align: top;
    }
    .tkep img{
        width: 100%;
    }
    .tem{
        color: red;
        font-weight: normal;
        font-size: 16px;
    }
    .black{
        color: black;
    }
    .tnevm{
        padding: 10px;
        font-size: 22px;
    }
    .tmme{
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        padding: 10px;
    }
}
@media all and ( max-width: 500px ) {
    .logo{
        height: 150px;
    }
    #mtobb{
        height: 175px;
        overflow: hidden;
    }
    .tovabb{
        display: block;
        background-color: white;
        z-index: 99;
        text-align: center;
        border: 1px solid silver;
        border-radius:10px;
        display: block;
        height: 40px;
        width:200px;
        padding: 0px 10px 0px 10px;
        font-size: 20px;
        line-height: 40px;
        vertical-align: middle;
        font-weight: bold;
        margin: auto;
        cursor: pointer;
    }
    .keresmezo{
        top: 150px;
        left: auto;
        right:80px;
    }
    .keresmezo input[type='text']{
        width: 180px;
    }
    .belepkosar{
        padding-right: 10px;
        left: 10px;
        top: 10px;
        height: 50px;        
        font-size: 17px;
    }
    .mmenu{
        display: block;
        cursor: pointer;
    }
    .menu{
        display: none;
        font-size: 26px;
    }
    .menu a,.fomenu,.alalmenu{
        display: block;
        text-align: left;
        border-bottom: 1px dotted black;
        padding: 15px;
    }
    .almenu{
        position: relative;
        padding: 0px;
        margin: 0px;
        border: 0px;
    }
    .alalmenuje a{
        margin: 0px 10px 0px 10px;
    }
    .loginform{
        display: none;
        position: absolute;
        z-index: 98;
        background-color: #4ce4ff;
        width: 250px;
        padding: 0px 10px 10px 10px;
        margin-top: -1px;
        border-radius: 0px 10px 10px 10px;
        border: 1px solid black;
    }
    .loginform input[type=text],.loginform input[type=password]{
        width: 100%;
        height: 45px;
        font-size: 16px;
        padding: 0px 15px 0px 15px;
        margin-top: 15px;
    }
    .loginform input[type=submit],.loginform a{
        text-align: center;
        line-height: 43px;
        font-size: 16px;
        cursor: pointer;
        background-color: #e5e5e5;
        width: 100%;
        height: 45px;
        padding: 0px 15px 0px 15px;
        border-radius: 5px;
        border: 1px solid black;
        margin: 10px 0px 0px 0px;
        display: block;
    }
    .loginform input[type=submit]:hover{
        background-color: #cacaca;
    }
        .edrend{
        width: 95%;
        margin: auto;
        font-size: 20px;
    }
    .renddata div{
        font-size: 16px;
        line-height: 27px;
    }
    .kme3{
        font-size: 35px;
    }
    .kme4{
        font-size: 30px;
    }
    .kossz{
        right: auto;
        left: 30px;
        bottom: -8px;
    }
    .micons{
        display:block;
        top: 150px;
    }
}