
.store-list > li > h3 {
  font-size: 22px;
  font-weight: 700;
}
.store-list > li p {
  font-size: 18px;
  line-height: 1.4;
}
.store-list > li .row {
  width:100%;
}
.store-list > li p:first-child {
  flex: 1;
  margin-right: 20px;
}
.gm-style-iw-d .button.direction {
  width:100%;
  display: block;
  margin-bottom: 10px;
}
.gm-style-iw-d .cell.hub a[data-buttontype="button"], .gm-style-iw-d .cell.rep1 a[data-buttontype="button"], .gm-style-iw-d .cell.rep2 a[data-buttontype="button"] {
  margin: 10px 0px;
}
.gm-style .gm-style-iw-c {
  left: 60px;
}
.gm-style .gm-style-iw-d {
  width:100%;
}
.store_locator_google_info .d-flex.justify-content-between p:last-child {
  width:30%;
}
.mapouter{
  text-align:right;
}
.mapouter .gmap_canvas {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.mapouter .gmap_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.slproferral {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.find-store-wrapper .find-store-promo > img {
  width: 80px;
}

.find-store-wrapper .find-store-promo .zip-code-cls {
  max-width: 250px;
}

.store-locator button[type="submit"] {
  width: 50px;
  height: 50px;
  font: 0/0 a;
  background-image: url(/binaries/content/assets/behrdotcomrefresh/consumer/images/search-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.store-locator input[type="text"], select {
    border-radius: unset !important;
}

#viewStoreList {
  border-top: 1px solid #cccccc;
}

#map {
	height: 750px;
}

.store_locator_google_info {
	text-align: left;
	padding: 10px;
}
.cell {
	width:50%;
	float:left;
}
.cell a, .cell strong {
	width:100%;
	display: block;
}
li.store_locator a.direction {
	width:100%;
	float:left;
	display: inline-block;
}
ul.store-list {
	padding-left:0px;
}
.learnMore {
    width: 100%;
    float: left;
    display: inline-block;
}
@media all and (max-width: 991px) {
  .slproferral {
	position: relative;
	left: 0;right: 0;
	height: 100%;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	text-align:center;
	margin-top: 5%;
  }
}
.contact_hub_info_container {
  margin:20px 0;
}
.form-success_message {
  padding:0 !important;
}
.form-success_message .orange_button {
  margin-top:20px;
}
#overlay-contact_rep .modal-header .modal-title strong, #overlay-contact_hub  .modal-header .modal-title strong {
  display: block;
  text-align: center;
  color: #000;
}

#overlay-contact_rep .overlay-bottom, #overlay-contact_hub .overlay-bottom {
  padding: 20px 0 10px 0;
    text-align: center;
    border-top: 1px solid #ccc;
}
.text-af .cell p{
  min-height: 50px;
}
form.data-sent .overlay-bottom {
  display: none;
}

.overlay-contact_rep .modal-dialog .modal-body .form-check input[name="hidden_recaptcha"],
.overlay-contact_hub .modal-dialog .modal-body .form-check input[name="hidden_recaptcha"] {
    position: relative;
    width: 6%;
    height: 1%;
    opacity: 1;
    z-index: -1;
}

@media all and (max-width: 1320px) {
  .find-store-wrapper .find-store-promo > img {
    width: 100px;
  } 
}

@media all and (max-width: 991px) {
  .store-list {
    border-top: 1px solid #cccccc;
  }
  #map {
	height: 250px;
  }
  .mapouter .gmap_canvas {
  padding-bottom: 300px;

}
}
@media (max-width: 390px){
	.spl-btn {
    width: unset !important;
}
	
}
.store-locator input::placeholder {
  font-size: 12px !important;
}
@media (max-width:1440px) {
  .find-store-wrapper .find-store-promo > img {
    width: 80px;
  }
  .store-locator input::placeholder {
    font-size: 10px !important;
  }
}