.product-badges {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 600;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 1;
    pointer-events: none;
}

.product-badges .badge {
    position:static;
}

.product-badges .badge.style-3 {
    border-radius: 1.5rem;
    width: auto !important;
    height: auto !important;
	padding: 0.375rem 0.75rem;
}

.product-badges .badge.style-2{
	width: auto !important;
    height: auto !important;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
}

.product-badges .badge.style-1 {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
}

.badge + .badge {
    margin-top: 3px;
}