.woocommerce-product-gallery div[class^="yith-sales-badge top_"][data-index="2"] {
	top: calc(25px + .8rem) !important;
}

.woocommerce-product-gallery div[class^="yith-sales-badge bottom_"][data-index="2"] {
	bottom: calc(25px + 3rem) !important;
}

div[class*=SelectOptions] {
	font-size: 12px;
}

.woocommerce .quantity input[type=number] {
	box-sizing: content-box !important;
}