/* custom inventory search */

/* 	INV SEARCH  */
.home-search {
	float: right;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    position: relative;
    background: rgba(192, 192, 192, .7);
    padding: 1.5rem;
    box-shadow: 1px 1px 1px rgba(42,42,42,0.25);
}
.home-search h3 {
    display: block;
    background: none;
    color: #ad151d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0!important;
    text-shadow: 0px 1px 1px rgba(42,42,42,0.25);
}
.home-search form{margin: 25px 0;}
.home-search form label{display: block; font-weight: 700; margin-top: 10px; padding: 0 5px; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif;}
.home-search .formfield {margin: 5px;}
.home-search form select, .search form input[type="text"]{display: block; width: 100%; padding: 10px; font-family: 'Roboto', sans-serif; border: 1px #ddd solid; font-size: 14px;}
.home-search form input[type="submit"]{
	background: #ad151d;
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.home-search form input[type="submit"]:hover {
	background: #000;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	color: #fff;
}
.home-search .row{margin-bottom: 15px;}

/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #ad151d !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #ad151d; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 700;}
.example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*----------DETAILED SEARCH
.col {display:inline-block; width:100%; margin:.5% .15%;}
.col_last {display:block; width:150px; text-align: center; margin: 0 auto; margin-top: 10px;}
.col select {display: inline-block; width: 100%; height: 40px; padding: 0 10px; font-size: 14px;}

.detailed-search-wrap {
	float: right;
	font-family: 'Roboto Condensed', sans-serif; 
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	display: inline-block;
	position: relative;
	background: rgba(192, 192, 192, .5);
	padding: 2rem;
	box-shadow: 1px 1px 1px rgba(42,42,42,0.25);
}

.content {
	width: 100%;
	margin: 0 auto;
}

.detailed-search-wrap h4 { 
	color: #a6aeb2;	
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight:400;
	text-transform: uppercase;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	width: 100%;
	display: inline-block;
}
.detailed-search input[type='submit'] {
	background: #ad151d;
	width: 100%;
	line-height: 30px;
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	cursor: pointer;
}
.detailed-search input[type='submit']:hover{
	background: #000;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	color: #fff;
}

.detailed-search input[type='text'] {
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.detailed-search-wrap section {
  display: none;
}

label#title {
	width: 100%;
	display: inline-block;
	background:none; 
	color:#ad151d;
	font-size:18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif; 
	padding:0!important;
	text-shadow: 0px 1px 1px rgba(42,42,42,0.25);
}

label#title:hover {
	cursor: default;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

form.detailed-search {margin-top: 15px}----------------------------*/


/************* MEDIA QUERIES (RWD)
*********************************/
@media screen and (max-width: 1200px) {
	.home-search {float: none; width: 100%; display: block;}
}

@media screen and (max-width: 500px) {
	.home-search {padding: 1em; max-width: 300px;}
}


