/**
 * 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-1b72b79a-6ba4-44e8-b1f5-732ef2567dbb) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-71f0e773-0885-4871-be08-c9f2f1672450) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
