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

a  {
	color: #4f4f4f;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

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

.content-container {
	margin-top: 10px;
}

.login-fluid {
    background-image: -webkit-linear-gradient(top left, white, white 40%, #00489b 40%,#00489b 60%);
	background-image: url('/design/loginbg2.png'), -webkit-linear-gradient(top left, white, white 40%, #00489b 40%,#00489b 60%);
	background-position: top center;
	background-repeat: no-repeat;
    padding: 5px 0px;
	/*background-image: linear-gradient(to right,white,white 40%,#00489b 40%,#00489b 60%);*/
}

.login-box form {
	float: right;
}

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

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

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

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

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

.login-box .top-basket .fa-shopping-basket {
	margin-top: 13px;
	margin-left: 20px;
}

.login-box .top-basket .fa-sign-in {
	position: relative;
	top:2px;
}

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

.login-box .top-basket .fa-caret-down {
	position: relative;
	top: 3px;
	left: 7px;
}

.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 .item {
    float: none;
    font-size: 15px;
    line-height: 25px;
}

.login-box .top-basket .fiok-box .item a {
	color: #00489b;
}

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

.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: 62px;
	/*border-top: 3px #fff solid; */
	background-color: #FFF;
}

.header-outer .headtitle {
	float: left;
    font-size: 39px;
    line-height: 97px;
    font-family: 'Roboto', 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: #FFF;
	border-top: 3px #fff solid;
	border-bottom: 1px #00489b  solid;
	border-left: 0px;
	border-right: 0px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

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

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

.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: #00489b;
    background-color: #FFF;
}

.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: #FFF;
}

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

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 17px;
}

.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 #00489b solid;
	color: #00489b;
}

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

/*.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: 10px;
	/*border-bottom: 2px #855723 solid;*/
	padding-left: 10px;
	background: #FFF;
}

.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;
	border-left: 5px #c50024 solid;
}

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

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

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

.site-title {
	float: left;
    font-size: 30px;
    line-height: 55px;
    font-family: 'Dosis', sans-serif;
    max-width: 260px;
}

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

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

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

.login-box .btn-success:hover {
	border: 1px #c50024 solid;
	background: #c50024;
	color: #ffffff;
}

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

.login-box a {
	color: #FFF;
	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;
}

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

.startkatbox {
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px #b0c91f solid;*/
	margin: 6px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 72, 155, 0.5);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 72, 155, 0.5);
	box-shadow:         0px 0px 3px 0px rgba(0, 72, 155, 0.5);
	/*border: 1px #DCD0C0 solid;*/
	position: relative;
	background-color: #fff;
	width: 23.5%;
}

.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: left;
    left: -13px;
    top: -8px;
}

.termekbox .termek-text-box {
	text-align: left;
	float: right;
	width: 80%;
	padding-left: 15px;
	padding-top: 40px;
}

.dark .akcios-cimke {
	left: -10px;
}

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

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

.termekbox .termeknev {
	font-size: 11px;
	height: 35px;
	padding: 15px 5px 0px;
	/*font-weight: bolder;*/
	float: left;
	width: 55%;
}

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

.termekbox .termeknev h1 {
	font-size: 13px;
	line-height: 20px;
}

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

.termekbox .termek-price-box {
	float: left;
	margin-left: 25px;
	width: 23%;
}

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

.termekbox .termekar {
	color: #373737;
	font-size: 25px;
	height: auto;
	font-weight: 100;
	margin-bottom: 8px;
	margin-top: 6px;
}

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

.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 .reszletekbtn {
	float: right;
	line-height: 43px;
	margin-right: 20px;
}

.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: #FFF;
	color: #00489b;
	cursor: pointer;
	margin-right: 5px;
	border: 1px #00489b solid;
}

.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 #FFF solid;
	background-color: #FFF;
	color: #00489b;
	border: 1px #00489b solid;

}

.termekbox .kosar .cart_text_red {
	color: #b70a0e;
	font-size: 15px;
	height: 37px;
	padding-top: 10px;
	padding-right: 35px;
	float: right;
    line-height: 6px;
}

.kosar .fa {
	font-size: 15px;
}

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

.left-menu {
	margin: 0px 0px 10px 0;
	background-color: #FFF;
	color: #00489b;
	/*border: 1px #594524 solid;*/
	margin-top: 15px;
}

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

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

