.select-desktop-white {
  position: fixed;
  z-index: 5;
  top: 120px;
  height: 112px;
  width: 100% !important;
  left: 0;
  right: 0;
  background-color: #fff;
}

.select-desktop {
  z-index: 10;
  position: fixed;
  padding: 0 !important;
  background-color: #f2f1ef;
}

.pushed .select-desktop, .pushed .select-desktop-white {
  z-index: 0;
}

.select-desktop .current {
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 50px;
  color: #484848;
  padding: 25px 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.scrolled .select-desktop .current {
  width: auto !important;
  font-size: 20px;
  padding: 20px 25px;
}
@media screen and (min-width: 768px) {
  .select-desktop .current, .select-desktop-white {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .select-desktop .current, .select-desktop-white {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .select-desktop .current, .select-desktop-white {
    width: 1140px;
  }
}

.select-desktop .current i {
  float: right;
  margin: 10px 0;
  font-size: 35px;
  color: #df5952;
  transition: all 0.05s ease-in-out;
}
.scrolled .select-desktop .current i {
  margin: 0 0 20px 20px;
  font-size: 20px;
}
.select-desktop.opened i {
  transform: rotate(-180deg);
}

.select-desktop .options {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.select-desktop .options li a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 60px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 22px;
  color: #484848;
  background: transparent;
  transition: all 0.05s ease-in-out;
}
.scrolled .select-desktop .options li a {
  padding: 0 20px;
  font-size: 18px;
}

.select-desktop .options li a:hover {
  color: #fff;
  background-color: #df5952;
  cursor: pointer;
}

/*.select-mobile .chosen-container {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .select-mobile .chosen-container {
    width: 720px !important;
  }
}
@media screen and (min-width: 992px) {
  .select-mobile .chosen-container {
    width: 940px !important;
  }
}
@media screen and (min-width: 1200px) {
  .select-mobile .chosen-container {
    width: 1140px !important;
  }
}
.select-mobile .chosen-single {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  height: 50px !important;
  line-height: 50px !important;
  background-color: #f2f1ef !important;
  font-family: 'interstateCond' !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  text-align: center !important;
}

.select-mobile .chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #f2f1ef !important;
}

.select-mobile .chosen-container .chosen-single b {
  display: none !important;
}*/

.select-mobile {
  display: block;
  height: 50px;
  width: 100%;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  text-indent: 10px;
  background-color: #f2f1ef;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
  text-align-last: center;
}

.select-mobile option {
  white-space: pre-wrap;
  font-size: 1px;
}
