.store-rating {
  border: solid 1px #D2DCDE;
  border-radius: 10px;
  background-color: #F7FAFB;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  width: 95%;
  padding: 15px;
}

@media (max-width: 767px) {
  .store-rating .progress {
    max-width: calc(100% - 10px) !important;
  }
}

.store-rating > div:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .store-rating > div:first-child {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .store-rating > div:first-child {
    margin-right: 10px;
  }
}

.store-rating > div:last-child {
  padding-top: 4px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .store-rating > div:last-child {
    max-width: calc(100% - 70px);
    margin-left: 10px;
  }
}

@media (width: 768px) {
  .store-rating > div:last-child {
    max-width: calc(100% - 60px);
    margin-left: 10px;
  }
}

@media (width: 1024px) {
  .store-rating > div:last-child {
    max-width: calc(100% - 76px);
    margin-left: 10px;
  }
}

.store-rating > div:last-child .progress {
  background: #EDF4F6;
  padding: 0;
  overflow: hidden;
  height: 5px;
  margin-bottom: 5px;
}

.store-rating > div:last-child .progress .progress-bar {
  float: left;
}

.store-rating > div:last-child .text-under-progress {
  padding: 0;
}

.store-rating.clear {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 4px;
  margin-top: 0;
}

.store-rating.clear > div:last-child {
  background: #EDF4F6;
  padding-left: 5px;
  top: 2px;
}

@media (width: 1024px) {
  .store-rating.clear > div:last-child {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (width: 768px) {
  .store-rating.clear > div:last-child {
    max-width: 100%;
    margin: 0;
  }
}

.store-rating.clear > div:last-child .progress-bar {
  margin: -4px;
  height: 5px;
  border-radius: 10px;
}

.store-rating.modal-rating-stars {
  margin: 0;
}

.store-rating.modal-rating-stars .react-rater {
  max-width: 100%;
}

.store-rating.modal-rating-stars div:last-child {
  padding-top: 0;
  padding-left: 0;
}
/*# sourceMappingURL=storerating.css.map */