@import '../components/header.css';
@import '../components/footer.css';
@import '../components/common.css';


@import '../lib/owl.carousel.min.css';
@import '../lib/owl.theme.default.min.css';

@import '../components/carousel.css';

.store-list > li > h3 {
  font-size: 22px;
  font-weight: 700;
}
.store-list > li p {
  font-size: 18px;
  line-height: 1.4;
}
.store-list > li p:first-child {
  flex: 1;
  margin-right: 20px;
}

.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;
}

.find-store-wrapper {
  margin-bottom: 100px;
}

.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: 150px;
}

.find-store-wrapper .find-store-promo .zip-code-cls {
  max-width: 180px;
}

.store-locator button[type="submit"] {
  width: 38px;
  height: 38px;
  background: #f2695b;
  border-radius: 50%;
  font: 0/0 a;
  background-image: url(../../../../behrdotcomrefresh/consumer/images/search-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

#viewStoreList {
  border-top: 1px solid #cccccc;
}

#map {
	height: 750px;
}

.store_locator_google_info {
	text-align: left;
	padding: 10px;
}

@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%;
  }
}

@media all and (max-width: 1320px) {
  .find-store-wrapper .find-store-promo > img {
    width: 100px;
  } 
}

@media all and (max-width: 991px) {
  .find-store-wrapper {
    margin-top: -25px;
  }
  .store-list {
    border-top: 1px solid #cccccc;
  }
  #map {
	height: 250px;
  }
}