.product--box .product--price {
	text-align: center;
}

.product--box .stock-indicator-rounded {
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    text-align: left !important;
    display:inline-block;
    border:1px solid #333;
}

.box--minimal .product--image {
	height: 12.5rem;
}

.product--box .product--info {
	margin-bottom:20px;
}

.quick-view--view .image--media:hover {
	cursor: zoom-in;
}

.product--properties {
    margin-top:25px;
}

@media (min-width: 1460px) {
    .desktop-view {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 78.75em) {
	.box--minimal .product--image {
		height: 18.5rem;
		margin-bottom: 15px;
	}	
}