.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: #000;
	font-size: 11px;
	padding: 3px 5px;
	margin-bottom: 5px;
	line-height: 21px;
}

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

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

.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: 40px;
	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: #185428;
    border-color: #ddd;
}

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

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

.order-semicateg-bar {
	min-height: 45px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 22px;
	margin-top: 10px;
}

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

.order-semicateg-bar .form-control {
	height: 25px;
	font-size: 12px;
	padding: 3px 5px;
	float: left;
	width: 120px;
	display: inline-block;
	margin-top: 7px;
}

.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: 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;
}

.ajanlobox .ajanlobox-inner {
    width: 500px;
    display: inline-block;
    height: auto;
    position: relative;
    top: 20%;
    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 {
	/*border-bottom: 1px solid #E0E0E0;*/
	margin-bottom: 15px;
	/*padding-bottom: 10px;*/
}

.list-title {
	color: #b70a0e;
	/*border-bottom: 1px solid #b70a0e;*/
	font-size: 15px;
	margin-bottom: 5px;
}

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

.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-text {
	font-size: 15px;
	padding-top: 3px;
}

.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;
	border-top: 1px #c50024 solid;
	margin-top: 10px;
}

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

.footer-box .ltitle {
	font-size: 14px;
}

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

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

.footer-box a {
	color: #00489b;
}

.footer-box .fontos-inf {
	width: 25%;
}

.footer-box .col-sm-6 {
	width: 43%;
	font-size: 13px;
}

.footer-box .fontos-inf img {
	max-width: 50px;
	margin-right: 10px;
}

.footer-box .copyright {
	text-align: right;
	padding-left: 20px;
}

.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.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);*/
	border-bottom: 1px #00489b solid;
}

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

.reszletek .r-title h1 {
	font-size: 20px;
	font-weight: 300;
}

.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 {
	font-size: 15px;
	margin-bottom: 5px;
	/*border-bottom: 1px dotted #000;*/
	padding-bottom: 5px;
	width: 240px;
}

.reszletek .r-item .fa {
}

.reszletek .r-item .gyartologo {
	position: absolute;
	top: 45px;
	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;*/
	padding-right: 15px;
	text-align: right;
}

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

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

.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;
	margin-right: 10px;
	text-align: right;
	margin-bottom: 10px;
}

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

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

.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);
	float: right;
	width: 18%;
	padding: 5px 5px;
	margin-right: 5px;
}

.reszletek .basket .db .form-control {
	float: left;
	max-width: 25px;
	border: 0px none;
	box-shadow: 0px 0px 0px 0px;
	padding: 1px 7px 0px 0px;
	text-align: right;
	font-size: 18px;
}

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

.reszletek .basket .tipus {
	float: right;
	-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: 35%;
    margin: 0 10px;
}

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

.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: right;
	width: 40%;
	padding: 5px 10px;
	cursor: pointer;
	background: #00489b;
	color: #fff;
}

.reszlet-leiras h2 {
	font-weight: 300;
}

.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;
}

.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;
}

.btn-success {
	background-color: #00489b;
	border-color: #00489b;
	color: #FFF;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success:focus, .btn-success.focus {
    color: #FFF;
    background-color: #00489b;
    border-color: #00489b;
}

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

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

.form-box .reginbox {
	display: inline-block;
	width: 700px;
	text-align: left;
}

.form-box .reginbox .form-title {
	text-align: center;
}

.form-box .form-title {
	font-size: 16px;
	margin-bottom: 15px;
	/*border-bottom: 1px dotted #E0E0E0;*/
}

.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: 35px;
	margin-right: 10px;
	font-weight: normal;
	font-size: 15px;
}

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

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

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

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

.semi-title {
	color: #00489b;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #FFF dotted;
	/*background: #185428;*/
	padding-left: 10px;
}

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

.penztar-box .cart-item {
	font-size: 11px;
	color: #585858;
}

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

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

.penztar-box .cart-sum {
	font-weight: bold;
	color: #1a662e;
	margin-right: 10px;
}

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

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

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

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

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

.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 {
	font-size: 12px;
}

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: 'Roboto', 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: #d6cfb2;
}

.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%;
}

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

.top-orderbar-sorrend {
	width: 30%;
}

.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: #00489b;
}

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

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

.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;
}

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

.sorkozi-banner {
	width: 100%;
}

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

