/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
	background-color: #f2f1f1 !important;
	font-weight: normal;
/* 	height: 35px; */
	position: relative;
	border: 1px solid #cdcdcd;
	width: 100%;
}

.toolbar .selectricWrapper,
.toolbar_actions .selectricWrapper,
.product-options .selectricWrapper {
	border: none;
	background-color: #e2e2e1 !important;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #fff;
  position: relative;
}
.selectric .label,
.my-account .selectric .label {
	display: block;
	white-space: nowrap;
	left: 0;
	outline: none;
	overflow: hidden;
	text-indent: 5px;
	margin: 0 50px 0 0;
	padding: 0 5px;
	height: 45px;
	line-height: 45px;
	color: #313131 !important;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
.toolbar .selectric,
.toolbar_actions .selectric,
.product-options .selectric {
	background: #e2e2e1;
}
.toolbar .selectric .label,
.toolbar_actions .selectric .label {
	height: 40px;
	line-height: 40px;
}
.product-options .selectric .label {
	height: 50px;
	line-height: 50px;
}

.selectric .label span.placeholder {
    color: #666;
}
.selectric .button {
	background: #fff;
	display: block;
	height: 38px;
	outline: none;
	position: absolute;
	right: 0;
	top: 3px;
	width: 45px;
	line-height: 43px;
	padding: 0;
}
.selectric .button:after {
	content: "";
	position: absolute;
	border-left: 1px solid #cdcdcd;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.toolbar .selectric .button,
.toolbar_actions .selectric .button,
.product-options .selectric .button {
	top: 0;
	height: 40px;
	width: 40px;
	background: #e2e2e1;
}
.product-options .selectric .button {
	height: 50px;
	width: 50px;
	line-height: 48px;
}

.toolbar .selectric .button:after,
.toolbar_actions .selectric .button:after,
.product-options .selectric .button:after {
	border-left: 2px solid #f2f2f2;
}

.selectricHover .selectric {
  border-color: #CCC;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectricItems {
	display: block;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-top: none;
	z-index: 9999;
	text-align: left;
}
.toolbar .selectricOpen .selectricItems,
.toolbar_actions .selectricOpen .selectricItems,
.product-options .selectricOpen .selectricItems {
	background-color: #e2e2e1;
	border: none;
}

.selectricOpen.selectricAbove .selectric {
  border-top-width: 0;
  border-bottom-width: 2px;
}
.selectricOpen.selectricAbove .selectricItems {
  border-bottom-width: 0;
  border-top-width: 2px;
}
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: none;
  z-index: -1;
  padding: 0;
}
.my-account .selectricItems {
	background: #f2f1f1;
}

.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li,
.my-account .selectric .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectricItems li,
.my-account .selectric .selectricItems li {
	display: block;
	color: #616060;
	cursor: pointer;
	padding: 5px 10px;
	width: auto !important;
	margin: 0 !important;
	height: auto !important;
	line-height: 20px;
	float: none !important;
}
.selectricItems li.selected {
  color: #444;
}
.selectricItems li.disabled {
  color: #BBB;
  cursor: default;
}
.selectricItems li:hover {
	background: #cecece;
	color: #616060;
}
.my-account .selectricItems li:hover {
	background: #b4b3b3;
}

