
*{
    box-sizing:border-box;
  }
body{
  margin:0;
  padding:0;
}
textarea:focus, input:focus{
    outline: none;
    border: solid 1px #666666;
}
.squaredThree,.squaredFour {
  width: 20px;
  position: relative;
  margin-right: 5px;
}
.squaredThree label,.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#517DA2), to(#517DA2));
  background: linear-gradient(to bottom, #517DA2 0%, #517DA2 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 0px rgba(255, 255, 255, 1);
}
.squaredThree label:after,.squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after,.squaredFour label:hover::after {
  opacity: 0;
}
.squaredThree input[type=checkbox],.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after,.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.content{
  background:#f9f9f9;
  min-width:320px;
  padding-bottom:100px;
}
h2.title{
  width: 90%;
  margin:auto;
  padding:40px 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
h3.subtitle{
  width: 90%;
  margin:10px auto 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
.shops{
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.shops .address-filter{
  width: 60%;
  position: relative;
}

.shops .cp-filter {
  width: 35%;
  position: relative;
  display: flex;
}

.search{
  width: 100% !important;
  border: none;
  height: 44px;
  border-radius: 60px;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #CECECE;
  padding-left: 25px;
}
.search::placeholder {
  color: #CECECE;
}

.search + i{
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
}

.shops .cp-filter .search + i {
  right: 60px;
}

.shops .cp-filter button{
  background: #517DA2;
  color: white;
  border: solid 1px #517DA2;
  border-radius: 50%;
  padding: 13px;
  cursor: pointer;
  margin: 0 1px 0 11px;
}

.shops .cp-filter button:hover{
  transition: .3s all ease;
  background: #ff9f93;
  border: solid 1px #ff9f93;
}



.filters-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters{
  display:flex;
  margin-left: 10px;
  cursor: pointer;
}
.filter{
  height: 44px;
  border-radius: 22px;
  border: solid 1px #c0c0c0;
  background-color: #ffffff;
  padding: 0px 0px 0px 15px;
  display:flex;
  align-items:center;
  margin:3px;
}
.filter.ship{
  width: 115px;
  display:none;
}
.filter.shop{
  width: 170px;
  cursor: pointer;
}
.filter.ship:hover,.filter.shop:hover{
  border: solid 1px #666666;
}
input[type=checkbox]{
  width: 20px;
  border-radius: 3px;
  border: solid 2px #c0c0c0;
  background-color: #ffffff;
}
.filter span{
  margin-right:4px;
  height: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}
i.material-icons{
  font-size:18px;
  color: #999999;
  margin-right:4px;
}

.bottom {
    position: relative;
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.bottom .map-options {
  position: absolute;
  top: 10px;
  right: 55px;
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom .map-options .filters-container,
.bottom .map-options .button_map{
  z-index: 999;
}

.map{
    position:relative;
    height:600px;
    max-height:80vh;
    width:65%;
    z-index: 999;
    border-radius: 20px;
}
.map iframe{
    max-height:80vh;
    width:100%;
    border:0;
}

.map div.card-shop{
  box-shadow: none;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 20px;
}

.map div.card-shop:hover{
  border: solid 1px #ffffff;
}

.button_map{
  font-family: 'Open Sans', sans-serif;
  width: 130px;
  height: 40px;
  border-radius: 23px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #517DA2;
  background-color: #517DA2;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display:flex;
  align-items:center;
  padding-left:14px;
  cursor: pointer;
}
.shops .button_map{
  position:relative;
  right:auto;
  bottom:auto;
  margin:12px;
}
.d-none{
  display:none;
}
.button_map:hover{
  border: solid 1px #ff9f93;
  background-color: #ff9f93;
}
.button_map i{
    color:white;
    margin-right:3px;
}
div.card-shop{
  width: 98%;
  border-radius: 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: solid 1px #ffffff;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 1rem 0 !important;
  padding: 13px !important;
}
div.card-shop:hover{
  border: solid 1px #666666;
}
div.card-shop:active{
  border: solid 1px #517DA2;
}
.show .card-shop{
  cursor: pointer;
}
.card-shop h3{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    border-radius: 23px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #ffffff;
    background-color: #517DA2;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    /*white-space: nowrap;*/
    flex-basis: 50%;
}
.card-shop h3:hover{
    border: solid 1px #517DA2;
    background-color: #ffffff;
    color: #517DA2;
}
.card-shop p{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}
.goToShop{
  font-family: 'Open Sans', sans-serif;
  width: 131px;
  height: 33px;
  border-radius: 23px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #517DA2;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #517DA2;
  padding:8px 15px;
  text-decoration:none;
}
.goToShop:hover{
    border: solid 1px #517DA2;
    background-color: #517DA2;
    color: #ffffff;
}
.goToMap{
  display:none;
  font-family: 'Open Sans', sans-serif;
  width: 290px;
  height: 32px;
  border-radius: 3px;
  background-color: #f0efef;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #517DA2;
  text-decoration:none;
  margin-top:10px;
  position:absolute;
  bottom:0;
  left:0;
}
.show{
  width: 35%;
  display: flex;
  flex-direction: column;
  /* margin-right: 30px; */
  max-height: 600px;
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
.seeList{
  width: 215px;
  height: 46px;
  border-radius: 23px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #517DA2;
  background-color: #ffffff;
  margin:20px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  text-decoration:none;
  letter-spacing: normal;
  text-align: center;
  color: #517DA2;
}
.empty{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

@media screen and (max-width:1200px) {
  .bottom{
    width: 98%;
  }
}

@media screen and (max-width:1000px) {
  .shops{
    flex-wrap: wrap;
    width: 98%;
  }

  .shops .address-filter,
  .shops .cp-filter{
    width: 100%;
  }

  .shops .cp-filter{
    margin-top: 10px;
  }

  .bottom{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bottom .map{
    order: 1;
    width: 100%;
  }

  .bottom .show{
    margin-top: 20px;
    order: 2;
    width: 100%;
  }
}

@media (min-width:847px){
    .map{
        max-height:600px;
    }
    .cards-shop{
        display:block!important;
    }
    div.card-shop:first-child{
        margin-top:0;
    }
    .goToMap{
        display:none;
    }
    div.data{
        flex-basis: 50%;
    }
    .card-shop p {
        margin:6px 0;
        display:flex;
    }
    .seeList{
        display:none;
    }
}

@media screen and (max-width: 768px) {
  .bottom .map-options {
    top:-10px;
    right: 5px;
    height: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .bottom .map-options .filters{
    margin-left: 5px;
  }

  .bottom .map-options .filter{
    margin-bottom: 0px;
    margin-right: 5px;
  }

}

@media screen and (max-width:550px) {
  .shops {
    flex-direction: column;
  }

  .shops .button_map{
    margin-bottom: 25px;
  }
}