.zero-quantity {
/* 	position: absolute; */
/*     right: 10px; */
/*     top: 25px; */
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #d20011;
	text-transform: uppercase;
	color: #d20011;
	border-radius: 3px;
	background: #fff;
	font-size: 11px;
    line-height: 11px;
    text-align: center;
}
.mobile-title {
	
/* 	font-size: 1.2em; 	 */
	
}
.mobile-title a {
	display: block;
	text-decoration: underline;
	padding: 5px 0;
}

@media(min-width: 768px) {
	.mobile-title {
		display: none;	
	}	
}

@media screen and (max-width: 32.3125em) {
	.products-flex-grid.small-down-2 .products-flex-item {
	    height: 22.9375rem !important;
	}
}

