body {
    margin:0px 0px 0px 0px;
    padding:0;
    background-size:auto;
    background-repeat: no-repeat;
    background-color:#fff;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans';
    background-size: cover;
	overflow-x: hidden;
	background-image:url('../images/bg.jpg');
}


a, textarea {
    outline: 0;
    border:0;
    color:#fff;
}

a:hover, img, input[type="button"]:hover, input[type="submit"]:hover   {
	animation: fadeIn;
    animation-duration: 2s;
}

textarea {
    color: #333;
}

ul {
    padding-start:0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

.container {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}

header {
	background-color:white;
}

.left {
	float: left;
}

.right {
	float: right;
}

header .logo {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
}

header .logo img {
    animation: zoomIn;
    animation-duration: 2s;
}

header .logo {
    padding: 10px 30px 20px 30px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

header nav {
	background-color:#C1A784;
}

header nav li {
	list-style: none;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}

header nav ul {
	margin:0;
}

header .menu-top {
	margin-left: 20px;
}

header .menu-top .cart {
	display: inline-block;
	vertical-align: middle;
	width:58px;
	height:42px;
	margin-top:-10px;
	background: url('../images/cart.png');
	position: relative;
}


header .menu-top .cart span {
	position: absolute;
	left:35px;
	top:7px;
	color:#fff;
	font-weight: normal;
}

header .menu-top li img {
	vertical-align: middle;
	margin-right: 15px;
}

header nav li a {
	padding: 30px 10px 25px 10px;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size:15px;
	text-transform: uppercase;
}

header nav .icons li a {
	padding: 25px 0px 0px 10px;
}

header .top-content {
	height:100px;
	height: 113px;
}

header .selector ul {
	margin:0;
}

header .selector ul li {
	list-style: none;
	color:#000;
	display: inline-block;
	vertical-align: middle;
}

header .selector li a {
	padding: 44px 10px 40px 10px;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size:16px;
	color:#000;
	border-right:1px solid #ddd;
	min-width: 180px;
	text-align: center;
	height: 29px;
	overflow: hidden;
}

header .selector li img {
	vertical-align: middle;
	margin-left: 15px;	
}

.clearfix {
	clear: both;
}
.white-bg {
	background-color:white;
}

section #slider {
	margin-top:10px;
	margin-bottom: 0px;
}

#lightslider {
}

section .topslider {
	width:800px;	
}

section #slider .img-item {
	margin-bottom: 6px;
}


#product-cat {
	background-color:#70614F;
}

#product-cat ul {
	margin:0;
	text-align: center;
}

#product-cat li {
	list-style: none;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
    margin-left: -2px;
}

#product-cat li:after {
	content: "";
	position: absolute;
	right:0px;
	width:1px;
	height:12px;
	background-color:#fff;
	bottom:20px;
}

#product-cat li:last-child:after {
	display: none;

}

#product-cat li a {
	padding: 20px 15px 15px 15px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size:16px;
	text-transform: uppercase;
}


#product-cat .active a {
    background-color:#fff;
    color: #70614F;
    font-weight: bold;
    
}

.product-container {
	padding:10px;
    text-align: left;
}

.product-container h2 {
	text-align: left;
	font-family: Roboto;
	font-weight: normal;
	text-transform: uppercase;
	font-size:24px;
	color:#2C2F3B;
	margin:40px 0px 30px 0px;
	position: relative;
	z-index: 100;
    text-align: center;
}

.product-container h2:before {
	content:"";
	width:100%;
	height:1px;
	background-color:#ddd;
	position: absolute;
	bottom:14px;
	left:0px;
	z-index: -1;
}


.product-container h2 span {	
	background-color: #fff;
	padding:0px 30px 0px 30px;
    text-align: center;
}

.product-box {
	background-color: #fff;
	border:1px solid #ddd;
	width:100%;
	max-width:279px;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	margin-bottom: 15px;
    width: calc(100% - 10px);
}

.product-box .image {
	position:relative;
	height:170px;
	background-size: cover;
}

.product-box .image img {
	width:100%;
}

.product-box .image .caption {
	position: absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.4);
	width:100%;
	color:#fff;
	padding:10px 0px 10px 0px;
	text-align: center;
    font-size:14px;
    min-height: 40px;
}

.product-box .image .caption p{
    margin: 0;
    display: inline-block;
    vertical-align: sub;
}
.product-box .image .caption a {
	text-decoration:none;
	font-family: Roboto;
	font-weight:400;
}

.product-box .description {
	padding:10px;
	width:calc(100% - 20px);
	font-size:18px;
}

.product-box .description .left {
	font-weight: bold;
}

.product-box .description .right {	
	font-weight: bold;
}

.product-box .description p {
	color:#313131;
	font-size: 14px;
    text-align:center;
    min-height:40px;
}


.product-box input[type="text"] {
	color:#313131;
	border:1px solid #B8B8B8;
	width:40px;
	border-radius: 5px;
	background-image:url('../images/inputbg.png');
	height:29px;
	line-height:29px;
	padding:0px 5px 0px 5px;
}

