﻿.StepInactive {
	font-size: 18px;
	color: #999999;
}
.StepActive {
	font-size: 18px;
}
.StepSeperator {
	background-color: rgb(232, 95, 124);
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
}
.cart-calendar {
    background-color: #222 !important;
    border: 1px solid #777777;
	color: white;
}
.cart-calendar-day {
	color: white !important;
}
.cart-calendar-day.cart-calendar-day-disabled {
    color: silver !important;
}
.cart-calendar-day-selected {
    background-color: White !important;
    color: black !important;
}
