/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wad-discount
{
	color: red;
}
.wad-facebook, .wad-instagram
{
	display: inline-block;
	padding: 5px;
	/*background: gray;*/
	padding-left: 40px;
	color: white;
	background-size: 22px !important;
}

.wad-facebook
{
	background: var(--wpr-bg-fde5cdec-9819-42b0-8fe8-70bfc6215a55) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-2f725231-28bb-4d31-90ed-9ff2b5278819) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
