body {
	margin: 0px auto;
	font-size: 14px;
	/*font-family: Tahoma,Helvetica,"Century Gothic",sans-serif,arial,verdana;*/
	color: #594524;
	background-color: #FFF;
    font-family: 'Dosis', sans-serif;
}

a  {
	color: #4f4f4f;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFF;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.login-fluid {
    background: #fff;
    padding: 10px 0px;
    position: relative;
}

.login-box form {
	float: left;
}

.login-box .top-basket {
	float: right;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 15px;
	/*line-height: 18px;*/
	position: relative;
	color: #000; /*#532105;*/
}

.login-box .top-basket .fiok-box {
	position: absolute;
    z-index: 10;
    background: #fff;
    top: 40px;
    padding: 5px 10px;
    display: none;
    color: #585858;
}

.login-box .top-basket .fiok-box a {
	color: #585858;
}

.login-box .top-basket .fiok-box .item {
	float: none;
	font-size: 15px;
    line-height: 25px;
}

.login-box .top-basket .fa {
	float: right;
	margin-right: 10px;
	font-size: 20px;
}

.login-box .top-basket .fiok {
	cursor: pointer;
}

.login-box .top-basket .fiok .fa {
	float: none;
}

.login-box .top-basket .fiok .fa-caret-down {
	font-size: 15px;
	margin-left: 10px;
}

.login-box .top-basket #top-basket-item-db1 {
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.login-box .top-basket #top-basket-item-db2 {
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.login-box .top-basket #top-basket-item-price {
	float: right;
	cursor: pointer;
}

.login-box .top-basket .reglink {
	margin-right: 50px;
}

.mobile-login-box {
	display: none;
}

.mobile-login-box .fiok-box {
	display: none;
}

.top-search {
	float: left;
	position: relative;
}

.top-search .form-group {
	margin-bottom: 0px;
	padding-top: 2px;
}

.top-search .form-control {
	height: 25px;
	width: 165px;
}

.top-search .header-search {
	position: absolute;
	top: 4px;
	left: 175px;
	font-size: 20px;
	color: #532105;
}

.top-logo {
	float: left;
	max-height: 30px;
	width: 115px;
}

.top-logo .img-responsive {
	display: inline-block;
	height: 42px;
	position: relative;
    top: -6px;
}

.hspacer {
	background: #fff;
	min-height: 6px;
    border-bottom: 4px #1a662e solid;
}

.navbar-nav {
	padding-left: 10px;
}

.header-outer {
	/*background: #855723;*/
	background-image: url(../design/nomad_header_bg_130.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 100%;
	min-height: 100px;
	/*border-top: 3px #fff solid; */
	background-color: #532105;
}

.header-outer .headtitle {
	float: left;
    font-size: 39px;
    line-height: 97px;
    font-family: 'Patua One', cursive;
}

.header-outer .headtitle a {
	color: #505251;
}

.header-outer .headtitle a:hover {
	text-decoration: none;
}

.container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

.menu-container {
	background: #b0c91f;
	line-height: 30px;
}

.navbar {
	margin-bottom: 0;
    border-radius: 0px;
    min-height: 40px;
}

.navbar-default {
    background-color: #000; /*#532105;*/
	border-top: 4px #48fd10 solid; /*#d39bcf*/
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
}

.navbar-container {
	/*background: #30C6DC;*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);*/
}

.navbar-form {
    margin-top: 4px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*color: #505251;*/
    background-color: #48fd10; /*#d39bcf;*/
    color: #000;
    font-weight: 100;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*color: #fff;*/
}

.carousel {
	margin-bottom: 15px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #48fd10; /*#d39bcf;*/
}

.navbar-nav > li {
    float: left;
    font-size: 16px;
    /*font-weight: bold;*/
}

.navbar-nav .fa {
	font-size: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 17px;
    border-right: 1px #48fd10 solid;
}

.navbar-nav > li > a {
    line-height: 23px;
}

.navbar-right {
	position: relative;
	margin-right: -48px;
}

.navbar-right .form-control {
	margin-right: 65px;
	height: 25px;
	font-size: 11px;
	padding-right: 25px;
	border: 1px #000 solid;
	color: #000;
}

.navbar-right .fa {
	position: absolute;
	top: 12px;
	right: 42px;
	font-size: 15px;
	cursor: pointer;
	color: #000	;
}

/*.breadcump-container {
	line-height: 40px;
	color: #606060;
	border-bottom: 1px #ccc dotted;
}*/

.breadcump-container .fa {
	margin: 0 10px;
}

.breadcump-container {
	/*background: url('../design/breadcumpbg.png') top right no-repeat;*/
}

.breadcrumb-right .form-group {
	margin-bottom: 0px;
}

.breadcrumb-right input {
	height: 25px;
	font-size: 12px;
	max-width: 280px;
	float: left;
	margin-top: 10px;
}

.breadcrumb-right .fa {
	position: absolute;
	top: 15px;
	font-size: 15px;
	color: rgb(204, 204, 204);
	cursor: pointer;
	right: 51px;
}

.container-title {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 2px #000 solid;*/
	margin-bottom: 5px;
	/*border-bottom: 2px #855723 solid;*/
	padding-left: 10px;
	background: #FFF;
	margin-left: 5px;
    margin-right: 10px;
    border-left: 6px #9B9DA7 solid;
}

.left-side-container .container-title {
	margin-left: 0;
	margin-right: 0;
}

.container-title h1 {
	color: #000;
	font-size: 16px;
	display: inline-block;
}

.container-title-or {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 2px #000 solid;*/
	/*margin-bottom: 10px;*/
	/*border-bottom: 2px #855723 solid;*/
	padding-left: 10px;
	background: #FFF;
	margin-bottom: 10px;
	margin-left: 5px;
    margin-right: 10px;
    border-left: 6px #9B9DA7 solid;
}

.container-title-or-szuro {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 2px #000 solid;*/
	/*margin-bottom: 10px;*/
	/*border-bottom: 2px #855723 solid;*/
	padding-left: 10px;
	background: #FFF;
	margin-bottom: 5px;
    border-left: 6px #9B9DA7 solid;
}

.container-title-or-nobg {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 2px #000 solid;*/
	/*margin-bottom: 10px;*/
	/*border-bottom: 2px #855723 solid;*/
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
    margin-right: 10px;
}

.left-side-container .container-title, .left-side-container .container-title-or {
	margin-left: 0;
	margin-right: 0;
}

.container-title a {
	color: #000;
}

.cart-container-title {
	color: #1a662e;
	font-size: 16px;
	line-height: 30px;
	/*border-bottom: 2px #1a662e solid;*/
	margin-bottom: 10px;
	background: #FFF;
	padding-left: 10px;
}

.login-box {
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    padding-left: 10px;
    /*padding-top: 8px;
    padding-bottom: 4px;*/
    line-height: 25px;
}

.login-box label {
	font-weight: normal;
}

.login-box input {
	border: none;
	background: #532105;
	color: #585858;
	line-height: 15px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login-box .btn-success {
	border: 1px #575757 solid;
	background: #575757;
	color: #ffffff;
	padding: 1px 10px;
	font-size: 11px;
	margin-bottom: 2px;
}

.login-box .btn-primary {
	padding: 1px 10px;
	font-size: 11px;
	margin-bottom: 2px;
}

.login-box a {
	color: #000; /*#532105;*/
	margin: 0px 5px;
}

.login-box .item {
	float: right;
	margin-right: 2px;
	font-size: 11px;
}

.social-box {
    position: absolute;
    top: -32px;
    left: 21px;
}

.social-box .fa {
	color: #b0c91f;
	font-size: 27px;
}

.left-side-container {
	padding-left: 0;
	padding-right: 0;
}

.right-side-container {
	padding-left: 0;
	padding-right: 0;
}

.kategoria-item {
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding: 5px 0px;
	font-size: 13px;
}

.kategbox {
	float: left;
	width: 23.9%;
}

.kategbox1 {
	float: left;
	width: 23.6%;
}

.kategbox2 {
	float: left;
	width: 23.6%;
}

.termekbox {
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px #b0c91f solid;*/
	margin: 5px;
	text-align: center;
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.7);*/
	position: relative;
	background-color: #fff;
}

.termekbox-on {
	float: left;
	width: 29.9%;
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px #b0c91f solid;*/
	margin: 10px;
	text-align: center;
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.7);*/
	position: relative;
	background-color: #fff;
}