.product-box input[type="submit"] {
	width:76px;
	height:29px;
	background-color: #C1A784;
	text-align: center;
	font-family: Roboto;
	font-weight:bold;
	border-radius: 3px;
	cursor:pointer;
    border:0px;
    color:#fff;
}

.product-box form {
	font-size:14px;
}

.align-right {
	text-align: right;
}

footer {	
	border-top:6px solid #C1A784;
	background-color:#fff;
	padding-top:30px;
	padding-bottom: 30px;
	text-align: center;
}

footer .column {	
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	margin-bottom: 20px;
	text-align: left;
}


footer .column ul {	
	display: inline-block;
	vertical-align: middle;
	margin: 14px;
}

footer .column ul li {	
	list-style: none;
	text-align: left;
}

footer .column ul li a {	
	color:#000;
	text-decoration: none;
	font-size: 14px;
}

footer .column ul .title {
	margin-bottom: 10px;
}




/**Animaciok**/

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


/* kosar */

.kosarba-menu {
	background: #FFCC00;
	border:0px;
	width:100%;
	cursor: pointer;
	padding:7px 0px 7px 0px;
	margin:2px 0px 2px 0px;

}

.kosarba-menu:hover {
	animation: fadeIn;
	animation-duration: 2s;
}

.kosarban-van {
	position: relative !important;
}

.kosarban-van * {
	opacity: 0.8;
}

.kosarban-van::after {
	content: "";
	position: absolute;
	width:25px;
	height:25px;
	background: url('../images/tick.png');
	top:10px;
	right:10px;
}

.kosargomb {
	color:#fff;
	font-size:13px;
	animation-duration: 2s;
	animation-name: wobble !important;
}


.kosar {
	width:100%;
}

.kosar th {
	background:#93887B;
	color:#fff;
	height: 40px;
    padding: 10px;
    font-weight: normal;

}

.kosar tr {
	background: #E7E6E3;
    padding: 10px;
}

.kosar td {
	padding:10px;
    background: #eee;

}

.content {
    background-color:#fff;
    margin-top: 10px;
}

.content a {
    color:#C1A784;
}


.content h1 {
    margin:0;
    font-weight: normal;
}

.content .inline {
   background-color: #70614F;
   padding:20px;
   text-align: center;
   color:#fff;
   text-transform: uppercase;
}


/*Item Page*/
  .item-desc-wrapper{
	padding: 10px;
	color:#666;
}
  .item-desc-wrapper form .item-wrapper{
	float: left;
	width: 327px;
	margin: 0px auto;
	text-align: center;
}
  .item-desc-wrapper form .item-wrapper img{
	max-width: 327px;
	width: 100%;
	font-size: 0px;
}
  .item-desc-wrapper form .item-wrapper .in-kosar{
	margin: 40px auto 0px auto;
	font-size: 14px;
	font-weight: bold;
}
  .item-desc-wrapper form .item-wrapper  .in-kosar p{
	margin: 0px;
}
  .item-desc-wrapper form .item-wrapper .in-kosar div span:first-child{
	float: left;
}
  .item-desc-wrapper form .item-wrapper .in-kosar div span:last-child{
	float: right;
}
  .item-desc-wrapper form .item-wrapper .in-kosar div div{
	float: right;
}
  .item-desc-wrapper form .item-wrapper .in-kosar .cost-sum span{
	font-size: 16px;
}
.ordering-button{
	text-transform: uppercase;
	color: #fff;
	background-color: #70614F;
	border: 1px solid #203C73;
	min-width: 250px;
	font-weight: bold;
	height: 50px;
	vertical-align: middle;
	display: block;
	font-size: 16px;
	cursor: pointer;
}
  .item-desc-wrapper .item-extra-wrapper{
	width: calc(100% - 337px);
	float: right;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0px auto;
    background-color:#f7f7f7;
    min-height: 350px;
    padding:10px;
    border-radius:10px;
    padding-top: 30px;
}

  .item-desc-wrapper .item-extra-wrapper img {

	margin-top:0px;
}

  .item-desc-wrapper .item-extra-wrapper .ingredients-wrapper{
	/*min-height: 40px;*/
	margin-bottom: 15px;
    font-weight:normal;
}
  .item-desc-wrapper .item-extra-wrapper .allergens-wrapper{
	/*min-height: 70px;*/
}
  .item-desc-wrapper .item-extra-wrapper .savanyu-wrapper{
	display: inline-block;
	margin-right: 90px;
	vertical-align: top;
	margin-top: 15px;
}
  .item-desc-wrapper .item-extra-wrapper .savanyu-wrapper p{
	margin: 0px;
	margin-bottom: 5px;
}
  .item-desc-wrapper .item-extra-wrapper .koret-wrapper{
	display: inline-block;
	margin: 0px auto 0px auto;
	vertical-align: top;
}
  .item-desc-wrapper .item-extra-wrapper .koret-wrapper p{
	margin: 0px;
	margin-bottom: 5px;
}
input[type="checkbox"]{
	display: none;
}
input[type="checkbox"] + label{
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
    font-weight: normal;
}
input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 18px;
	line-height: 1;
	width: 20px;
	height: 20px;
	padding: 0px 4px;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid rgb(95,85,65);
	color: black;
}
input[type="checkbox"]:checked + label:after{
	content: 'X';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 18px;
	line-height: 1;
	width: 20px;
	height: 20px;
	padding: 0px 4px;
	box-sizing: border-box;
	color: black;
}
  .item-desc-wrapper .item-extra-wrapper .textarea-item-wrapper{
	margin-top: 13px;
}
  .item-desc-wrapper .item-extra-wrapper .textarea-item-wrapper p{
	margin: 0px 0px 5px 8px;
}
  .item-desc-wrapper .item-extra-wrapper .textarea-item-wrapper textarea{
	border: 2px dashed #ddd;
	border-radius: 3px;
	background-color: white;
	resize: none;
	height: 120px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0px 5px 5px;
    margin:5px;
}
  .item-desc-wrapper .buttons-2-wrapper{
	margin-top: 80px;
}
  .item-desc-wrapper .buttons-2-wrapper input[type="button"]:first-child{
	float: left;
	margin: 0px auto;
}
  .item-desc-wrapper .buttons-2-wrapper input[type="submit"]:last-child{
	float: right;
	margin: 0px auto;
}

