/** Shopify CDN: Minification failed

Line 143:1 Unexpected "/"

**/
/*

Uniform Theme: #YOUR THEME NAME HERE#
Version: #VERSION NUMBER HERE#
By: #YOUR NAME HERE#
License: #THEME LICENSE HERE#
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span {
  background-image: url( '/cdn/shop/t/2/assets/img-dark-select_sprite_small.png?v=49895688896824873251494310689' );
  background-repeat: no-repeat;
}

.selector, 
.selector * {
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -150px;
  line-height: 30px;
	height: 30px;
}

div.selector span {
  background-position: right 0px;
  height: 30px;
	line-height: 30px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
	text-align:left !important;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -180px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -30px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -210px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -60px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -240px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -90px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -270px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -120px;
}


/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 20px;
  width: 190px;
}

div.selector select {
  width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  width: 158px;
}
.light div.selector span {
	color: #666;	
  text-shadow: 0 1px 0 #fff;
}
.dark div.homeselector span{
	color: #637479;	
}

div.selector.disabled span {
	color: #bbb;
}


CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;
  background: #fff;
}