@charset "utf-8";
/* CSS Document */

.productBrowser {
	text-align: right;
}

.productBrowser a {
	color: #3f3f3f;
}

.productBrowser span.productBrowserCurrentPage {
	color: #000000;
	font-weight: bold;
}

.productBrowser span.productBrowserInActive {
	color: #d4d4d4;
}

/*START - PRODUCTTHUMB*/
.productThumbDiv {
	margin: 0 0 30px 0;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #DADADA;
}

.productThumbDiv:hover {
	cursor: pointer;
}

.productThumbDiv .productThumbDivName {
	font-size: 20px;
	margin: 0 0 15px 0;
    text-align: center;
}

.productThumbDiv .productThumbDivName a {
	color: #000;
}

.productThumbDiv:hover {
	background-color: #f0f0f0;
	color: #000000;
}

.productThumbDiv:hover .productThumbDivName a {
	color: #000000;
}

.productThumbDiv:hover .productThumbDivDesc {
	color: #585858;
}

.productThumbDivDesc {
	/*border-bottom: 1px solid #bfbfbf;*/
	height: 100px;
	margin: 0 0 15px 0;	
}

.productThumbDivImage {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.productThumbDivImage img.mainImage {
	height: 175px;
	margin: 20px 0 20px 0;
}

.productThumbDivLabels {
	position: absolute;
	width: 60px;
	right: 20px;
	top: 75px;
}

.productThumbDivLabelsInfo {
	text-align: center;
}

.productThumbDivLabelsInfo p {
	font-size: 12px;	
}

.productThumbDivLabelsInfo img {
	height: 60px;
}

.productThumbDivLabels img {
	width: 60px;
	height: auto;
}

img.logo-fleckenschulz {
	width: 60px;
	position: absolute;
	top: -60px;
	right: 0;
	height: auto;
}
.productThumbDivSpecs {
    display: none;
}
.productThumbDivSpecs ul li {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	margin: 0 8px 0 0;
}
/*END - PRODUCTTHUMB*/

/*START - Popup*/
.productPopupTitle h2 {
	color: #000000;
	margin: 25px 0 25px 0;
}

img.productPopupLogo {
	position: absolute;
	width: 15%;
	top: 15px;
	left: 15px;
	z-index: 9;
}

p.productPopupVoor {
	color: #000000;
}

p.productPopupVoor strong {
	color: #E70877;
}
p.productPopupVoor strong span {
    color: #000;
    font-weight: 400;
}

h3.productPopupPrice {
	font-size: 40px;
	margin: 0 0 10px 0;
    color: #000;
}

img.productPopupImage {
	width: 60%;
	display: block;
	margin: 0 0 25px 0;
}

div.productPopupMwst {
	font-size: 15px;
	margin: 0 0 5px 0;
}

div.productPopupDesc ul {
    margin-left: 30px;
}

.modal-footer {
	background-color: #007ebd;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*END*/

/*START - PRODUCTFILTER*/
.filterContentDiv {
	padding: 10px;
}

.filterDivContent { 
	position: relative;
}

.filterDivContent ul > li a {
	display: block; 
}

.filterDivContent .glyphicon {
	position: absolute;
	top: 3px;
	right: 10px;
}

.filterDiv .catDiv {
	padding: 10px;
}

.filterDiv .catDiv > ul {
	margin: 0;
	padding: 0;
}

.filterDiv .catDiv > ul > li {
	 margin: 0;
	 text-decoration: underline;
	 padding: 5px 0 5px 0;
}

/*END - PRODUCTFILTER*/

.title {
	padding-right: 15px;
}

.row-total {
	padding: 15px 0;
	font-size: 16px;
	background-color: #f6f4f5;
}

.bggrey {
	background-color: #f6f4f5;
	padding: 15px;	
}

.paddingtopbottom15 {
	padding: 15px 0;
}

/* START - CATEGORIE SELECTIE */
.catDiv {
}

.catDiv ul {
	padding: 10px;
}

.catDiv ul li {
	list-style-type: none;
}
/* END - CATEGORIE SELECTIE */

/*START - PRODUCTDETAIL*/
.productBackButton{
	margin-right:10px;
}
.productDetailDivOffer {
	text-decoration: line-through;
	font-size: 18px;
}

.productDetailDivPrice {
	font-size: 28px;	
}

.productDetailDivOfficial{
	font-size: 14px;
	font-style:italic;
}

.productDetailDivStatus {
	font-size: 18px;
	text-align: right;
}

.productDetailDiv h1 {
	font-size: 22px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.productDetailDiv h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

.productDetailDiv h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
	font-style: italic;
}

.productDetailDiv a {
	font-weight: bold;
	text-decoration: none;
	color: #343434;
}

.productDetailDiv .btn-addtocart {
	width: 100%;
	text-align: center;
}

.productDetailDivTopspecs, .productDetailDivSpecs {
	margin: 15px 0 15px 0;
}

.productDetailDivTopspecs ul, .productDetailDivSpecs ul  {
	margin: 0;
}

.productDetailDivTopspecs ul li, .productDetailDivSpecs ul li {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 50%;
	display: table;
	vertical-align: top;
}

.productDetailDivTopspecs ul li span, .productDetailDivSpecs ul li span{
	width: 55%;
	display: inline-block;
	display: table-cell;
}

.productDetailDivTopspecs ul li span:first-child, .productDetailDivSpecs ul li span:first-child{
	width: 40%;
	font-weight: bold;
}

.productDetailDivMerged h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.productDetailDivImages {
	margin: 0 0 15px 0;
}

.productDetailDivImages img {
	margin: 0 15px 0 0;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

/*END - PRODUCTDETAIL*/

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	.productThumbDiv {
		cursor: pointer;
	}
	
	.productThumbDivName {
		height: auto;
	}
	
	.productThumbDivPriceOffer {
		text-align: left;
	}
	
	.productThumbDivPrice {
		text-align: left;
		display: inline-block;
	}
	
	.productThumbDivSpecs {
	}
	
	.productThumbDiv span.arrow-small {
		position: absolute;
		font-size: 22px;
		bottom: 15px;
		right: 15px;
	}
	
	.productDetailDivStatus {
		font-size: 16px;
		text-align: left;
	}
	
	.productDetailDivImages img {
		margin: 0 5px 5px 0;
		height: 45px;
	}
	
	.productDetailDivTopspecs ul li, .productDetailDivSpecs ul li {
		width: 100%;
	}
	
	img.productPopupLogo {
		top: 100px;
		width: 25%;
	}
	
	.filterDivLink {
		display: inline-block;
		margin: 5px 0 15px 0;
		padding: 8px 10px;
		background-color: #fbb52f;
		-webkit-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-radius: 5px;
	}
	
	.filterDiv {
		display: none;
	}
	
	#jsonfilter-mobile .filterDiv {
		display: block;
	}
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	.productThumbDiv {
		cursor: pointer;
	}	
	
	.productBackButton{ margin-bottom:10px !important;clear:both; }
	
	.productDetailDivSpecs ul li {
		float: none;
		width: 100%;
	}
	
	.productDetailDivSpecs ul li span{
		width: 40%;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
	/*START - PRODUCTTHUMB*/
	.productThumbDiv {
		margin: 0 0 40px 0;
	}
	
	.productThumbDivDesc {
		height: 120px;
	}	
	/*END*/
}
/*END*/