/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
  /* height: 447px; */
  margin-bottom: 26px;
  overflow: hidden;
  /*filter: grayscale(100%);*/
}
#storesFounds{
    /* display: none; */
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
}
#storesFounds::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
#storesFounds::-webkit-scrollbar {
  width: 20px;
}

#storesFounds::-webkit-scrollbar-track {
  background-color: transparent;
}
#storesFounds .title {
    font-weight: 600;
    margin-bottom: 5px;
}

#storesFounds .phone .material-icons, #storesFounds .mail .material-icons {
    font-size: 13px;
}
#stores p.title-inputs {
    margin: 20px 0px 5px;
    font-size: 16px;
    color: black;
}
#stores .error.searchaddress{
    display: none;
    font-size: 11px;
    color: red;
}
#stores button#submmit-tiendas {
    display: block;
    margin-top: 25px;
    width: 250px;
    max-width: 100%;
    line-height: 30px;
    border-radius: 30px;
}
#stores p.title-search {
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    padding-bottom: 15px;
    color: black;
}
#stores div#storesFounds ul {
    width: 100%;
    display: block;
}

#stores div#storesFounds ul li {
    width: 100%;
    cursor: pointer;
    display: block;
    margin: 12px 0px;
    border-bottom: 1px solid #e3eded;
    padding-bottom: 10px;
    padding: 5px 10px;
}

#stores div#storesFounds ul li.active {
    background: #e9e9e9;
}
#stores div#storesFounds ul li:last-child {
    border: none;
}
#stores div#storesFounds .titleitem {
    font-weight: bold;
}
#stores span.back-to-directions {
    cursor: pointer;
    margin: 25px 20px 0px;
}
#stores .contentinfowindow .titleitem {
    font-weight: bold;
}
#stores .contentinfowindow .contentinfo > * {
    border-bottom: 1px solid #e3ebed;
    padding: 5px 0px;
}

#stores .contentinfowindow .contentinfo .emailinfo .material-icons, #stores .contentinfowindow .contentinfo .phoneinfo .material-icons {
    font-size: 13px;
    margin-right: 7px;
}
#stores .contentinfowindow .hourscontent {
    padding-top: 5px;
}
#stores div#storesFounds .hourscontent ul li {
    border: none;
    padding: 0px;
}
#stores div#storesFounds .hourscontent {
    position: absolute;
    background: white;
    font-size: 11px;
    display: none;
    border: 1px solid #f7eded;
    padding: 0px 15px;
    border-radius: 5px;
    z-index: 5;
    /* right: 0px; */
    left: 0px;
}

#stores div#storesFounds .hourscontent tr > * {
    padding: 4px 20px;
}

#stores div#storesFounds .hourscontent tr  li {
    margin: 0px;
}
#stores div#storesFounds .text_hours .material-icons:hover + .hourscontent {
    display: block;
}

body#stores header.page-header h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
}

body#stores .blocktop{
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
}



.group-options-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.group-options-filter .ratio_content label {
    display: block;
    text-align: left;
    font-size: 16px;
    color: black;
}

.group-options-filter .ratio_content select {
    line-height: 48px;
    height: 48px;
    border: 1px solid #b8b8b8;
}

.group-options-filter .ratio_content {
    padding-left: 20px;
    padding-right: 50px;
}

.group-options-filter input#searchaddress {
    width: 328px;
    max-width: 100%;
    background: white;
}

div#searchzone {
    margin-top: 30px;
}

.text_hours {
    position: relative;
}

.text_hours .less {
    display: none;
}

.text_hours .toggleButton.active .less {
    display: inline-block;
}

.text_hours .toggleButton.active .more {
    display: none;
}

.container_map > .row {
    display: flex;
    align-items: stretch;
    height: 500px;
}

.container_map #map {
    height: 100%;
}
@media(max-width: 991px){
  #stores button#submmit-tiendas{
    margin-top: 0px;
    margin-bottom: 20px;
  }

#stores span.back-to-directions {
    margin: 0px 0px 20px 20px;
}
}
@media(max-width: 767px){
  .container_map > .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
}

.group-options-filter .content_address {
    width: 70%;
}

.group-options-filter .ratio_content {
    margin: 0px;
    width: 30%;
}

#storesFounds {
    max-height: 500px;
}

.container_map > .row > * {
    width: 100%;
}

#stores #map {
    height: 500px;
    width: 100%;
}
}