
.product-carusel .product-action {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

	.product-carusel:hover .product-action {
		opacity: 1;
	}
	
	.product-carusel .product-action .product-btn.btn-wishlist {
		margin: 0;
		background-color: #e6e6e6;
		color: #000;
		border: 0;
		font-size: 13px;
		right: -4px;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		width: 40px;
		height: 40px;
		line-height: 40px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	
	.product-carusel .product-action .product-btn.btn-quickview {
		margin: 0;
		background-color: #e6e6e6;
		color: #000;
		border: 0;
		font-size: 13px;
		left: -4px;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		width: 40px;
		height: 40px;
		line-height: 40px;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	
	.product-carusel .product-action .product-btn.btn-add-cart {
		height: 40px;
		border: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		margin: 0px;
		background: #2eae52;
		color: #fff;
		vertical-align: top;
		padding: 0 20px 0 15px;
		font-size: 13px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: 600;
	}
	
		@media (max-width: 991px) {
			.product-carusel .product-action .product-btn.btn-add-cart {
				width: 40px;
				text-align: center;
				padding: 0px 13px;
			}
			
			.product-carusel .product-action .product-btn.btn-add-cart.button-enquiry {
				display: none;
			}
			
			.product-carusel .product-action .product-btn.btn-add-cart span {
				display: none;
			}
		}

.product-carusel {
 
	position: relative;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	padding-bottom: 0 !important;
	 
}

	.product-carusel:hover {
	/*	border: 1px solid #d3d3d3;
			border-bottom: 1px solid #e3e4e4;
	box-shadow:0 0 40px rgba(0,0,0,0.1);
		-webkit-box-shadow:0 0 40px rgba(0,0,0,0.1);
		-moz-box-shadow:0 0 40px rgba(0,0,0,0.1);*/
	}

 /*	.product-carusel:last-child {
		border-right: none;
	} */

. .product-grid .product {
	padding-bottom: 30px !important;
	padding-top: 50px;
	 
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

	.product-carusel:hover .product {
		padding-top: 10px;
		padding-bottom: 70px !important;
	}

	. .product-grid .row:first-child .product {
		border-top: none;
	}
	
	@media (max-width: 767px) {
		. .product-grid .product-carusel:nth-child(odd) {
			clear: both;
		}
		. .product-grid .row:first-child .product {
			border-top: 1px solid #e3e4e4;
		}
		. .product-grid .row:first-child > div:first-child .product,
		. .product-grid .row:first-child > div:nth-child(2) .product {
			border-top: none;
		}
		
		. .product-grid .product-carusel:nth-child(2n) {
			border-right: none;
		}
	}

#mfilter-content-container .product-grid {
	padding-bottom: 0px;
}

. #mfilter-content-container .product-grid {
	padding-bottom: 30px;
}

. .product-grid .product .product-image {
	border: none;
	padding: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}