.cimke-item {
	float: left;
	background: #F0F0F0;
	width: auto;
	padding: 3px 5px;
	margin-right: 3px;
	color: #00489b;
	border: 1px #FFF solid;
	margin-bottom: 3px;
}

.cimke-item a {
	color: #00489b;
}

.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;
	width: 30%;
	position: relative;
	display: inline-block;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px #00489b solid;
	margin-top: 3%;
}

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

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

.belepo-box .belepo-inner .btn-success {
	border: 1px #00489b solid;
	background: #00489b;
	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: 'Roboto', cursive;
    font-size: 20px;
}

.only-mobile {
	display: none;
}

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

.termekarsufix {
	font-size: 19px;
}

.szuro-box {
	display: none;
	position: absolute;
    z-index: 10;
    left: -10px;
    top: 115px;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    min-width: 190px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 10px;
}

.szuro-box table {
	width: 90%;
	margin-left: 10px;
	font-size: 12px;
}

.filter-ico {
	font-size: 20px;
	float: left;
	color: #000;
	cursor: pointer;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    display: inline-block;
    width: 100%;
}

.btn-bovebben, .btn-bovebben:hover {
	background: #00489b;
	color: #FFF;
	padding: 3px 10px 2px;
    font-size: 11px;
    margin-top: 10px;
}

.regbox {
    border: 1px #c2c2c2 solid;
    margin: 10px 10px 10px 0;
    float: left;
    width: 48.5%;
    padding: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Oswald';
    background: #FFF;
}

.loginbox {
    border: 1px #c2c2c2 solid;
    margin: 10px 0 10px 10px;
    float: left;
    width: 48.5%;
    padding: 20px;
    padding-bottom: 35px;
    text-align: center;
    font-family: 'Oswald';
    font-size: 16px;
    background: #FFF;
}

.regbox .fa {
	margin-right: 10px;
	color: #008000;
}

.regbox .helper-item, .login-box .helper-item {
	font-size: 16px;
}

.kosar-table .termek-kep {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    margin-top: 10px;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.kosar-table th {
    background: #e7e8ea;
    padding: 15px 10px;
    font-size: 14px;
    color: #2a343a;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px #dbdbdb solid;
    text-align: center;
}

.kosar-table .cell1 {
    width: 60%;
    text-align: left;
}

.kosar-table .cart-details {
    padding-top: 10px;
    line-height: 27px;
    font-size: 16px;
    text-align: center;
    font-family: 'Oswald';
}

.kosar-table td {
    border: 1px #dbdbdb solid;
    text-align: center;
}

.kosar-table .cart-quantity {
    text-align: center;
    width: 175px;
}

.kosar-table .cart-quantity .cart-db {
    width: 40px;
    margin: 3px;
}

.kosar-table .cart-quantity .btn {
    margin: 3px;
}

.fleft {
    float: left;
}

.kosar-table .cart-quantity div {
    width: 125px;
    display: inline-block;
}

.kosar-table .kosar-price {
    font-size: 15px;
}

.kosar-table .fa {
    font-size: 20px;
}

.kosar-table .sumcell {
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}

.separator {
    border-top: 1px #e7e8ea solid;
    margin: 20px 0;
}

.mrend-head {
	font-size: 16px;
}

.mrend-td {
	font-size: 14px;
}

.rendeles-tabla {
	background: #F0F0F0;
	font-size: 14px;
}

.szemadat {
	height: 300px;
	margin: 0;
	margin-left: 5px;
	width: 49.4%;
}

#fizetes-box label, #szallitas-box label {
	width: 95px;
}

@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: #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;
	}
}

@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;
	}
	.site-title {
		max-width: 100%;
	}
}

@media all AND  (min-width: 370px) AND (max-width: 550px) {
	.termekbox {
		padding-bottom: 10px;
		width: 47%;
		float: left;
	}
	.termekbox .termekkep {
    	width: 100%;
	}
	.termekbox .termek-text-box {
	    text-align: center;
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    padding-top: 0px;
	}
	.termekbox .termeknev {
	    font-size: 11px;
	    height: 65px;
	    padding: 15px 5px 0px;
	    font-weight: bolder;
	    float: none;
	    width: 100%;
	}
	.termekbox .termek-price-box {
	    float: none;
	    margin-left: 0px;
	    width: 100%;
	}
.termekbox .kosar .reszletekbtn {
	    float: none;
	    line-height: 43px;
	    margin-right: 0px;
	}
	.sorkozi-banner {
		width: 100%;
	}
	.mobile-search i {
	    position: absolute;
	    left: 200px;
	    top: 8px;
	    color: #00489b;
	}
	.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;
	}
	.site-title {
		max-width: 100%;
	}
}

