@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF; 
	border: 1px solid #f0f0f0;	
	font-size: 14px;
	font-weight: normal;
	height: 47px;
	position: relative;
	width: 100%;
    max-width:350px;
   font-family: 'ProximaNova-Bold';
   margin:40px 0 34px 0;
  
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 47px;
	left:10px;
	line-height: 44px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
    max-width:347px;
    text-transform:uppercase;
  color:#323334;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #323334;
	outline: none;
	text-decoration: none;
}
.sbToggle{
  background: url(//cdn.shopify.com/s/files/1/0295/9057/t/66/assets/dropdown-arrow1.png?9121904891813855866) 0 0 no-repeat;
	display: block;
	height: 42px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
}
.sbToggle:hover{
	 background: url(//cdn.shopify.com/s/files/1/0295/9057/t/66/assets/dropdown-arrow1.png?9121904891813855866) 0 0 no-repeat;
}
.sbToggleOpen{
	 background: url(//cdn.shopify.com/s/files/1/0295/9057/t/66/assets/dropdown-arrow1.png?9121904891813855866) 0 0 no-repeat;
}
.sbToggleOpen:hover{
	 background: url(//cdn.shopify.com/s/files/1/0295/9057/t/66/assets/dropdown-arrow1.png?9121904891813855866) 0 0 no-repeat;
}
.sbHolderDisabled{
	background-color: #FFF;
	border: solid 1px #323334;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	border: 1px solid #f0f0f0;
	list-style: none;
	left: -1px;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 30px;
	    min-width: 100%;
    max-width: 350px;
    z-index: 1;
    overflow-y: auto;
    margin-top: -4px !important;
    width: 350px;
}
.sbOptions li{
	padding: 0 7px;
    margin:0;
}
.sbOptions li:last-child a {
  border-bottom:none;
}

.sbOptions a{
	border-bottom: solid 1px rgba(0,0,0,0.2);
	display: block;
	outline: none;
	padding: 10px 0;
    text-transform:uppercase;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #323334;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #323334;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 2px #323334;
	color: #323334;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #323334;
	color: #323334;
	display: block;
	font-weight: normal;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}