.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15px;
  color: #323232;
}

.accordion-counter {
  font-size: 12px;
  line-height: 166%;
  text-align: center;
  letter-spacing: 0.4px;
  border: 1px solid #323232;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 7px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.accordion-counter.remove {
  background: #000;
  border-color: #000;
  position: relative;
}

.accordion-counter .minus-icon {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion-counter .minus-icon i {
  color: #fff;
}
/*# sourceMappingURL=AccordionHeader.css.map */