.retailit-ytwo-benefits {
	display: none;
	color: #333;
}

.benefit-title {
	text-align: center;
	padding: 10px 0 5px;
	font-size: 110%;
}

.loading-retailit-benefit {
	display: none;
}

span.checkbox.admin__control-checkbox:before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24"><path d="M22 2v20h-20v-20h20zm2-2h-24v24h24v-24z"/></svg>');
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px;
	position: absolute;
	left: 1px;
	top: 0px;
}

span.checkbox.admin__control-checkbox {
	cursor: pointer;
	padding: 0 0 0 20px;
	font-size: 85%;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

span.checkbox.admin__control-checkbox.checked {
	text-decoration: line-through;
}

span.checkbox.admin__control-checkbox.checked:before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24"><path d="M0 0v24h24v-24h-24zm11 17l-5-5.299 1.399-1.43 3.574 3.736 6.572-7.007 1.455 1.403-8 8.597z"/></svg>');
}
