#stores .page-stores {
  width: 85%;
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  #stores .page-stores .store-picture img {
    max-width: 100%; }
  #stores .page-stores .store-item-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.875rem 0; }
    #stores .page-stores .store-item-container ul {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 24px; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: #f6f6f6 1px solid; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 1.563rem; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 0.375rem; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 16px; }
  #stores .page-stores .store-item-footer {
    display: flex;
    justify-content: space-around;
    padding-top: 0.5rem;
    margin-top: 0.5rem; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #f6f6f6 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      flex: 0 0 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 0.625rem;
      font-size: 16px;
      color: #7a7a7a; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 1rem 0; } }
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 0.5rem; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 0.5rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #f6f6f6 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 0.75rem 0.75rem 0; } }

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