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

#searchHomeForm {
	position: relative;
}

#searchTextForm {
	position: relative;
}

#searchValue {
	position: relative;
	z-index: 11;
}

#searchButton {
	display: none;
	visibility: hidden;
}

.searchHomeDiv {
	position: relative;
}

.searchHomeDivButton {
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
	border: 1px solid #cccccc;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.searchTextDiv {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin: 0 25px 0 25px;
	padding: 10px 50px 10px 50px;
	background-image: url('../images/bgSearchRing.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 110px 110px;
	position: relative;
}

.searchTextDivButton {
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
	border: 1px solid #cccccc;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.searchResults {
	top: 32px;
	position: absolute;
	z-index: 1000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

ul.searchResults li {
	list-style-type: none;
	cursor: pointer;
	padding: 6px;
}

ul.searchResults li span {
	font-size: 16px !important;
}

ul.productResults li:nth-child(even) {
	background-color: #ededed;
}

ul.pageResults, ul.klusResults {
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
}

ul.pageResults li, ul.klusResults li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 ;
    background-color: #ffffff;
    margin: 3px 10px 3px 10px;
    padding: 0 5px 0 5px !important;
    border-top: 1px solid #ededed;
}

ul.pageResults li:hover, ul.klusResults li:hover {
	text-decoration: underline;
}

ul.pageResults li {
	color: #848484 !important;
}

ul.klusResults li {
	color: #2f2b26 !important;
	text-decoration: none !important;
}

ul.pageResults li span.title, ul.klusResults li span.title {
    font-size: 11px !important;
    margin: 10px 0 10px 0 !important;
    display: block;
}

ul.pageResults li span, ul.klusResults li span {
    font-size: 12px !important;
}

ul.pageResults li:first-child, ul.klusResults li:first-child {
	cursor: auto !important;	
}

ul.pageResults li:first-child, ul.klusResults li:first-child, ul.pageResults li:nth-child(2), ul.klusResults li:nth-child(2) {
    border: none;
}

ul.pageResults li:first-child:hover, ul.klusResults li:first-child:hover {
	text-decoration: none !important;	
}

.catDiv {
	background-image: url('../images/bgProductDiv.png');
	background-repeat: no-repeat;
	background-size: 145px 145px;
	background-position: bottom right;
	padding: 15px 15px 25px 15px;
	cursor: pointer;
}

.catDiv:hover {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.catDivTitle, .catDivSlogan {
	text-transform: uppercase;
}

.catDivTitle {
	font-size: 18px;
	margin: 0 0 2px 0;
	overflow: hidden;
}

.catDivSlogan {
	font-size: 16px;
	margin: 0 0 5px 0;
}

.catDivImage {
	height: 120px;
	overflow: hidden;
}

.catDivImage img {
	width: 100%;
	margin-top: -25px;
}

.catDiv .callToAction {
	position: absolute;
	bottom: 12px;
}

.jobStepImage{ width:100%; margin-bottom:10px; }
.jobStepImageName{ font-style:italic;border-bottom:1px dotted grey; }

.productDiv {
	background-image: url('../images/bgProductDiv.png');
	background-repeat: no-repeat;
	background-size: 145px 145px;
	background-position: bottom right;
	padding: 25px 25px 60px 25px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productDivVideo {
	padding: 25px;
}

.productDivVideo .callToActionSmall {
	top: 5px !important;
}

.productDiv:hover {
	background-color: #e7e7e7;
}

.productDivImage {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	z-index: 1;
}

.productDivImage img {
	width: 100%;
}

.productDivSpecs {
	width: 50%;
	float: left;
}

.productDivImage a.callToAction {
	left: -100%;
	width: 106%;
	bottom: 0;
	position: absolute;
}

.productDivSpecs div {
	font-size: 12px;
	margin: 8px 0 8px 0;
}

.productDivTitle {
	text-transform: uppercase;
	font-size: 18px;
}

.productDivPrice {
	color: #231f20;
	font-size: 30px;
	padding: 0 0 0 20px;
	position: absolute;
	left: 50%;
	background-image: url('../images/eurosign.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 24px;
}

.productDivPrice span {
	color: #231f20;
	font-size: 20px;
	position: absolute;
}

.productDiv p {
	font-size: 14px;
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: #231f20;
	margin: auto;
}

/*START - Product*/
.row-products-heading h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 55px; 
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 25px -5px;
	color: #fff;
	/*text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);*/
}

@media (max-width: 767px) {
	.row-products-heading h2 {
		background-color: #ff6600;
		padding: 5px;
		font-size: 25px; 
		margin: -55px -15px 25px -15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.row-products-heading h2 {
		font-size: 45px;
		margin: 22px 0 25px -5px; 
	}	
}

.product-thumb-hover {
	display: none;
	background-color: #ffffff;
	position: absolute;
	top: -45px;
	bottom: -25px;
	left: -45px;
	right: -45px;
	z-index: 1;
	padding: 10px;
	-moz-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.25);
	box-shadow: 0 5px 15px 1px rgba(0,0,0,0.25);
}

.product-thumb-hover ul {
	position: absolute;
	bottom: 20px;
}

.product-thumb-hover ul li {
	display: inline-block;
	list-style-type: none;
	height: 15px;
	overflow: hidden;
	font-size: 11px;
	font-family: arial;
	width: 180px;
}

.product-thumb .lineDiv {
	margin: 0;
	border-top: 1px solid #ffffff; 	
}

.product-thumb-name {
	font-size: 16px;
	height: 44px;
	color: #231f20;
	margin: 0 0 5px 0;
}

.product-thumb-image {
	position: relative;
	height: 195px;
	overflow: hidden;
}

.product-thumb-label {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	position: absolute;
	top: 0;
	padding: 0 5px 0 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
}

.product-thumb-price {
	display: inline-block;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	padding: 0 5px 0 8px;
}

.product-thumb-price > span {
	position: relative;
	top: -5px;
}

.product-thumb-price div {
	font-size: 26px;
	display: inline-block;
	text-align: right;
	padding: 0 18px 0 15px;
}

.product-thumb-price div span {
	position: absolute;
	font-size: 16px;
	top: 5px;
	right: 5px;
}

.product-thumb-button {
	display: none;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	border: 1px solid #cccccc;
	background-color: #231f20;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.product-thumb-detail {
	text-align: right;
	padding: 15px 0 15px 0;
}

.product-thumb-detail a {
	border-bottom: 1px solid #231f20;
	color: #231f20;
	font-size: 14px;
}

.product-thumb-detail a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a.product-thumb-addlink {
	display: block;
	width: 100%;
	padding: 15px 0 15px 10px;
	color: #5b5b5b;
	background-image: url('../images/update/buttonAdd.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}

a.product-thumb-addlink:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
/*END*/

/*START - Cat*/
.category-thumb {
	margin: 0 0 30px 0;
	position: relative;
}

.category-thumb:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.category-thumb:hover .callToAction {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
} 

.category-thumb .category-name {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.75);
	bottom: 30px;
	width: 90%;
	padding: 6px;
	font-size: 18px;
}

.category-thumb .category-img img {
	width: 100% !important;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.40);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.40);
}

.category-thumb .callToAction {
	position: absolute;
	bottom: -12px;
	left: 3px;
}

/*START - ProductDiv Small*/
.productDivSmall {
	padding: 15px;
	cursor: pointer;
}

.productDivSmall:hover {
	background-color: #e7e7e7;
}

.productDivSmallLineDiv {
	border-top: 1px solid #dbdbdb;
	width: 100%;
	margin-top: -15px;
}

.productDivSmall .productDivImage {
	width: 35%;
	margin: 0 15px 0 0;
}

.productDivSmall .productDivImage img {
	width: 100%;
}

.productDivSmall .productDivSlogan {
	margin: 5px 0 0 0;
}

.productDivSmall .productDivSmallPrice {
	color: #231f20;
	font-size: 30px;
	padding: 0 0 0 15px;
	background-image: url('../images/eurosign.png');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 24px;
	display: inline-block;
	position: relative;
}

.productDivSmall .productDivSmallPrice span {
	color: #231f20;
	font-size: 20px;
	position: absolute;
	top: 3px;
}

.productDivSmall p {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 15px;
	color: #231f20;
}
/*END*/

/*START - ProductDiv detail*/
.product-detail h1 {
	color: #231f20;
	font-size: 30px;
}

.product-detail h2 {
	color: #5b5b5b;
	font-size: 22px;
	margin: 0 0 20px
}

.product-detail-mainimage {
	position: relative;
}

.product-detail-price {
	display: inline-block;
	position: relative;
	color: #ffffff;
	bottom: 0;
	width: 100%;
	padding: 5px 15px 5px 8px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}

.product-detail-price > span {
	position: relative;
	font-size: 20px;
	top: 10px;
	left: 150px;
}

.product-detail-price div {
	font-size: 36px;
	display: inline-block;
	text-align: right;
	float: right;
	padding: 0 18px 0 15px;
}

.product-detail-price div span {
	position: absolute;
	font-size: 16px;
	top: 13px;
	right: 15px;
}

.youtube-video {
	position: absolute;
	bottom: 15px;
	right: 45px;
	width: 210px;
	height: 110px;
	border: 2px solid #ffffff;
	z-index: 1;
}

.product-detail-desc {
	color: #231f20;
	margin: 25px;
}

.product-detail-bouwmarkt {
	text-align: right;
}

.product-detail-symbol {
	background-color: #dbdbdb;
	margin: 0 0 15px 0;
	padding: 15px;
	border-radius: 3px;
}

.product-detail-symbol img {
	height: 40px;
	margin: 5px 10px 5px 0;
}

.product-detail-symbol .circle {
	position: absolute;
	top: 10px;
	right: 25px;
}

.product-detail-symboltitle {
	font-weight: bold;
    color: #5b5b5b !important;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

ul.image-listing li {
	display: inline-block;
	font-family: Arial;
	width: 100%;
	font-size: 12px;
	border-top: 1px solid #dbdbdb;
	padding: 5px 0 5px 0;
}

ul.image-listing li:first-child {
	border: none;
}

ul.image-listing img {
	height: 32px;
}

a.product-detail-addlink {	
	display: block;
	width: 100%;
	padding: 15px 75px 15px 10px;
	color: #5b5b5b;
	text-align: right;
	background-image: url('../images/update/buttonAdd.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

a.product-detail-addlink:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;	
}
/*END*/

/*START - POPUP*/
.productDetailDivSymbolsPopUp {
	margin: -35px -35px -35px -35px;
}

.productDetailDivSymbolsPopUp .symbolsPopupText {
	margin: 20px;
}

.productDetailDivSymbolsPopUp .grayDiv {
	margin: 0 -15px 15px -15px;
	padding: 15px 30px 15px 30px;
}

.productDetailDivSymbolsPopUp img {
	width: 8%;
	margin: 1% 2% 1% 0;
	display: inline-block;
}

.productDetailDivSymbolsPopUp span {
	width: 39%;
	display: inline-block;
	font-size: 12px;
}

.productDetailDivSpecs {
	margin: 0 0 25px 0;
}

.productDetailDivSpecs div {
	font-size: 12px;
	margin: 8px 0 8px 0;
	width: 48%;
	display: inline-block;	
}

.productDetailDivSpecs div span {
	color: #000000;
}

.productDetailDivActions {
	margin: 0 0 25px 0;
	position: relative;
}

.productDetailDivKlusDiv {
	position: absolute;
	left: 50%;
	top: 8px;
	font-size: 12px;
	color: #231f20;
}

.productDetailDivKlusDiv a {
	color: #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}

.productDetailDivKlusDiv a:hover {
	border: none;
	text-decoration: none;
}

.productDetailDivPrices div {
	font-size: 12px;
	margin: 8px 0 8px 0;
	width: 24%;
	display: inline-block;
	text-transform: capitalize;	
}

.productDetailDivPrices div span {
	font-weight: bold;
}

a.productDetailDivRentLink {
	margin: 25px 0 25px 0;
}

.productDetailGrayDiv {
	padding: 5px;
	background-color: #dbdbdb;
}

.productActionsDetailMiddleDiv {
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.sfeerImage {
	position: absolute;
}
/*END*/

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	
	ul.pageResults, ul.klusResults {
	    width: 100%;
	    float: none;
	}
	
	.catDiv {
		background: none;
		margin: 0;
		padding: 15px 15px 30px 15px;
	}
	
	.catDiv .callToAction {
		display: none;
	}
	
	.catDiv .catDivSlogan {
		display: none;
	}
	
	.catDiv .callToActionSmall {
		position: absolute;
		bottom: 15px;
	}
	
	.catDiv .catDivTitle {
		font-size: 12px;
		width: 110%;
	}
	
	.catDiv .catDivSlogan {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
	
	.catDiv .catDivImage {
		height: auto;
		overflow: hidden;
	}
	
	/*START - Cat*/
	.category-thumb {
		margin: 0 0 25px 0;	
	}
	
	.category-thumb .category-name {
		position: relative;
		display: block;
		background-color: rgba(255,255,255,0);
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		top: 0;
		font-size: 14px;
		height: 35px;
	}

	.category-thumb .callToAction {
		display: none;
	}
	
	.category-thumb .callToActionSmall {
		position: absolute;
		bottom: -12px;
		left: 0;
	}
	/*END*/
	
	/*START - Product*/
	.product-thumb {
		margin: 0 0 10px 0;	
	}
	
	.product-thumb-name {
		height: auto;
	}
	
	.product-thumb-image img:not(.product-thumb-button) {
		width: 58%;
	}
	
	.product-thumb-label {
		font-size: 16px;
	}
	
	.product-thumb-image .product-thumb-price {
		top: 0;
		right: 0;
		bottom: auto;
	}
	
	.product-thumb-detail {
		position: absolute;
		top: 75px;
		right: 15px;
	}
	
	.product-detail-price > span {
		left: 10px;
	}
	
	.product-detail-desc {
		margin: 25px 0 0 0;
	}
	
	.grey-link.align-right {
		float: none;
		margin: 35px 0 0 0;
	}
	/*END*/
	
	.grey-link {
		width: 100%;
	}
	
	.productDiv {
		background: none;
		padding: 15px;
	}
	
	.labelDivNew {
		right: 10px;
		bottom: 15px !important;
		font-size: 14px !important;
	}
	
	.productDiv .productDivSpecs {
		display: none;
	}
	
	.productDiv .productDivImage {
		width: 40%;
	}
	
	.productDiv .productDivPrice {
		left: 45%;
		top: 50px;
	}
	
	.productDiv p {
		left: 45%;
		top: 95px;
	}
		
	.productDiv .callToActionSmall {
		position: absolute;
		top: 55px;
		right: 15px;
	}
	
	.productDiv .callToAction {
		display: none;
	}
	
	.productDetailDivKlusDiv {
		position: relative;
		left: auto;
		margin: 10px 0 25px 0;
	}
	
	
	/*START - ProductDiv Small*/
	.productDivSmall {
		padding: 15px;
	}
	
	.productDivSmallLineDiv {
		display: none;
	}
	
	.productDivSmall .callToAction {
		display: none;
	}
	
	.productDivSmall .productDivImage {
		width: 35%;
		margin: 0 15px 0 0;
	}
	
	.productDivSmall .productDivSlogan {
		margin: 0;
	}
	
	.productDivSmall .callToActionSmall {
		position: absolute;
		right: 15px;
		top: 65px;
	}
	
	.productDivSmall .productDivSmallPrice {
		color: #231f20;
		font-size: 30px;
		padding: 0 0 0 15px;
		background-image: url('../images/eurosign.png');
		background-repeat: no-repeat;
		background-position: center left;
		background-size: auto 24px;
		display: inline-block;
		position: relative;
	}
	
	.productDivSmall .productDivSmallPrice span {
		color: #231f20;
		font-size: 20px;
		position: absolute;
		top: 3px;
	}
	
	.productDivSmall p {
		position: relative;
		bottom: auto;
		right: auto;
		margin: -5px 0 0 0;
	}
	/*END*/	
	
	.product-thumb-image {
		height: 118px;
	}
	
	.searchTextDiv {
		margin: 0;
		padding: 10px 0 10px 0;
	}
	
	.productDetailDivSymbolsPopUp img {
		width: 7%;
		margin: 1% 2% 1% 0;
		display: inline-block;
	}
	
	.productDetailDivSymbolsPopUp span {
		width: 91%;
		display: inline-block;
		font-size: 12px;
	}
	
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/		
	.searchTextDiv {
		margin: 0 ;
		padding: 10px 50px 10px 0;
	}
	
	.product-detail-price > span {
		left: 120px;
	}
	
	.grey-link.align-right {
		float: none;
	}
	
	.productDetailDivSpecs div {
		width: 100%;
	}
	
	.productDetailDivKlusDiv {
		position: relative;
		left: auto;
		margin: 10px 0 25px 0;
	}
	
	.product-thumb-image {
		height: 163px;
	}
	
	.youtube-video {
		position: relative;
		width: 75%;
		height: 120px;
		right: auto;
		bottom: auto;
		margin: 20px 0 0 0;
		border: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
	.productDivSmall .productDivImage {
		width: 33%;
	}
	
	.productDetailDiv .productDetailDivRelatedArticles ul li {
		width: 100%;
		margin: 0;
	}
	
	.productDetailDiv .productDetailDivRelatedArticles ul li:nth-child(2) {
		border-top: 1px solid #dbdbdb;
	}
	
	/*.product-thumb:hover .product-thumb-hover {
		display: block;
	}
	
	.product-thumb:hover .product-info {
		position: relative;
		z-index: 2;
	}
	
	.product-thumb:hover .lineDiv {
		display: block;
		border-top: 1px solid #dbdbdb;
	}
	
	.product-thumb:hover .product-thumb-button {
		display: block;
	}
	
	.product-thumb:hover .product-thumb-detail {
		visibility: hidden;
	}	
	
	.product-thumb:hover .product-thumb-label {
		visibility: hidden;
	}*/
	
	.youtube-video {
		right: 30px;
	}
			
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
	/*XTRA voor te lange titels*/
	.catDivSlogan {
		width: 110%;
	}
	
	.productDetailDiv .productDetailDivRelatedArticles ul li {
		overflow: hidden;
		height: 41px;
	}
	
	/*.product-thumb:hover .product-thumb-hover {
		display: block;
	}
	
	.product-thumb:hover .product-info {
		position: relative;
		z-index: 2;
	}
	
	.product-thumb:hover .lineDiv {
		display: block;
		border-top: 1px solid #dbdbdb;
	}
	
	.product-thumb:hover .product-thumb-button {
		display: block;
	}*/
	
	/*
	.product-thumb:hover .product-thumb-button {
		display: block;
		margin: 0 0 0 -12%;
	}
	
	.product-thumb:hover .product-thumb-price {
		margin: 0 0 0 -12%;
	}
	
	.product-thumb:hover .product-thumb-image img:not(.product-thumb-button) {
		max-width: 125% !important;
		margin: -26% -12% 0 -12%;
	}
	*/
	
	/*.product-thumb:hover .product-thumb-detail {
		visibility: hidden;
	}	
	
	.product-thumb:hover .product-thumb-label {
		visibility: hidden;
	}*/
}
/*END*/
