/* ----------------------------------------------------------------
	Rounded
-----------------------------------------------------------------*/

.rounded-4 {
	border-radius: 0.4rem !important;
}

.rounded-5 {
	border-radius: 0.5rem !important;
}

.rounded-6 {
	border-radius: 0.6rem !important;
}

.rounded-7 {
	border-radius: 0.7rem !important;
}


.rounded-9 {
	border-radius: 0.9rem !important;
}

.rounded-15 {
	border-radius: 1.5rem !important;
}