.termekbox-on .termekkep {
	float: left;
	height: 100px;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-top: 10px;
	background-color: #fff;
}

.termekbox-on .kosar {
	position: relative;
}

.termekbox-on .btns {
	position: absolute;
    bottom: -21px;
    right: 1px;
}

.termekbox-on .akcios-cimke {
	/*background: url(../design/akcios.png) top left no-repeat; */
	/*width: 100%;*/
	height: 38px;
	position: absolute;
	/*content: 'Akciós';*/
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #b70a0e;
	/*background: #ebe6d0;*/
	text-align: right;
	right: 0px;
}


.dark {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.7);
}

.termekbox .akcios-cimke {
	/*background: url(../design/akcios.png) top left no-repeat; */
	/*width: 100%;*/
	height: 38px;
	position: absolute;
	/*content: 'Akciós';*/
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #b70a0e;
	/*background: #ebe6d0;*/
	text-align: right;
}

.termekbox .termekkep {
	height: 170px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-top: 10px;
	background-color: #fff;
}

.termekbox .termeknev {
	font-size: 14px;
	height: 30px;
	padding: 0px 5px;
	/*font-weight: bolder;*/
}

.termekbox .termeknev h2 {
	font-size: 14px;
	/*font-weight: bolder;*/
}

.termekbox .termeknev h1 {
	font-size: 14px;
}

.termekbox .cikkszam {
	font-size: 11px;
	padding: 0px 5px;
}

.termekbox .old-price {
	text-decoration: line-through;
}

.termekbox .termekar {
	color: #532105;
	font-size: 18px;
	height: auto;
	font-weight: 300;
	margin-bottom: 8px;
	margin-top: 6px;
}

.termekbox .termekar .kiskerar {
	font-size: 12px;
	color: #808080;
}

.termekar .ar {
	color: #532105;
	font-weight: 300;
	font-size: 23px;
	text-align: right;
	padding-right: 1px;
}

.termekar .eredeti-ar {
	text-decoration: line-through;
	color: #585858;
	font-weight: 100;
	font-size: 13px;
	text-align: right;
	padding-right: 1px;
	line-height: 22px;
	min-height: 22px;
}

.termekbox .kosar {
	margin-bottom: 10px;
}

.termekbox .kosar .tipus {
	text-align: center;
	margin-bottom: 15px;
	height: 20px;
}

.termekbox .kosar .tipus .form-control{
	width: 50%;
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	height: 25px;
}

.termekbox .kosar .btn {
    padding: 2px 12px;
    /*font-size: 12px;*/
}

.termekbox .kosar .btn-cart-left {
	background: #b70a0e;
	color: #fff;
}

.termekbox .kosar .btn-cart-left-red {
	background: #1a662e;
	color: #fff;
	cursor: default;
}

.termekbox .kosar .btn-cart-left .fa {
	line-height: 17px;
}

.termekbox .kosar .btn-cart-right {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px #d6cfb2 solid;
	background-color: #d6cfb2;
	color: #594524;

}

.termekbox .kosar .cart_text_red {
	color: #b70a0e;
	font-size: 11px;
	height: 37px;
	padding-top: 10px;
}

.termekbox .kosar .btn-cart-delete {
	background-color: #D70000;
	border: 1px #D70000 solid;
	color: #fff;
}

.termekbox-on {
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.7);*/
	border: 1px #D0D0D0 solid;
}

.termekbox-on .termeknev {
	font-size: 14px;
	height: 30px;
	padding: 0px 5px;
	/*font-weight: bolder;*/
}

.termekbox-on .termeknev h2 {
	font-size: 15px;
	line-height: 40px;
}


.termekbox-on .termeknev h1 {
	font-size: 15px;
    line-height: 18px;
    padding: 5px 0;
}

.termekbox-on .cikkszam {
	font-size: 11px;
	padding: 0px 5px;
}

.termekbox-on .old-price {
	text-decoration: line-through;
}

.termekbox-on .termekar {
	color: #f06f2e;
	font-size: 15px;
	height: auto;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
}

.termekbox-on .termekar .kiskerar {
	font-size: 12px;
	color: #808080;
}

.termekbox-on .kosar {
	margin-bottom: 10px;
}

.termekbox-on .kosar .tipus {
	text-align: center;
	margin-bottom: 15px;
	height: 20px;
}

.termekbox-on .kosar .tipus .form-control{
	width: 50%;
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	height: 25px;
}

.termekbox-on .kosar .btn {
    padding: 2px 12px;
    /*font-size: 12px;*/
}

.termekbox-on .kosar .btn-cart-left {
	background: #b70a0e;
	color: #fff;
}

.termekbox-on .kosar .btn-cart-left-red {
	background: #48fd10 ; /*#d39bcf;*/
	color: #000;
	cursor: default;
	border-radius: 0;
	margin-right: 5px;
	padding: 1px 6px;
}

.termekbox-on .kosar .btn-cart-left .fa {
	line-height: 17px;
}

.termekbox-on .kosar .btn-cart-right {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px #E0E0E0 solid;
	background-color: #fff;
	color: #594524;
	border-radius: 0;
	padding: 1px 6px;
}

.termekbox-on .kosar .cart_text_red {
	color: #b70a0e;
	font-size: 11px;
	height: 37px;
	padding-top: 10px;
}

.termekbox-on .kosar .btn-cart-delete {
	background-color: #D70000;
	border: 1px #D70000 solid;
	color: #fff;
}

