.loginFormDiv{
	display: none;
	width: 300px;
	position: absolute;
	z-index: 10;
	top: 60px;
	right:0px;
}

.cart-icon-dropdown {
	display:none;
	border:1px solid #ccc;
	position:absolute;
	top:55px;
	right:1%;
	z-index:10;
	width:250px;
	border-radius:8px;
	background-color:white;
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}

#pageheader, #pageheader2 {
	font-size:2.2rem;
	line-height:1em;
}

.fp_item,
.itemdetailimage {
    max-height: 500px;
    max-width: 100%;
    height: auto;
    width: auto;
    border-radius: 5px;
}

.sc_item {
	height: 180px;
    max-width: 100%;
    width: auto;
    border-radius: 5px;
}

#fp_columngrey,
.selectcategorydropdowngrey,
.categorydetailgrey,
.categoryitemtablegrey {
	opacity: .5;
}

#itemdetailextrainfo .nav-link {
	color: #333333;
}

#itemdetailextrainfo .nav-link.active {
	font-weight: 700;
	color: #D93030;
}

.featuredproductsseparator {
	height: 1em;
	width: 100%;
}

#cartitemstable td img {
    width: auto;
    height: auto;
    max-height: 100px;
}

#cartitemstable td.itemdesc {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.shopcarticon,
#pageheader2,
#fp_header,
#itemdetailordertable span.savetext,
#cartitemstable td.itemdesc,
#cartitemstable td.itemremove a,
#cartinformation td a,
#CreateOrderForBanner span {
    color: #B7202A;
}

.viewcartattributetext {
    color: #767676;
    font-size: 12px;
}

tr.item_error td {
    background-color: #ffcccc;
}

.to-checkout-spinner {
	display: none;
}

@media only screen and (max-width: 767px) {
	#CartSummSidebarProceedButton,
	#ViewCartSidebarProceedButton {
		display: none !important;
	}
}

#bsprogressrow #step.complete {
	background-color: #eeeeee;
}

#bsprogressrow #step.active {
	background-color: rgb(183, 32, 42, 0.25);
	border-color: rgb(183, 32, 42, 0.25) !important;
}

#bsprogressrow #step.active .progsteptext {
	font-weight: 700;
	font-size: 16px;
}

@media (max-width: 991px) {
	#bsprogressrow #step.active .progsteptext {
		font-size: 13px;
	}
	#bsprogressrow #step .progsteptext {
		font-size: 12px;
	}
}

#cartprogresstable {
	width: 100%;
}

#cartprogresstable td {
	width: 25%;
	text-align: center;
}

#cartprogresstable #step {
	width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    border-radius: 1.25rem;
    font-size: 1.5rem;
    padding-top: 7px;
    display: none;
    line-height: 20px;
}

#cartprogresstable #step.active {
	opacity: 0.9;
	display: block;
}

#cartprogresstable #step.complete {
	display: block;
}

@media (min-width: 992px) {
	#cartprogresstable {
		width: 70%;
		margin: auto;
	}
}

#cartprogresstable #step.active {
	background-color: #B7202A;
	color: #ffffff;
}

#cartprogresstable #step.complete {
	background-color: #767676;
	color: #767676;
}

#progressrow {
	background: linear-gradient(
		to bottom,
		#ffffff,
		#ffffff 43%,
		#787878 47%,
		#787878 53%,
		#ffffff 57%,
		#ffffff);
}

.active_day,
.selected_day,
.inactive_day {
	padding: 15px;
	text-align: center;
}

/* WF132947 was #ff0000*/
.selected_day {
	background-color: #e1be57;
}

.selected_day a div {
	color: #ffffff;
	text-align: center;
}

.inactive_day {
	background-color: #d3d3d3;
	border: 1px solid #ffffff;
}
