#button-payment-address.disabled,
#button-shipping-address.disabled,
#button-shipping-method.disabled,
#button-payment-method.disabled,
#button-guest.disabled,
#button-guest-shipping.disabled,
#button-quote.disabled {
    background:#e84d31 url('https://stahlshop.de/image/loaderIcon.gif') no-repeat 16% 50% !important;
    padding-left:50px!important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}

.box {
	padding:20px;
	background:#df381a;
	color:#fff;
	margin:0 0 25px 0;
}
.border{
	border:solid #ddd 1px;
}
.box h1, .box h2, .box h3, .box a {
	color:#fff;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	/*font-size: 14px;*/
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

@media (max-width: 478px) {
	h1 {
		font-size: 28px;
	}
}



a {
	color: #df381a;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
	/*border-color: #e84d31 #e84d31 #145e7a;*/
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
	/*border-color: #e84d31 #e84d31 #145e7a;*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #df381a;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

@media(max-width: 767px) {
.buttons {
	margin: 1em 0 5em 0;
}
}

.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	/*border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
}
.btn-primary {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
	/*border-color: #e84d31 #e84d31 #145e7a;*/
	border: solid #df381a 1px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e84d31;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #df381a;
	/*background-image: linear-gradient(to bottom, #df381a, #e84d31);*/
	background-repeat: repeat-x;
	/*border-color: #e84d31 #e84d31 #145e7a;*/
	border: solid #df381a 1px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #df381a;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
/*
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
*/
.thumbnail {
	padding: 0 !important;
	border: 0;
}
.thumbnails {
	overflow: none;
	clear: both;
	list-style: none;
	padding:0;
}
.thumbnails img {
	width: 100%;
}
.gehrungstypenliste a:last-child {
	border-bottom: solid #eee 1px;
}
#gehrungsbilder .thumbnails {
	border:0;
}
#gehrungsbilder .thumbnails img {
	border:solid #ddd 1px;
}
.image-additional{
	margin: 0;
	max-width: 100px;
	display: inline-table;
}
.image-additional a {
	max-width: 100px;
}
.image-additional a img {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #ddd;
	margin:0;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (max-width: 768px) {
	#column-right {
		/* float: none; */
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.opt13 {
	border:solid #df5c39 1px;
}




.center{
    text-align:center;
}

.uppercase{
    text-transform:uppercase;
}

.white{
    color:#fff;
}

.bold{
    font-weight:bold;
}

.product-layout h4{
    text-align:center;
    padding-bottom:20px!important;
}

.product-thumb{
    min-height:300px;
}

.product-thumb .caption {
	margin:0!important;
}

ul.nav li ul li a{
    min-width:280px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
}

.product-image-big img {
    width:100%;
    height:auto;
    max-width:600px;
	max-height:500px;
	padding: 25px;
	border:solid #ddd 1px;
}

footer{
    font-size:13px;
}

footer h3 i{
    font-size:55px!important;
    color:#fff;
}

footer h4{
    font-size:22px!important;
    color:#fff;
}

#top_vorteile{
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 6px 0px 6px 0;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:10px;
    margin-bottom:20px;
}

header div.icon i{
    font-size:30px!important;
}

header div.icon a:hover{
    color:#df381a;
}

header div.icon:hover{
    border-bottom: solid #df381a 3px;
}

.kontonav{
    min-height:60px!important;
}

.kontonav a {
    width:100%;
    display:block;
}

.thumbnail-gehrung{
    cursor:pointer;
}

.thumbnail-gehrung img{
    width:100px;
    height:auto;
    margin-right:15px;
	float:none;
}

.gehrungsbild{
    width:100%;
    height:auto;
	margin-bottom:20px;
	padding: 4px;
	border: 1px solid #ddd;
}

.thumbnail-category{
    max-width:120px;
    max-height:120px;
    height:auto;
}

label.control-label{
    font-weight:bold; 
}

.product_description h1{
    margin-top:0!important;
}

a.list{
    display:block;
    padding:7px 12px 7px 12px;
    border-top:solid #eee 1px;
    border-right:solid #eee 1px;
    border-left:solid #eee 1px;
    color:#666!important;
}

a.hover {
    color:#fff;
    background:#ddd!important;
}

a.list i {
    color:#df381a;
    margin:0 10px 0 0;
}

#product_gehrung_decription {
    padding:10px;
    border:solid #eee 1px;
}