@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;
	}
	.site-title {
		max-width: 100%;
	}
}

@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: 30%;
		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: 100%;
		float: left;
	}
	.site-title {
		text-align: center;
	}
	.site-title .img-responsive {
		display: inline;
	}
	.only-mobile {
		display: block;
	}
	.container-title-or-span1 {
	    width: 50%;
	    float: left;
	    padding-left: 15px;
	}
	.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: 50%;
		float: right;
	}
	.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 {
		float: right;
	    text-align: right;
	    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;
	}
	.site-title {
		float: none;
	}
}

@media all AND  (min-width: 370px) AND (max-width: 550px) {
	.termekbox {
		padding-bottom: 10px;
		width: 46%;
		float: left;
	}
	.footer-box, .footer-box .copyright {
		text-align: center;
	}
	.site-title {
		text-align: center;
	}
	.site-title .img-responsive {
		display: inline;
	}
	.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;
	}
	.footer-box .copyright {
		float: none;
		width: 100%;
		text-align: center;
	}
	.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-sorrend {
		float: left;
	}
	.top-orderbar-pagination {
	    text-align: right;
	    width: 45%;
	    float: right;
	}
	.order-semicateg-bar {
		padding: 0;
	}
	.bottom-orderbar-sorrend {
		float: left;
	}
	.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;
	}
	.site-title {
		float: none;
		text-align: center;
	}
	.site-title .img-responsive {
		display: inline-block;
	}
	.reszletek .basket .tipus {
		width: 64%;
		margin: 0 7px 7px 0;
	}
	.reszletek .basket .cart {
		width: 100%;
		margin-bottom: 5px;
	}
	.reszletek .basket .db {
		width: 30%;
		margin-bottom: 7px;
	}
	.footer-box .fontos-inf {
		text-align: center;
		margin-bottom: 15px;
		float: none;
		width: 100%;
	}
	.login-box a {
		color: #00489b;
		margin: 0px 5px;
	}


}

@media all AND (min-width: 100px) AND (max-width: 370px) {
	.termekbox {
		padding-bottom: 10px;
		width: 46%;
		float: left;
	}
	.footer-box, .footer-box .copyright {
		text-align: center;
	}
	.site-title {
		text-align: center;
	}
	.site-title .img-responsive {
		display: inline;
	}
	.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;
	}
	.site-title {
		float: none;
	}
	.reszletek .basket .tipus {
		width: 64%;
		margin: 0 7px 7px 0;
	}
	.reszletek .basket .cart {
		width: 100%;
		margin-bottom: 5px;
	}
	.reszletek .basket .db {
		width: 30%;
		margin-bottom: 7px;
	}

	.fontos-inf {
		text-align: center;
		margin-bottom: 15px;
	}
}

@media all AND (max-width: 800px) {
	.only-mobile {
    	display: block;
	}

	.header-outer a, .login-box a, .login-box .top-basket{
    	color: #00489b;
    	font-size: 15px;
	}

	.login-box {
		text-align: left;
	}

	.login-box .top-basket {
    	width: 50%;
    	float: right;
    	padding-top: 0;
	}

	.regbox .helper-item, .login-box .helper-item {
	    font-size: 15px;
	}

}

@media all AND (max-width: 610px) {
	.header-outer a, .login-box a, .login-box .top-basket{
    	color: #00489b;
    	font-size: 12px;
	}

	.kosar-table th {
    	font-size: 13px;
	}

	.kosar-table .termek-kep {
    	width: 100%;
    	float: none;
	}

	.kosar-table .cart-details {
    	font-size: 13px;
	}

	.regbox, .loginbox {
    	width: 100%;
	}

	.login-box .item {
    	float: none;
    	color: #00489b;
	}

	.login-box-inner-mobile {
    	display: none;
	    position: absolute;
	    z-index: 1;
	    background: #FFF;
	    line-height: 22px;
	}

	.szemadat {
    	width: 100%;
	}

	#fizetes-box label, #szallitas-box label {
		width: 10px;
	}

	.big-box {
    	height: 100%;
	}
}