/**
 * 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-f8d8a08f-d391-4d48-994d-30ea49d7ef1f) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-f64b6670-3815-458c-9428-8d2aa9744655) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
