@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap');

/* link color: #ce9d31 */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 170%;
	color: #222;
	background: #fff;
}

*, *:before, *:after {
	box-sizing: border-box;
}

a {
	color: #222;
	text-decoration: none;
}

a.under {
	text-decoration: underline;
	color: #ce9d31;
}
a.under2 {
	text-decoration: none;
	color: #ce9d31;
}
a.underlined {
	text-decoration: underline;
}
h2 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 32px;
}

h3 {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 3px;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #ccc;
}

input:focus{
	outline: 0;
	box-shadow: none;
}
::-webkit-input-placeholder {
	/* Edge */
	color: #666;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

::placeholder {
	color: #666;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.checkmark_label {
	display: block;
	position: relative;
	padding-top: 4px !important;
	padding-left: 30px;
	/* margin-bottom: 13px; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkmark_label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 8px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkmark_label input[type=checkbox]:checked~.checkmark:after {
	display: block;
}

.checkmark_label .checkmark:after {
	left: 4px;
	top: 0px;
	width: 6px;
	height: 14px;
	border: solid #ce9d31;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=radio] {
	appearance: none;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	/* transition: 0.2s all linear; */
	margin-right: 5px;
	margin-left: 0px;
	position: relative;
	top: 4px;
	background-color: #fff;
}
input[type=radio]:checked {
	border: 4px solid #ce9d31;
	/* background-color: #fff; */
	/* background-image: url("../images/logo.png"); */
}
.fullwidth {
	width: 100%;
}
.italic {
	font-style: italic;
}
.kisebb_h2 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 26px;
}
.felso_h2 {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

.tovabb_gomb {
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 18px;
	color: #666;
	padding: 5px 80px;
	border: 1px solid #666;
}
.top_space {
	height: 40px;
}
.wrapcenter {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}
.wrapcenter_tight {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 20px;
}
.wrapcenter_half1 {
	max-width: 615px;
	float: right;
	padding-left: 20px;
	width: 100%;
}

.wrapcenter_half2 {
	max-width: 615px;
	float: left;
	width: 100%;
}

.relative {
	position: relative;
}

.bold {
	font-weight: bold;
}
.lang_selector_aktiv {
	/* font-weight: bold !important; */
	color: #888 !important;
}
.lang_selector_inaktiv {
	color: #ccc !important;
	font-weight: normal;
}
.ingyenes_csik {
	background: #D9B9A4;
	padding: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-align: center;
}

.menu_csik {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: -1px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	background: #fff;
	border-bottom: 1px solid #999;
	padding: 5px 0;
	z-index: 9999;
}

.hmenu {
	display: table;
	width: 100%;
	margin: 8px 0;
}

.hmenu .col1 {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.hmenu .col2 {
	display: table-cell;
	vertical-align: top;
}

.hmenu .col2 .logo {
	width: 212px;
	height: 45px;
	margin: 0 auto;
}

.hmenu .col3 {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.hmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hmenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hmenu ul li a {
	display: inline-block;
	font-size: 13px;
	color: #888;
	text-decoration: none;
}
.hmenu .col1 ul li span {
	display: inline-block;
	padding-top: 10px;
	margin-right: 10px;
}
.hmenu .col1 ul li span:hover {
	border-bottom: 1px solid #000;
}
.hmenu .widget_container {
	display: table;
	float: right;
	padding-top: 8px;
}
.hmenu .widget_container .col {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}

.hmenu .widget_container .col .searchbox {
	width: 150px;
}

.hmenu .widget_container .col .searchbox input {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: #888;
	font-weight: 400;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	padding: 2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #888;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #888;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #888;
  }


.hmenu .widget_container .col .magnify {
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.hmenu .widget_container .col .magnify:hover {
	background-position: 0px -25px;
}

.hmenu .widget_container .col .heart {
	position: relative;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -35px 0;
	background-repeat: no-repeat;
}
.hmenu .widget_container .col .heart:hover {
	background-position: -35px -25px;
}
.hmenu .widget_container .col .heart .heart_number {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #ce9d31;
	top: -10px;
	right: -6px;
	padding: 3px;
	line-height: 100%;
	background: #fff;
}
.hmenu .widget_container .col .user {
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -66px 1px;
	background-repeat: no-repeat;
}
.hmenu .widget_container .col .user:hover {
	background-position: -66px -24px;
}
.hmenu .widget_container .col .cart {
	position: relative;
	width: 30px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -92px 0;
	background-repeat: no-repeat;
}
.hmenu .widget_container .col .cart:hover {
	background-position: -92px -25px;
}
.hmenu .widget_container .col .cart .cart_number {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #ce9d31;
	top: -10px;
	right: -6px;
	padding: 3px;
	line-height: 100%;
	background: #fff;
}

.hmenu .widget_container .col .facebook {
	width: 30px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -125px 0;
	background-repeat: no-repeat;
}
.hmenu .widget_container .col .facebook:hover {
	background-position: -125px -25px;
}
.hmenu .widget_container .col .instagram {
	width: 30px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -155px 0;
	background-repeat: no-repeat;
}
.hmenu .widget_container .col .instagram:hover {
	background-position: -155px -25px;
}
.hmenu .widget_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hmenu .widget_container ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hmenu .widget_container ul li a {
	display: inline-block;
	padding: 0 2px;
	font-size: 13px;
	color: #888;
	text-decoration: none;
}

.header_image {
	padding-top: 36%;
	background-image: url('../images/fooldal_header.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.header_image2 {
	min-height: 300px;
	padding: 30px;
	background-image: url('../images/fooldal_header.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.submenu {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	background: #fff;
}
.submenu a {
	color: #888;
	padding: 0 20px;
}
.submenu ul, .submenu ul li {
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
}
.fobox1 {
	display: table;
	width: 100%;
}
.fobox1row {
	display: table-row;
}
.fobox1 .cell1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	background: #f8f8f8;
}

.fobox1 .cell2 {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	background: #f1edea;
}

.fobox1 .cell1 .inner1 {
	float: right;
	padding-top: 20px;
	padding-right: 100px;
	width: 100%;
}

.fobox1 .cell2 .inner2 {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
	width: 100%;
}

.fobox1 .imagebox {
	position: relative;
}

.fobox1 .tovabbi_info_gomb {
	position: absolute;
	top: 110px;
	right: 40px;
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 18px;
	color: #000;
	padding: 7px 40px;
	border: 1px solid #444;
	background: #f8f8f8;
	opacity: 0.7;
}

.fobox1 .sablonok_gomb {
	position: absolute;
	top: 110px;
	right: 90px;
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 18px;
	color: #000;
	padding: 7px 40px;
	border: 1px solid #666;
	background: #f8f8f8;
	opacity: 0.7;
}

.fobox1 .kislogo {
	position: absolute;
	bottom: 0;
	right: 0;
}
.fobox1_spacer {
	height: 65px;
}

.popup {
	display: none;
}

/* .insta_csik {
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 0.2%;
	width: 100%;
}

.insta_csik .picbox {
	float: left;
	width: 13.87%;
	margin: 0.2%;
} */

.fobox3 {
	margin-top: 70px;
	background-color: #f8f8f8;
}

.fobox3 .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px 70px 20px;
	text-align: center;
}

.fobox4 {
	display: table;
	width: 100%;
	margin-top: 70px;
}

.fobox4 .col1 {
	display: table-cell;
	width: 50%;
}

.fobox4 .col1 img {
	display: block;
	width: 100%;
}

.fobox4 .col2 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.fobox4 .col2 .inner {
	padding-left: 100px;
	max-width: 615px;
}

.fobox5 {
	display: table;
	width: 100%;
	margin-top: 70px;
}

.fobox5 .col1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.fobox5 .col2 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.fobox5 .col1 .inner {
	padding-left: 20px;
	padding-right: 100px;
	float: right;
	max-width: 615px;
}

.fobox5 .col2 img {
	display: block;
	width: 100%;
}

.fobox6 {
	display: table;
	width: 100%;
	margin-top: 70px;
}

.fobox6 .col1 {
	display: table-cell;
	width: 50%;
}

.fobox6 .col1 img {
	display: block;
	width: 100%;
}

.fobox6 .col2 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.fobox6 .col2 .inner {
	padding-left: 100px;
	max-width: 615px;
}

.fobox7 {
	position: relative;
	width: 100%;
	margin-top: 70px;
	padding: 5px 0;
	background-image: url('../images/fb7_1.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fobox8 {
	display: table;
	width: 100%;
	margin-top: 70px;
}
.fobox8 .col1 {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}
.fobox8 .col2 {
	display: table-cell;
	padding-right: 20%;
	vertical-align: top;
}
.footer {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f6f5f6;
}

.footer .inner {
	display: table;
	width: 100%;
}

.footer .inner .col1 {
	display: table-cell;
	width: 40%;
}

.footer .inner .col2 {
	display: table-cell;
	width: 60%;
}

.footer .inner .col2 .col2table {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

.footer .inner .col2 .col2table .cell1 {
	display: table-cell;
	width: 33%;
	padding: 0 10px;
}

.footer .inner .col2 .col2table .cell2 {
	display: table-cell;
	width: 33%;
	padding: 0 10px;
}

.footer .inner .col2 .col2table .cell3 {
	display: table-cell;
	width: 33%;
	padding: 0 10px;
}

.chapter {
	font-family: "Cinzel", serif;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 10px;
}

.chapter_separator {
	height: 25px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li a {
	color: #444;
	text-decoration: none;
}

.footer .bottom_cell1 {
	float: left;
	padding-top: 5px;
	width: 200px;
}

.footer .bottom_cell2 {
	float: right;
	font-size: 13px;
	line-height: 140%;
	text-align: right;
}

.footer .facebook {
	float: left;
	width: 30px;
	height: 26px;
	margin-right: 5px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -125px 0;
	background-repeat: no-repeat;
}

.footer .instagram {
	float: left;
	width: 30px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -155px 0;
	background-repeat: no-repeat;
}

.footer .col1 input {
	width: 200px;
	padding: 10px 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #444;
	background-color: #f8f8f8;
}
.panel {
	position: absolute;
	right: 20px;
	top: 2px;
	font-family: "Raleway", sans-serif;
	background: #fff;
	padding: 35px;
	z-index: 1000;
	border: 1px solid #ce9d31;
}
.panel.embed {
	position: relative;
	display: block;
	right: auto;
	top: auto;
	margin: 50px auto;
}

.panel.embed .head {
	font-size: 22px;
	color: #ce9d31;
}

.panel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.panel ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.panel ul li a {
	display: block;
	padding: 3px 0;
	color: #ce9d31;
	text-decoration: none;
}

.panel a {
	color: #ce9d31;
	text-decoration: none;
}

.panel input[type=text],
.panel input[type=password],
.panel input[type=email],
.panel textarea {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #ce9d31;
}

.panel .row_separator {
	height: 10px;
}

.panel .head {
	position: relative;
	font-family: "Cinzel";
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	/* padding-right: 25px; */
}

.panel_error {
	color: #f00;
	font-weight: 600;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
}

.panel .head .separator {
	display: inline;
	padding: 0 10px;
}

.panel .buttons {
	position: relative;
	margin-top: 20px;
}

.panel .button {
	background: #ce9d31;
	border: 1px solid #ce9d31;
	padding: 10px;
	color: #fff;
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

.panel .alja {
	position: relative;
	margin-top: 20px;
}

.panel .bezar {
	position: absolute;
	font-weight: 500;
	font-size: 16px;
	right: 0;
	bottom: 0;
}

.panel .tabla {
	display: table;
}

.panel .tabla .row {
	display: table-row;
}

.panel .tabla .col1,
.panel .tabla .col2 {
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
}

.panel .tabla .col1 {
	padding-right: 20px;
}

.modal {
    /* display: none; */
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal .panel {
	left: 50%;
    transform: translate(-50%, 0);
	background-color: #fefefe;
	right: auto;
	top: 200px;
	width: 50%;
	min-width: 400px;
	max-width: 600px;
	border-radius: 15px;
}
#reg_panel .tabla .col2 {
	width: 300px;
}

#login_panel,
#forgotten_panel,
#reg_panel {
	display: none;
}

#forgotten_panel .panel {
	max-width: 350px;
}

#irjon_panel .panel {
	position: relative;
	float: right;
	right: 0;
	top: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 440px;
}

#irjon_panel .panel textarea {
	height: 200px;
}

#pwd_panel .panel {
	width: 350px;
}

#info_panel .panel {
	width: 350px;
	text-align: center;
}
#account_panel {
	display: none;
}
#account_panel .panel {
	min-width: 300px;
}
#cart_panel {
	display: none;
}
#cart_panel .panel {
	width: 50%;
}
#cart_panel .cart_table {
	display: table;
	line-height: 120%;
}
#cart_panel .cart_row {
	display: table-row;
	width: 100%;
}
#cart_panel .cart_row .col1 {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0;
}
#cart_panel .cart_row .col1 img {
	width: 100px;
	padding-right: 20px;
}
#cart_panel .cart_row .col2 {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding: 10px 0;

}
#cart_panel .cart_row .col2 .nev {
	font-weight: bold;
}
#cart_panel .cart_row .col2 .leiras {
	font-size: 13px;
}

