/**********************
GENERAL
**********************/

body {
	background: url(img/background.jpg) center top no-repeat;
}
hr {
	border-bottom: 1px dashed #000;
}

#main-wrapper {
	border-top: 3px solid #8c110b;
}
#evo-nav-wrapper,
#evo-nav-wrapper .navbar-wrapper,
#evo-main-nav {
	background: none;
}
#main-wrapper.fluid #content-wrapper .container-block.beveled {
	background: #ced9de;
}
#main-wrapper.fluid header, 
#main-wrapper.fluid #content-wrapper .container-block.beveled {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main-wrapper.fluid #content-wrapper .container {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px dashed #000;
}

/**********************
BUTTONS
**********************/

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
	border-color: #3c0705;
}

/**********************
HEADER
**********************/

#logo a img {
	max-height: 71px;
}

/**********************
HOME
**********************/

#madeInGermanyInfo {
	margin: 30px 0;
}
#madeInGermanyInfo .h4,
#madeInGermanyInfo .h5 {
	margin: 3px 0;
}

#start_kat_wrapper .start_kat {
	margin-bottom: 30px;
}
#start_kat_wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
#start_kat_wrapper a {
	display: block;
	margin-bottom: 10px;
}

#sub_kat_wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

#sub_kat_wrapper {
	margin-bottom: 30px;
}
#sub_kat_wrapper .link-schichtlicht {
	border: 1px solid #8c110b;
	display: block;
}
#sub_kat_wrapper .subtext {
	display: block;
	color: #000;
	font-size: 12px;
	padding: 5px 5px 0;
}
#sub_kat_wrapper .link-text {
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 0 5px 10px;
}
#sub_kat_wrapper .link-text .fa {
	font-size: 10px;
}

#start_topinfos_wrapper {
	margin-top: 30px;
}
#start_topinfos_wrapper .element {
	border-right: 1px solid #555;
	color: #555;
	margin-bottom: 30px;
}
#start_topinfos_wrapper .element:last-child {
	border-right: 0;
}
#start_topinfos_wrapper .element .normal {
	font-size: 17px;
}
#start_topinfos_wrapper .element .big {
	font-size: 22px;
	font-weight: bold;
}
#start_topinfos_wrapper .element .normal a,
#start_topinfos_wrapper .element .big a {
	color: #555;
}
#start_topinfos_wrapper .element .arrow {
	font-size: 12px;
	display: block;
	text-align: right;
	margin-top: 5px;
}
#start_topinfos_wrapper .element .arrow .fa {
	font-size: 10px;
}

/**********************
CATEGORY OVERVIEW
**********************/

.content-cats-small .thumbnail,
.content-cats-small .thumbnail:hover,
.content-cats-small .thumbnail:focus {
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
} 
.content-cats-small .thumbnail:hover,
.content-cats-small .thumbnail:focus {
	background-color: #8c110b;
}
.content-cats-small .thumbnail:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: -20%;
	right: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}
.content-cats-small .caption {
	padding: 0;
	position: relative;
	z-index: 2;
}
.content-cats-small .caption a {
	font-weight: bold;
	display: block;
	padding: 9px;
}
.content-cats-small a, 
.content-cats-small a:hover, 
.content-cats-small a:focus {
	color: #000;
	text-decoration: none;
}
.content-cats-small a:hover, 
.content-cats-small a:focus {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.row.gallery .product-wrapper {
	background: none;
	border: 0;
	margin-bottom: 30px;
}
.row.gallery .product-wrapper .product-cell {
	border: 1px solid #8c110b;
	border-radius: 0;
}
.product-cell h4.title {
	font-size: 1.2em;
	font-weight: bold;
}

#product-list.list .product-cell {
	background: #fff;
	border: 1px solid #8c110b;
	padding: 20px;
	margin-bottom: 20px;
}

/**********************
PRODUCT DETAIL
**********************/

.product-primary .product-gallery .image-gallery {
    margin-top: 20px;
}
.product-primary .product-gallery .image-gallery .image-container {
    margin: 0 0 20px;
    overflow: visible;
 }
