
/* GLOBALS */


#grid-sort-control { z-index: 1200; }

.faux-select {
	/* Size & position */
	position: relative;
	width: auto;
	min-height: 36px;
	height: auto;
	margin: 0 0;
	padding: 0 0rem 0 0rem;
	overflow: hidden;
	/**/
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 36px;
	text-align: left;
	/* Styles */
	background: #eeecec;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	cursor: pointer;
	outline: none;
	/**/
	display: block;
	float: left;
	clear: both;
}

.faux-select:after { /* Little arrow */
	content: url("/images/icons/dd-arrow-icon.png");
	width: 15px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 0px;
}

.custom-select-control:focus-within .faux-select:after,
.faux-select.active:after {
	/* Little arrow */ content: url("/images/icons/dd-arrow-icon-open.png");
}

.faux-select .dropdown {
	position: absolute;
	position: relative;
	top: 100%;
	background: #eeecec;
	border: 0px solid #eeecec;
	list-style: none;
	height: 0;
	/* overflow: hidden; */
	margin: 0 0 0 0;
	position: absolute;
	width: 100%;
}

.faux-select .dropdown .faux-li {
	padding: 0 0 0 0;
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	max-width: none !important;
	min-width: inherit !important;
	height: auto;
	border-top: 1px solid #d7d7d7;
	clear: both;
}

.custom-select-control:focus-within .faux-select .dropdown .faux-li,
.faux-select.active .dropdown .faux-li {
}

.faux-select .dropdown .faux-li a {
	font-size: 0.8125rem;
	font-weight: normal;
	text-align: left;
	background: #eeecec;
	text-decoration: none;
	color: #4a4a4a;
	position: relative;
	display: block;
	padding: 0rem 1rem 0rem .5rem;/*border: red 1px solid;*/
}

.faux-select .dropdown .faux-li:last-of-type { border-bottom: none; }

/* Hover state */

.faux-select .dropdown .faux-li:hover a {
	color: #4a4a4a;
	background-color: #DDE2E7;
}

/* Active state */

.custom-select-control:focus-within .faux-select,
.faux-select.active {
	background: #eeecec;
	box-shadow: none;
	border-bottom: none;
	color: #4a4a4a;
	overflow: visible;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.faux-select .faux-select-prompt {
	display: block;
	padding: 0rem .5rem 0rem .5rem;
	margin-right: 2rem;
	min-width: 100px;
}

.custom-select-control:focus-within .faux-select:after,
.faux-select.active:after {
	border-color: #eeecec transparent;
}

.custom-select-control:focus-within .faux-select .dropdown,
.faux-select.active .dropdown {
	border-top: 1px solid #eeecec;
	border-bottom: 0px solid #eeecec;
	max-height: none;
	z-index: 100;
	width: auto;
	height: auto;
	/*right: 0;*/
	padding: 0;
	margin: 0;
	/*left: inherit;*/
	border: 0;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	width: 100%;
}

/* -------------------------------------------- */

.popup-inlineform {
	float: left;
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 1rem 0;
}

.popup-inlineform .section-box {
	float: left;
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 1rem 0;
	position: relative;
	clear: both;
}

.popup-inlineform .halfwidth {
	float: left;
	width: 45%;
	max-width: 150px;
	display: inline-block;
	margin: 0 1rem 0 0;
	position: relative;
	clear: none;
}

.nlsub-content .legal-msg {
	width: 100%;
	clear: both;
	display: block;
	margin: 1rem 0;
	position: relative;
	border-top: 1px solid #D7D7D7;
	padding: 1rem 0 0 0;
	float: left;
}

.nlsub-content .legal-msg .noth3,
.nlsub-content .legal-msg h3 {
	font-size: 0.675rem;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;  /* Brand Font */
	margin-bottom: .5rem;
}

.nlsub-content .legal-msg p {
	font-size: 0.675rem;
	text-transform: none;
}

.button-fw {
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	float: left;
}

.button-fw .item-cta a {
	display: block;
	text-align: center;
}

.nlsignup-confirmation-msg { display: none; }

.nlsignup-confirmed .nlsignup-confirmation-msg { display: block; }

div#item-buy-now img { float:none; display:inline-block; }