/**
 * 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-7c40b3e2-c451-4e2c-a43c-65b32ebe043f) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-d10407ba-9646-4521-af2a-57338d964dbc) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