#product_gehrung_decription.row{
    margin-left:0!important;
    margin-right:0!important;
}

.strong {
    font-weight:bold;
}

.clear {
    clear:both;
}

#tab-description {
    display: block;
    padding: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.col2 {
    background:#efefef;
}

p.describe, h3.describe, ul.describe, ul.describe li {
    color:#aaa;
}

.zahlungsarten {
    float:right;
    width:100%;
    height:auto;
}

#logo {
    margin:20px 0 10px 0;
}

#search input[type=text]:focus {
    border:solid #df381a 1px;
    box-shadow:none;
}

#menu .see-all {
    display: block;
    margin-top: 0!important;
    border-top: 0!important;
    border-bottom: solid #ccc 1px;
    padding: 7px 20px;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    font-size: 12px;
}

.owl-wrapper-outer {
    border:0!important;
    -webkit-box-shadow:none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}

.owl-pagination {
    display: none;
}

.lbc{
    left:0;
    bottom:0;
	padding: 0.6em 1.3em 0.6em 1.3em;
    border-radius: 0 10px 0 0;
}

.rbc{
    right:0;
    bottom:0;
	padding: 0.6em 1.3em 0.6em 1.3em;
    border-radius: 10px 0 0 0;
}

.cbc {
	bottom: 1.5em;
	right: 1.5em;
	padding: 1em 1.5em 1em 1.5em;
    border-radius: 32px;
}

.back-to-top {
    background:#df381a;
    position: fixed;
    color:#fff;
}

.back-to-top i {
    font-size:2.5em;
}

.back-to-top:hover,.back-to-top:focus {
    color:#fff;
}




.product-list .product-thumb {
    min-height:64px!important;
    float:left;
    width:100%;
}

.product-list .product-thumb .image {
    float:left!important;
}

.product-list .product-thumb .caption{
    min-height:0px!important;
    text-align: left;
    float:left;
}

.product-list .product-thumb .caption h4{
    min-height:0px!important;
    text-align: left;
}

.product-list .product-thumb .button-group{
    float:right;
    border-top:0;
}

.product-list .product-thumb button{
	min-height:90px;
    border:0;
    min-width:80px;
}

@media (max-width: 478px) {
	.product-list .product-thumb button{
		min-height:50px;
		border:0;
		min-width:330px;
		float:none;
	}
}

.product-list .product-thumb img {
    max-height:90px!important;
}

.product-list h4{
    padding-bottom:0!important;;
}

.zopim {
    margin-right:50px!important;
}

.caption1, .caption2 {
    position:absolute;
    background:#df381a;
    color:#fff;
    font-size:2em;
    z-index: 999999;
    padding:0.7em 1em 0.7em 1em;
}

.caption1 {
    bottom:100px;
    font-weight:bold;
}

.caption2 {
    bottom:40px;
}

@media (max-width:768px) {
    .caption1 {
        display:none;
    }

    .caption2 {
        width:100%;
        bottom:0;
        font-size:1em;
        padding:0.5em 0.8em 0.5em 0.8em;
    }
}

#ppp_notification {
	margin:25px 0 0 0!important;
}

#content .thumbnail-category {
	padding:10px;
	border:solid #ddd 1px;
	border-radius:4px;
	min-width:128px;
	min-height:128px;
	height:auto;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

#content .thumbnail-category:hover {
	border:solid #df381a 1px;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: all 0.2s ease-in;
  border-radius:10px;
  margin:4px;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all 0.2s ease-in;
}

img.greyscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: all 0.2s ease-in;
	border-radius:10px;
	margin:4px;
	background: #fff;
	padding: .25em;
}

img.greyscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all 0.2s ease-in;
}

@media (max-width: 768px) {
	.img-responsive {
		width: 100%;
		height: auto;
	}
}

#product #button-cart {
	padding: 20px;
	font-weight: 700;
	font-size: 18px;
}









/* Smartphone */

@media (max-width: 766px) {

	.product-thumb .caption {
		padding: 0 20px 0 20px;
	}

	div.product-thumb.transition h4 {
		font-size:21px;
	}

	.col-md-3 .thumbnails li {
		width: 33%;
		float: left;
	}

}

/* ab Tablet */

