.stock.in-stock {
	display: none;
}

.single_add_to_cart_button, .velix-buy-now-button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    padding: 20px!important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
	margin-left: 10px;
	height: 57px!important;
}

.single_add_to_cart_button {
	background-color: #f97316!important;
}