/**
 * 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-8aa17a17-4033-4c15-ab14-e1347cefb6a4) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-b70ac17b-bf0f-476e-b7f1-f15c08d97d03) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
