.selectBox-dropdown {
    background: transparent;
    border: 1px solid #ACACAC;
    border-radius: 25px;
    min-width: 80px;
    height: 45px;
    padding: 15px 20px 15px 25px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}
@media all and (max-width: 768px) {
    .selectBox-dropdown {
        min-width: 100%;
    }
}

.selectBox-dropdown .selectBox-label {
    overflow: unset;
    padding: unset;
}
.selectBox-dropdown-menu {
    background: white;
    box-shadow: unset;
}
.selectBox-options.selectBox-options-bottom {
    border-top: solid 1px #BBB
}
.selectBox-dropdown .selectBox-arrow {
    transition: all .2s ease-in ;
    /*top: 3px;*/
    right: 9px;
    border-left: unset;
    background: url('/images/svg/select-arrow.svg') 50% center no-repeat;
    opacity: 0.25;
}
.selectBox-menuShowing .selectBox-arrow  {
    transition: all .2s ease-in;
    transform: rotate(180deg);
    opacity: 1;
}
.selectBox-dropdown .selectBox-label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;

    color: #515253;
}
.selectBox-options LI A {
    padding: 5px 10px;
}
@media all and (min-width: 1024px) {
    .selectBox__display {
        margin-right: 20px;
    }
}
.selectBox__display label {
    padding-right: 5px;
}


/* ------------ CUSTOM SETTINGS ------------ */
/*$grid-columns:                12 !default;*/
/*$grid-row-columns:            6 !default;*/
/* WIDTHS */
@media screen and (max-width: 1920px) {
  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1440px) {
  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .w-md-20 {
    width: 20% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}

/* ------------ END CUSTOM ------------ */

/*# sourceMappingURL=custom.css.map */
