body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: #333;
	background: #fff;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a {
	color: #bb4949;
}
i {
	padding-right: 8px;
}
h1 {
	font-family: "Times New Roman", serif;
	color: #912936;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2 {
	font-family: "Times New Roman", serif;
	color: #f2284e;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
	margin-bottom: 10px;
	width: 100%;
  	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;;
}
input:disabled,
select:disabled {
    background: #dddddd;
}
input.normal {
	margin-bottom: 0 !important;
}
.filter input[type=text],
.filter input[type=password],
.filter input[type=email],
.filter textarea,
.filter select {
	margin-bottom: 0;
	width: initial;
  	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 13px;
	padding: 3px;
	background: #fff;
	border: 1px solid #999;;
}
.filter button {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 13px;
	padding: 3px 10px;
	background: #ddd;
	border: 1px solid #999;
	border-radius: 3px;
	cursor: pointer;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wrapcenter {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}
.space20 {
	height: 20px;
}
.centered {
	margin: 0px auto;
}
.bold {
	font-weight: bold;
}
.error {
	padding: 5px;
	color: #fff;
	background: red;
	margin-bottom: 10px;
}
.error ul, .error ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.main .leftcol {
	position: relative;
	padding-top: 15px;
	display: table-cell;
	vertical-align: top;
	width: 220px;
	background: #f9f7f4;
}
.main .rightcol {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding: 32px 20px 100px 30px;
}
.side_menu {
	color: #7d1c1c;
}
.side_menu .header {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
	border-bottom: 1px solid #f00;
}
.side_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side_menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side_menu a {
	display: block;
	padding: 6px 20px;
	margin: 0;
	font-size: 13px;
	text-decoration: none;
	color: #7d1c1c;
}
.side_menu a:hover {
	text-decoration: none;
	color: #c00;
}
.side_menu ul li i {
	width: 28px;
}
.side_menu .block_spacer {
	height: 20px;
}
.datatable {
	width: 100%;
}
.datatable th,
.datatable td {
	font-size: 13px;
	padding: 3px 5px;
	vertical-align: top;
}
.datatable th {
	background: #444;
	color: #fff;
	text-align: left;
}
.datatable th a {
	color: #fff;
	text-decoration: none;
}
.datatable th a:hover {
	text-decoration: underline;
}
.datatable th a.active {
	text-decoration: underline;
}
.datatable td {
	vertical-align: top;
	line-height: normal;
}
.datatable td a {
	text-decoration: none;
}
.datatable td a:hover {
	text-decoration: none;
}
.datatable td .button {
	font-size: 11px;
	padding: 3px 8px;
	border: none;
	border-radius: 0;
}
.datatable tr.row1 td {
	background: #fff;
}
.datatable tr.row2 td {
	background: #f2f2f2;
}
.datatable tr.row3 td {
	background: #e6f6d7;
}
.datatable tr.row_torolve td {
	background: #fce4e4;
}
.datatable .torolve {
	font-weight: bold;
	color: #c00;
}
.datatable td.td1st {
	white-space: nowrap;
}
.datatable td.td2nd {
	width: 100%;
}
.datatable tr:hover td {
	background: #FDF9E8;
}
.datatable td.smallwidth {
	width: 12px;
}
.datatable .nowrap {
	white-space: nowrap;
}
.datatable .center {
	text-align: center;
}
.datatable .right {
	text-align: right;
}
.pager {
	display: block;
	margin: 5px 0;
}
.pager a {
	display: inline-block;
	text-decoration: none;;
	padding: 5px;
}
.pager .current {
	display: inline-block;
	padding: 0 10px;
}
.button_row {
	margin-top: 20px;
}
.button {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal !important;
	padding: 8px 12px;
	cursor: pointer;
	border: 1px solid #912936;
	border-radius: 0;
	background: #bb4949;
	white-space: nowrap;
}
.button:hover {
	background: #ea5555;;
	color: #fff;
}
.button_normal {
	color: #fff;
	background: #912936;
}
.button_add {
	color: #333 !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3e5d5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e5d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e5d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e5d5',GradientType=0 ); /* IE6-9 */
}
.button_delete {
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.button_delete:hover {
	background: #ff3019;
	color: #fff !important;
}
.button_edit {
	color: #fff !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fc800+0,668e00+100 */
	background: #912936; /* Old browsers */
}
.button_edit:hover {
	background: #C93F50;
	color: #fff !important;
}
.button_all {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal !important;
	padding: 8px 12px;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
}
.form {
	width: 100%;
	padding: 20px 20px 10px 20px;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #f4f5f7;
}
.form .title, .title {
	font-size: 120%;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 3px;
	color: #444;
}
.form .label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
.form .label.nobold {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}
.form label.chkrow {
	font-size: 13px;
	display: block;
	padding: 1px 0;
}
.form legend {
	font-size: 13px;
}
.form a {
	color: #00f;
}
.width50 {
	width: 50px !important;
}
.width100 {
	width: 100px !important;
}
.width250 {
	width: 250px !important;
}
.width500 {
	width: 500px !important;
}
.width800 {
	width: 800px !important;
}

.small_button {
	font-size: 12px;
	font-weight: normal;
	color: #444;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.small_button:hover {
	background: rgb(229,229,229); /* Old browsers */
}
.small_link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.redlink {
	color: #f00;
	text-decoration: none;
}
a.redlink:hover {
	text-decoration: underline;
}
a.greenlink {
	color: #459bae !important;
	text-decoration: none;
}
a.greenlink:hover {
	text-decoration: underline;
}
.red {
	color: #f00;
}
.id_box {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #aaa;
	border-radius: 5px;
}
.login {
	width: 300px;
}
.kistabla {
	border-collapse: collapse;
}
.kistabla td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.linkstrip {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.linkstrip a {
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	color: #912936;
}
.linkstrip a.first {
	margin-left: 0;
}
.linkstrip a:hover {
	text-decoration: underline;
}
.linkstrip span {
	padding-left: 2px;
	border-right: 2px solid #f00;
}
.uj {
	margin-bottom: 20px;
}
.cimke_box {
	float: left;
	width: 200px;
	margin-right: 30px;
}
.cimke_box .label {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #222;
}
.cimke_box .cimke_nev {
	padding: 5px 0;
	cursor: pointer;
}
.cimke_nev a {
	color: #bb4949;
}
.torles {
	float: right;
}
.torles a {
	color: #f00;
}
.upload_image_box {
	margin: 5px;
	display: inline-block;
	text-align: center;
	cursor: grab;
}
.add_new_strip {
	padding: 5px 0;
}
.small_button1 {
	display: inline-block;
	padding: 1px 8px;
	font-size: 12px;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #666;
	background: #f9e5d9;
	border-radius: 3px;
}
.small_button1:hover {
	color: #222;
	text-decoration: none;
	background: #f7d0b9;
}
.top {
	font-size: 32px;
	font-weight: bold;
	color: #ddd;
	text-align: left;
	padding: 40px 0;
	padding-left: 20px;
	background: #333;
}
.top .title {
	float: float: left;
	color: #fff;
}
.top .hamburger_menu {
	display: none;
	float: left;
}
.top .cart_menu {
	display: none;
	float: right;
}
.footer {
	color: #ddd;
	padding: 40px 0;
	background: #333;
	text-align: center;
}
.adm_fotobox img {
	width: 100px;
}
.product_boxes {

}
.product_box {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.product_box .foto {
	width: 198px;
	height: 198px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product_box .nev {
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 5px 10px;
	background-color: #e3624f;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:200px;
}
.products_col1 {
	float: left;
	width: 65%;
}
.products_col2 {
	padding: 10px;
	float: right;
	width: 30%;
	background-color: #f8f8f8;
}
.products_table {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.products_table .group_label {
	display: inline-block;
	margin-top: 15px;
	color: #f00;
}
.products_table .product_row {
	display: table-row;
}
.products_table .product_row:hover {
	background: #f8f8f8;
}
.products_table .text_div {
	display: table-cell;
}
.products_table .text_div .nev {
	font-weight: bold;
}
.products_table .input_div {
	display: table-cell;
	white-space: nowrap;
	text-align: right;
	padding: 3px;
}
.products_table .input_div input[type=text] {
	margin: 0;
	padding: 2px;
	font-size: 12px;
}
.products_table .input_div a.kosarba {
	display: inline-block;
	padding: 0px 8px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;;
	background: #bb4949;
	border: 1px solid #333;
}

.termekcsoport_selector {
	padding: 5px;
	background: #f9f7f4;
	margin-top: 15px;
}


.kosarcounter {
	width: 60px;
}
.kosarcounter input {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
.kosarcounter a.kosarba_link {
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0;
	background-color: #aaa;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.athuzott {
	text-decoration: line-through;
	color: #f00;
}
.products_col2 .my_cart_sor {
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.products_col2 .mc_nev {
	font-weight: bold;
}
.products_col2 .mc_table {
	display: table;
	width: 100%;
}
.products_col2 .mc_table .mc_row {
	display: table-row;
}
.products_col2 .mc_table .mc_row .mc_td {
	display: table-cell;
}
.products_col2 .mc_table .mc_row .col1 {
	width: 50%;
}
.products_col2 .mc_table .mc_row .col2 {
	width: 30%;
	text-align: right;
}
.products_col2 .mc_table .mc_row .col3 {
	width: 20%;
	text-align: right;
}

.products_col2 .torles_gomb {
	color: #f00;
	text-decoration: none;
}

.products_col2 .grand_total {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
}
.button2 {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal !important;
	padding: 8px 12px;
	cursor: pointer;
	border: 1px solid #0e86c7;
	border-radius: 0;
	background: #22a9f0;
	white-space: nowrap;
}
.button2:hover {
	background: #0e86c7;
	color: #fff;
}
.cart_small_form {
	padding: 10px;
	margin-top: 15px;
	background: #e2e2e2;
	border-radius: 5px;
}
.cart_small_form .legend {
	font-size: 13px;
	font-weight: bold;
}
.telephely_separator {
	padding-top: 10px;
	border-bottom: 2px dashed #999;
	margin-bottom: 10px;
}
.order_mod_div {
	padding: 10px;
	background: #eee;
}
#nap_div {
	display: none;
}
.done_div {
	padding: 10px;
	margin-bottom: 10px;
	background: #dbfccd;
}
.foto_torles_gomb {
	margin-left: 10px;
	font-size: 24px;
	color: #f00 !important;
	text-decoration: none;
}
table.order {
	background: #eee;
}
table.order tr.head td {
	font-weight: bold;
	background: #eee;
}
table.order td {
	padding: 2px 10px;
	background: #fff;
}
table.order tr.total td {
	font-weight: bold;
}
.small_info {
	padding: 15px 0;
	font-size: 13px;
	line-height: 120%;
}




@media only screen and (max-width: 1000px) {
	.wrapcenter {
		margin: 0 auto;
		padding: 0;
	}

	.main .leftcol {
		position: absolute;
		padding-bottom: 40px;
		display: none;
		z-index: 1000;
		background: #000;
		width: 70%;
	}
	.main .rightcol {
		padding: 32px 5px 100px 5px;
	}

	.side_menu .header {
		display: none;
	}
	.side_menu a {
		padding: 15px 20px;
		color: #fff;
		font-size: 1.2em;
	}
	.side_menu a:hover {
		color: yellow;
	}
	.top .title {
		float: left;
		text-align: left;
		padding-left: 20px;
		color: #fff;
	}
	.top .hamburger_menu {
		display: block;
		text-align: center;
	}
	.top .hamburger_menu a {
		color: #fff;
		padding: 5px 5px 5px 12px;
		border-radius: 10px;
		border: 2px solid #eee;
	}
	.top .cart_menu {
		/* display: none; */
		position: relative;
		text-align: center;
		margin-right: 20px;
	}
	.top .cart_menu .cart_widget {
		/* display: none; */
		position: absolute;
		font-size: 15px;
		font-weight: bold;
		line-height: 8px;
		color: #fff;
		top: -27px;
		right: -14px;
		background: #f00;
		padding: 10px;
		border-radius: 50%;
	}

	.top .cart_menu a {
		color: #fff;
		padding: 5px 5px 5px 12px;
		border-radius: 10px;
		border: 2px solid #eee;
	}
	.products_col1 {
		float: none;
		width: 100%;
	}
	.products_col2 {
		position: absolute;
		top: 0;
		display: none;
		float: none;
		width: 100%;
		/* right: 0; */
		left: 0;
	}
	.width250,
	.width500 {
		width: 100% !important;
	}
	.form {
		padding: 5px;
	}
	input[type=text],
	input[type=password],
	input[type=email],
	textarea,
	select {
		font-size: 1.3em;
	}
	.button {
		font-size: 1.2em;
		padding: 0.6em;
	}
}
