/*** Coupons ***/
.couponDetailContainer .printPage {
	font-family: 'Calluna Sans W01 Bold';
	font-weight: normal;
	text-transform: uppercase;
}
.coupons fieldset {
	border-top: 1px solid #DDD6B6;
	border-right: none;
	border-bottom: 1px solid #DDD6B6;
	border-left: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.coupons .search-wrapper.columns {
	padding: 0 15px 0 5px;
}
.coupons input.button {
	background-color: #8c2832;
	color: #FFF;
	border: none;
	padding: 7px;
	width: 100%;
	font-family: var(--font-body-reg);
	font-size: 18px;
	text-transform: uppercase;
	height: 40px;
	border-radius: 2px;
}
.coupons .couponsTop { padding-bottom: 20px;}
.coupons .couponsBottom { }


.coupons .couponFilterContainer .coupons-row { padding: 0 5px; }
.coupons .couponFilterContainer .coupons-row > .columns { padding: 0 0.625rem; }
.coupons .couponFilterContainer .last-row input { margin-bottom: 0; }
.coupons .couponFilterContainer { }
.coupons .coupons-filter { padding: 0 1rem; margin-top: 1.25em; }
.coupons .sortBox {
	position: relative;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #e86000;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.coupons .sortBox .selected:hover {	text-decoration: none; }
.coupons .sortBox span { color: #333; }
.coupons .sortBox .selected {
	font-family: 'Calluna Sans W01 Bold', Arial;
	color: #333;
}

.coupons .couponFilterContainer .dateinput input[type=text] {
	color: #b95915;
	padding: 0 12px;
	border-radius: 0;
	height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	cursor: pointer;
}
.coupons button.ui-datepicker-trigger {
	background: url("/includes/public/iconCal.gif") no-repeat;
	height: 13px;
	width: 15px;
	margin: 10px 0 0 2px;
	padding: 0;
	position: absolute;
	right:-4px;
}
.coupons .couponFilterContainer .dateinput {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
	background-color: #f5f0eb;
	border-radius: 2px;
}
.coupons .couponFilterContainer .dateinput input[type=text] {	padding: 0 0 0 72px; }
.coupons .couponFilterContainer .dateinput input[name=redeemend] { padding-left: 50px;  }
.coupons .couponFilterContainer .dateinput label {
	position: absolute;
	top: 0;
	left: 15px;
	height: 40px;
	color: #6f6f6f;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}
.coupons .couponFilterContainer .dateinput img {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 10px;
}
.coupons .couponFilterContainer [data-sortby] {
	line-height: 0.875rem;
}
.coupons .clear {
	clear: both;
}
.coupons .listingInfo div {
	padding: 0;
}
.coupons .label {
	background-color: transparent;
	color: #746E66;
	font: 16px/16px Arial,Helvetica,sans-serif;
	padding: 0;
}
.couponDetailContainer {}
.couponDetailContainer .item .listingInfo { margin-bottom: 10px; font-weight: bold; font-style: normal;}
.couponDetailContainer a.printPage i { margin-right: 3px; }
.couponDetailContainer img {}
.coupons .hidden { display:none; }

.bottom.shared-layout {
	margin-top: 20px;
}

@media only screen and (max-width: 840px) {
	.coupons .couponsTop > .row > .columns,
	.coupons .couponsBottom > .row > .columns {
		width: 100%;
		text-align: center;
	  	float: none;
  		height: 45px;
		line-height: 45px;
	}
	.coupons .couponsTop > .row > .columns > div,
	.coupons .couponsBottom > .row > .columns > div {
		text-align: center; height: 45px; line-height: 45px;
	}
	.coupons .couponsTop > .row > .columns.map-col {
		height: 54px; line-height: 54px;
	}
	.coupons .couponsBottom > .row > .columns.map-col,
	.coupons .couponsBottom > .row > .columns.sort-col {
		display: none;
		border: 1px solid red;
	}
}
@media only screen and (max-width: 641px) {
	.coupons .couponFilterContainer .search-wrapper {
		padding-top: 1.25em !important;;
		width: 100%;
		text-align: center;
	}
}


.help-text {text-align: center;}
.reset-filters {
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
.reset-filters .reset-link {}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.reset-filters {
		text-align: right;
		float: right;
		padding-right: 15px;
		position: relative;
		top: -15px;
		margin-top: 0;
	}
	.help-text {text-align: left;}
}

.filters-form input[type="text"],
.filters-form select {
	margin-bottom: 20px !important;
}
.filters .filters-form .fa {
	right: 30px !important;
}
.mfp-iframe-scaler iframe {
	background-color: #fff !important;
}
@media only screen and (max-width: 641px) {
	.filters-form select {
		margin-bottom: 10px !important;
	}
}
.coupons.shared-list .sort-type { display: none; }
.coupons.shared-list.show-distance-sort .sort-type {display: block;}