input[type=range] {
  height: 37px;
  -webkit-appearance: none;
  margin: 0 0 0 0;
  width: 100%;
  position:relative;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #041146;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #041146;
  border: 1px solid #041146;
  height: 30px;
  width: 18px;
  border-radius: 17px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #041146;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #041146;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #041146;
  border: 1px solid #041146;
  height: 30px;
  width: 18px;
  border-radius: 17px;
  background: transparent;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #041146;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #041146;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 1px #041146;
  border: 1px solid #041146;
  height: 30px;
  width: 18px;
  border-radius: 17px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #041146;
}
input[type=range]:focus::-ms-fill-upper {
  background: #041146;
}


.product-range{
	position: relative; 
	margin: 0%;
}


.product-range-name{
	position: relative;
}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
	.product-range-name{
	margin-top: 5%;
	}	
}

/* Mobile Styles */
@media only screen and (max-width: 960px) {
	.product-range-name {
	margin-top: 5%;
	}
	.product_search_ranges{
	margin: 0  2% 15% 2%;
	}
} 
	.product-search-range {
	border: 1px solid transparent; /*follows #slider2 style for sizing purposes */
	width: 100%; 
	position: absolute; 
	margin: 0 0 20% 0;
	height: 30px;
	top: 75%;
	z-index: -1;
	}
	.tick { 

		position: absolute;
		width: 1.2em;

		text-align:center;
		left: 0;
	}

