/**
 * 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-ce2159c2-15d7-4b45-bd1c-e7ddbe7f005f) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-cb52a474-c204-4e3d-a754-ad68e0458354) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
