
.woocommerce a.selectBox {
  background: #fff;
  min-width: 100px;
  margin-right: 10px;
  color: inherit
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
  border-bottom: 1px solid #bbb!important
}

.woocommerce a.selectBox:hover {
  color: inherit
}

.woocommerce a.selectBox:focus {
  border: 1px solid #ccc
}

.selectBox-dropdown .selectBox-label {
  vertical-align: middle;
  padding: 3px 8px
}

.selectBox-dropdown .selectBox-arrow {
  border: none;
  background: url(/vistas/img/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  background: url(/vistas/img/jquery.selectBox-arrow.png) center left no-repeat
}

.selectBox-dropdown-menu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px;
  font-size: 80%
}

.selectBox-dropdown-menu li a {
  color: inherit;
  padding: 5px 8px;
  border-radius: 3px
}

.selectBox-dropdown-menu a:hover {
  color: inherit;
  text-decoration: none
}

select.selectBox.change-wishlist {
  max-width: 100px
}

.selectBox.change-wishlist {
  width: auto!important
}

.change-wishlist-selectBox-dropdown-menu {
  width: auto!important
}
