#ji-stores-top-bar-container {
  width: 300px;
}

.block-top-bar-store-selector-block {
  width: 100% !important;
}

.block-top-bar-store-selector-block .left-side {
  display: flex;
}

.left-side .cash-only-icon {
  align-self: center;
}

.left-side .selector-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-side .store-selector-label {
  padding-left: 3px;
  margin-bottom: 0 !important;
}

.left-side select {
  background: #272727;
  border: 0;
}

@media screen and (max-width: 992px) {
    .left-side select {
      white-space: nowrap;
      width: 180px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

@media screen and (max-width: 768px) {
  .left-side .cash-only-icon {
    width: 40px !important;
  }
}

@media screen and (max-width: 576px) {
  .left-side .cash-only-icon {
    max-width: 40px;
    min-width: 20px;
  }

  #ji-stores-top-bar-container {
    width:100%;
  }

  .left-side {
    justify-content: center;
  }

  .left-side .store-selector-label {
    font-size: 14px;
  }

  .block-top-bar-store-selector-block .left-side {
    padding-right: 10px;
  }

  .left-side select {
    font-size: 14px;
  }

  .block-top-bar-store-selector-block {
    /*padding: 5px 0 10px 0 !important;*/
    width: 100% !important;
  }
}
