/**
 * 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-59ecea28-7485-4d50-9d00-8f26e4714c16) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-a7f606c0-619a-4d1f-bd86-b78fa9c9f5a3) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
