.custServiceTemplate div.emailSvc>div.city{
	width:362px;
	}
.custServiceTemplate div.emailSvc>div.state{
	clear:both;
	width:80px;
	margin-left: 0px;
}
.custServiceTemplate div.emailSvc>div.zip {
	margin: 0px 25px 0px 17px;
}
.custServiceTemplate div.emailSvc>div.phone {
	width: 174px;
}

/* PDP sale and promo color */
.sf-u-color-sale,
.color-refine-promo.sf-u-color-sale * { 
	color: var(--color-red-60)!important;
	font-style: normal!important;
}

/* prevent content asset img from extending beyond available width: */
.optImg img {
	max-width: 100%;
	height: auto;
	display: block;
}
