@font-face {
    font-family: 'Agency FB';
    src: url('AgencyGothicCT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Agency FB B';
    src: url('AgencyGothicCT-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Agency FB M';
    src: url('AgencyGothicCT-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'bookman_old_style';
    src: url('bookman_old_style_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.error{
    font-size: 14px;
    color: red;
}
input[class="error"]{
    border:1px solid #f00 !important;
}
input[class="form control error"]{
    border:1px solid #f00 !important;
}
#slideshow { 
    position: relative;
    width: 100%;
    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%;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-size: 15px;
    color: black;
    font-family: "bookman_old_style";
}
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;
}
.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;
}
.rt{
    text-align: right;
}
.head{
    position: relative;
    height: 130px;
}
.content{
    position: relative;
    display: table;
    width: 100%;
    min-height: calc(100vh - 258px);
}
.headlogo{
    position: absolute;
    display: block;
    background-color: black;
    width: 290px;
    z-index: 98;
    height: 130px;
}
.headlogo img{
	width: 290px;
	margin-top: 20px;
}
.headcontent{
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 290px;
    background-color: #eadfc1; /*#656565;*/
    height: 130px;
    width: 100%;
    z-index: 97;
}
.contentmenu{
    vertical-align: top;
    width: 290px;
    z-index: 98;
    display: table-cell;
    background-color: #c1b386;
    border-right: 3px solid #e9e0c1;
}
.contentmenuhead{
    background-color: #c1b386;/*#00fffc*/
    font-size: 30px;
    padding-left: 10px;
    font-family: "bookman_old_style";
    line-height: 70px;
}
.menuk{
    font-size: 20px;
    line-height: 40px;
    font-family: "bookman_old_style";
    color: #656565;
}
.menuk a{
    text-decoration: none;
    color: #656565;
    display: block;
    width: 100%;
}
/*.fomenu:hover, .almenu:hover, .alalmenu:hover, .menuk a:hover{
    color: red;
}*/
.fomenu{
    background-color: #e5dabc;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('../pics/fmj.png');
    background-position: 98% center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fomenu a{
	max-width: 250px;
	word-wrap: break-word;
}
.almenu{
    background-color: #e5d7aa;
    border: 1px solid #f3e8ca;
    padding-left: 40px;
    padding-right: 20px;
    display: none;
    cursor: pointer;
    background-image: url('../pics/amj.png');
    background-position: 98% 13px;
    background-repeat: no-repeat;
}
.alalmenu{
    background-color: #f3eacd;
    padding-left: 60px;
    margin-left: -40px;
    margin-right: -20px;
    display: none;
}
.alalmenu a{
    text-decoration: none;
    color: #656565;
    display: block;
    width: 100%;
}
.mmenu{
    display: none;
}
.cart{
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 80px;
    height: 45px;
    background-image: url('../pics/cart2.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: right;
    z-index: 99;
}
.cart span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius:35px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-family: "bookman_old_style";
    font-size: 20px;
}
.facebook, .mfacebook{
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.facebook img, .mfacebook img{
    width: 20px;
}
.mfacebook{
    display: none;
}
.searchfield{
    display: block;
    width: 40%;
    padding: 30px 0px 0px 20px;
    vertical-align: top;
    text-align: left;
}
.searchfield input[type=text]{
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius:16px;
    font-family: "bookman_old_style";
    font-size: 35px;
    padding-left: 20px;
    webkit-box-shadow:inset 0 0 4px #000;
    -moz-box-shadow:inset 0 0 4px #000;
    box-shadow:inset 0 0 4px #000;
}
.searchfield input[type=submit]{
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: -45px;
    width: 35px;
    height: 48px;
    background-image: url('../pics/searchi.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.loginform{
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    right: 140px;
    top: 130px;
    background-color: #eadfc1;
    font-size: 18px;
    padding: 12px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.loginform a{
    text-decoration: none;
    color: black;
    font-family: "bookman_old_style";
}
.loginform input[type="text"]{
    height: 35px;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius:5px 5px 0px 0px;
    font-family: "bookman_old_style";
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 3px;
}
.loginform input[type="password"]{
    height: 35px;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius:0px 0px 5px 5px;
    font-family: "bookman_old_style";
    font-size: 22px;
    padding-left: 10px;
}
.loginform input[type=submit]{
	width: 100%;
	height: 30px;
	font-size: 18px;
	font-family: "bookman_old_style";
	margin: 4px 0px 4px 0px;
}
/*.loginform input[type=submit]{
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: -28px;
    width: 28px;
    height: 35px;
    background-image: url('../pics/keyicon.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.mlogin{
    display: none;
}*/
.mlogin a{
        cursor: pointer;
        text-decoration: none;
        color: black;
    }
.mlogin{
	position: absolute;
	right: 140px;
	top: 30px;
	font-family: "bookman_old_style";
    color: black;
    font-size: 25px;
    display: block;
    width: 200px;
    text-align: center;
}
.loggedin{
    width: 200px;
    display: block;
    text-align: right;
    position: absolute;
    right: 200px;
    top: 40px;
    font-family: arial;
    font-size: 15px;
    color: black;
    font-weight: bold;
}
.loginmenu{
    font-weight: normal;
    font-size: 13px;
}
.loggedin a{
    text-decoration: none;
    color: black;
}
.loggedin a:hover{
    color: red;
}
.contentright{
    vertical-align: top;
    display: table-cell;
    width: auto;
    top: 0px;
    left: 0px;
    padding-bottom: 20px;
}
.prods{
    text-align: center;
    position: relative;
}
.contentright h1{
    font-size: 30px;
    margin: 10px 0px 10px 20px;
    padding: 0px;
}
.contentright h2{
    font-size: 25px;
    margin: 10px 0px 10px 20px;
    padding: 0px;
}
.contentright p {
    font-size: 18px;
    margin: 10px 0px 10px 20px;
    padding: 0px;
}
h1 a{
    text-decoration: none;
    color: black;
}
h1 a:hover{
    color: red;
}
.product{
    position: relative;
    width: 270px;
    /*height: 375px;*/
    display: inline-block;
    font-family: arial;
    font-size: 20px;
    line-height: 30px;
    color: #c08965;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    vertical-align: top;
}
.product b{
    display: block;
    width: 270px;
    height: 285px;
    line-height: 285px;
}
.product i{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product:hover {
  opacity: 0.7;
}
.product img{
    vertical-align: middle;
    max-width: 270px;
}
.pc{
    max-height: 60px;
    display: block;
    overflow: hidden;
}
.pp{
    max-height: 30px;
    display: block;
}
.pa{
    color: red;
}
.akc{
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: red;
    display: block;
    width: 68px;
    height: 68px;
    border-radius:34px;
    line-height: 68px;
    color: white;
    font-size: 22px;
    text-align: center;
    box-shadow: 0px 0px 4px #000000;
}
.footer{
    background-color: #eadfc1;
    font-size: 15px;
    color: black;
    text-align: center;
    padding: 15px;
}
.footer a{
    text-decoration: none;
    color: black;
}
.footer a:hover{
    color: red;
}
.footer span{
    font-size: 20px;
}
.ej{
    display: block;
    width: 100%;
    padding: 70px;
    text-align: center;
}
.ej input[type="text"]{
    width: 300px;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius:16px;
    font-family: "bookman_old_style";
    font-size: 18px;
    padding-left: 20px;
    webkit-box-shadow:inset 0 0 4px #000;
    -moz-box-shadow:inset 0 0 4px #000;
    box-shadow:inset 0 0 4px #000;
}
.ej input[type="submit"]{
    width: 150px;
    height: 50px;
    border: 1px solid #bdbdbd;
    background-color: black;
    color: white;
    border-radius:16px;
    font-family: "bookman_old_style";
    font-size: 20px;
    webkit-box-shadow:inset 0 0 4px #000;
    -moz-box-shadow:inset 0 0 4px #000;
    box-shadow:inset 0 0 4px #000;
}
.prodcont{
    font-family: arial;
    font-size: 22px;
    color: #c08965;
    display: table;
    width: 98%;
    border-top: 3px solid #c08965;
    border-bottom: 3px solid #c08965;
    padding: 30px 0px 30px 0px;
    margin: auto;
}
.prodpic{
    vertical-align: top;
    text-align: center;
    display: table-cell;
    width: 400px;
}
.prodpic img{
    max-width: 390px;
}
.prodpics{
	margin: auto;
    vertical-align: top;
    text-align: center;
    max-width: 390px;
    width: 200px;
    display: table-cell;
}
.prodpics img{
	margin-left: 4px;
    margin-bottom: 4px;
    max-width: 190px;
}
.proddata{
    vertical-align: top;
    display: table-cell;
    padding: 0px 15px 0px 15px;
}
.pcontent{
    border-bottom: 3px solid #c08965;
    padding-bottom: 30px;
}
.pcomment{
    margin-top: 20px;
}
.pcomment textarea{
    font-family: arial;
    font-size: 18px;
    color: #c08965;
    padding: 10px;
    border: 3px solid #c08965;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    margin-top: 5px;
}
.pmore{
    padding-top: 20px;
    line-height: 30px;
    height: 140px;
    overflow: hidden;
}
.more{
    color: black;
    cursor: pointer;
}
.more:hover{
    color: red;
}
.db{
    font-family: arial;
    font-size: 18px;
    color: #c08965;
    padding: 10px;
    border: 3px solid #c08965;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.tocart input[type=number]::-webkit-inner-spin-button, .tocart input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
.tocart input[type=number] {
     -moz-appearance: textfield;
}
.tocart{
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px 15px 10px 10px;
    position: relative;
    background-color: #f5e9d3;
}
.cartsubm{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url('../pics/tocart.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 50px;
    height: 41px;
}
.kban{
    position: absolute;
    background-color: red;
    color: white;
    min-width: 34px;
    height: 34px;
    padding: 2px;
    border-radius:17px;
    text-align: center;
    line-height: 30px;
    right: 70px;
    top: 40px;
    font-size: 14px;
}
.rh{
    text-align: center;
}
.regt{
    text-align: center;
    display: table;
    max-width: 800px;
    margin: auto;
}
.regt div{
    display: inline-block;
    font-family: arial;
    font-size: 21px;
    color: #c08965;
    width: 49%;
    text-align: right;
    line-height: 30px;
    vertical-align: top;
}
.regt input[type="text"], .regt input[type="password"], .regt input[type="tel"]{
    border: 1px solid black;
    border-radius: 3px;
    width: 98%;
    height: 30px;
    font-size: 21px;
    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"], .kosszall input[type="submit"]{
    font-family: 'bookman_old_style';
    font-size: 30px;
    background-color: transparent;
    margin: 0px;
    padding: 10px;
    border: 0px;
    cursor: pointer;
    border: 1px solid silver;
    border-radius: 10px;
}
.regt input[type="submit"]:hover{
    color: red;
}
.kost{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    font-size: 28px;
    font-family: 'bookman_old_style';
    margin-bottom: 20px;
}
.kost a{
    text-decoration: none;
    color: black;
}
.kme, .kme2{
    font-size: 18px;
    font-family: 'bookman_old_style';
}
.kme2{
    color: red;
    font-family: 'bookman_old_style';
}
.kme3{
    font-size: 37px;
}
.kme4{
    font-size: 30px;
}
.kme4 span{
    font-size: 15px;
}
.kbb, .kme3{
    border-bottom: 1px solid #656565;
}
.kost td{
    padding: 5px;
}
.kost td:first-child img{
    width: 100%;
}
.tkep{
    width: 120px;
}
.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: 23px;
    color: #c08965;
    line-height: 40px;
}
.kosszall h1{
    font-family: 'bookman_old_style';
    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: #c08965;
    line-height: 40px;
    padding-left: 30px;
    border-bottom: 0px;
}
.elfogad a{
    color: blue;
    text-decoration: none;
}
.elfogad a:hover{
    color: red;
}
.edrend{
    width: 100%;
    max-width: 1400px;
    font-size: 20px;
}
.edrend td{
    text-align: center;
    border-top: 1px solid #c08965;
}
.edrend a{
    text-decoration: none;
    color: blue;
}
.edrend a:hover{
    color: red;
}
.renddata div{
    font-weight: normal;
    font-size: 20px;
}
@media all and ( max-width: 1140px ) {
    .head{
        position: relative;
        height: 180px;
    }
    .headlogo{
        position: relative;
        width: 100%;
        height: 91px;
    }
    .headlogo img{
        width: 300px;
        margin-top: 0px;
    }
    .headcontent{
        position: relative;
        padding-left: 0px;
        height: 90px;
    }
    .content{
        display: block;
    }
    .contentmenu{
        width: 100%;
        min-height: auto;
        display: none;
        border-right: 0px;
    }
    .mmenu{
        display: block;
        position: absolute;
        top: 25px;
        right: 10px;
        background-image: url('../pics/mmenu.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 140px;
        height: 37px;
        cursor: pointer;
    }
    .cart{
        top: 25px;
        right: 160px;
        width: 80px;
        height: 45px;
        background-image: url('../pics/cart.png');
    }
    .cart span{
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        border-radius:20px;
    }
    .searchfield{
        position: absolute;
        top: 10px;
        right: 15px;
        width: 50%;
        text-align: right;
        padding-top: 5px;
        z-index: 99;
    }
    .searchfield input[type=text]{
        height: 40px;
        border: 1px solid #bdbdbd;
        border-radius:10px;
        font-size: 28px;
    }
    .searchfield input[type=submit]{
        margin-left: -38px;
        width: 30px;
        height: 38px;
    }
    .loggedin{
        top: 30px;
        left: 20px;
        text-align: left;
    }
    .mlogin{
    	position: relative;
    	width: auto;
    	top: auto;
    	right: auto;
    	text-align: left;
        height: 90px;
        line-height: 90px;
        display: block;
        font-family: "bookman_old_style";
        color: black;
        font-size: 25px;
        padding-left: 20px;
    }
    .mlog{
    	margin-right: 20px;
    }
    .loginform{
        display: none;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 90px;
        font-size: 25px;
        padding: 10px;
    }
    /*.regnm{
        display: none;
    }*/
    .contentright{
        position: relative;
        padding-left: 0px;
        width: 100%;
        display: block;
    }
}
@media all and ( max-width: 850px ) {
    .prodcont{
        display: block;
        border-top: 0px;
        padding-top: 0px;
    }
    .pcontent{
        margin-top: 20px;
    }
    .prodpic{
        display: block;
        width: 98%;
    }
    .prodpics{
    	margin-top: 4px;
        width: 98%;
        display: block;
    }
    .prodpics img{
        width: 45%;
    }
    .proddata{
        width: 98%;
        display: block;
    }
    .tkep{
        width: 0px;
        display: none;
    }
    .tdel{
        width: 30px;
    }
    .tdel img{
        width: 30px;
    }
    .kosszall div{
        display: block;
        width: 100%;
    }
    .cart{
    	top: 12px;
    }
}
@media all and ( max-width: 640px ) {
    .head{
        height: 120px;
    }
    .headlogo{
    	height: 61px;
    }
    .headlogo img{
        width: 200px;
    }
    .headcontent{
        height: 60px;
    }
    .mlogin{
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        padding-left: 7px;
    }
    .searchfield{
        top: 5px;
    }
    .facebook{
        display: none;
    }
    .mfacebook{
        display: block;
    }
    .cart{
        right: 100px;
        width: 60px;
        height: 36px;
    }
    .cart span{
        width: 22px;
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        border-radius:18px;
    }
    .mmenu{
        top: 20px;
        width: 80px;
        height: 21px;
    }
    .loginform{
        top: 60px;
    }
    .loggedin{
        top: 13px;
        font-size: 13px;
    }
    .loginmenu{
        font-size: 11px;
    }
    .contentright h1{
        font-size: 45px;
    }

    .contentright h2{
        font-size: 35px;
        margin: 10px 0px 10px 20px;
        padding: 0px;
    }
    .contentright p {
        font-size: 25px;
        margin: 10px 0px 10px 20px;
        padding: 0px;
    }

    .product{
        display: inline-block;
        width: 160px;
        height: 270px;
        font-size: 18px;
        line-height: 22px;
        margin: 5px;
    }
    .product b{
        width: 160px;
        height: 182px;
    }
    .product img{
        max-width: 160px;
        max-height: 182px;
    }
    .prodpic{
        text-align: center;
    }
    .prodpic img{
        width: 95%;
    }
    .prodpics img{
        width: 45%;
    }
    .pc{
        max-height: 66px;
    }
    .pp{
        max-height: 22px;
    }
    .akc{
        width: 50px;
        height: 50px;
        border-radius:25px;
        line-height: 50px;
        font-size: 17px;
        box-shadow: 0px 0px 4px #000000;
    }
    .footer{
        font-size: 20px;
    }
    .footer span{
        font-size: 25px;
    }
    .mail{
        margin-right: 30px;
    }
    .ej{
        padding: 20px 0px 20px 0px;
    }
    .regt div{
        margin: auto;
        width: 95%;
        text-align: center;
    }
    .edrend{
        width: 95%;
        margin: auto;
        font-size: 20px;
    }
    .renddata div{
        font-size: 16px;
        line-height: 27px;
    }
    .kme3{
        font-size: 35px;
    }
    .kme4{
        font-size: 30px;
    }
    .regt input[type="text"], .regt input[type="password"], .regt input[type="tel"]{
        height: 40px;
    }
}