@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* --- Common --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}strong{font-weight:bold}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

.ebay-template {
	background: #fff;
	box-sizing: border-box;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1;
	width: 100%;
}


/* --- Header --- */

.header {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.header:after {
	clear: both;
	content: '';
	display: block;
}

.header-logo {
	display: inline-block;
}

/* --- Menu --- */

.menu {
	background: #6c7476;
	border-bottom: 6px solid #646a6b;
	border-top: 6px solid #fff;
	box-sizing: border-box;
	min-height: 72px;
	padding: 0 5px;
}

.menu ul {
	background: #bb0f0d;
	border-radius: 6px 6px 0 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	line-height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
	min-height: 66px;
	max-width: 900px;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
}

.menu ul:after {
	background: #cd161b;
	bottom: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);
	content: '';
	display: block;
	height: 6px;
	position: absolute;
	width: 100%;
}

.menu li {
	float: left;
	margin: 0 20px;
}

.menu li:last-child {
	margin: 0 0 0 20px;
}


.menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

/* --- Main --- */

.main {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 25px;
	position: relative;
}

.main:after {
	clear: both;
	content: '';
	display: block;
}

.main-images {
	float: left;
	width: 60%;
}

.images-full,
.images-thumbs {
	font-size: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.images-full {
	margin: 0 0 25px 0;
}

.images-full img {
	max-width: 100%
}

.images-full-hidden {
    display: none;
}

#full-1:checked ~ #full-1-image,
#full-2:checked ~ #full-2-image,
#full-3:checked ~ #full-3-image,
#full-4:checked ~ #full-4-image,
#full-5:checked ~ #full-5-image,
#full-6:checked ~ #full-6-image {
    display: inline-block;
}

.images-thumbs img {
	cursor: pointer;
	margin: 0 2% 2% 2%;
	width: 25%;
}

.main-shop {
	float: left;	
	margin: 0 0 0 1.667%;
	width: 38.333%;
}

.main-images h1 {
	display: none;
}

.main-images h1,
.main-shop h1 {
	font-size: 28px;
	font-weight: 400;
	line-height: 150%;
	margin:  0 0 30px 0;
}

.shop-data {
	line-height: 150%;
}

.shop-data td:first-child {
	font-weight: 700;
	width: 90px;
}

.shop-info {
    background: #eee;
	box-sizing: border-box;
    margin: 30px 0;
    padding: 15px;
	position: relative;
	width: 100%;
}

.shop-price {
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
}

.shop-vat {
	font-size: 11px;
}

.shop-buy {
    background: #0078bb;
    background: -moz-linear-gradient(top, #0078bb 0%, #00529e 100%);
    background: -webkit-linear-gradient(top, #0078bb 0%,#00529e 100%);
    background: linear-gradient(to bottom, #0078bb 0%,#00529e 100%);
    border: 1px solid #00539f;
    border-radius: 3px;
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078bb', endColorstr='#00529e',GradientType=0);
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
	margin: 15px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.shop-characteristics {
	line-height: 150%;
	margin: 0 0 20px 0;
}

.shop-characteristics p {
	margin: 0 0 15px 0;
}

.shop-characteristics ul {
	margin: 0 0 15px 0;
}

.shop-characteristics a {
	color: #cd161c;
	text-decoration: none;
}

/* --- Media Queries --- */

@media screen and (max-width: 910px) {

	.header,
	.main {
		padding-left: 5px;
		padding-right: 5px;
	}	
	
}

@media screen and (max-width: 700px) {
	
	.main-images h1 {
		display: block;
	}
	
	.main > div {
		float: none;
		width: 100%;
	}
	
	.main-shop {
		margin: 30px 0 0 0;
	}
	
	.main-shop h1 {
		display: none;
	}
		
}

@media screen and (max-width: 600px) {
	
	.header {
		padding: 20px 5px;
		text-align: center;
	}
	
	.header-logo {
		float: none;
		margin: 10px auto;
	}
	
	.menu li {
		margin: 0 15px;
	}

	.menu li:last-child {
		margin: 0 0 0 15px;
	}

	
}

@media screen and (max-width: 500px) {
	
	.menu ul {
		line-height: 30px;
	}
	
	.menu li {
		float: none;
	}
	
}

@media screen and (max-width: 400px) {
	
	.logo img {
		max-width: 100%;
	}
	
	.content-images h1 {
		font-size: 20px;
	}
	
	.shop-buy {
		width: 100%;
	}

}