.left-menu {
	margin: 0px 0px 10px 0;
	background-color: #de8be8; /*#d39bcf;*/
	color: #000;
	/*border: 1px #594524 solid;*/
	margin-top: 10px;
	display: block;
}

.left-menu .item {
	/*background: #b0c91f;*/
	/*border-bottom: 1px #ACACAC dotted;*/
	color: #d6cfb2;
	font-size: 15px;
	padding: 3px 5px;
	margin-bottom: 5px;
	/*font-weight: bolder;*/
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}

.left-menu .item a {
	color: #fff;
}

.left-menu .fa {
	float: right;
	color: #594524;
	line-height: 18px;
	cursor: pointer;
}

.alkateg-box .item a {
	color: #594524;
}

.left-menu .alkateg-box {
	background: #FFF;
	padding-left: 10px;
	display: none;
}

.left-menu .alkateg-box .item {
	font-size: 11px;
	border-bottom: 0px;
}

.left-menu span {
	float: right;
	font-size: 15px;
}

.left-menu-new {
	margin: 10px 0;
}

.left-menu-new .item {
	/*background: #D0D0D0;*/
	color: #808080;
	font-size: 14px;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.left-menu-new .item:hover {
	color: #000;
}

.left-menu-new .item a {
	color: #808080;
}

.left-menu-new .item a:hover {
	color: #000;
}

.left-menu-new span {
	float: right;
	font-size: 15px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.termekbox .kategorianev {
	/*background: #000;*/
	color: #000;
	font-size: 13px;
	min-height: 43px;
	padding: 0px 10px;
	text-transform: uppercase;
}

.termekbox .kategorianev h2 {
	color: #000;
	font-size: 13px;
}

.pagination {
    margin: 7px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ccc;
    border-color: #ccc;
}

.pagination > li > a, .pagination > li > span {
    color: #185428;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 4.8px 8px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.order-semicateg-bar {
	min-height: 46px;
	line-height: 46px;
	padding-left: 15px;
	padding-right: 22px;
	margin-top: 10px;
	background: #fff;
    padding-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

.order-semicateg-bar label {
	float: left;
	margin-right: 5px;
}

.order-semicateg-bar .form-control {
	height: 33px;
	font-size: 12px;
	padding: 5px 5px;
	float: left;
	width: 150px;
	display: inline-block;
	margin-top: 7px;
	border-radius: 0;
}

.onload {
    position: fixed;
    z-index: 10;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    background: rgba(255,255,255,0.6);
    display: none;
}

.onload .onload-gear {
    width: 50px;
    display: inline;
    height: 80px;
    position: fixed;
    top: 47%;
}

.ajanlobox {
    position: absolute;
    z-index: 10;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    background: rgba(255,255,255,0.6);
    display: none;
}

.ajanlobox .ajanlobox-inner {
    width: 500px;
    display: inline-block;
    height: auto;
    position: relative;
    top: 3%;
    background: #fff;
    border: 2px #000 solid;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.clear {
	clear: both;
}

.textblock {
	padding: 10px;
	font-size: 15px;
}

.list-box {
	float: left;
	width: 23.5%;
	padding: 15px;
	background: #fff;
	margin: 5px;
}

.list-box-blog {
	float: left;
	width: 31.5%;
	padding: 15px;
	background: #fff;
	margin: 5px;
}

.list-box .list-img .img-responsive {
	width: 100%;
	height: 220px;
}

.list-box .list-img {
	min-height: 155px;
}

.list-img-blog {
	height: 140px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-top: 10px;
    background-color: #fff;
}

.list-title {
	color: #585858;
	/*border-bottom: 1px solid #b70a0e;*/
	font-size: 15px;
	margin: 10px 0px 2px;
    text-align: left;
    font-size: 14px;
}

.list-title a {
	color: #000;
}

.list-box .list-text, .akt-box .list-text {
	font-size: 12px;
	padding-top: 3px;
}

.list-box .list-date, .akt-box .list-date {
	font-size: 10px;
	color: #ACACAC;
	margin-bottom: 10px;
}

.akt-box {
	float: left;
	margin: 5px;
	width: 48.3%;
	background: #fff;
	border: 1px #D0D0D0 solid;
}

.akt-box .list-img {
	float: left;
    width: 140px;
    height: 140px;
    padding: 5px;
}

.akt-box .list-img .img-responsive {
	width: 125px;
	height: 125px;
}

.fooldal-banner {
	float: left;
	width: 33%;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin: 0 0;
}

.list-moore {
	text-align: right;
	font-size: 15px;
}

.list-moore a {
	color: #b70a0e;
}

.back {
	color: #000;
	text-align: right;
	padding: 20px 15px;
	cursor: pointer;
	font-size: 15px;
}

.boltok-title {
	border-left: 5px solid #b70a0e !important;
	padding-left: 10px !important;
	background-color: #E0E0E0 !important;
	font-size: 14px !important;
	line-height: 30px !important;
}

.boltok-title-y {
	color: #b70a0e;
}

.boltok-inner {
	padding: 5px 20px;
}

.pointer {
	cursor: pointer;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.kosar-box {
	padding: 10px 5px;
}

.hasznos-box {
	background: #b70a0e;
	height: 149px;
}

.hasznos-box .title {
	color: #fff;
	padding: 5px 10px 13px 10px;
}

.hasznos-box .item {
	padding: 0px 10px;
}

.hasznos-box .item a {
	color: #fff;
	font-size: 11px;
}

.footer-outer {
	background-color: #fff; /*#d39bcf;*/
	/*border-top: 4px #185428 solid;*/
	margin-top: 10px;
}

.footer-box {
	/*background-color: #D0D0D0;*/
	color: #000; /*#532105; */
	padding: 15px;
	margin-top: 8px	;
}

.footer-box .item {
	line-height: 20px;
	font-size: 14px;
}

.footer-box .fotter-menu .item {
	font-size: 14px;
}

.footer-box a {
	color: #000;
}

.szurotetel {
	padding: 5px 0px;
	font-size: 14px;
}

.szurotetel .fa {
	color: #b70a0e;
	margin-right: 10px;
}

.szurotetel a {
	color: #b70a0e;
	cursor: pointer;
}

.active {
	font-weight: bold;
}

.reszletek {
	position: relative;
	background-color: #fff;
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.7);*/
}

.reszletek .r-title {
	font-size: 14px;
	margin: 13px 0px 25px;
	font-weight: bold;
}

.white-box .r-title {
	padding: 10px;
}

.reszletek .fa {
	font-size: 18px;
	margin-right: 10px;
}

.reszletek .r-title h1 {
	font-size: 14px;
	font-weight: bold;
}

.reszletek .r-item-spacer {
	border-bottom: 4px #F0F0F0 solid;
	margin-bottom: 10px;
}

.reszletek .r-item-inner {
	padding-right: 10px;
}

.reszletek .r-item b {
	margin-right: 10px;
}

.reszletek .arbox {
	width: 24%;
	padding: 0 5px;
	text-align: right;
}

.reszletek .arbox .arbox-inner {
	border: 1px #F0F0F0 solid;
	padding: 10px;
}

.reszletek .eredeti-ar {
	font-size: 16px;
}

.reszletek .eredeti-ar span{
	text-decoration: line-through;
}

.reszletek .brutto-ar-cimke, .reszletek .brutto-ar {
	font-size: 20px;
	color: #532105;
}

.akcios-cimke {
	/*background: url(../design/akcios.png) top left no-repeat;*/
	width: 100%;
	/*height: 38px;
	position: absolute;
	content: 'Akciós';*/
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #b70a0e;
}

.reszletek .r-item {
	margin-bottom: 5px;
	/*border-bottom: 1px dotted #000;*/
	padding-bottom: 5px;
}

.reszletek .r-item .fa {
}

.reszletek .r-item .gyartologo {
	position: absolute;
	top: 80px;
	right: 10px;
}

.reszletek .r-kivansaglista {
	font-size: 13px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.reszletek .r-kivansaglista .fa {
	margin-right: 10px;
}

.reszletek .r-arbox {
	margin: 5px 0;
	/*background-color: #ebe6d0;*/
	/*padding-left: 10px;*/
	/*width: 240px;*/
}

.reszletek .r-arbox .old-price {
	font-size: 18px;
	text-decoration: line-through;
	color: #D70000;
}

.reszletek .r-arbox .price {
	font-size: 30px;
	color: #f06f2e;
}

.reszletek .r-arbox .semi-price {
	font-size: 15px;
	margin-bottom: 10px;
}

.reszletek .r-arbox .kiskerar {
	font-size: 15px;
	color: #808080;
}

.reszletek .social {
	font-size: 20px;
	text-align: center;
}

.reszletek .social .fa {
	margin-right: 5px;
}

.reszletek .basket {
	color: #b70a0e;
	font-size: 20px;
	line-height: 35px;
	margin: 25px 0;
}

.reszletek .basket .db {
	/*-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3); */
	margin-right: 5px;
}

.reszletek .basket .db .form-control {
    float: left;
    max-width: 35px;
    box-shadow: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    border-radius: 0;
    margin-left: 15px;
    max-height: 25px;
    position: relative;
    top: 6px;
}

.reszletek .basket .form-group .form-control {
	box-shadow: 0px;
	border-radius: 0;
	width: 50%;
	max-height: 25px;
    padding: 2px 10px;
    font-size: 15px;
}

.reszletek .basket .form-group span {
	font-size: 15px;
	color: #585858;
	float: left;
	margin-right: 45px;
}

.reszletek .basket .db span {
	float: left;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 35px;
	font-size: 15	px;
	position: relative;
	top: 1px;
}

.reszletek .basket .tipus {
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	padding: 5px;
	width: 36%;
}

.reszletek .basket .tipus .form-control {
	width: 100%;
	border: 0px none;
	box-shadow: 0px 0px 0px 0px;
	font-size: 18px;
}

.reszletek .basket .btn-success {
	border-radius: 0;
	width: 100%;
	font-size: 20px;
}

.reszletek .basket .btn-default {
	border-radius: 0;
	background-color: #E0E0E0;
	border-color: 1px #E0E0E0 solid;
	color: #585858;
	font-size: 12px;
}

.reszletek .basket .btn-active {
	border-radius: 0;
	background-color: #532105;
	border-color: 1px #532105 solid;
	color: #fff;
	font-size: 12px;
}

btn-success:hover {
	background-color: #30C6DC;
    border-color: #30C6DC;
}

.reszletek .basket .cart {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	float: left;
	width: 32%;
	padding: 5px 10px;
	cursor: pointer;
	background: #1a662e;
	color: #fff;
}

.termek-kepek .img-box {
	width: 110px;
	height: 75px;
	text-align: center;
	float: left;
	background: #fff;
	margin: 3px;
}

.termek-kepek .img-box .img-responsive {
	display: inline-block;
	max-width: 100px;
	max-height: 100px;
}

.kosar-box .cart-item {
	font-size: 11px;
}

.kosar-box .cart-item a {
	color: #1a662e;
}

.kosar-box .cart-delete {
	float: left;
	cursor: pointer;
}

.kosar-box .cart-item-price {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #1a662e;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.kosar-box .sum {
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

.btn-success {
	background-color: #48fd10 ; /*#d39bcf;*/
	border-color: #48fd10; /*#d39bcf;*/
	color: #000;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #92d050;
    border-color: #92d050;
}

.btn-warning {
    color: #fff;
    background-color: #b70a0e;
    border-color: #b70a0e;
}

.form-box {
	padding-top: 0px;
	padding-bottom: 25px;
}

.form-box .form-title {
	border-bottom: 1px dotted #E0E0E0;
	font-weight: bold;
	background: #E0E0E0;
    margin: -15px;
    margin-bottom: 15px;
    padding: 6px 10px;
}

.form-box .form-title span {
	margin-left: 10px;
}

.form-box .form-title span a {
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
}

.form-box label {
	float: left;
	width: 30%;
	text-align: right;
	line-height: 25px;
	margin-right: 10px;
	font-weight: normal;
}

.form-box .form-control {
	max-width: 60%;
	padding: 3px 5px;
	height: 25px;
	font-size: 11px;
}

.form-box .helper {
	font-weight: bold;
}

.form-box .helper-item {
	padding: 10px 20px;
}

.checkbox-text {
	padding-left: 10px;
}

.semi-title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #ccc dotted;
	background: #185428;
	padding-left: 10px;
}

.penztar-box {
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px #F0F0F0 solid;
}

.penztar-box .cart-item {
	color: #585858;
}

.penztar-box .cart-item a {
	color: #1a662e;
}

.penztar-box .cart-item-price {
	color: #1a662e;
	font-weight: bold;
}

.penztar-box .cart-sum {
	font-weight: bold;
	color: #585858;
	/*margin-right: 10px;*/
}

.penztar-box label {
	width: 30%;
}

.penztar-box .form-control {
	max-width: 60%;
}

.penztar-box a {
	color: #b70a0e;
}

#kupon-text {
	color: #585858;
	font-weight: bold;
	font-size: 14px;
}

.label {
	color: rgb(88, 88, 88);
	font-size: 100%;
	line-height: 32px;
	padding: 0px;
}

.form-group label input {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-group label .form-control:focus {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.bejelentkezes-box .form-control{
	max-width: 60%;
    padding: 3px 5px;
    height: 25px;
    font-size: 11px;
}

.bejelentkezes-box label {
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.rendeles-tabla td {
	padding: 3px;
}

.rendeles-tabla div {
	padding: 3px;
}

.rendeles-tr {
	display: none;
}

.cookie-container {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	color: #fff;
}

.cookie-container .cookie-box {
	background-color: rgba(51, 51, 51, 0.8);
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 0.83333em;
	margin: 0px auto;
}

.cookie-container .cookie-box a {
	color: #fff;
}

.width400 {
	max-width: 400px;
}

.text-item {
	line-height: 30px;
	font-size: 13px;
}

.text-item .fa {
	color: #b70a0e;
	margin-left: 10px;
	font-size: 15px;
}

.karbantartas-box {
	position: absolute;
	width: 99%;
	top: 0px;
	text-align: center;
}

.karbantartas-box .karbantartas-text {
	font-family: 'Patua One', cursive;
	display: inline-block;
	max-width: 600px;
	margin-top: 10%;
	background: rgba(255, 255, 255, 0.2);
	/*border: 1px solid #b70a0e;*/
	padding: 15px;
	line-height: 22px;
	text-align: justify;
	border-radius: 5px;
	font-size: 15px;
	/*background: #fff;*/
	color: #532105;
}

.only-mobile {
	display: none;
}






.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.center-container {
	padding-left: 10px;
	padding-right: 10px;
	/*border-left: 2px solid #b0c91f;
	border-right: 2px solid #b0c91f;*/
}

.mobile-search {
	float: left;
	margin-left: 40px;
}

.mobile-search i {
	position: absolute;
	left: 185px;
	top: 8px;
}

.torzskartya-box {
	padding-left: 10px;
	padding-right: 10px;
}

.copyright {
	text-align: right;
}

.kosar-box-mobile {
	display: none;
}

.container-title-or-span {
	float: right;
	cursor: pointer;
	width: 85px;
	background: #b70a0e;
	color: #000;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
}

.container-title-or-span i {
	font-size: 20px;
	margin-left: 10px;
}

.container-title-or-span1 {
	background: none;
	color: #000;
}

.container-title-or-span1 span {
    display: none;
}

/*.top-orderbar-pagination {
	text-align: right;
	width: 26%;
	line-height: 15px;
    padding-top: 0px;
}*/

.top-orderbar-alkateg {
	text-align: right;
}

.top-orderbar-sorrend {
	width: 160px;
	float: left;
}

.top-orderbar-pgdb {
	width: 115px;
	float: left;
}

.top-orderbar-pagination {
	float: right;
	line-height: 20px;
}

.termeklista-box .sufix {
	float: left;
    margin-left: 5px;
}

.kosarbottom {
	/*min-height: 30px;*/
	width: 100%;
	/*background: #b0c91f;*/
}

.kosarbottom .kateg-help {
	float: left;
	width: 75px;
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
}

.kosarbottom .kosar-help {
	float: right;
	background: #b70a0e;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 40px;
}

.navbar-default .navbar-toggle {
	    border-color: #d39bcf;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d39bcf;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #532105;
}

.navbar-form {
    padding: 1px 15px;
    margin-top: 3px;
    margin-right: -15px;
    margin-bottom: 3px;
    margin-left: -15px;
    border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0px 0 rgba(255, 255, 255, 0);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 40px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: -5px;
}

.copyright {
	/*width: 35%;*/
}

.sorkozi-banner {
	width: 48%;
}

.landing-page-separator {
	height: 5px;
	margin-bottom: 5px;
}

.cimke-item {
	float: left;
	/*background: #d39bcf;*/
	width: auto;
	padding: 3px 5px;
	margin-right: 3px;
	color: #000;
	border: 1px #000 solid;
	margin-bottom: 3px;
}

.cimke-item a {
	color: #000;
}

.belepo-onload {
    position: absolute;
    z-index: 10;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    background: rgba(255,255,255,0.6);
    z-index: 100;
}

.belepo-box {
	background: #FFF;
	color: #585858;
	width: 30%;
	position: relative;
	display: inline-block;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px #E0E0E0 solid;
	margin-top: 3%;
}

.belepo-box .belepo-header .img-responsive {
	display: inline-block;
}

.belepo-box .belepo-inner {
	border-top: 1px #fff solid;
	padding: 15px;
	line-height: 21px;
	font-size: 15px;
	color: #585858;
}

.belepo-box .belepo-inner .btn-success {
	border: 1px #007D00 solid;
	background: #007D00;
	color: #ffffff;
	padding: 3px 15px;
	font-size: 17px;
	margin-top: 10px;
}

.keptar-belso {
	height: 220px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.2);
	position: relative;
	margin: 3px;
	cursor: pointer;
}

.keptar-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #E0E0E0;
	line-height: 30px;
	font-size: 15px;
}

.szuroblokk {
	color: #594524;
	font-size: 15px;
}

.szuroblokk .btn {
    padding: 2px 5px;
    font-size: 12px;
}

.ltitle1 {
	font-family: 'Patua One', cursive;
    font-size: 20px;
    max-width: 175px;
}

.only-mobile {
	display: none;
}

.login-box input {
	background: #fff;
	border: 1px #532105 solid;
}

.termekarsufix {
	font-size: 19px;
}

.dropdown-menu, .navbar-nav > li > .dropdown-menu {
	display: block;
	opacity: 0;
	margin-top: 30px;
	-webkit-transition: all .5s ease .15s;
    -moz-transition: all .5s ease .15s;
    -o-transition: all .5s ease .15s;
    -ms-transition: all .5s ease .15s;
    transition: all .5s ease .15s;
    z-index: -1;
}

.navbar-default .navbar-nav > .dropdown-li {
	transition: all 200ms;
}

.navbar-default .navbar-nav > .dropdown-li:hover .dropdown-menu {
    opacity: 1;
    margin-top: -1px;
    z-index: 3;
}

.kosar-tartalom-box {
	font-size: 13px;
}

.cart-head, .mrend-head {
	background: #E0E0E0;
	color: #585858;
	line-height: 30px;
	font-weight: 600;
}

.penztar-box {
	border-bottom: 1px #E0E0E0 solid;
}

.green, .green a {
	color: #007D00;
}

.red, .red a {
	color: #D70000;
}

.black, .black a {
	color: #000;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.basket-fa {
	font-size: 20px;
}

.basket-input {
	width: 50px;
	text-align: center;
	line-height: 20px;
}

.white-box {
	background: #FFF;
	margin: 10px 10px 0 5px;
}

.termeklista-box .form-group {
	margin-bottom: 0px;
	position: relative;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.selectdiv {
	/*position: relative; */
}

.selectdiv .select-arc {
	position: absolute;
	pointer-events: none;
	font-size: 19px;
	color: #585858;
	top: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bottom-orderbar-pagination {
	text-align: right;
}

.reszletek .kepbox .img-responsive {
	max-height: 400px;
	max-width: 245px;
	display: inline-block;
}

#kupon-input .form-control {
	max-width: 200px;
	padding: 3px 5px;
	height: 25px;
	font-size: 11px;
	float: left;
	margin-right: 10px;
}

.padding-5 {
	min-height: 10px;
}

.mobile-logo {
	text-align: center;
}

.mobile-logo .img-responsive {
	display: inline-block;
	height: 80px;
}

.tdgreen, .reszletek .basket .tdgreen {
	background-color: #92d050;
	border: 1px #92d050 solid;
	color: #FFF;
}

@media all AND (min-width: 550px) AND (max-width: 1000px) {
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: inline-block;
	}
	.social-box {
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 10px;
	}
	.navbar-toggle {
		margin-right: 12px;
	}
	.navbar-nav > li {
		float: none;
		margin-left: 22px;
	}
	.navbar-nav {
	    margin: 7.5px -5px;
	    width: 100%;
	}
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 2px 17px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: none;
	}
	.navbar-form {
    	padding: 0px;
	}
	.mobile-search .form-control {
		width: 210px;
	}

	.left-menu {
		display: none;
	}
	.container-title-or {
		cursor: pointer;
	}
	.torzskartya-box {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.copyright {
		text-align: center;
		width: 100%;
	}
	.center-container {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.bottom-orderbar-sorrend {
		width: 50%;
		float: left;
		text-align: left;
	}
	.bottom-orderbar-pagination {
		width: 50%;
		float: right;
		text-align: right;
	}
	.top-orderbar-pagination {
		text-align: center;
		width: 100%;
	}

	.top-orderbar-alkateg {
		text-align: right;
		width: 50%;
		float: right;
	}

	/*.top-orderbar-sorrend {
		width: 50%;
		float: left;
	}*/
	.reszletek .basket .db {
		padding: 5px 0;
	}
	.container-title {
		font-size: 13px;
	}
	.navbar-header {
		width: 100%;
	}
	.left-side-container {
		float: none;
		width: 100%;
	}
	.center-container {
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-container {
		float: none;
		width: 100%;
	}
	.hasznos-box {
		float: none;
		width: 100%;
	}
	.kosar-box-mobile {
		float: right;
		margin-top: 10px;
	}
	.no-margin {
		margin-bottom: 0px;
	}
	.container-title-or-span1 {
    	background: #b70a0e;
    	color: #fff;
		float: left;
		width: 120px;
		text-align: center;
		line-height: 25px;
		margin-top: 5px;
	}
	.container-title-or-span1 span {
    	display: inline-block;
	}
	.mobile-search i {
	    position: absolute;
	    left: 220px;
	    top: 8px;
	    color: #d6cfb2;
	}
	.navbar-nav {
	    margin: 7.5px 10px;
	}
	.navbar-nav > li {
	    float: none;
	}
	.navbar-form {
    	padding: 15px;
	}
	.header-outer {
		background-image: none;
	}
	.headerlogo {
		display: inline-block;
	}
	.ltitle1 {
    	margin-top: 10px;
	}
}

@media all AND  (min-width: 550px) AND (max-width: 1000px) {
	.termekbox {
		padding-bottom: 10px;
		width: 30%;
		float: left;
	}
	.navbar-nav {
	    margin: 7.5px 10px;
	}
	.navbar-nav > li {
	    float: none;
	}
	.navbar-form {
    	padding: 15px;
	}
	.headerlogo {
		display: inline-block;
	}
	.ltitle1 {
    	margin-top: 10px;
	}
}

@media all AND  (min-width: 370px) AND (max-width: 550px) {
	.termekbox {
		padding-bottom: 10px;
		width: 47%;
		float: left;
	}
	.sorkozi-banner {
		width: 100%;
	}
	.mobile-search i {
	    position: absolute;
	    left: 200px;
	    top: 8px;
	    color: #532105;
	}
	.navbar-nav {
	    margin: 7.5px 10px;
	}
	.navbar-nav > li {
	    float: none;
	}
	.header-outer .headtitle {
		float: none;
		text-align: center;
	}
	.navbar-form {
    	padding: 15px;
	}
	.header-outer {
		background-image: none;
	}
	.headerlogo {
		display: inline-block;
	}
	.ltitle1 {
    	margin-top: 10px;
	}
}

@media all AND  (max-width: 370px) {
	.termekbox {
		padding-bottom: 10px;
		width: 100%;
		float: left;
	}
	.sorkozi-banner {
		width: 100%;
	}
	.header-outer {
		background-image: none;
	}
	.headerlogo {
		display: inline-block;
	}
	.ltitle1 {
    	margin-top: 10px;
	}
}

@media all AND (min-width: 550px) AND (max-width: 1000px) {
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: inline-block;
	}
	.social-box {
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 10px;
	}
	.navbar-toggle {
		margin-right: 12px;
	}
	.navbar-nav > li {
		float: none;
		margin-left: 22px;
	}
	.navbar-nav {
	    margin: 7.5px -5px;
	    width: 100%;
	}
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 2px 17px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: none;
	}
	.navbar-form {
    	padding: 0px;
	}
	.mobile-search .form-control {
		width: 210px;
	}

	.left-menu {
		display: none;
	}
	.container-title-or {
		cursor: pointer;
	}
	.torzskartya-box {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.copyright {
		text-align: center;
		width: 100%;
	}
	.center-container {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.bottom-orderbar-sorrend {
		width: 50%;
		float: left;
		text-align: left;
	}
	.bottom-orderbar-pagination {
		width: 50%;
		float: right;
	}
	.top-orderbar-pagination {
		text-align: center;
		width: 100%;
	}

	.top-orderbar-alkateg {
		text-align: right;
		width: 50%;
		float: right;
	}

	/*.top-orderbar-sorrend {
		width: 50%;
		float: left;
	}*/
	.reszletek .basket .db {
		padding: 5px 0;
	}
	.container-title {
		font-size: 13px;
	}
	.navbar-header {
		width: 100%;
	}
	.left-side-container {
		float: none;
		width: 100%;
	}
	.center-container {
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-side-container {
		float: none;
		width: 100%;
	}
	.hasznos-box {
		float: none;
		width: 100%;
	}
	.kosar-box-mobile {
		float: right;
		margin-top: 10px;
	}
	.no-margin {
		margin-bottom: 0px;
	}
	.container-title-or-span1 {
    	background: none;
    	color: #000;
		float: left;
		width: 120px;
		text-align: left;
		line-height: 25px;
		margin-top: 5px;
	}
	.container-title-or-span1 span {
    	display: inline-block;
	}
	.header-outer {
    	/*background: #000;*/
    	width: 100%;
	}
	.penztar-box .cart-item, .penztar-box .cart-item-price, .penztar-box .red {
		padding-left: 10px;
	}
	.penztar-box .cart-sum {
		text-align: right;
	}
	.top-orderbar-pagination {
	    text-align: left;
	    width: 45%;
	}
	.belepo-onload {
	    position: absolute;
	    height: 100%;
	}
	.belepo-box {
    	width: 100%;
	}
	.belepo-box .belepo-inner {
    	font-size: 11px;
	}
	.headerlogo {
		display: inline-block;
	}
}

@media all AND  (min-width: 550px) AND (max-width: 1000px) {
	.termekbox {
		padding-bottom: 10px;
		width: 30%;
		float: left;
	}
	.only-mobile {
		display: block;
	}
	.container-title-or-span1 {
	    width: 100%;
	    float: left;
	    padding-left: 0px;
	}
	.container-title-or-span {
		background: none;
		padding-right: 10px;
    	width: 40%;
    	text-align: right;
	}
	.left-side-container {
		margin-bottom: 10px;
		padding: 0 25px 0 20px;
	}
	.login-box {
		width: 100%;
		padding-left: 20px;
	}
	.login-box .item {
		width: 100%;
	}
	.header-box  .mobile-logo {
		display: inline-block;
	}
	.header-box {
		text-align: center;
	}
	.copyright {
		width: 100%;
	}
	.container-title {
		font-size: 15px;
	}
	.left-menu {
		display: none;
	}
	.termek-cimke-box {
		display: none;
	}
	.reszletek {
		padding: 10px;
	}
	.reszletek {
		padding-left: 10px;
		padding-right: 10px;
	}
	.kategorianev {
		line-height: 20px;
	}
	.container-title-or-span1 span {
    	display: inline-block;
	}
	.container-title-or-span1 {
		cursor: pointer;
	}
	.mobile-search {
		margin-left: 45px;
	}
	.navbar-form {
		margin-top: 10px;
	}
	.penztar-box .cart-item, .penztar-box .cart-item-price, .penztar-box .red {
		padding-left: 10px;
	}
	.penztar-box .cart-sum {
		text-align: right;
	}
	.top-orderbar-pagination {
	    text-align: left;
	    width: 45%;
	}
	.belepo-onload {
	    position: absolute;
	    height: 100%;
	}
	.belepo-box {
    	width: 100%;
	}
	.belepo-box .belepo-inner {
    	font-size: 11px;
	}
	.login-fluid {
		padding: 0px;
	}
	.headerlogo {
		display: inline-block;
	}
}

@media all AND  (min-width: 370px) AND (max-width: 550px) {
	.termekbox {
		padding-bottom: 10px;
		width: 47%;
		float: left;
	}
	.sorkozi-banner {
		width: 100%;
	}
	.navbar-default {
		/*display: none;*/
	}
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.container-title-or-span1 {
	    width: 50%;
	    float: left;
	    padding-left: 10px;
	}
	.container-title-or-span {
		background: none;
		padding-right: 10px;
    	width: 40%;
    	text-align: right;
    }
	.left-side-container {
		margin-bottom: 10px;
	}
	.login-box {
		width: 100%;
		padding-left: 20px;
	}
	.login-box .item {
		width: 100%;
	}
	.header-box  .mobile-logo {
		display: inline-block;
	}
	.header-box {
		text-align: center;
	}
	.copyright {
		width: 100%;
	}
	.container-title {
		font-size: 15px;
	}
	.left-menu {
		display: none;
	}
	.termek-cimke-box {
		display: none;
	}
	.reszletek {
		padding-left: 10px;
		padding-right: 10px;
	}
	.kategorianev {
		line-height: 20px;
	}
	.container-title-or-span1 span {
    	display: inline-block;
	}
	.container-title-or-span1 {
		cursor: pointer;
	}
	.penztar-box .cart-item, .penztar-box .cart-item-price, .penztar-box .red {
		padding-left: 10px;
	}
	.penztar-box .cart-sum {
		text-align: right;
	}
	.top-orderbar-pagination {
	    text-align: left;
	    width: 45%;
	}
	.belepo-onload {
	    position: absolute;
	    height: 100%;
	}
	.belepo-box {
    	width: 100%;
	}
	.belepo-box .belepo-inner {
    	font-size: 11px;
	}
	.login-fluid {
		padding: 0px;
	}
	.header-outer {
		background-image: none;
	}
	.headerlogo {
		display: inline-block;
	}
}

@media all AND (min-width: 100px) AND (max-width: 370px) {
	.termekbox {
		padding-bottom: 10px;
		width: 47%;
		float: left;
	}
	.sorkozi-banner {
		width: 100%;
	}
	.navbar-default {
		/*display: none;*/
	}
	.no-mobile {
		display: none;
	}
	.only-mobile {
		display: block;
	}
	.container-title-or-span1 {
	    width: 50%;
	    float: left;
	    padding-left: 10px;
	}
	.container-title-or-span {
		background: none;
		padding-right: 10px;
    	width: 40%;
    	text-align: right;
	}
	.left-side-container {
		margin-bottom: 10px;
	}
	.login-box {
		width: 100%;
		padding-left: 20px;
	}
	.login-box .item {
		width: 100%;
	}
	.header-box  .mobile-logo {
		display: inline-block;
	}
	.header-box {
		text-align: center;
	}
	.copyright {
		width: 100%;
	}
	.container-title {
		font-size: 15px;
	}
	.left-menu {
		display: none;
	}
	.termek-cimke-box {
		display: none;
	}
	.reszletek {
		padding-left: 10px;
		padding-right: 10px;
	}
	.kategorianev {
		line-height: 20px;
	}
	.container-title-or-span1 span {
    	display: inline-block;
	}
	.container-title-or-span1 {
		cursor: pointer;
	}
	.penztar-box .cart-item, .penztar-box .cart-item-price, .penztar-box .red {
		padding-left: 10px;
	}
	.penztar-box .cart-sum {
		text-align: right;
	}
	.top-orderbar-pagination {
	    text-align: left;
	    width: 45%;
	}
	.belepo-onload {
	    position: absolute;
	    height: 100%;
	}
	.belepo-box {
    	width: 100%;
	}
	.belepo-box .belepo-inner {
    	font-size: 11px;
	}
	.login-fluid {
		padding: 0px;
	}
	.header-outer {
		background-image: none;
	}
	.headerlogo {
		display: inline-block;
	}
	.mobile-search i {
	    position: absolute;
	    left: 170px;
	    top: 8px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	margin-right: 0px;
	}
	.mobile-search {
	    float: left;
	    margin-left: 25px;
	}
	.navbar-toggle {
		margin-top: 5px;
		margin-right: 15px;
	}
}

@media ALL AND (max-width: 1000px) {

	.mobile-login-box {
		display: block;
		float: left;
		width: 90%;
		padding-top: 18px;
	}

	.mobile-login-box .top-basket {
		float: left;
	}

	.navbar-nav {
	    padding-left: 10px;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}

	.container {
		width: 100%;
	}

	.container-title-or-span1 {
	    width: 50%;
	    float: left;
	    padding-left: 0px;
	}
	.container-title-or-span {
		background: none;
		padding-right: 10px;
    	width: 40%;
    	text-align: right;
	}
	.left-side-container {
		margin-bottom: 10px;
		padding: 0 25px 0 20px;
	}

	.termekbox {
	    padding-bottom: 10px;
	    width: 32%;
	    float: left;
	}

	.top-orderbar-pagination {
	    text-align: right;
	    width: 45%;
	}

	.szuroblokk {
	    position: absolute;
	    z-index: 10;
	    float: right;
	    right: 20px;
	    top: 30px;
	    background: #d39bcf;
	    padding: 2px;
	    display: none;
	}

	.reszletek .kepbox {
		width: 40%;
		float: left;
	}

	.reszletek .textbox {
		width: 60%;
		float: left;
	}

	.reszletek .kepbox .termek-kepek {
		display: none;
	}

	.reszletek .arbox {
		width: 100%;
		clear: both;
	}

	.reszletek .mobile-arak-left {
		float: left;
		width: 40%;
	}

	.reszletek .mobile-arak-right {
		float: left;
		width: 60%;
		margin-bottom: 30px;
	}

	.reszletek .basket {
		margin: 0;
	}

	.reszletek .basket .btn-active {
		width: 100%;
	}

	.reszletek .social {
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

	.reszletek .kepbox .img-responsive {
	    max-height: 95%;
	    max-width: 95%;
	    display: inline-block;
	}

	.dropdown-menu, .navbar-nav > li > .dropdown-menu {
		margin-left: 20px;
	}

	.login-box a {
		color: #d39bcf;
		margin: 0px 5px;
	}

	.login-box .top-basket {
		color: #d39bcf;
	}

	.ajanlobox .ajanlobox-inner {
		width: 80%;
	}
}

@media ALL AND (max-width: 790px) {

	.mobile-login-box .mobile-basket-item-price, .mobile-login-box .reglink {
		position: absolute;
    	top: -500px;
	}
	.mobile-login-box {
		display: block;
		float: left;
		width: 60%;
		padding-top: 18px;
	}

	.login-box .top-basket .fiok-box {
		width: 200px;
	}

	.navbar-nav > li > a {
	    line-height: 21px;
	    padding-left: 30px;
	}

	.navbar-nav {
	    padding-left: 10px;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}

	.termekbox {
	    padding-bottom: 10px;
	    width: 48%;
	    float: left;
	}

	.container {
		width: 100%;
	}

	.akt-box {
	    float: none;
	    margin: 5px;
	    width: 100%;
	    background: #fff;
	    clear: both;
	}

	.container-title-or {
	    margin-right: -5px;
	}

	.termekbox-on {
	    width: 47%;
	}

	.top-orderbar-pgdb {
		display: none;
	}

	.penztar-box .cart-name {
		width: 100%;
		float: none;
	}

	.penztar-box .cart-db {
		float: left;
		width: 80px;
	}

	.penztar-box .cart-price2 {
		float: left;
		width: 80px;
	}

	.penztar-box .basket-fa {
		float: left;
		width: 30px;
	}

	.penztar-box .cart-sum {
		width: 40%;
		float: left;
		padding-right: 5px;
	}

	.penztar-box .right {
		width: 60%;
		padding: 0;
	}

	.penztar-box .szallitas-box, .penztar-box .fizetes-box {
		float: left;
		width: 50%;
	}

	#kupon-input .form-control {
		max-width: 100px;
	}

	.passwd-box label {
		width: 60%;
	}

	.passwd-box .form-control {
		width: 30%;
	}

	.list-box {
		width: 31.5%;
	}
	.login-box a {
		color: #d39bcf;
		margin: 0px 5px;
	}

	.login-box .top-basket {
		color: #d39bcf;
	}
	.belepo-box {
	    width: 75%;
	}

}

@media ALL AND (max-width: 700px) {

	.termekbox-on {
	    width: 46%;
	}

}

@media ALL AND (max-width: 600px) {

	.mobile-login-box {
		display: block;
		float: left;
		width: 70%;
	}

	.mobile-login-box .mobile-fioktitle {
		display: none;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
	    line-height: 11px;
	    padding-left: 30px;
	}

	.termekbox {
	    padding-bottom: 10px;
	    width: 45%;
	    float: left;
	}
	.left-side-container {
		margin-bottom: 10px;
		padding: 0 20px 0 15px;
	}

	.termekbox-on {
	    width: 47%;
	}

	.termeklista {
		padding-right: 15px;
	}

	.list-box {
		width: 47%;
	}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	margin-right: 5px;
	}

	.login-box a {
		color: #d39bcf;
		margin: 0px 5px;
	}

	.login-box .top-basket {
		color: #d39bcf;
	}

	.termekbox-on {
	    width: 46%;
	}

}

@media ALL AND (max-width: 550px) {
	.termekbox-on {
	    width: 100%;
	    float: none;
	}

	.reszletek .kepbox {
		width: 100%;
		float: none;
	}

	.reszletek .textbox {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.reszletek .kepbox .termek-kepek {
		display: none;
	}

	.reszletek .arbox {
		width: 100%;
		clear: both;
	}

	.reszletek .mobile-arak-left {
		float: none;
		width: 100%;
	}

	.reszletek .mobile-arak-right {
		float: none;
		width: 100%;
		margin-top: 10px;
		min-height: 130px;
	}

	.reszletek .basket {
		margin: 0;
	}

	.reszletek .basket .btn-active {
		width: 100%;
	}

	.reszletek .social {
		position: absolute;
		bottom: 10px;
		right: 15px;
	}

	.reszletek .kepbox .img-responsive {
	    max-height: 95%;
	    max-width: 95%;
	    display: inline-block;
	}

	.penztar-box .szallitas-box {
		float: none;
		width: 100%;
		border-bottom: 2px #ccc solid;
		margin-bottom: 10px;
	}

 	.penztar-box .fizetes-box {
		float: none;
		width: 100%;
	}	/*.mobile-basket-item-db {
		display: none;
	}*/
	.login-box a {
		color: #d39bcf;
		margin: 0px 5px;
	}

	.login-box .top-basket {
		color: #d39bcf;
	}

}

@media ALL AND (max-width: 400px) {

	.mobile-login-box {
		display: block;
		float: left;
		width: 70%;
		padding-top: 8px;
	}

	.navbar-toggle {
	 	top: 0px;
	}

	.navbar-nav > li > a {
	    line-height: 11px;
	    padding-left: 30px;
	}

	.termekbox {
	    padding-bottom: 10px;
	    width: 100%;
	    float: none;
	}

    .top-orderbar-sorrend  {
		display: none;
    }

    .top-orderbar-pagination {
	    text-align: center;
	    width: 100%;
	}

	.bottom-orderbar-sorrend {
		width: 100%;
		text-align: center;
	}

	.bottom-orderbar-pagination {
		width: 100%;
		text-align: center;
	}

	.termeklista {
		padding-right: 15px;
	}

	.list-box {
		width: 100%;
	}
	.login-box a {
		color: #d39bcf;
		margin: 0px 5px;
	}

	.login-box .top-basket {
		color: #d39bcf;
	}


}