/************************************************************
				Stores Page Styles
************************************************************/
#map {
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  height: 40vh;
  margin: 0 auto 60px;
  padding: 15px;
  width: 100%; }

.stores_table__line__img, .stores_table__line__infos, .stores_table__line__hours {
  border-top: 1px solid #E4E4E4;
  padding: 30px 0;
  vertical-align: top; }
.stores_table__line__img {
  width: 44%; }
.stores_table__line__infos {
  padding-left: 30px;
  padding-right: 30px;
  width: 34%; }
  .stores_table__line__infos__address, .contact_container__store__item__address {
    font-size: 1.21em;
    line-height: 1.4; }
    .stores_table__line__infos__address__part::after {
      content: '-';
      margin: 0 0.3em; }
    .stores_table__line__infos__address__part:first-child::after, .stores_table__line__infos__address__part:last-child::after {
      display: none; }
    .stores_table__line__infos__address__part:first-child {
      display: block; }
  .stores_table__line__infos__contact__name, .stores_table__line__infos__contact__name--full, .contact_container__store__item__contact__name--full, .contact_container__store__item__contact__name, .contact_container__store__item__contact__name--hr, .stores_table__line__infos__contact__value, .stores_table__line__infos__contact__value--full, .contact_container__store__item__contact__value--full, .contact_container__store__item__contact__value {
    display: inline;
    line-height: 2; }
    .stores_table__line__infos__contact__name--full, .contact_container__store__item__contact__name--full, .stores_table__line__infos__contact__value--full, .contact_container__store__item__contact__value--full {
      display: block; }
  .stores_table__line__infos__contact__name, .stores_table__line__infos__contact__name--full, .contact_container__store__item__contact__name--full, .contact_container__store__item__contact__name, .contact_container__store__item__contact__name--hr {
    color: #909090; }
    .stores_table__line__infos__contact__name::after, .stores_table__line__infos__contact__name--full::after, .contact_container__store__item__contact__name--full::after, .contact_container__store__item__contact__name::after, .contact_container__store__item__contact__name--hr::after {
      display: none; }
    .stores_table__line__infos__contact__name [class*="fa"], .stores_table__line__infos__contact__name--full [class*="fa"], .contact_container__store__item__contact__name--full [class*="fa"], .contact_container__store__item__contact__name [class*="fa"], .contact_container__store__item__contact__name--hr [class*="fa"] {
      margin-right: 0.3em; }
  .stores_table__line__infos__contact a, .contact_container__store__item__contact a, .stores_table__line__infos__contact a:visited, .contact_container__store__item__contact a:visited {
    color: currentColor; }
.stores_table__line__hours {
  width: 22%; }
  .stores_table__line__hours__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #25a3fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    font-weight: 900;
    text-transform: uppercase; }
    .stores_table__line__hours__title::after {
      border-top: 1px solid #E4E4E4;
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-left: 15px; }
.stores_table__line:first-child .stores_table__line__img, .contact_container__store__item:first-child .stores_table__line__img, .stores_table__line:first-child .stores_table__line__infos, .contact_container__store__item:first-child .stores_table__line__infos, .stores_table__line:first-child .stores_table__line__hours, .contact_container__store__item:first-child .stores_table__line__hours {
  border-top: none;
  padding-top: 0; }
.stores_table__line:last-child .stores_table__line__img, .contact_container__store__item:last-child .stores_table__line__img, .stores_table__line:last-child .stores_table__line__infos, .contact_container__store__item:last-child .stores_table__line__infos, .stores_table__line:last-child .stores_table__line__hours, .contact_container__store__item:last-child .stores_table__line__hours {
  padding-bottom: 0; }
@media screen and (max-width: 768px) {
  .stores_table__line, .contact_container__store__item, .stores_table__line__img, .stores_table__line__infos, .stores_table__line__hours {
    display: block; }
  .stores_table__line__img, .stores_table__line__infos, .stores_table__line__hours {
    padding: 15px;
    width: 100%; }
  .stores_table__line__img {
    padding-top: 30px;
    text-align: center; }
  .stores_table__line__infos, .stores_table__line__hours {
    border-top: none; }
  .stores_table__line__infos__name {
    border-bottom: 1px solid #25a3fa; } }

.store_hours__line__day, .store_hours__line__hour, .store_hours__line__hour--closed {
  border-top: 1px solid #E4E4E4;
  padding: 0.5em 0;
  vertical-align: top; }
.store_hours__line__day {
  color: #909090; }
.store_hours__line__hour, .store_hours__line__hour--closed {
  padding-left: 0.5em; }
  .store_hours__line__hour--closed {
    color: #e70290;
    text-transform: uppercase; }
.store_hours__line:first-child .store_hours__line__day, .store_hours__line:first-child .store_hours__line__hour, .store_hours__line:first-child .store_hours__line__hour--closed {
  border-top: none; }

.contact_container__store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contact_container__store__item > *:not(.contact_container__store__item__img) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .contact_container__store__item__img {
    margin-top: 0; }
  .contact_container__store__item__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #25a3fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact_container__store__item__title::before, .contact_container__store__item__title::after {
      border-top: 1px solid #E4E4E4;
      content: '';
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 0 15px 0 0; }
    .contact_container__store__item__title::after {
      margin: 0 0 0 15px; }
  .contact_container__store__item__address {
    margin: 0; }
  .contact_container__store__item__contact__name--hr::before {
    border-top: 1px solid #E4E4E4;
    content: '';
    display: block;
    margin: 15px 0; }

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