div#esolution_free_shipping_content{
	display: inline-table;
}
@media (max-width: 768px) {
	.mobile-inline {
		display: flex;
		justify-content: space-between;
		margin-left: 88px;
	}
	.price-order {
		order: 2; /* Price floats to the end on mobile device */
		padding-top: 0px !important;
	}
	.quantity-order {
		order: 1; /* Quantity comes before price on mobile device */
	}
}
