body {
	margin:0;
	padding:0;
  	font-family: "Raleway", sans-serif;
}
h2 {
	font-size:2.5rem;
	margin-top:2rem;
}
header {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color:#ddd;
}
header p {
	  font-family: "Playwrite AU TAS", cursive;

}
header .contact {
	border-style:solid;
	border-color:#ddd;
	border-width:0 0 1px 0;
	font-size:1rem;
	line-height:2rem;
	padding:0 calc(50vw - 600px);
	color:white;
	background-color:#333;
}
header .right {
	float:right;
}
header .main-header {
	padding:0 calc(50vw - 600px);
}
header img {
	height:100px;
	float:left;
	margin:0 20px 0 0;
	color:#111111;
}
nav {
	clear:both;
	padding:0 calc(50vw - 600px);
	text-align:center;
  	font-family: "Raleway", sans-serif;
	border-style:solid;
	border-color:#ccc;
	border-width:0 0 3px 0;
	background-color:#ccc;
}
nav a {
	margin-top:0.3rem;
	margin-bottom:0.2rem;
	display:inline-block;
	line-height:1.8rem;
	font-size:1.1rem;
	padding:0 10px;
	color:black;
	text-decoration: none;
	border-radius:2px;
	text-transform: uppercase;
	transition:.2s;
}
nav a:hover {
	background-color:#ddd;
}
nav .link {
	display:inline-block;
	vertical-align: top;
	position:relative;
}
nav .sublink {
	display:none;
	z-index:999;
}
nav .link:hover .sublink {
	position:absolute;
	display:block;
	top:2.1rem;
	left:0;
	background-color: white;
	border:none;
	border-radius:2px;
	margin-top:0.2rem;
	border-bottom:0.2rem;
	padding:4px;
	box-shadow:inset 0 0 3px 0 rgba(0,0,0,.5);
}
nav .sublink a {
	border:none;
	text-transform: unset !important;
	margin-top:.1rem;
	margin-bottom:.1rem;
	min-width:15rem;
	text-align:left;
}
nav .sublink a:hover {
	background-color:#eee;
}
main {
	padding:0 calc(50vw - 600px);
	min-height:80vh;
}
#summary {
	margin-top:45px;
}
#summary img {
	float:left;
	height:33vh;
	margin:0 20px 0 0;
	border-radius:3px;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,.3);
}
#summary .valaszto, #summary .mennyiseg, #summary .allapot, #summary .cikkszam {
	margin:.6rem 0;
}
#summary label b {
	display:inline-block;
	width:10rem;
}
#summary .price {
	font-size:1.3rem;
	color:green;
	margin:0.5rem 0;
}
.deck {
	text-align:center;
}
.card {
	width:250px;
	margin:20px;
	border-radius:5px;
	box-shadow:0 0 3px 1px rgba(0,0,0,.3);
	display:inline-block;
	overflow:hidden;
	cursor: pointer;
	transition:.2s;
	height: calc(250px + 8rem);
	position:relative;
}
.card:hover {
	box-shadow:0 0 4px 1px rgba(0,0,0,.7);
}
.card img {
	width:250px;
	height:250px;
	object-fit: cover;
}
.card .overlay {
	padding:1rem;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:white;
}
.card .overlay .nev {
	font-weight:500;
}
.card .overlay .ar {
	font-size:.8rem;
	color:#999;
	margin:.3rem;
}
.card button {
	margin-top:.7rem;
	width:200px;
	padding:5px 0;
}
button {
	background-color:black;
	color:white;
	padding:3px 16px;
	line-height:32px;
	border-radius:3px;
	font-size:16px;
	display:inline-block;
	text-decoration:none;
	transition:.2s;
	border:none;
	cursor:pointer;
	vertical-align: bottom;
	font-family: "Raleway", sans-serif;
}
a.button {
	background-color:black;
	color:white;
	padding:3px 16px;
	line-height:32px;
	border-radius:3px;
	font-size:16px;
	display:inline-block;
	text-decoration:none;
	vertical-align: bottom;
  	font-family: "Raleway", sans-serif;
}
a.button.secondary, button.secondary{
	background-color: white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:2px 15px;
	color:black;
}
footer {
	background-color: #333333;
	color: white;
	text-align: center;
	font-size:15px;
	padding:2rem;
}
input[type='number'], input[type='search'] {
	width:4rem;
	padding:2px 6px;
	line-height:32px;
	border-style:solid;
	border-color:#999;
	border-width:1px;
	border-radius:3px;
	vertical-align: bottom;
}
input[type='search'] {
	width:220px;
}
a.cart {
	padding:2px 6px;
	line-height:32px;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	border-radius:3px;
	text-decoration:none;
	color:black;
	display:inline-block;
	width:60px;
	text-align:left;
}
.cart {
	width:100%;
	border-collapse:collapse;
}
.cart tr, .cart td {
	border-style:solid;
	border-width:1px 0;
	border-color:#272727;
	text-align:left;
}
.field {
	margin-right:1rem;
	margin-bottom:8px;
}
.field label b {
	display:block;
	font-size:.9rem;
}

.field.left {
	float:left;
}
.field input {
	line-height:1.3rem;
	font-size:1.2rem;
	width:20rem;
}
.field.keskeny input {
	width:8rem;
}
.field.szeles input {
	width:32rem;
}
.field.teljes input {
	width:41.4rem;
}
.ship {
	display:block;
	margin-bottom: .9rem;
	vertical-align: top;
}
.ship b {
	display:inline-block;
	font-weight:normal;
	max-width:90%;
}
.ship input {
	vertical-align: top;
}
section.spacey {
	margin:16px 0;
}
section.right, div.right {
	text-align:right;
}
section.success {
	color:green;
}
section.error {
	color:maroon;
}
@media all and (max-width: 1200px)
{
	main {
		padding: 0 10px;
	}
	
}
@media all and (max-width: 650px)
{
	#summary img
	{
		float:none;
		width:100%;
		height:auto;
	}
	#summary label b {
		display:block;
		magin-top:16px;
	}
}
.articleCard {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	border-radius:3px;
	padding:8px;
	margin-top:14px;
}
.articleCard h3 {
	margin-top:0;
}
.articleCard .dateTime {
	text-align:right;
	color:#999;
	font-size:13px;
}