.preorder-badges {
	position: absolute;
	top: 2%;
	left: 0%;
	z-index: 19;
}


.preorder-badge {
    font-size: 0.5875rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative;
    background-color: rgba(242, 93, 0, 1);
    color: #000000;
    line-height: 2rem;
    width: 4rem;
    height: 2rem;
}

.product_tag-preorder span.onsale {display: none !important;}

@media only screen and (max-width: 600px) {

	.preorder-badge {
		font-size: 0.4175rem;
		line-height: 1rem;
		width: 2.5rem;
		height: 1rem;
	}
	
}	