 
.sbHolder{
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #99693d;
	text-transform: uppercase;
}
 
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	padding: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(https://www.origenliving.in/wp-content/uploads/2021/07/dropdown-arrow.png) 0px 0px no-repeat;
    display: block;
    height: 20px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 15px;
    background-size: 100% auto;
    transform: translateY(45%);
}
.sbToggle:hover{
	background: url(https://www.origenliving.in/wp-content/uploads/2021/07/dropdown-arrow.png) 0px 0px no-repeat;
}

.sbToggleOpen{
	background: url(https://www.origenliving.in/wp-content/uploads/2021/07/dropdown-arrow.png) 0px 0px no-repeat;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 15px;
	background-size: 100% auto;
	transform: translateY(45%);
}
.sbToggleOpen:hover{
	background: url(https://www.origenliving.in/wp-content/uploads/2021/07/dropdown-arrow.png) 0px 0px no-repeat;
}
.sbHolderDisabled{
	background-color: #00212b;
	border: solid 1px #00212b;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;
	border: solid 1px #99693d;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	border-radius: 3px;
}
.sbOptions li{
	padding: 0 10px;
	/* font-size: 1.15rem; */
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions li:not(:last-child) a{
    border-bottom: solid 1px #99693d;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}