/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* product avaibilities text */
span.product-availabilities-modal {
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: dotted;
}
/* product avaibilities modal */
ul.product-services {
	padding: 0;
}
ul.product-services li {
	list-style: none;
}

div.loading {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
