.customSelect {
  background: white url(../images/agrupacio/icono-flecha-select.png) no-repeat right center;
  font-size: 16px;
  padding: 6px 10px;
  width: 92%;
  cursor: pointer;
  font-style: italic;
  left: 0; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */ }

.customSelectInner {
  width: 100% !important; }

