/*************************************/
/********** Specific Styles **********/
/*************************************/

/********** Artikeldetails **********/
#prod .bigpic {
	cursor: zoom-in;
}

#prod .bigpic > img {
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	display: block;
	padding: 2px;
	width: 100%;
}

#prod .bigpic > img + div {
	position: relative;
}

#prod .bigpic > img + div .zoom {
	background-color: rgba(256, 256, 256, 0.6);
	border: 1px solid #d0d0d0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 0 none;
	bottom: 0;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}

#prod #thumbnails {
	margin-top: 5px;
	padding: 0;
}

#prod #thumbnails .thumb {
	float: left;
	cursor: pointer;
	padding: 1px;
	width: 25%;
}

#prod #thumbnails .thumb:first-child {
	padding-left: 0;
}
#prod #thumbnails .thumb:last-child {
	padding-right: 0;
}

#prod #thumbnails .carousel-inner > .item > div > img {
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	float: left;
	width: 100%;
}

#prod .prod-header-block {
	background-color: #e6e6e6;
	border-radius: 4px;
}

#prod #thumbnails .carousel-control {
	bottom: 0;
	top: 0;
	width: 15%;
}

#prod #thumbnails .carousel-control.control-right {
	left: auto;
	right: 0;
}

#prod #thumbnails .carousel-control .glyphicon-chevron-left {
	left: 10%;
	margin-left: -10px;
}

#prod #thumbnails .carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
	right: 10%;
}

#prod .prod-header {
	padding: 4px 0;
}

#prod .prod-caption {
	border-bottom: 1px solid #d0d0d0;
	font-size: larger;
	font-weight: bold;
	padding-bottom: 4px;
}

#prod .prod-caption {
	padding: 4px;
}

#prod .prod-captionV {
	font-size: larger;
	font-weight: bold;
	padding: 4px;
}

#prod .prod-additional {
	padding: 4px;
}

#prod .prod-category {
	font-size: larger;
	padding-bottom: 4px;
}


#prod .prod-features {
	background-color: #e6e6e6;
	border-radius: 4px;
	margin-top: 10px;
	padding: 4px;
}

#prod .prod-features ul {
	list-style-position: inside;
	padding-left: 4px;
}

#prod .prod-features li {
	padding: 0;
}


#prod .prccrt {
	background-color: #e6e6e6;
	width: 100%;
}

#prod .eel {
	background-color: #e6e6e6;
	border-radius: 4px;
	margin-top: 10px;
	padding: 10px;
  padding-left: 20px;
}

#prod .eel a.eellink {
  display: inline-block;
}

#prod .eel a.eellink:hover,
#prod .eel a.eellink:active,
#prod .eel a.eellink:focus {
  text-decoration: none;
}

#prod .eelbox {
  display: table-cell;
  color: white;
  font-size: xx-large;
  font-weight: bold;
  height: 50px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  width: 100px;
}

#prod .eelarrow {
  border-style: solid none solid solid;
  border-width: 25px 0 25px 10px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
}

#prod a.btnds {
  font-size: large;
}

#prod .pricebox {
	background-color: #e6e6e6;
	border-radius: 4px;
	margin-top: 10px;
	padding: 13px 4px;
	white-space: nowrap;
}

#prod .pricebox .border {
	border-bottom: 1px solid #d0d0d0;
	margin: 5px 0;
}

#prod .pricewrap {
	display: inline-block;
	line-height: 1;
	text-align: left;
}

#prod .price {
	font-size: xx-large;
	font-weight: bold;
}

#prod .quxhint {
	display: block;
	font-size: x-small;
}

#prod .unit {
	font-size: x-small;
}

#prod .reduziert{
	font-size: smaller;
}
#div_article .reduziert {
	font-size: 14px;
}
#prod span.altpreis {
	text-decoration: line-through;
}

#prod div.aktion {
	position: absolute;
	margin: 0;
	z-index: 200;
	width: 128px;
	top: 100px;
	left: 0;
	text-align: center;
}

