.select-dropdowns select {
  font-family: "Atlas Grotesk Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.select-dropdowns select {
  font-size: 16px;
  z-index: 1; }

.select-dropdowns {
  float: left;
  height: 50px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .select-dropdowns select {
    background: url("/static/images/bg_body_light_gray_black-desktop.png") no-repeat transparent right top;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0;
    color: #575757;
    display: block;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 62px;
    line-height: 1.2;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .select-dropdowns select {
        background: url("/static/images/bg_body_light_gray_black-mobile.png") no-repeat transparent right top; } }
    .select-dropdowns select:not(.disabled):hover {
      background-color: transparent;
      background-position: right center;
      border-color: #808080;
      color: #000; }
    .select-dropdowns select:not(.disabled):focus {
      background-position: right bottom;
      border-color: #000000; }
    .select-dropdowns select::-ms-expand {
      display: none; }
    .select-dropdowns select:focus {
      outline: none; }
  .select-dropdowns:after {
    color: #000000;
    font-family: 'Christies';
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    content: '\e90b';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 50px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .select-dropdowns:after {
        font-size: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .select-dropdowns {
      min-width: initial; } }
  .select-dropdowns:after {
    width: 50px; }