.clear-both {
    clear: both;
}


.mennyiseg{
	border: 1px solid #ddd;
	width: 40px;
	vertical-align: middle;
	text-align: right;
	padding: 0px;
    color:#333;
    height:30px;
    text-align: center;
}
.plusminus{
	background-color:#70614F;
	color: white;
	border: none;
	width: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	line-height: 0px;
	font-size: 20px;
	padding-bottom: 2px;
	cursor: pointer;
}
.generated-form-style label {    
    width:180px;
	display: inline-block;
	vertical-align: middle;
    text-align: left;
}

.generated-form-style .required {
    color:#ff0000;
}

.generated-form-style input[type="text"], .generated-form-style select {
    border:1px solid #ddd;
    height:35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    color:#333;
    width:100%;
    max-width:300px;
}

.generated-form-style textarea {
    border:1px solid #ddd;
    min-width:180px;
    min-height: 60px;
    padding:10px;
    border-radius: 5px;
    width:calc(100% - 20px);
    max-width:480px;
}

 .generated-form-style select {
    width: 100%;
    max-width: 320px;
    height: 40px;
 }
 
.generated-form-style input[type="button"] {
    background: #7F180D;
    padding:7px;
    border:0px;
    min-width:200px;
    text-align: center;
    color:#fff;
    font-family: Oswald;
    font-size:15px;
    cursor:pointer;
    text-transform: uppercase;
}

.kosarba{
    color: white;
    background-color:#70614F;
    border: none;
    width: 100%;
    font-weight: bold;
    height: 38px;
    vertical-align: middle;
    display: block;
    cursor: pointer;
    line-height: 38px;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size:14px;
}

.nagy-kosarba, .bigbutton{
	text-transform: uppercase;
	color: white;
	background-color:#70614F;
	border: none;
	width: 100%;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	display: block;
	font-size: 20px;
	cursor: pointer;
    margin-top: 10px;

}

.bigbutton{
    height:60px;
    max-width: 383px;
}

input {
    outline:0;
}

.oldar {
	text-decoration: line-through;
    color:#C1A784;
}

.akcio {
	color:#70614F;	
}

.adatlap .akcio {
	color:#70614F;	
}


h3 {
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.koret-wrapper{
	display: inline-block;
	margin: 0px auto 0px auto;
	vertical-align: top;
    width:100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.about-wrapper {
    padding:20px;
}

.about-wrapper li {
    list-style-position: inside;
}

.osszar {
    text-align: center;
    font-size:16px;
    background-color: #eee;
    padding: 14px;
    color:#333;
}

.generated-form-style {
    text-align: center;
    margin-bottom: 30px;
}

.product-box .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.product-box .name a {
    color:#333;
    text-decoration: none;
}

.no-found {
    padding: 30px;
    text-align: center;
}

.price {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.simple-holder {
    color:#ff0000;
}

#product-cat {
    margin-top:5px;
    text-align: center;
}

.category-prod {
    position: relative;
    text-align: center;
}

#vegar {
    width:calc(100% - 30px);
    max-width:470px;
    background: #C1A784;
    color:#fff;
    padding:15px;
    text-align: center;
    margin:0 auto;
    margin-bottom:20px;
}

#vegar span {
    display: inline-block;
    font-size:30px;
    margin-top:15px;
}

.mobile-menu {
    padding: 19px 15px 0px 15px;
    display: inline-block;
    display: none;
}

nav {
    position: relative;
}

.adatlap .price {
    font-size:30px;
    margin-top:20px;
}

#slider li img {
    width:100%;
}
}

