.category-thumbnail {
	padding: 0.25rem;
	border: 1px solid #ddd;
	
	background-color: #fff;
	
	object-position: center; /* Center the image within the element */
	margin: 0 auto;
	max-height: 350px;
	
	
}

.cart-icon {
	font-size: 26px !important;
	color: #555;
}

.cart-count {
	position: absolute;
	top: -2px;
	right: -2px;
	background-color: #999;
	color: white;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 200;
}