/**
 * 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-54fd76c7-b8ed-47ba-bb35-dcde59240a4e) 10px center #3B5998 no-repeat;
}
.wad-instagram
{
	background: var(--wpr-bg-a81e6025-3b22-4acf-8f12-e486f2a13ed8) 10px center #D8CDBC no-repeat;
}
.order-discount img
{
	display: inline-block;
	max-width: 15px;
	vertical-align: text-bottom;
}
