* {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
@font-face {
    font-family: "trojan";
    src: url(fonts/TrajanPro-Regular.ttf);
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Tahoma', sans-serif;
	/*background-image: url("https://www.transparenttextures.com/patterns/little-knobs.png");*/
	background: url(images/grey_white_background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*.vignette {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
}*/
h1 {
	/*font-family: 'Roboto Slab', sans-serif;*/
	font-family: 'trojan', sans-serif;
	font-size: 400%;
}
button {
    font-family : inherit;
    font-size: 1em;
}
a {
	text-decoration: none !important;
}
.menu_item{
    background: #AAAAAA; 
    background: -webkit-linear-gradient(#AAAAAA, white); 
    background: -o-linear-gradient(#AAAAAA, white); 
    background: -moz-linear-gradient(#AAAAAA, white); 
    background: linear-gradient(#AAAAAA, white); 
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
	font-size: 16px;
}
.open_album {
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
}
.privacy_links {
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
	line-height: 20px
}
.menu_item_logo {
	background: #FFFFFF;
}
.letoltes_nezo_gomb {
	display: inline-block;
	width: 200px !important;
	text-align: center
}
.paypal_gomb {
	display: inline-block;
	text-align: center
}
.simple_gomb {
	display: inline-block;
	text-align: center
}
#rolam {
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
}
#msg_send_btn {
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
}
#msg_send_result {
	font-family: 'trojan', sans-serif;
}
.menu_item:hover, .menu_item_responsive:hover {
    background: #AAAAAA; 
    background: -webkit-linear-gradient(white, #AAAAAA); 
    background: -o-linear-gradient(white, #AAAAAA); 
    background: -moz-linear-gradient(white, #AAAAAA); 
    background: linear-gradient(white, #AAAAAA);
	color: #6796B1 !important;	
}
.menu_item_responsive {
	font-family: 'trojan', sans-serif;
}
.menu_item_active, .menu_item_responsive_active, .packet_title {
    background: #AAAAAA;
    background: -webkit-linear-gradient(white, #AAAAAA); 
    background: -o-linear-gradient(white, #AAAAAA); 
    background: -moz-linear-gradient(white, #AAAAAA); 
    background: linear-gradient(white, #AAAAAA); 
	font-family: 'trojan', sans-serif;
	color: #6796B1 !important;
	font-size: 16px;
}

.gradient_button {
	color: #000000;
	padding: 30px;
	background: #AAAAAA; 
    background: -webkit-linear-gradient(white, #AAAAAA); 
    background: -o-linear-gradient(white, #AAAAAA); 
    background: -moz-linear-gradient(white, #AAAAAA); 
    background: linear-gradient(white, #AAAAAA);
}
.gradient_button:hover {
	color: #000000;
	padding: 30px;
	background: #AAAAAA; 
    background: -webkit-linear-gradient(#AAAAAA, white); 
    background: -o-linear-gradient(#AAAAAA, white); 
    background: -moz-linear-gradient(#AAAAAA, white); 
    background: linear-gradient(#AAAAAA, white); 
}

.gradient_button_small {
	color: #000000;
	padding: 5px;
	background: #AAAAAA; 
    background: -webkit-linear-gradient(white, #AAAAAA); 
    background: -o-linear-gradient(white, #AAAAAA); 
    background: -moz-linear-gradient(white, #AAAAAA); 
    background: linear-gradient(white, #AAAAAA);
}
.gradient_button_small:hover {
	color: #000000;
	padding: 5px;
	background: #AAAAAA; 
    background: -webkit-linear-gradient(#AAAAAA, white); 
    background: -o-linear-gradient(#AAAAAA, white); 
    background: -moz-linear-gradient(#AAAAAA, white); 
    background: linear-gradient(#AAAAAA, white); 
}
.service_link{
	width: 100%;
	color: #6796B1 !important;
	padding: 5px;
	font-family: 'trojan', sans-serif;
	font-size: 16px;
	background: #AAAAAA; 
    background: -webkit-linear-gradient(#AAAAAA, white); 
    background: -o-linear-gradient(#AAAAAA, white); 
    background: -moz-linear-gradient(#AAAAAA, white); 
    background: linear-gradient(#AAAAAA, white); 
}

.service_link:hover{
	cursor: pointer;
    background: -webkit-linear-gradient(white, #AAAAAA); 
    background: -o-linear-gradient(white, #AAAAAA); 
    background: -moz-linear-gradient(white, #AAAAAA); 
    background: linear-gradient(white, #AAAAAA); 
}

.image_slider img{
	opacity: 0.6; cursor: pointer;
	margin: 10px;
	height: 150px;
	margin: 10px;
}
.image_slider img:hover{
	opacity: 1; cursor: pointer;
}

.image_slider {
	overflow: auto;
	width: 100%;
	height: 150px;
	margin-top: 10px;
}
.inner_container { 
  width:100%; 
}
.inner_container .innerbox { 
  width:25%; 
  display: inline-block;
}

.inner_container .innerbox .innertext { 
  padding:5px; 
  /*background:#3399cc; */
  margin:5px;
  text-align:center;
}

.good-result { position: fixed; bottom: 10px; right: 0; background-color: #7E96B1; padding: 10px; color: #fff; display: none; text-align: center }
.good-result span { font-size: 100px }
.bad-result {position: fixed; bottom: 10px; right: 0; background-color: red; padding: 10px; color: white; display: none; text-align: center; }
.bad-result span { font-size: 100px }

footer p, a {
	/*font-family: 'Roboto Slab', sans-serif;*/
	font-family: 'Tahoma', sans-serif;
}

/* CART */
.cart-box { width: 100%; margin-bottom: 10px; box-shadow: 0px 1px 5px #aaa; background-color: #fff; padding: 10px; }
.cart-box-image { width: 40%; display: block; float: left; }
.cart-box-image img { height: 200px; max-width: 100% }
.cart-box-content { width: 60%; display: block; float: left; padding-left: 30px; }
.cart-box-content-title { color: #7E96B1; font-weight: normal; margin-bottom: 10px }
.cart-box-content-details { font-style: normal; text-align: left !important; }
.cart-box-content-price { color: #B27200; margin: 10px 0 }
.del_ordered_item { float: right; background-color: white; color: #555; padding: 12px 16px; font-size: 90%; border: 0}
.del_ordered_item:hover { cursor: pointer; color: #555; }
.total-cart-amount { font-weight: normal; color: #B27200; margin-top: 10px; }
.cart-sum-section { width: 25%; float: right; position: position: -webkit-sticky; position: sticky; top: 160px }
.cart-sum-section-inside { margin-left: 20px; background-color: #fff; padding: 10px; box-shadow: 0px 1px 5px #aaa }
.cart-sum-title { font-weight: bold }
.cart-items { width: 75%; float: left }

.order-qty-number{ padding: 10px; }
.qty-change-btn { border: none; margin-left: 10px; margin-right: 10px; background-color: #7e96b1 !important; color: #fff; padding: 10px; width: 40px; }
.qty-change-btn:hover { cursor: pointer} 

/* ORDERS */
.orders-container { background-color: #FFFFFF; margin-bottom: 30px; padding: 10px; margin-top: 30px; }
.orders-table { width: 100%; border-collapse: collapse }
.orders-table th{ border: 1px solid #555; background-color: #555; padding: 10px; color: #bcd56e }
.orders-table td{ border: 1px solid #555; padding: 10px; }
.orders-table tr:hover { background-color: #f2f2f2; cursor: pointer }
.order-detail { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #fff; z-index: 3; display: none; overflow-y: auto }
.order-detail-top { width: 100%; height: 80px; background-color: #333; color: #fff; padding: 20px; }
.order-detail-title { display: inline-block; color: #bcd56e; float: left }
.order-detail-close { display: inline-block; color: #bcd56e; float: right; font-size: 200%; }
.order-detail-close:hover { color: red; cursor: pointer }
.order-detail-content { width: 100%; height: 100%; overflow-y: auto; padding: 10px; }
.order-detail-table { width: 100%; border-collapse: collapse }
.order-detail-table td { border: 1px solid #555; padding: 10px; }
.order-btn { background-color: #7E96B1; color: #fff; display: block; text-align: center; padding: 12px 16px; margin-top: 30px }
.order-sum-area { width: 100%; }
.order-sum-area-half { width: 50%; display: block; float: left }

/* ORDER */
.order-main { width: 100%; margin-top: 30px; margin-left: auto; margin-right: auto }
.order-box { background-color: #fff;  margin-top: 30px; }
.order-box-title { background-color: #7E96B1; color: #fff; padding: 10px }
.set-main-data-btn { color: #94c152; float: right }
.set-table { width: 100%; }
.set-table input[type=text] { border: 1px solid #e6e9f0; padding: 6px; width: 100%; margin-bottom: 1px}
.set-table-select { border: 1px solid #e6e9f0; padding: 6px; width: 100%}
.set-btn { color: #e6e9f0; float: right; display: block; color: #94c152 }
.set-btn:hover { cursor: pointer }
.order-add-btn { background-color: #fff; border: 1px solid #94c152; padding: 6px; display: block; color: #555; margin-top: 10px }
.order-add-btn:hover { cursor: pointer; background-color: #94c152; color: #555 }
.set-save-btn { background-color: #fff; padding: 6px; display: inline-block; border: 1px solid #94c152; color: #94c152; margin-top: 20px }
.set-save-btn:hover { cursor: pointer }
.set-add-btn { background-color: #94c152; padding: 6px; display: block; color: #fff; margin-top: 20px }
.set-add-btn:hover { cursor: pointer }
.set-cancel-btn { padding: 6px; display: inline-block; color: #555; background-color: #fff }
.set-cancel-btn:hover { cursor: pointer }
.order-comment { width: 100%; padding: 10px; border: 1px solid #555 }
.order-condition-checkbox { margin-right: 10px }
.order-condition-label { font-size: 100% }
.order-finish-btn { display: block; width: 100%; background-color: #94c152; color: white; padding: 12px 16px}
.order-finish-btn:hover { cursor: pointer; background-color: #bcd56e; color: #555}
.order-sum-table td { padding: 6px}
.order-sum-table tr:nth-child(even) {background: #f1f1f1}
.order-sum-table tr:nth-child(odd) {background: #fff}

.set-del-btn { color: red; background-color: #fff; padding: 6px; border: 1px solid red; display: inline-block; }
.set-del-btn:hover { cursor: pointer}

.tag {
	font-family: 'trojan', sans-serif;
	background: #eee;
	border-radius: 3px 0 0 3px;
	/*color: #999;*/
	color: #7E96B1;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #7E96B1;
  color: white;
}

.tag:hover::after {
   border-left-color: #7E96B1; 
}

.product_tag {
	font-family: 'trojan', sans-serif;
	background: #7E96B1;
	color: #fff;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.product_item_table th{
	background-color: #eee;
}

.popup_header {
	background-color: #7E96B1;
	color: #fff;
	font-family: 'trojan', sans-serif;
}
.search_and_tags {
	
}
.search_and_tags:hover {
	background-color: #B27200;
	color: #fff;
}

@media screen and (max-width: 1024px) {
    h1 {
		font-size: 200%;
    }
	#bemutatkozas h1, p, button, img {
		text-align: center !important;
	}
	#bemutatkozas_kinalatunk h1, img {
		text-align: center !important;
	}
	#profile_img {
		width: 100%;
		margin-top: 20px;
	}
	.w3-content {
		margin-left: 20px;
		margin-right: 20px;
	}
	.inner_container .innerbox {
        width:50%
    }
	#search_word {
		width: 50%;
	}
	.clearfix {
		max-width: 90% !important;
		margin: 0;
	}
	.tag_button, .tag_button a {
		width: 100% !important;
		border: 1px solid black;
	}
	.search_input, .search_input input[type=text] {
		width: 100% !important;
	}
	.search_button, .search_button button {
		width: 100% !important;
	}
	.popup_header h2 {
		font-size: 13px;
	}
	.product_title {
		font-size: 15px;
	}
	.product_item_table th, td {
		font-size: 10px;
	}
	.product_tag {
		font-size: 10px;
	}
	#comment span {
		font-size: 10px;
	}
	footer p {
		font-size: 14px;
	}
	
}
.bold {
	font-weight: bold;
}
.cookie-bar { z-index: 1000; width: 100%; position: fixed; bottom: 0; left: 0; background-color: #000; color: #fff; text-align: center; padding: 10px; display: none;}
.cookie-accept-btn { padding: 3px 10px; background-color: #e6e9f0 }
.cookie-accept-btn:hover { cursor: pointer }

@media screen and (max-width: 640px) {
    .inner_container .innerbox {
        width:100%
    }
}