@media (max-width:1199px) and (min-width:767px) {

	.col-md-3 .thumbnails li {
		width: 33%;
		float: left;
	}

}

@media (min-width: 767px) {

	.product-thumb .image {
		max-height:320px;
	}

	.product-thumb .caption {
		min-height: 40px!important;
	}
	.product-thumb .caption h4 {
		min-height:60px;
	}

	.featured-items .product-thumb .caption {
		min-height: 150px!important;
	}

	.product-thumb h4 {
		font-weight: bold;
	}
	
	.product-thumb .caption {
		padding: 0 20px;
		min-height: 180px;
	}

	.product-list .product-thumb .caption {
		margin-left: 230px;
	}

	div.product-thumb.transition h4 {
		font-size:21px;
		min-height:70px;
	}

}




#input-quantity, input.opt13 {
	border: solid #df381a 2px;
}

.font-bold {
	font-weight: 700;
}

.font-normal {
	font-weight: 400;
}






.scriptoverlay {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 5em;
    position: fixed;
    z-index: 9999;
    opacity: .8;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 399px) {
    .scriptoverlay_box {
        padding: 1em;
        font-size: 1em;
    }
}

@media (min-width: 400px) {
    .scriptoverlay_box {
        padding: 2em 3em 3em 3em;
        font-size: 2em;
    }
}

.scriptoverlay_box img {
    width: 100%;
    height: auto;
    max-width: 260px;
}

.scriptoverlay_box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #000;
    text-align:center;
    max-width: 550px;
    width: 100%;
    max-height: 250px;
    margin: auto;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.scriptoverlay_box p {
    font-size: 0.5em;
}

.product_description br {
    display: none;
}


/* alerts */

.alert {
	padding: 8px 14px 8px 14px;
}

.alert-stay {
	border-radius: 4px;
	margin: 5px 0 5px 0;
	padding: 8px 14px 8px 14px;
}


/* Colors */

.color-red {
    color: #F00;
}


.mb-0 {
	margin-bottom: 0em !important;
}

.productDetail-box {
	display: block;
	padding: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.productDetail-box:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.productDetail-description h2 {
	margin-top: 0;
}

.table-bordered thead {
	background: #fafafa;
}

.mb-5 {
	margin-bottom: 5em !important
}

.mb-4 {
	margin-bottom: 4em !important
}

.mb-3 {
	margin-bottom: 3em !important
}

.mb-2 {
	margin-bottom: 2em !important
}

.mb-1 {
	margin-bottom: 1em !important
}

.mb-0 {
	margin-bottom: 0em !important
}

.mt-5 {
	margin-top: 5em !important
}

.mt-4 {
	margin-top: 4em !important
}

.mt-3 {
	margin-top: 3em !important
}

.mt-2 {
	margin-top: 2em !important
}

.mt-1 {
	margin-top: 1em !important
}

.mt-0 {
	margin-top: 0em !important
}

button.btn-block {
	width: 100% !important;
}

@media (max-width: 478px) {
	.btn-stock {
		display: block;
		width: 100%;
		margin: 15px 0 15px 0;
	}

	.checkout-cart .buttons .pull-right {
		width: 100%;
		display: block;
		float: none !important;
	}

	.checkout-cart .buttons .pull-right .btn-primary {
		width: 100%;
		margin: 15px 0 0 0;
	}
}

@media (max-width: 767px) {
	.btn-qty .btn {
        width: 49%;
        padding: 16px;
	}
}

@media (max-width: 1280px) {
	.btn-qty {
		display: block !important;
		margin: 15px 0 15px 0 !important;
		top: 0 !important;
	}
}

@media (min-width: 1280px) {
	.btn-qty .btn{
		margin-left: 5px;
        margin-right: 5px;
	}
}

.btn-qty {
	display: inline;
	position: relative;
	margin: 0 0 0 25px;
	top: -3px;
}

.btn-stock {
	float: right; 
	color: #fff; 
	padding: 10px; 	
}

.color-stock1,
.color-stock1:hover {
	background: #e84d31 !important;
	color: #fff !important;
}

.color-stock2,
.color-stock2:hover {
	background: #e89831 !important;
	color: #fff !important;
}

.color-stock3,
.color-stock3:hover {
	background: #2fd843 !important;
	color: #fff !important;
}

#shipping_method_avis_phone input.required {
	border: solid #df381a 2px;
}


