/*
## promoted options
********************************************************************/
.warningMessage {
	background: #FFFFC4;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	font-size: .795rem;
	box-shadow: 0 0 0 5px #FFFFC4;
	font-weight: 700;
	text-align: center;
	color: #C90400;
}

.promotedOptionsWrapper {
	float:left;
	clear:both;
	margin: .7em 0 0 0
}

.promotedOptions {
	width: 100%;
	float: left;
	clear: both;
}
.promotedOptions-autoHeight{
	overflow:hidden;
}
.promotedOptions .optionImage {
	float: left;
	display: inline;
	width: 20%
}

.promotedOptions .optionImage img {
	width: 100%
}

.promotedOptions .checkboxOptions {
	float: left;
	display: inline;
	width: 7%
}

.promotedOptions .checkboxText {
	font-size: 0.8em; float : left;
	display: inline;
	width: 70%;
	float: left;
	overflow: hidden;
	padding: 0.2em 0;
}

#longscroll-subseries .promotedOptions-autoHeight{
	border-top:1px solid #ddd;
	width:100%;
}
#longscroll-subseries .promotedOptions{
	text-align:left;
	padding:0 5%;
	border-bottom:1px solid #ddd;
}

#longscroll-subseries .promotedOptions .checkboxText {
	font-size: 0.9rem;
	line-height:1.2rem;
	width:85%;
	margin-left:0.5em;
	word-wrap: break-word;
}

.promotedOptions .checkboxText label {
	font-weight: normal;
}

.promotedOptionsWrapper .heading {
	float: left;
	clear: both;
	width: 100% color: black !important;
	font-size: 0.7rem !important;
	font-weight: 700;
}

.potentialSavings {
	float: left;
	clear: both;
	width: 100%;
	color: #cf2a23;
	font-size: 0.8rem;
	font-weight: 700;
}

.potentialSavings .label {
	color: black !important;
	font-size: 0.8rem !important;
}

.promotedOptionsWrapper .heading {
	font-size: 0.9em;
}

.potentialSavings {
	clear: both;
	font-size: 0.8em;
	color: #cf2a23;
	font-weight: bold;
	padding-top: 10px;
}

.potentialSavings .label {
	color: #000;
	font-size: 100%;
	padding: 0 5px 0 0;
}

ul.promotedOptions {
	list-style: none;
	margin: 0;
	padding: 0;	
	font-size: 0.8em;
}

ul.promotedOptions li {
    float:left;
    clear: both;
}

.ecouponToolTip{
margin-top: -20px; 
margin-left: 0;
}

.ecouponToolTipLegacy{
	position: absolute;
	margin-top: -20px; 
	margin-left: 37px;
}
@media screen and (max-width: 46.875em) {
	#longscroll-subseries .promotedOptions-autoHeight {
		border-top: none;
	}
}