#prod span.aktion {
	border: 2px solid black;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	background-color: yellow;
	color: black;
	width: 120px;
	margin: 0;
	padding: 0 2px;
	text-align: center;
	display: block;
	filter:Alpha(opacity=75);
	opacity: .75;
}

#prod .vathint {
	font-size: x-small;
}

#prod .discount {
	font-size: smaller;
	margin-left: 5px;
}

#prod .scale {
	font-size: smaller;
	font-weight: normal;
	text-align: right;
}

#prod .ampel {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#prod .availblock {
	display: inline-block;
	font-size: smaller;
	text-align: left;
}

#prod .availability {
	font-size: larger;
	font-weight: bold;
}


#prod .basketform {
	margin-top: 10px;
	margin-bottom: 10px;
}

#prod .basket {
	float: right;
}

#prod .basket .form-control {
	width: 40px;
	text-align: right;
}


#prod .variants {
	margin-top: 10px;
	text-align: left;
}

#prod .variants div:first-child {
	border-top: 1px solid #d0d0d0;
	font-size: larger;
}

#prod .variants .btn {
	margin-top: 5px;
}

#prod .variants .active {
	border: 2px dashed #d0d0d0;
}

#prod .sdprefix {
	font-size: x-large;
	font-weight: bold;
}

#prod div.sdhead {
	margin-bottom: 10px;
}

/********** Produkteigenschaften **********/
.tab-content > div {
	margin-top: 20px;
}

#prod .properties {
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	display: table;
	width: 100%;
}

#prod .properties .row {
	background-color: #f4f4f4;
	display: table-row;
}

#prod .properties .border {
	border-bottom: 1px solid #d0d0d0;
}

#prod .properties .row:last-child .border {
	border: 0 none;
}

#prod .properties .row:first-child .prop-data {
  border-top-right-radius: 5px;
}

#prod .properties .row:last-child .prop-title,
#prod .properties .row:last-child .prop-data {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#prod .properties .prop-header {
	background-color: #e6e6e6 !important;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
}

#prod .properties .prop-title .infolink {
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}

#prod .properties .prop-data {
	background-color: #ffffff;
	font-weight: normal;
}

/********** Konfigurationsseite **********/
#confprod > div:first-child > div img {
	padding-right: 15px;
}

#confprod .prod-caption {
	border-bottom: 1px solid #d0d0d0;
	font-size: larger;
	font-weight: bold;
	padding-bottom: 4px;
}

#confprod .pricebox {
	background-color: #e6e6e6;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 4px;
	text-align: right;
	white-space: nowrap;
}

#confprod .price {
	display: inline;
	font-size: larger;
}

#confprod .vathint {
	display: inline;
}

#confprod .panel-title a {
	margin: 0 5px 5px 0;
}

#confprod .optprice {
	font-size: larger;
}

#confprod .optvathint {
	font-size: smaller;
}

#confprod .panel-body .thumbnail {
	min-height: 18em;
	position: relative;
}

#confprod .panel-body .nothumbnail {
	min-height: 9em !important;
	position: relative;
}

#confprod #panel_varsel .thumbnail {
	min-height: 0;
}

#confprod .panel-body .thumbnail.active {
	border-color: rgba(153, 47, 23, 0.8);
	box-shadow: 0 0 8px rgba(153, 47, 23, 0.6);
}

#confprod .snaptobottom {
	bottom: 0;
	left: 0;
	padding: 0 13px;
	position: absolute;
	width: 100%;
}

#confprod .snaptobottom .checkbox {
	margin: 0;
}

@media (max-width: 767px) {
	#confprod .pricebox {
		white-space: normal;
	}
}

/********** Preispane **********/
#pricepane {
	border: 1px solid #d0d0d0;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 100%;
	z-index: 200;
}

#sidebar .affix {
	top: 0;
	width: 100%;
	z-index: 300;
}

@media (min-width: 1200px) {
	#sidebar .affix {
		width: 247px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#sidebar .affix {
		width: 197px;
	}
}

