.ebay-template {
	background-image: url("/layout/mymaw/img/bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-y;
   background-size: cover;
	padding-bottom: 20px;
}
.container-shadow {
	background-color: #fff;
	box-shadow: 0px 0px 37px 2px #000;
	margin-top: 20px;
}
.bg-gray {
	background-color: #eee;
}
.header {
	background: #ffffff;
	padding: 15px 0 15px 0;
}
button.search-btn {
	position: absolute;
	top: 1px;
	right: 15px;
	height: 38px;
}
.btn-besuchen {
	width: 180px;
	padding: 8px;
}
input#searchId {
	height: 39px;
}
.btn {

}
.btn-primary {
	margin-top: 10px;
	border-radius: 0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f08131+0,ec5a02+100 */
	background: #016c9a; /* Old browsers */
	background: #016c9a; /* FF3.6-15 */
	background: #016c9a; /* Chrome10-25,Safari5.1-6 */
	background: #016c9a; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08131', endColorstr='#ec5a02',GradientType=0 ); /* IE6-9 */
}
.sidebar {
	border-color: 1px solid #f4f4f4;
	font-size: 16px;
}
.sidebar-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f08131+0,ec5a02+100 */
	background-color: #0A2334;
	color: #fff;
	padding: 7px;
	font-size: 16px;
}
.sidebar-content {
	padding: 10px;
}
.sidebar-content.info {
	line-height: 28px;
}
.sidebar-content.category {
	padding: 0px 0px;
}
.sidebar a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.sidebar ul {
	padding: 0;
	list-style: none;
}
ul.vorteile li:before {
	font-family: "FontAwesome";
	content: "\f00c";
	padding-right: 10px;
}
ul.vorteile li {
	padding: 5px 0px;
}
ul.zahlungsarten li,ul.versandarten li {
	padding-bottom: 10px;
}
.block {
	display: block;
}
.mt20 {
	margin-top: 20px;
}
.mt5 {
	margin-top: 5px;
}

ul.sub_cat {
	padding-left: 20px !important;
	display: none;
}

.left_menu .level1 a {
	/*background: #f2f2f2;*/
	display: block;
	padding: 10px 20px;
}
.left_menu .level1 a:hover {
	background-color: #093f61;
}
.left_menu .level2 a:hover {
	background-color: #0a1a25;
}
.left_menu .level1.SubCatExist a:after {
	font-family: "FontAwesome";
	content: "\f107";
	float: right;
}
li.level2 a:after {
	content: "" !important;
}
.big-image {
	border: 1px solid #c1c1c1;
	padding: 5px;
	text-align: center;
}
.big-image img {
	max-height: 800px;
	max-width: 100%;
}
ul.small-images img {
	max-width: 100%;
}
ul.small-images {
	list-style: none;
	padding: 0px;
}
ul.small-images li {
	border: 1px solid #c1c1c1;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	width: 120px;
}
.listingtitle {
	color: #242424;
	font-size: 20px;
	font-weight: 700;
	line-height: 53.978px;
	margin-top: 15px;
}
.price {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 31px;
}
.availability {
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
.producer {
	color: #242424;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.itemmodal {
	/*  font-family: Roboto;*/
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.vat {
	color: #c2c2c2;
	font-size: 10px;
	font-weight: 400;
	line-height: 26px;
}
.tabs label {
	display: block;
	margin: 0 2px;
	padding: 10px 15px;
	/*border: 1px solid #c1c1c1;*/
	text-align: center;
	cursor: pointer;
	position: relative;
	top: 0;
	font-size: 16px;
	font-weight: 400;
	background: #f7f7f7;
	color: #3b4c57;
	border-radius: 0;
}
.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin-bottom: 100px;
	margin-top: 20px;
}
.tabs li.tab-li {
	float: left;
	width: 25%;
}
.tabs input[type=radio] {
	visibility: hidden;
	height: 0px;
}
[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}
#tab-content1 {
    padding-left: 15px;
    margin-left: 1%;
    width: 400%;
    /* background-color: #fdfdfd; */
    border: 1px solid #f4f4f4;
}
#tab-content2 {
	padding-left: 15px;
	margin-left: -99%;
    width: 365%;
    /* background-color: #fdfdfd; */
    border: 1px solid #f4f4f4;
}
.tab-content {
	z-index: 2;
	display: none;
	text-align: left;
	width: 300%;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: transparent;
	left: 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	border-bottom: 2px solid #c1c1c1;
}
.sidebar-content-payment{
	background: #eee;
	padding: 15px;
	padding-bottom: 0px;
}
.sidebar-content-shipping{
	background: #eee;
	padding: 15px;
	padding-bottom: 5px;
}

span.shipping-price {
    float: right;
    padding-right: 15px;
}

ul.shipping {
    list-style: none;
}

[id^=tab]:checked + label {
	border: 1px solid #c1c1c1;
	border-bottom: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f08131+0,ec5a02+100 */
	background: #016c9a /* Old browsers */
	background: #016c9a; /* FF3.6-15 */
	background: #016c9a; /* Chrome10-25,Safari5.1-6 */
	background: #016c9a; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08131', endColorstr='#ec5a02',GradientType=0 ); /* IE6-9 */

}
#tab-content3 {
	padding-left: 15px;
	margin-left: -199%;
    width: 365%;
    /* background-color: #fdfdfd; */
    border: 1px solid #f4f4f4;
	height: auto;
}
#tab-content4 {
	margin-left: -300%;
	height: auto;
}
.highlights {
	background-color: #082335;
	margin-bottom: 15px;
	margin-top: 15px;
}
.footer {
	height: 5px;
	background-color:#242424;
}
.highlights img:hover {
	opacity: 0.8;
}
.highlights img {
    width: 100%;
}
@media(max-width: 1200px) and (min-width: 992px) {
	.top-header li {
		padding: 5px 70px;
	}
}
@media(max-width: 992px ) {
	.logo {
		margin-bottom: 20px;
	}
	.tabs li {
		float: left;
		width: 100%;
	}
	.tab-content {
		width: 100%;
	}
	.header img {
		max-width: 100%;
	}
	.highlights img {
		margin-bottom: 10px;
	}
	.list-inline-xs li {
		display: inline-block;
	}
}


@media (max-width:  768px){
	.text-center-xs {
		text-align: center;
	}
	button.search-btn {
		position: relative;
		margin-top: -38px;
		float: right;
		height: 38px;
		right: 0px;
	}
	.btn-besuchen {
		margin-top: 20px;
	}
	.clear-xs {
		clear: both;
	}
}

.dhl-shipping {
    color: #333;
    font-size: 15px;
}

ul.dhl-shipping {
    color: #333;
    list-style: inherit;
    margin-left: 20px;
}

h3.dhl-shipping-hl {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -9px;
}

h4.second-hl {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}
li.level1 {
    border-top: 1px solid #004461;
    background: #016C9A;
}
ul.info.list-inline {
    margin-top: 15px;
    margin-left: -40px;
}

.shippingcosts {
    padding-left: 15px;
    padding-top: 10px;
    margin-left: 0%;
    width: 100%;
    background-color: #eee;
    color: #333;
    border-left: 1px solid #DADADA;
}

.shippingcosts2 {
    padding-left: 15px;
    padding-top: 10px;
    margin-left: 0%;
    padding-bottom: 20px;
    width: 100%;
    background-color: #333;
    color: #fff;
    border-left: 1px solid #DADADA;
}