#cart_panel .cart_row .col3 {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	width: 100px;
	padding: 10px 0;
	padding-left: 20px;
}
#cart_panel .cart_row .col3 .edit_button {
	display: inline-block;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -185px 0;
	background-repeat: no-repeat;
}
#cart_panel .cart_row .col3 .edit_button:hover {
	background-position: -185px -22px;
}
#cart_panel .cart_row .col3 .delete_button {
	display: inline-block;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -209px 0;
	background-repeat: no-repeat;
}
#cart_panel .cart_row .col3 .delete_button:hover {
	display: inline-block;
	width: 24px;
	height: 26px;
	cursor: pointer;
	background-image: url("../images/widgets.png");
	background-position: -209px -22px;
	background-repeat: no-repeat;
}
#cart_panel .grand_total_div {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
#cart_panel .grand_total_text {
	display: inline-block;
	font-size: 18px;
	padding-top: 12px;
}
#cart_panel .grand_total_button {
	display: inline;
	float: right;

}
.spinner {
	display: none;
	font-size: 30px;
	color:#ce9d31;
}
.spinner_row {
	display: table-row;
}
.spinner_td {
	display: table-cell;
	height: 40px;
	padding-top: 5px;

}
.msg_panel {
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
	background-color: #fefefe;
	top: 150px;
	min-width: 400px;
	max-width: 800px;
}
.msg_panel .head {
	text-align: right;
	padding-top: 8px;
	padding-right: 12px;
}
.msg_panel a.close_button {
	font-size: 20px;
	color: #ce9d31;
}
.msg_panel .inner {
	padding: 10px 30px 30px 30px;
	text-align: center;
}
.hovered:hover {
	cursor: pointer;
	color: #fff;
	background: #ce9d31;
	border: 1px solid #ce9d31;
	opacity: 1;
}
.rolunk1_img_box {
	position: relative;
	width: 100%;
	min-height: 200px;
	background-image: url('../images/rolunk1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.rolunk1_box {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.rolunk1_text {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	text-align: center;
	padding: 50px;
}
.celjaink_div {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #f6f5f6;
}
.vbar_top {
	position: absolute;
	top: -30px;
	left: 50%;
}
.vbar_bottom {
	position: absolute;
	bottom: -43px;
	left: 50%;
}
.kapcsolat_div {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #faf5eb;
}
.kapcsolat_div .inner .col1 {
	float: left;
	width: 49%;
	padding-right: 40px;
	text-align: left;
}
.kapcsolat_div .inner .col2 {
	float: right;
	padding-left: 40px;
	width: 49%;
	text-align: left;
	border-left: 1px solid #ccc;
}
.kislogo {
	display: block;
	margin-top: 20px;
	width: 130px;
}
.bigger_italic {
	font-size: 24px;
	font-style: italic;
	line-height: 150%;
}
.gray_text {
	color: #aaa;
}
.centered {
	text-align: center;
}
.egyedi1 {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.egyedi3 {
	display: block;
	width: 50%;
}
.egyedi_inner {
	padding-top: 50px;
}
.egyedi_fobox7 {
	background-position: center center;
	background-size: 100% auto;
	/* background-position: -100px center; */
	background-image: url('../images/egyedi4b.jpg');

}
.invitations {
	display: table;
	width: 100%;
}
.invitations .col1 {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}
.invitations .col12 {
	display: table-cell;
}
.cimke_kategoria_nev {
	font-size: 13px;
	font-weight: bold;
}
.cimke_item_nev {
	font-size: 13px;
	font-weight: normal;
}
.meghivo_box {
	float: left;
	width: 33%;
	padding-left: 25px;
	padding-bottom: 50px;
}
.meghivo_box .foto1 {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	padding-top: 100%;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-color: #ccc;
}
.meghivo_box .foto2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
	background-color: #ccc;
}
.meghivo_box .left_col {
	float: left;
	width: 80%;
}
.meghivo_box .right_col {
	position: relative;
	float: right;
	width: 19%;
	text-align: right;
}

.meghivo_box .nev {
	font-weight: bold;
}
.left_padded {
	padding-left: 25px;
}
.fav_widget {
	position: absolute;
	width: 28px;
	height: 26px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url("../images/fav_widgets.png");
	background-repeat: no-repeat;
}
.fav_widget.kedvenc {
	background-position: 0px -48px;
}
.fav_widget.nem_kedvenc {
	background-position: 0px 3px;
}
.fav_widget.nem_kedvenc:hover {
	background-position: 0px -22px;
}
.fav_widget.kedvenc:hover {
	background-position: 0px -74px;
}
.clear_filters_link {
	font-style: italic;
	font-size: 13px;
}
.col1_spacer1 {
	height: 20px;
}
.col1_spacer2 {
	height: 10px;
}
.halfed {
	display: table;
	width: 100%;
	margin-top: 60px;
}
.halfed .col1 {
	display: table-cell;
	width: 40%;
	padding-right: 10px;
	vertical-align: top;
}
.halfed .col2 {
	display: table-cell;
	width: 35%;
	padding-right: 20px;
	padding-left: 10px;
	vertical-align: top;
}
.halfed .col2 .cimke_div {
	margin-top: 30px;
}
.halfed .col2 .chk_div {
	margin-top: 30px;
}
.halfed .col2 .chk_div label {
	display: block;
}
.halfed .col2 .radio_div {
	margin-top: 30px;
}
.halfed .col2 .radio_div label {
	display: block;
}
.halfed .col2 .link_div {
	margin-top: 30px;
}
.halfed .col2 .link_div a {
	color: #ce9d31;
}
.halfed .col2 .kosarba_gomb {
	margin-top: 40px;
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 18px;
	color: #333;
	padding: 5px 20px;
	cursor: pointer;
	border: 1px solid #bbbbb9;
	background: #f9f9f9;
}
.halfed .col2 .kosarba_gomb:hover {
	color: #fff;
	background: #ce9d31;
	border: 1px solid #ce9d31;
}
.halfed .col1 img {
	display: block;
	width: 100%;
}
.halfed .col3 {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.tervezesi_ar {
	margin-bottom: 20px;
}
.tervezesi_ar_comment {
	font-style: italic;
}
.extra_hidden_div {
	display: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
.darabszam_div {
	padding: 15px 0;
}
.col2 .radio_div {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.kalkulator {
	position: sticky;
	display: inline-block;
	font-size: 13px;
	text-align: right;
	top: 100px;
	padding: 15px 30px;
	line-height: 130%;
	margin-bottom: 15px;
	border-left: 1px solid #ccc;
}
.kalkulator .title {
	margin-bottom: 5px;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
	color: #333;
}
.kalkulator .label {
	margin-top: 15px;
}
.kalkulator .total_div {
	display: inline-block;
	font-size: 15px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.offer_bg {
	padding: 30px;
	background: #bebebe;
}
.offer {
	font-family: "Raleway", sans-serif;
	width: 820px;
	margin: 0px auto;
	padding: 30px 40px;
	background: #ffffff;
}
.offer .head {
	color: #ce9d31;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}
.offer .strip {
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
	border-top: 1px solid #e6cd93;
}
.offer .offer_table {
	display: table;
	width: 100%;
}
.offer .offer_table .offer_row {
	display: table-row;
}
.offer .offer_table .offer_row .col {
	display: table-cell;
	width: 50%;
}
.offer .offer_table .offer_row .col2,
.offer .offer_table .offer_row .col3 {
	text-align: right;
	width: 24%;
}
.offer2 {
	font-family: "Raleway", sans-serif;
	width: 820px;
	margin: 0px auto;
	padding: 2px 40px;
	background: #ffffff;
}
.offer2 .strip {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #e6cd93;
}
.offer_contact_input {
	padding: 10px !important;
	border: 1px solid #ccc !important;
	background: #fcfcfc;
}
.szmod_table {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	background: #eee;
}
.szmod_table .szmod_row {
	display: table-row;
}
.szmod_table .szmod_row .col {
	display: table-cell;
	font-size: 90%;
	padding: 8px 13px;
	vertical-align: middle;
}
.szmod_table .szmod_row .col1 {
	width: 40%;
}
.szmod_table .szmod_row .col2 {
	width: 20%;
}
.szmod_table .szmod_row .col3 {
	width: 20%;
}
.szmod_table .szmod_row .col4 {
	width: 20%;
	text-align: right;
}
.szallitasi_cim_box {
	display: none;
	width: 820px;
	border-top: 1px solid #b89036;
	margin: 0px auto;
  	background: #ffffff;
}
.szamlazasi_cim_box {
	display: none;
	width: 820px;
	border-top: 1px solid #b89036;
	margin: 0px auto;
  	background: #ffffff;
}
.szallitas_table {
	display: table;
	width: 100%;
}
.szallitas_table .szallitas_row {
	display: table-row;
}
.szallitas_table .szallitas_td {
	display: table-cell;
	width: 43%;
	padding-bottom: 30px;
}
.szallitas_table .szallitas_td_blank {
	display: table-cell;
	width: 4%;
}
.szallitas_table .szallitas_td .label {
	font-size: 13px;
	line-height: 130%;
}
.szallitas_table .szallitas_td input[type=text] {
	width: 100%;
	font-weight: bold;
	padding-bottom: 4px;
	border: 0;
	border-bottom: 1px solid #d9c692;
}
.szallitas_table .fullwidth {
	width: 100%;
}
.mas_cim {
	margin-top: 15px;
}
.mas_cim i {
	padding-right: 15px;
}
.kupon_table {
	display: table;
	width: 100%;
}
.kupon_table .kupon_row {
	display: table-row;
}
.kupon_table .kupon_row .kupon_td {
	display: table-cell;
}
.kupon_td {
	width: 25%;
}
.kupon_td.inp {
	border-left: 1px solid #b89036;
	border-top: 1px solid #b89036;
	border-bottom: 1px solid #b89036;
}
.kupon_td input[type=text] {
	border: none;
}
.kupon_button {
	display: inline-block;
	font-family: "Cinzel", serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
	background: #b89036;
}
.kpt2 {
	text-align: right;
}
.shipping_billing_address {
	margin-top: 40px;
}
.shipping_billing_address .widget {
	margin-right: 10px;
}
.shipping_billing_address .label {
	margin-right: 10px;
	font-weight: bold;
}
.slide_link a {
	font-weight: bold;
	color: #b89036;
	text-decoration: underline;
}
.ajandek_lesz {
	margin-top: 15px;
}
.offer .button {
	background: #ce9d31;
	border: 1px solid #ce9d31;
	padding: 10px;
	color: #fff;
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}
.offer_button_div {
	text-align: right;
}