@media (max-width: 992px) {
	#sidebar .affix {
		background-color: #fff;
		left: 0;
		position: fixed;
	}
}
#bpane h1 {
	margin-top: 5px;
}

#bpane .prbox {
	text-align: right;
}

#bpane .price {
	font-size: xx-large;
	line-height: normal;
	text-align: right;
	white-space: nowrap;
}
#bpane .hint {
	font-size: smaller;
	margin-bottom: 10px;
	text-align: right;
}

#conftitle {
	margin-top: 10px;
}

#bpane .form-inline {
	display: inline-block;
}

#bpane input {
	text-align: right;
	width: 40px;
}

@media (min-width: 992px) {
	#bpane h1 {
		font-size: x-large;
	}
}

@media (max-width: 991px) {
	#bpane {
		position: relative;
	}
	#bpane h1,
	#bpane .prbox {
		display: inline-block;
	}
	#bpane .prbox {
		position: absolute;
		right: 0;
		top: 8px;
	}
	#bpane .cart {
		position: relative;
		top: 15px;
	}
}

@media (max-width: 767px) {
  #bpane h1,
  #bpane .prbox{
    display: block;
  }
  #bpane .prbox {
    position: static;
  }
}

#elements {
	font-size: x-small;
}

#elements tr td:last-child {
	font-weight: bold;
	white-space: nowrap;
}

/********** jQuery UI Overrides **********/
main .ui-widget {
	font-family: Ubuntu,Verdana,sans-serif;
}

#tabs .ui-widget-header {
	background-color: #e6e6e6;
	background-image: none;
}

#tabs .ui-tabs-panel {
	padding: 0;
	padding-top: 1em;
}
#tabs {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/********** Bootstrap Additions **********/
.btn-larger {
	padding: 10px 16px;
	line-height: 1.33;
	border-radius: 6px;
}

/********** Media Overrides **********/
@media (max-width: 991px) {
	#tabs {
		margin-bottom: 10px;
	}

	#prod .bigpic {
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-center {
		text-align: center;
	}

	.sm-text-left {
		text-align: left;
	}
}

@media (max-width: 767px) {
	#prod #thumbnails .carousel-control .glyphicon-chevron-left {
		left: 40%;
		font-size: 40px;
		/* margin-left: -10px; */
	}

	#prod #thumbnails .carousel-control .glyphicon-chevron-right {
		/* margin-right: -10px; */
		font-size: 40px;
		right: 40%;
	}
}

@media print {
	.prod-additional > div.row > div {
		float: none !important;
		clear: both;
	}

	.prod-category {
		text-align: left !important;
		font-size: inherit !important;
	}

	#tabs {
		border: 0 none;
	}

	#prod .properties,
	#prod .properties * {
		border-color: black;
	}

	#prod-prop {
		display: block !important;
		font-size: smaller;
	}

	#prod .prop-header {
		text-align: center;
	}

	.prop-title {
		float: left !important;
		width: 25% !important;
		/* width: 33.3333% !important; */
	}

	.prop-data {
		float: left !important;
		width: 75% !important;
		/* width: 66.6667% !important; */
	}

	.panel {
		border: 0 none;
	}

	#cph {
		display: none !important;
	}

	#cp {
		display: block !important;
	}


	#cp li {
		border-bottom: 1px solid black;
		border-radius: 0 !important;
		border-left: 0 none !important;
		border-right: 0 none !important;
		border-top: 0 none !important;
		b
		padding: 0;
	}

	#cp li .col-md-3 {
		float: left !important;
		width: 25% !important;
	}

	#cp li .col-md-9 {
		float: left !important;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0 none;
		border-radius: 0;
	}

	#language,
	#loginform,
	#contact,
	#infos,
	#filter,
	#bpane .cart {
		display: none !important;
	}

	#outer > div.row > div.col-md-3 {
		width: 90% !important;
		margin: 10px auto;
	}
	#outer > div.row > div.col-md-9 {
		width: 90% !important;
		margin: 10px auto;
	}

	#pricepane {
		border: 0 none;
	}
	.affix {
		position: relative;
	}
}