.dk-select, 
.dk-select-multi {
	position: relative;
	display: inline-block;
	width:100%;
	cursor: pointer;
	line-height:50px;
	font-size:20px;
	color:#7f8c8d;
	outline:none;
	border:1px solid #444a4d;
	padding:0 6px 0 12px;
	background:#fff;
 } 
 .form_field .dk-select,
 .form_field .dk-select-multi {
	padding:0 10px 0 15px;
	text-align:left;
	line-height:38px;
	font-size:22px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
 .form_field .product_select_full .dk-select,
 .form_field .product_select_full .dk-select-multi {
	 padding:0 10px 0 10px;
 }
.form_field .dk-select-open-down {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
 .product_cart_column .dk-select,
 .product_cart_column .dk-select-multi {
	padding:0 2px 0 0;
	text-align:center;
	line-height:30px;
	font-size:18px;
}
.dk-selected {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color:#fff;
	padding:0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background:url(../images/bgr_select.png) no-repeat right center;
	height:50px !important;
	padding-right:40px;
}
.dk-selected:before, 
.dk-selected:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	display:none;
}
.dk-selected:before {
	top: 50%;
	border: solid transparent;
	border-width: 0.25em 0.25em 0;
	border-top-color: #CCCCCC;
	margin: -0.125em 0.5em 0 0; 
}
.dk-selected:after {
	top: 0;
	height: 100%;
	border-left: 1px solid #CCCCCC;
	margin: 0 1.5em 0 0; 
}
.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; 
 }
.dk-select-open-up .dk-select-options {
  border-radius:0;
  margin-bottom: -1px;
  bottom: 100%; 
}
.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin:0
  top:100%; 
}
.dk-select-multi .dk-select-options {
}
.dk-select-options {
	background-color:#fff;
	border:none;
	border-radius:0;
	list-style: none;
	margin: 0;
	min-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding:0;
	width: auto;
	z-index: 100;
	color:#7f8c8d;
	border:1px solid #444a4d !important;
	border-top:none !important;
	margin:0 -1px;
	font-size:20px;
}
.dk-option-selected {
	background-color: #bed63f !important;
	color: #fff !important; 
}
.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit; 
}
.dk-option {
	padding:3px 5px 3px 10px;
	line-height:normal;
}
.dk-select-options .dk-option-highlight {
	background-color: #bed63f !important;
	color: #fff !important; 
}
.dk-select-options .dk-option-disabled {
	color: #fff;
	background-color: transparent; }

.dk-optgroup {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 0.25em 0;
	margin-top: 0.25em; }
.dk-optgroup + .dk-option {
	margin-top: 0.25em; }
.dk-optgroup + .dk-optgroup {
	border-top-width: 0;
	margin-top: 0; }
.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0; }
.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0; }

.dk-optgroup-label {
	padding: 0 0.5em 0.25em;
	font-weight: bold;
	width: 100%; }

.dk-optgroup-options {
	list-style: none;
	padding-left: 0; }
.dk-optgroup-options li {
	padding-left:0; 
}
.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #dad3cd; }

.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #dad3cd; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
	border-width: 0 0.25em 0.25em;
	border-bottom-color: #dad3cd; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
	border-left-color: #dad3cd; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
	display: block;
	border-color: #dad3cd; }

.dk-select-multi:hover, .dk-select-multi:focus {
	outline: none; }

.dk-selected:hover, .dk-selected:focus {
	outline: none;
	border-color: #dad3cd; }
.dk-selected:hover:before, .dk-selected:focus:before {
	border-top-color: #dad3cd; }
.dk-selected:hover:after, .dk-selected:focus:after {
	border-left-color: #dad3cd; }

.dk-select-disabled {
	opacity: 0.6;
	color: #BBBBBB;
	cursor: not-allowed; }
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
	border-color: inherit; }
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
	border-top-color: inherit; }
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
	border-left-color: inherit; }
select[data-dkcacheid] {
	display: none; }
