@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";

.breadcrumb-item a {
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
}

.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;
    height: 100%;
    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"],
.find-zipcode button[type="submit"],
.findStore button[type="submit"] {
    width: 38px;
    height: 38px;
    background: #f2695b;
    border-radius: 50%;
    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;
}

#viewStoreList {
    border-top: 1px solid #cccccc;
}

#map {
    height: 750px;
}

.store_locator_google_info {
    text-align: left;
    padding: 10px;
}

.form-check-input {
    width: 24px;
    height: 24px;
}

.pro-paint {
    background: #ebebeb;
}

.pro-style,
.pro-style:hover,
.pro-style:active,
.pro-style:focus,
.pro-style:not([disabled]):not(.disabled).active,
.pro-style:not([disabled]):not(.disabled):active,
.pro-style:not([disabled]):not(.disabled).active:focus,
.pro-style:not([disabled]):not(.disabled):active:focus {
    background: #ff671b;
    border-color: #ff671b;
}

#stateModal .close {
    opacity: 1;
}

@media all and (max-width: 991px) {
    .breadcrumb-item a {
        font-size: 16px;
    }
    .breadcrumb-item a::before {
        content: "< ";
        font-size: 15px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        content: "";
    }

    .slproferral {
        position: relative;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 1600px;
        margin: auto;
        text-align: center;
        margin-top: 5%;
    }

    .find-store-wrapper {
        margin-top: -25px;
    }
    .store-list {
        border-top: 1px solid #cccccc;
    }
    #map {
        height: 250px;
    }
    
    .arrow-down {
        top: 58%;
    }
}

/*@media all and (min-width: 992px) {
  .pro-paint .pro-description {
        margin-top: -15%;
    }
}*/
.find-a-store-1,
.find-a-store-2,
.find-a-store-4 {
    background-color: #f8f8f8;
}
.find-a-store-3 {
    background-color: #ebebeb;
}
@media all and (max-width: 1320px) {
    .find-store-wrapper .find-store-promo > img {
        width: 100px;
    }
}

.find-a-store-city .customer-service .cs-hero {
    z-index: 1;
}

.find-a-store-city .customer-service h3 {
    font-size: 36px;
}

.find-a-store-city .noOfferBanner1 h3,
.find-a-store-city .noOfferBanner2 h3 {
    font-size: 32px;
}

.find-a-store-3 .pro-paint h3 {
    font-size: 40px;
    font-family: trade-gothic-next-compressed, sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

.find-a-store-4 .top4stores h3 {
    font-size: 40px;
}

.find-a-store-4 .findStore input::placeholder {
    color: black;
    opacity: 1;
}

.find-a-store-4 .findStore input:-ms-input-placeholder {
    color: black;
}

.find-a-store-4 .findStore input::-ms-input-placeholder {
    color: black;
}

@media all and (min-width: 768px) {
    .find-a-store-3 .pro-paint h3 {
        font-size: 50px;
    }
}

@media all and (min-width: 992px) {
    .find-a-store-3 .pro-paint h3 {
        font-size: 40px;
    }
}

@media all and (min-width: 1200px) {
    .find-a-store-3 .pro-paint h3 {
        font-size: 50px;
    }
}