.minheight-600px {
	min-height: 600px;
}

.minheight-700px {
	min-height: 700px;
}

.productDetail-similar h4 {
	text-align: center !important;
	min-height: 30px !important;
}

input.highlight-red {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,0,0,1) !important;
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,0,0,1) !important;
	box-shadow: 0px 0px 0px 3px rgba(255,0,0,1) !important;
	margin: 15px !important;
}

input.highlight-black {
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1) !important;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,1) !important;
	margin: 15px !important;
}

.highlight-alert-required{
	color: #721c24 !important;
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
}

.mb-2 {
	margin-bottom: 2em;
}

#chat-application {
	right: 75px !important;	
}

.placeholder-home {
	margin-bottom: 2rem;
}

.placeholder-home p {
	border-radius: 4px;
}

.top-advice .container {
	background: #df381a;
	color: #fff;
	border-radius: 0 0 4px 4px;
	margin-bottom: 2em;
}

.top-advice .row {
	padding: 1.25em;
	font-size: 13px;
	font-weight: bold;
}

.advice {
	width: 75% !important;
	margin: 0 auto 0 auto;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#collapse-shipping-method div.radio label,
#collapse-payment-method div.radio label,
.stahlshop-custom-css div.radio label {
	padding: 2em;
	border: solid #ccc 1px;
	border-radius: 15px;
	display: block;
}

#collapse-shipping-method div.radio input,
#collapse-payment-method div.radio input,
.stahlshop-custom-css div.radio input {
	display: none;
}

#collapse-shipping-method div.radio .img-thumbnail,
#collapse-payment-method div.radio .img-thumbnail,
.stahlshop-custom-css div.radio .img-thumbnail{
	border: 0 !important;
	margin-right: 20px;
}

#collapse-shipping-method label.active-label,
#collapse-payment-method label.active-label,
.stahlshop-custom-css label.active-label {
	transition: .2s all;
	background: #df381a;
	color: #fff;
}

#collapse-shipping-method input[type=checkbox],
#collapse-payment-method input[type=checkbox],
.stahlshop-custom-css input[type=checkbox] {
	width: 24px;
	height: 24px;
	-webkit-box-shadow: inset 0px 0px 0px 10px #FFFFFF; 
	box-shadow: inset 0px 0px 0px 10px #FFFFFF;
}

#collapse-shipping-method label, 
#collapse-payment-method label,
.stahlshop-custom-css label {
	font-size: 1.25em;
}

#collapse-shipping-method label.active-label font[color=red], 
#collapse-payment-method label.active-label font[color=red],
.stahlshop-custom-css label.active-label font[color=red],
#collapse-shipping-method label.active-label a, 
#collapse-payment-method label.active-label a,
.stahlshop-custom-css label.active-label a {
	color: #fff !important;
}

#collapse-shipping-method label.active-label a, 
#collapse-payment-method label.active-label a,
.stahlshop-custom-css label.active-label a {
	padding-top: 2px;
	text-decoration: underline !important;
}

#collapse-shipping-method textarea[name=comment],
.stahlshop-custom-css textarea[name=comment] {
	max-height: 2.75em;
    overflow: hidden;
}

#collapse-payment-method .radio img:first-child,
.stahlshop-custom-css .radio img:first-child {
	display: none;
}

.checkout-checkout #button-confirm {
	padding: 10px 16px;
    font-size: 15px;
}

.product-detail-stockdata svg {
	position: relative;
	top: 4px;
	margin-right: 5px;
}

/** Rezensionssnippet */
span[property=name],
span[property=priceRange],
span[property=telephone],
span[property=address],
span[property=aggregateRating],
img[property=image] {
	display: none;	
}

tr.colorize td {
	background: #df381a !important;
	color: #fff;
}

a.collapse_toggle .arrow {
	transform: rotate(0deg);
	transition: all .2s;
	position: relative;
    top: 5px;
}

a.collapse_toggle.collapsed .arrow {
	transform: rotate(180deg);
	transition: all .2s;
}

.widget-shopvote img {
	max-height: 135px;
}

.product-list .caption {
	padding: 0;
}

.stockinfo {
	padding-top: 10px !important;
}

#cart .stockinfo {
	padding: 0;
}

.tr-danger {
	padding: 8px 14px 8px 14px;
	margin-bottom: 1em;
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
