/* ============================== STYLE FOR IMAGE - TITLE - CONTENT - ICON ============================== */
.nd-wrap {
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.nd-wrap img {
	width: 350px;
	display: block;
}
.nd-title {
	position: relative;		
	top: -150px;
	opacity: 0;
	margin: 0 0 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-transition: all 1s ease 0.01s;
			transition: all 1s ease 0.01s;
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	color: #fff;
	display: block;
	padding: 15px 3px;
	line-height:1.5;
}
.nd-title a:hover {
	color: #fff;
}
.nd-icon {
    color: #000;
    display: inline-block;
    font-size: 25px;
    margin: 5px;
    opacity: 0;
    position: relative;
	cursor: pointer;
	-webkit-transition-duration: 0.6s;
			transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
			transition-timing-function: cubic-bezier(1.000, -0.530, 0.405, 1.425);
}
.nd-icon span {
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.nd-icon:hover span {
	-webkit-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}
.nd-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.nd-content_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.nd-content_inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* =============== HOVER AREA =============== */
.nd-wrap:hover .nd-icon,
.nd-wrap:hover .nd-content,
.nd-wrap:hover .nd-title {
	opacity: 1;
	top: 0;
}
.nd-wrap:hover .nd-title {
	-webkit-transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
			transition: all 0.5s cubic-bezier(1.000, -0.530, 0.405, 1.425) 0.01s;
}
.nd-wrap:hover .nd-content {
	background: rgba(0, 0, 0, 0.5);
}
/* =============== SET DELAY FOR ICONS WHEN HOVER =============== */
.nd-content .nd-icon:nth-of-type(1) {	
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
}
.nd-content .nd-icon:nth-of-type(2) {
	-webkit-transition-delay: 0.15s;
			transition-delay: 0.15s;
}
.nd-content .nd-icon:nth-of-type(3) {
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}
.nd-content .nd-icon:nth-of-type(4) {
	-webkit-transition-delay: 0.25s;
			transition-delay: 0.25s;
}
/* ============================== HOVER STYLE ============================== */

/* =============== STYLE 5 =============== */
.nd-wrap.nd-style-5:hover .nd-title {
	-webkit-transition: all 0.5s ease 0.01s;
			transition: all 0.5s ease 0.01s;
}
.nd-style-5 .nd-icon {
	top: 150px;
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}
.nd-style-5 .nd-icon a {
	border: 1px solid #fff;
	color: #fff;
	font-family: roboto condensed;
	font-size: 16px;
	padding: 7px 10px;
	display: block;
}
.nd-style-5 .nd-icon a:hover {
	border: 1px solid #999;
	-webkit-transition: all 0.5s ease 0.01s;
	transition: all 0.5s ease 0.01s;;
}
.nd-style-5 .nd-icon a.added {
	color: #2ecc71;
	padding: 7px 25px 7px 3px;
	position: relative;
}
.all_products .single_product .nd-style-5 .nd-icon a.added:after {position: absolute; content: "\f00c"; font-family: FontAwesome;margin-left: 4px;vertical-align: bottom;}
.all_products .single_product a.added_to_cart {display: none;}

h4.add_cart_featured a.added {color: #2ecc71;padding: 7px 25px 7px 3px;position: relative;display: block}
h4.add_cart_featured a.added:after {position: absolute; content: "\f00c"; font-family: FontAwesome;margin-left: 4px;vertical-align: bottom;}
h4.add_cart_featured a.added_to_cart {display: inline-block;margin-top: 13px;padding: 8px;}