.image-gallery ul.image-container li img {
	border: 1px solid #8A110B;
}
.product-primary .product-gallery .image-gallery.has-thumbs ul.image-thumbs li {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.product-primary .product-gallery .image-gallery.has-thumbs ul.image-thumbs li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

@media (min-width: 992px){
    .thumbs-box {
        position: relative;
        margin: 0;
    }
}

.product-primary .product-info {
	border: 0;
}

.product-primary .product-info h1.product-title {
	color: #8c110b;
}

.variations .variation {
	line-height: 1.5em;
	text-transform: none;
}

#quantity-grp .form-control {
	height: 52px;
}
#quantity-grp .unit {
	padding-right: 8px;
	padding-left: 8px;
}
#quantity-grp .submit {
	padding-top: 15px;
	padding-bottom: 15px;
}
#quantity-grp .vm-quantity-wrapper {
	display: table-cell;
	position: relative;
}
#quantity-grp .vm-quantity-wrapper .vm-add,
#quantity-grp .vm-quantity-wrapper .vm-subtract {
	background: #000;
	border: 0;
	border-radius: 0;
	outline: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 50%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 2;
}
#quantity-grp .vm-quantity-wrapper .vm-subtract {
	border-top: 1px solid #fff;
	top: 50%;
}
#quantity-grp .vm-quantity-wrapper .vm-add i,
#quantity-grp .vm-quantity-wrapper .vm-subtract i {
	pointer-events: none;
	display: block;
	margin-top: 2px;
} 
#quantity-grp .vm-quantity-wrapper .vm-subtract i {
	margin-top: 4px;
}
#quantity-grp .vm-quantity-wrapper .quantity {
	width: 100%;
	padding-right: 50px;
}

.nav-tabs {
	border-bottom-color: rgba(255,255,255,.5);
}
.nav-tabs > li > a {
	background: rgba(255,255,255,.5);
	border-radius: 0;
}
#article-tabs .tab-pane,
#article-tabs .panel-body {
	border: 0;
	padding-right: 0;
	padding-left: 0;
}


/**********************
CHECKOUT
**********************/

#checkout_steps .btn-default.disabled, 
#checkout_steps .btn-default:disabled, 
#checkout_steps .btn-default[disabled] {
	background: #eee;
	color: #000;
}
.twitter-typeahead .tt-input#city {
	background-color: #fff !important;
}

/**********************
SIDEBAR
**********************/

aside .panel-default > .panel-heading > .panel-title {
	border-bottom: 1px dashed #000;
}
aside .nav > li > a {
	background: rgba(255,255,255,.5);
	margin-bottom: 1px;
}
aside .nav > li > a:hover, 
aside .nav > li > a:focus {
	background: #fff;
}

/**********************
FOOTER
**********************/

#main-wrapper.fluid #footer {
	padding-top: 0;
}
#footer.container-block {
	background: none;
}
#footer .container-block {
	background: #ced9de;
	padding: 25px;
}
#footer .panel .panel-title {
	text-transform: none;
}
#footer .panel-body {
	padding: 10px 0 0;
}
#footer .panel a {
	color: #333;
}
#footer .panel a:hover {
	color: #555;
}
#footer .fa-facebook-square {
	color: #4267b2;
}

#footer .footer-additional {
	background: rgba(255,255,255,.5);
	border-top: none;
	padding: 20px 0 5px;
	margin: 0 -25px 30px;
}

#footer #copyright .container-block, #footer #copyright.container-block {
	background: none;
	font-size: 10px;
}

/**********************
MEDIA QUERIES
**********************/

@media(max-width:767px){
	#content {
		padding-top: 20px;
	}
	#main-wrapper.fluid #content-wrapper > .container > .container-block,
	#footer .container-block {
		padding-right: 15px;
		padding-left: 15px;
	}
	#footer .footer-additional {
		margin-right: -15px;
		margin-left: -15px;
	}

	#quantity-grp .form-control {
		height: 64px;
	}
	#quantity-grp .submit {
		padding-top: 21px;
		padding-bottom: 21px;
	}
}