.baseBlock {
	margin: 0px 0px 15px 0px;
	padding: 0 0 15px 0px;
	border-radius: 5px;
	/*overflow: hidden;*/
	/*min-height: 300px;*/
	background: #fff;
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.baseBlock:hover {
/*	-webkit-transform: translate(0, -4px);
	-moz-transform: translate(0, -4px);
	-ms-transform: translate(0, -4px);
	-o-transform: translate(0, -4px);
	transform: translate(0, -4px);*/
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}



.fa-stackaa[data-count]:after{
    position:absolute;
    right:78%;
    top:0%;
    content: attr(data-count);
    font-size:70%;
    padding:.3em;
    border-radius:999px;
    line-height:1em;
    color: black;
    text-align:center;
    min-width:2em;
    font-weight:bold;
    background: white;
    border-style:none;
}
.fa-circle {
    color:#DF0000;
}

.red-cart {
    color: #DF0000; background:white;
}