.csf-form-wrapper {
  background-color: #d5d5d5;
  padding: 1em;
  margin-bottom: 20px;
}

.csf-searchform {
  padding: 1em;
  background-color: #fff;
  font-size: 16px;
}

.csf-searchform .csf-searchform-row {
  margin-bottom: 1.5em;
}

.csf-searchform > .csf-searchform-row:last-child {
  margin-bottom: 1em;
}

.csf-searchform select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.csf-searchform select::-ms-expand {
  display: none;
}

.csf-searchform .csf-searchform-row__select-wraper::before {
  border-top: 8px solid #4865c5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  right: 10.5px;
  top: 11px;
  width: 0;
}

.csf-searchform input[type="text"] {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

.csf-searchform-row__label {
  font-weight: bold;
  font-size: 1.25em;
  display: block;
  padding: 0 0 .5em;
  margin-bottom: 0;
}

.csf-searchform-row__text {
  width: 100%;
  padding: .3em .5em;
  margin-left: 0;
  margin-right: 0;
}

.csf-searchform-row__text ::-webkit-input-placeholder {
  color: #d5d5d5;
}

.csf-searchform-row__text :-ms-input-placeholder {
  color: #d5d5d5;
}

.csf-searchform-row__text ::-ms-input-placeholder {
  color: #d5d5d5;
}

.csf-searchform-row__text ::placeholder {
  color: #d5d5d5;
}

.csf-searchform-row--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.csf-searchform-maker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin-right: 7%;
}

.csf-searchform-category {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.csf-searchform-row__select {
  padding: .3em .5em;
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

.csf-searchform-row__select-wraper {
  position: relative;
}

.csf-searchform-row__select-wraper--initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  margin-right: 5%;
}

.csf-searchform-row__select-wraper--maker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}

.csf-searchform-row__select-wraper--parent-category {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin-right: 5%;
}

.csf-searchform-row__select-wraper--category {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.csf-searchform-submit {
  padding: .5em 2em;
  border: none;
  color: #fff;
  background-color: #4865c5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.csf-searchform-submit .material-icons {
  color: #fff;
  margin-right: .25em;
}

.csf-searchform-submit span:nth-child(2) {
  line-height: 0;
}

@media screen and (max-width: 480px) {
  .csf-searchform-row--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .csf-form-wrapper {
    padding: .5em;
  }
  .csf-searchform-row__label {
    padding: 0;
  }
  .csf-searchform {
    padding: .5em;
  }
  .csf-searchform .csf-searchform-row {
    margin-bottom: 1em;
  }
  .csf-searchform-maker {
    margin: 0;
  }
  .csf-searchform-row__select-wraper--initial {
    margin-bottom: .5em;
    margin-right: 0;
    max-width: 200px;
  }
  .csf-searchform-row__select-wraper--parent-category {
    margin-bottom: .5em;
    margin-right: 0;
  }
}