/*
== ------------------------------------------------------------------- ==
== @@ Haifa Worldwide Styles
== ------------------------------------------------------------------- ==
*/
#map .gm-style-iw + div{
  display:none;
}
#map .gm-style-iw {
  overflow: visible !important;
}
#map .gm-style-iw div {
  overflow: visible !important;
}
#map .gm-style-iw > div{
  position:relative;
  z-index:2000;
}
#map .gm-style-iw:before {
    content: '';
    width: calc(100% + 29px);
    height: calc(100% + 17px);
    position: absolute;
    background: white;
    left: -14px;
    top: -8px;
    transition: none;
    box-shadow: 5px 8px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #6d6d6d;
  }
  #iw-container .iw-content{
    font-size: 14px;
    padding-top: 12px;
  }
  #branch-map .gm-style-iw{
    top: 83px!important;
  }
  #branch-map .gm-style-iw + div{
    top: 83px!important;
  }
#map .map-hover-container img{
    max-width: 100px!important;
    height: auto;
    margin: -15px -20px 0 -20px;
  }
  #map .gm-style-iw:after{
    content: '';
    width: 0;
    height: 0;
    left: 39%;
    bottom: -25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 22px solid white;
    position: absolute;
  }
@media (max-width: 860px) {
  .choice-location-section .selection-cell{
    max-width: 100%;
    display: block;
    padding: 10px 20px 40px 20px;
    width: 100%;
  }
  .choice-location-section .map-cell{
    display: block;
    height: 400px;
  }
  .choice-location-section .choice-location-container{
    display: block;
  }
  .choice-location-section .selection-cell .desc{
    float: none;
  }
  .choice-location-section .selection-cell .contacts{
    width: 100%;
  }
  .choice-location-section .selection-cell select{
    margin-left: 0;
    padding-left: 70px;
  }
  .choice-location-section .location-desc .galery{
    height: auto;
  }
  .choice-location-section .location-desc .location{
    display: block;
    margin-bottom: 30px;
  }
  .choice-location-section .location-desc .map{
    display: block;
    margin-bottom: 25px;
  }
  .choice-location-section .location-desc .location-galery{
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .choice-location-section .location-desc .text{
    margin-bottom: 30px;
  }
  .choice-location-section .location-desc .galery .item{
    margin-bottom: 15px;
  }
  .choice-location-section .location-desc .title{
    padding-top: 25px;
  }
  .choice-location-section .location-desc .galery{
    justify-content: space-around;
  } 
  html[dir="rtl"] .choice-location-section .selection-cell{
    max-width: 100%;
    display: block;
    padding: 10px 20px 40px 20px;
    width: 100%;
  }
  html[dir="rtl"] .choice-location-section .map-cell
  {
    display: block;
    height: 400px;
  }
  html[dir="rtl"] .choice-location-section .map-cell#map{
	  display:none;
  }
  html[dir="rtl"] .choice-location-section .choice-location-container{
    display: block;
  }
  html[dir="rtl"] .choice-location-section .selection-cell .desc{
    float: none;
  }
  html[dir="rtl"] .choice-location-section .selection-cell .contacts{
    width: 100%;
  }
  html[dir="rtl"] .choice-location-section .selection-cell select{
    margin-left: 0;
    padding-left: 70px;
  }
  html[dir="rtl"] .choice-location-section .location-desc .galery{
    height: auto;
  }
  html[dir="rtl"] .choice-location-section .location-desc .location{
    display: block;
    margin-bottom: 30px;
  }
  html[dir="rtl"] .choice-location-section .location-desc .map{
    display: block;
    margin-bottom: 25px;
  }
  html[dir="rtl"] .choice-location-section .location-desc .location-galery{
    padding: 0;
    width: 100%;
    display: block;
  }
  html[dir="rtl"] .choice-location-section .location-desc .text{
    margin-bottom: 30px;
  }
  html[dir="rtl"] .choice-location-section .location-desc .galery .item{
    margin-bottom: 15px;
	width:100%;
  }
  html[dir="rtl"] .choice-location-section .location-desc .title{
    padding-top: 25px;
  }
  html[dir="rtl"] .choice-location-section .location-desc .galery{
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .subscribe-section .form .field-group .checkbox-custom, .subscribe-section .form .field-group .label{
    white-space: normal;
  }
  .choice-location-section .open-locations{
    height: auto;
    display: block;
  }
  .choice-location-section .map-cell {
     display: none;
  }
  html[dir="rtl"]  .choice-location-section .selection-cell select{
	  font-size:20px;
  }
  .choice-location-section .location-desc .galery {
    height: auto;
    width: 100%;
  }
  .choice-location-section .location-desc .galery .item{
	  width:100%;
  }
  .choice-location-section .open-locations .panel-open-locations{
    width: 100%;
  }
}
