/***********************************************************
          Stores Page Styles
************************************************************/
/* #stores #page > .columns-container {display: flex;} */
#stores #page > .columns-container #columns {
  max-width: 100%;
  padding: 0; }

#stores #page > .columns-container #columns #breadcrumb {
  display: none; }

/* #stores #page > .columns-container #columns .grid-0 {height: 100%;} */
#stores #page > .columns-container #columns .grid-0 h1 {
  display: none; }

@media (max-width: 768px) {
  .breadcrumb + div {
    margin-top: 0 !important; } }
/* MAP Marker
--------------------------------------------------------------------------------------- */
#stores #map {
  width: 100%;
  height: calc(100vh - 172px); }

.gm-style .gm-style-iw div div > b {
  display: block;
  font-size: 1.6em; }

.gm-style .gm-style-iw div div > p:first-of-type {
  padding-top: 1.3em; }

.gm-style .gm-style-iw div div > p {
  padding-bottom: .2em; }

.gm-style .gm-style-iw div div > a.gMakerToMap {
  float: left;
  font-size: 1.2em;
  margin-top: 1em;
  display: block;
  width: calc(100% + 25px);
  color: #e61d30;
  text-align: center; }

@media (max-width: 768px) {
  #stores #map {
    height: 240px; } }
/* Formulaire et liste
--------------------------------------------------------------------------------------- */
#stores #store-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  overflow: auto;
  min-width: 360px;
  height: calc(100vh - 172px);
  background: rgba(255, 255, 255, 0.9);
  padding: 40px; }

#stores #store-list > p.store-title {
  padding-bottom: 1.3em; }

#stores #store-list input#addressInput {
  display: inline-block;
  height: 40px;
  width: 100%;
  margin-bottom: 20px; }

#stores #store-list .address-input label {
  margin-bottom: 5px; }

#stores #store-list .radius-input {
  margin-bottom: 20px; }

#stores #store-list .radius-input label {
  margin-bottom: 5px; }

#stores #store-list .radius-input img#stores_loader {
  display: none;
  display: block;
  margin: 20px auto; }

#stores #store-list select {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#stores #store-list button {
  width: 100%; }

#stores #store-list #store-content {
  display: none;
  margin-top: 20px; }

#stores #store-list #store-content select#locationSelect {
  margin: 20px 0; }

@media (max-width: 768px) {
  #stores #store-list {
    display: none; } }
/* Liste secondaire
--------------------------------------------------------------------------------------- */
#stores-table .name img {
  display: none; }

#stores-table .name span {
  font-size: 1.2em; }

#storesTable-wrap {
  margin-top: 40px;
  margin-bottom: 20px; }

#storesTable-wrap .dataTables_filter {
  width: 100%;
  padding-bottom: 20px; }

#storesTable-wrap .dataTables_filter label {
  width: 100%; }

#storesTable-wrap .dataTables_filter label input {
  width: 100%;
  height: 40px;
  color: #9c9b9b;
  border: 1px solid #d6d4d4;
  background: #fbfbfb;
  padding: 0 10px;
  line-height: 40px; }

#storesTable-wrap table th:first-child:before {
  display: none; }

#storesTable-wrap table td h5 {
  font-size: 1.2em;
  font-weight: bold; }

#storesTable-wrap table td.store-hours strong {
  display: inline-block;
  width: 100px; }

@media (max-width: 550px) {
  #storesTable-wrap table th:first-child,
  #storesTable-wrap table td:first-child {
    display: none; } }

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