#cdad_search_form {
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #cdad_search_form #cdad_search_select_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #cdad_search_form #cdad_search_select_container .custom_select {
      width: 48%;
      height: 37px;
      margin: 1em 0;
      border: none;
      background: #FFF;
      background-image: url("../../img/arrow.png");
      background-repeat: no-repeat;
      background-size: 0.8em 1em;
      background-position: 95% 52%; }
    #cdad_search_form #cdad_search_select_container select {
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0);
      border: none;
      text-align-last: center;
      -webkit-appearance: none;
      -moz-appearance: none; }
      #cdad_search_form #cdad_search_select_container select option:disabled {
        display: none; }
  #cdad_search_form button {
    width: 200px;
    margin: 1em 0;
    padding: 0.5em 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: #DE5661;
    color: #FFF; }

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