/**
 * 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-f3ebb4ee-3499-46e4-a8d4-61953820d4c9) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-41f1226d-0c72-44d9-b860-e01cdcb445dc) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
