﻿.page-store-finder .btn {
    font-size: 18px;
}

.store-finder-category-search-item .form-control {
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.16) inset;
    background: #FFF;
    font-size: 16px;
    border-radius: 0;
    font-style: normal;
}

.store-finder-category-search-form h3 {
    font-size: 28px;
    font-style: normal;
    margin-bottom: 2rem;
    font-weight: 700;
}

.store-finder-category-search-form {
    margin-bottom: 2rem;
}

.store-finder-map {
    margin-bottom: 2rem;
    background-image: url("../Images/example-map.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

@media (min-width: 1400px) {
    .store-finder-category-search-form {
        margin-bottom: 4rem;
    }

    .store-finder-map {
        margin-bottom: 4rem;
    }
}

.store-finder-category-search-form .list-group-item {
    border: none;
    padding: 0 1.5rem 1.5rem 0;
}

.store-finder-category-filter-items-wrap {
    margin: 1.5rem 0;
}

.store-finder-category-filter-items {
    flex-direction: row;
}

.store-finder-listing-item-phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.store-finder-category-filter-item {

}

.store-finder-category-filter-icon-wrap {
    display: block;
    width: 100%;
    text-align: center;
    height: 45px;
    margin-bottom: 0.1rem;
}

.store-finder-listing-item-properties .store-finder-category-filter-icon-wrap {
    height: 35px;
}

.store-finder-category-filter-link {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #303030;
    text-align: center;
    display: inline-block;
    border: 1px solid #303030;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

.store-finder-category-filter-link:hover, .store-finder-category-filter-link.active {
    border-color: #CD0F3C;
    color: #303030;
    box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.16);
}

.store-finder-listing {
    padding-bottom: 2rem;
}

@media (min-width: 1400px) {
    .store-finder-listing {
        padding-bottom: 4rem;
    }
}

.store-finder-listing-item {
    border: 1px solid #303030;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

@media (min-width: 1400px) {
    .store-finder-listing-item {
        max-width: 650px;
        padding: 4rem;
    }
}

.store-finder-listing-item-properties {
    margin: 2rem 0;
}

.store-finder-listing-item-properties .store-finder-category-filter-link {
    padding: 1.2rem 0.4rem;
    margin: 0 0.2rem 0.2rem 0;
}

.store-finder-listing-item-headline {
    margin: 1rem 0;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.store-finder-category-filter-label {
    white-space: nowrap;
    font-size: 0.8rem;
}

.store-finder-listing-item-opening-hours-notice {
    margin: 2rem 0;
}

.store-finder-listing-item-phone:before {
    content: "";
    background-image: url("../Images/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    text-align: center;
    top: 7px;
    z-index: 4;
}

.store-finder-listing-item-opening-hours-day {
    text-wrap: avoid;
}

.store-finder-listing-item-opening-hours-day:before {
    content: "";
    float: left;
    background-image: url("../Images/icon-clock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    height: 32px;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 4;
}

.store-finder-listing-item-opening-hours-day:after {
    content: "";
    display: block;
    clear: both;
}

.store-finder-listing-item-opening-hours-item {
    margin-bottom: 0.5rem;
}

.store-finder-listing-item-actions .btn {
    margin-bottom: 0.5rem;
}

.store-finder-store {
    background: #F9F4EC;
    padding: 2rem;
    margin-bottom: 10px;
}

.store-info-text {
    padding: 0;
    margin: 0;
}

.btn-collapsable:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}