@charset "UTF-8";

/* free_shipping */

.free_shipping {
	background-color: #e61717;
	padding: 10px 0;
}

.free_shipping p {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* limited_content */

#limited_content {}

#limited_content div {
	background-color: #e8f6ff;
	padding: 10px 0;
}

#limited_content p {
	text-align: center;
	font-weight: bold;
}