.product-item{
		position:relative;
		width:18%;
		background:#FFF;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-content:flex-start;
		align-items:flex-start;
		margin:0 1% 35px 1%;
		-webkit-transition:all 1s ease-out;
		-moz-transition:all 1s ease-out;
		-ms-transition:all 1s ease-out;
		-o-transition:all 1s ease-out;
		transition:all 1s ease-out;
		}
.product-item .product-item-title{
		width:100%;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-content:center;
		align-items:center;
		color:#FFF;
		background:#01BAF5;
		padding:60px 25px;
		min-height:250px;
		text-decoration:none;
		font-size:18px;
		font-weight:600;
		line-height:1.2;
		-webkit-transition:all 1s ease-out;
		-moz-transition:all 1s ease-out;
		-ms-transition:all 1s ease-out;
		-o-transition:all 1s ease-out;
		transition:all 1s ease-out;
		}
.product-item .product-item-title span{
		text-align:center;
		}
.product-item:hover .product-item-title{
		background:#F5B601;
		color:#FFF;
		}
		
.product-item .product-item-image{
		display:block;
		color:#000;
		}
.product-item .product-item-price{
		padding:25px;
		border-left:1px solid #01BAF5;
		border-right:1px solid #01BAF5;
		border-bottom:1px solid #01BAF5;
		text-align:center;
		width:100%;
		height:110px;
		}
.product-item .product-item-price span{
		display:block;
		font-size:25px;
		line-height:1;
		font-weight:600;
		color:#000;
		}
.product-item .product-item-price span s{
		font-size:20px;
		color:#01BAF5;
		font-weight:400;
		}
		

.product-item form{
		display:block;
		width:100%;
		}
.product-item .add-to-cart-btn{
		display:block;
		width:100%;
		border:none;
		padding:15px;
		font-size:16px;
		text-align:center;
		font-weight:600;
		background:#039BCB;
		color:#FFF;
		cursor:pointer;
		-webkit-transition:all 1s ease-out;
		-moz-transition:all 1s ease-out;
		-ms-transition:all 1s ease-out;
		-o-transition:all 1s ease-out;
		transition:all 1s ease-out;
		}
.product-item .add-to-cart-btn:hover{
		background:#F5B601;
		color:#FFF;
		}
				
.product-item .offer_fav,
.product-item .offer_fav_del{
		position:absolute;
		display:block;
		top:15px;
		right:15px;
		cursor:pointer;
		width:25px !important;
		height:25px !important;
		}
.product-item .offer_fav .icon--heart{
		fill:#FFF;
		width:22px;
		height:22px;
		}
.product-item .offer_fav_del .icon--heart{
		fill:#FF0000;
		width:22px;
		height:22px;
		}
@media (max-width: 1200px) {

}			
@media (max-width: 992px) {

}
@media (max-width: 768px) {
.product-item{
		width:100%;
		flex-direction:column;
		justify-content:center;
		margin:0 auto 35px auto;
		}
.product-item .product-item-title{
		width:100%;
		flex-direction:column;
		justify-content:center;
		padding:60px 25px;
		}
.product-item .product-item-title span{
		text-align:center;
		}	
.product-item .product-item-price{
		padding:25px;
		text-align:center;
		width:100%;
		height:110px;
		}
.product-item form{
		display:block;
		width:100%;
		}
.product-item .add-to-cart-btn{
		display:block;
		width:100%;
		padding:15px;
		text-align:center;
		}
}
		