.pro-block-3 {
	width: 31%;
	display: inline-block;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 75px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.pro-block-3:nth-child(3n) {
	margin-right: 0;
}

.pro-info-caption {
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.pro-cat-block {
	display: block;
	width: 100%;
	position: relative;
}

.not-in-stock {
	position: relative;
	display: block;
}

.pro-info-caption .pro-heading {
	font-size: 16px;
	color: #323944;
	font-family: 'AvantGarde-Demi';
	margin-bottom: 10px;
	line-height: 120%;
	width: calc(100% - 210px);
	display: block;
	max-width:165px;
}

.pro-info-caption .pro-price {
	position: absolute;
	right: 0;
	top: 20px;
	background-color: #fff;
	width: auto;
	height: 53px;
	font-size: 22px;
	color: #453b39;
	text-align: center;
	font-family: 'AvenirNextLTPro-Bold';
	padding: 14px 15px;
	line-height: 100%;
	border: 2px solid #ebebeb;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 1;
	overflow: hidden;
}

.pro-info-caption .pro-price:after,
.pro-info-caption .pro-price:before {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 0;
	background-color: #323944;
	transition: 0.5s ease-in-out;
	z-index: -1;
}

.pro-info-caption .pro-price:before {
	top: 0;
	left: 0;
}

.pro-info-caption .pro-price:after {
	left: 50%;
	top: auto;
	bottom: 0;
}

.pro-cat-block:hover .pro-info-caption .pro-price {
	border-color: #323944;
	color: #fff;
}

.pro-cat-block:hover .pro-price:before,
.pro-cat-block:hover .pro-price:after {
	height: 53px;
}

.pro-info-caption .pro-price span {
	font-size: 16px;
}

.pro-size {
	color: #323944;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.view-pro {
	font-family: 'AvenirNextLTPro-Bold';
	color: #b9bbbd;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	padding: 0 15px 10px 0;
	border-bottom: 1px solid #b7b7b7;
	position: relative;
	line-height: 100%;
}

.view-pro i {
	position: absolute;
	right: 0;
	top: 0;
}

.pro-cat-block img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.pro-cat-block:hover img {
	box-shadow: 0px 0px 0px 3px #3277bc;
}

.pro-cat-block:hover .view-pro {
	color: #3277bc;
	border-bottom-color: #3277bc;
}

.stocktxt {
	font-size: 24px;
	border: 2px solid #fff;
	text-align: center;
	padding: 20px;
	position: absolute;
	margin: -35px auto 0;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 200px;
	color: #fff;
	font-family: 'AvenirNextLTPro-Bold';
}