/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
	background-color: #f2f1f1;
	border: none;
	font-weight: normal;
/* 	height: 35px; */
	position: relative;
	width: 100%;
}
#product-options-wrapper .selectricWrapper {
	background: none;
/* 	height: 28px; */
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #fff;
  position: relative;
}
.my-account div.gigya-screen .selectric,
.my-account .selectric {
	background: #f2f1f1;
}
#product-options-wrapper .selectric {
	background: none !important;
	border: 1px solid #cdcdcd;
	height: 30px;
	font-size: 13px;
}
.selectric .label,
.my-account div.gigya-screen .selectric .label,
.my-account .selectric .label {
	display: block;
	white-space: nowrap;
	height: 35px;
	left: 0;
	line-height: 35px;
	outline: none;
	overflow: hidden;
	text-indent: 5px;
	width: 90%;
	color: #616060;
	margin: 0 30px 0 0;
	padding: 0 5px;
}
.selectric .label span.placeholder
{
    color: #bebebe;
}
#product-options-wrapper .selectric .label {
	height: 28px;
	line-height: 28px;
	color: #000 !important;
}
.selectric .button {
	background: #fff;
	display: block;
	height: 35px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}
.selectric .button:after {
	content: "";
	background: url(../images/select_arrow.png) 0 0 no-repeat;
	position: absolute;
	border-left: 1px solid #f1f1f1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.my-account .selectric .button:after,
.my-account div.gigya-screen .selectric .button:after,
.my-account .selectric .label:after {
	background: url(../images/select_arrow2.png) 0 0 no-repeat;
	border-left: 1px solid #fff;
}
#product-options-wrapper .selectric .button {
	cursor:pointer;
	height: 28px;
	width: 24px;
	border-left: 1px solid #cbcbcb;
	text-indent: -900000px;
	background: none;
}
#product-options-wrapper .selectric .button:before {
	content: " ";
	width: 6px;
	height: 12px;
	background-position: -64px -20px;
	background-repeat: no-repeat;
	background-size: 320px 320px;
	background-image: url("../images/sprite_lv.png");
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	top: 9px;
	left: 9px;
	position: absolute;
}
#product-options-wrapper .selectric .button:after {
	background: none;
}

.glc .selectric,
.glc .selectric .button {
	height: 33px;
	line-height: 33px;
}

.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;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	z-index: 9999;
}
.selectricOpen.selectricAbove .selectric {
  border-top-width: 0;
  border-bottom-width: 2px;
}
.selectricOpen.selectricAbove .selectricItems {
  border-bottom-width: 0;
  border-top-width: 2px;
}

#product-options-wrapper .selectricOpen .selectricItems {
	background: #f8f8f8;
	border: 1px solid #cbcbcb;
	border-top: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#product-options-wrapper .selectricOpen .selectricItems li {
	border-bottom: 1px solid #cbcbcb;
	color: #000;
}
#product-options-wrapper .selectricOpen .selectricItems li:last-child {
	border-bottom: none;
}
#product-options-wrapper .selectricOpen .selectricItems li:hover {
	background: #dcdcdc;
}

.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;
}

#product-options-wrapper .selectricItems {
	background: #f8f8f8;
	border: 1px solid #cbcbcb;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li,
.my-account div.gigya-screen .selectricItems ul,
.my-account div.gigya-screen .selectricItems li,
.my-account .selectric .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectricItems li,
.my-account div.gigya-screen .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: #f2f2f2;
	color: #616060;
}
.my-account div.gigya-screen .selectricItems li:hover,
.my-account .selectricItems li:hover {
	background: #b4b3b3;
}

#product-options-wrapper .selectric li:hover {
	background: #dcdcdc;
	color: #616060;
}
