/*---------------------------------------
SELECTBOX DROPDOWN
---------------------------------------*/
.country-selector-container .sbHolder {
  width: 155px; }

.sbHolder {
  background-color: #656871;
  font-family: "proxima_nova", Arial;
  font-size: 12px;
  height: 30px;
  position: relative;
  -webkit-appearance: none;
  border: 0 none;
  outline: none; }

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  text-align: left; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #e6e6e6;
  outline: none;
  text-decoration: none; }

.sbToggle {
  background: url(../images/Desktop/sprite-arrows-2.png) 0 -117px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }
  .sbToggle:hover {
    background: url(../images/Desktop/sprite-arrows-2.png) 0 -168px no-repeat; }

.sbToggleOpen {
  background: url(../images/Desktop/sprite-arrows-2.png) 0 -15px no-repeat; }
  .sbToggleOpen:hover {
    background: url(../images/Desktop/sprite-arrows-2.png) 0 -65px no-repeat; }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151; }

.sbOptions {
  background-color: #222;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 155px;
  z-index: 3;
  overflow-y: auto; }
  .sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px;
    text-align: left; }
    .sbOptions a:hover {
      background: #656871;
      color: white; }
  .sbOptions a:link, .sbOptions .sbOptions a:visited {
    color: #ddd;
    text-decoration: none; }
  .sbOptions a:hover,
  .sbOptions a:focus,
  .sbOptions a.sbFocus {
    color: #e6e6e6; }
  .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: #e6e6e6;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px; }
  .sbOptions .sbSub {
    padding-left: 17px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400; }

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

#productSearchAutocomplete {
  background: #70737b;
  margin-right: 10px;
  margin-bottom: 30px;
  height: 65px;
  clear: both; }
  .my-products-container #productSearchAutocomplete {
    margin: 0; }
    .my-products-container #productSearchAutocomplete .pull-right {
      margin-right: 30px; }
  #productSearchAutocomplete .pull-right {
    float: right;
    background: white;
    margin: 13px; }
  #productSearchAutocomplete label {
    font-family: "proxima_nova_ltregular", Arial;
    font-size: 30px;
    line-height: 39px;
    display: block;
    float: left;
    color: white;
    font-style: italic;
    margin: 13px; }
  #productSearchAutocomplete input {
    font-family: "proxima_nova_ltregular", Arial, Arial;
    border: 0 none;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    outline: medium none;
    outline-offset: 0;
    padding: 10px 14px 5px;
    vertical-align: baseline;
    width: 438px; }
  #productSearchAutocomplete a.submit {
    font-family: "proxima_nova_ltregular", Arial;
    color: white;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    height: 40px;
    line-height: 39px;
    height: 40px;
    font-size: 23px;
    vertical-align: baseline;
    background: #4c4e57;
    float: right;
    padding: 0 14px; }

.ui-autocomplete {
  background: #e0e0e0;
  padding: 0;
  border-bottom: 5px solid #6c6c6c;
  -webkit-box-shadow: 0 0 20px #777;
  -moz-box-shadow: 0 0 20px #777;
  box-shadow: 0 0 20px #777; }
  .ui-autocomplete .ui-menu-item a {
    min-height: 48px;
    margin: 0;
    line-height: 48px;
    margin-bottom: 2px;
    display: block;
    font-size: 24px;
    font-family: "proxima_nova_ltregular", Arial;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
    padding: 0 10px; }
    .ui-autocomplete .ui-menu-item a.ui-state-focus {
      margin: 0;
      margin-bottom: 2px;
      font-family: "proxima_nova_ltregular", Arial;
      font-weight: normal;
      background: #e0e0e0; }

.styled-form .form-row {
  padding-bottom: 9px; }
  .styled-form .form-row.error .sbHolder {
    border-color: #aa0000; }
  .styled-form .form-row.error input[type=text] {
    border-color: #aa0000; }
.styled-form .sbHolder {
  background: white;
  border: 1px solid #cacaca; }
.styled-form .sbToggle {
  background: url(../images/Desktop/sprite-arrows-2.png) 0 -686px no-repeat;
  border-left: 1px solid #cacaca; }
.styled-form .sbToggleOpen {
  background: url(../images/Desktop/sprite-arrows-2.png) 0 -584px no-repeat; }
.styled-form .sbOptions {
  border: 1px solid #cacaca;
  background: white; }
  .styled-form .sbOptions a {
    border-bottom: 1px solid #eee;
    color: #555; }
    .styled-form .sbOptions a:hover {
      background-color: #656871;
      color: #fff; }
.styled-form .sbSelector {
  color: #333; }
.styled-form input {
  background: white;
  border: 1px solid #cacaca;
  line-height: 14px;
  font-family: "proxima_nova", Arial;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0;
  color: #333; }
  .styled-form input.med {
    width: 80px; }
  .styled-form input.submit {
    color: white;
    background: #cc0000;
    border-color: #aa0000;
    padding: 8px 18px;
    font-family: "proxima_nova_ltbold", Arial;
    font-size: 13px; }
    .styled-form input.submit:hover {
      cursor: pointer;
      background: #bb0000; }

#search-error {
  color: red;
  clear: left;
  font-family: proxima_nova_ltregular, Arial; }

