.cweb\:lf {
    min-height: 200px;
    font-weight: 200;
    position: relative;
    border: 1px solid transparent;
}

.cweb\:lf h1,
.cweb\:lf h2,
.cweb\:lf h3,
.cweb\:lf h4,
.cweb\:lf h5,
.cweb\:lf h6 {
    font-weight: 500;
}

.cweb\:lf p {
    margin: 0;
    line-height: 1.2 !important;
    font-weight: 400;
}

.cweb\:lf > div {
    margin: -21px;
}

.cweb\:lf .cweb\:lf\:no-location-overlay {
    position: absolute;
    z-index: 1000;
    background: rgba(230, 230, 230, 0.9);
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cweb\:lf .cweb\:lf\:no-location-overlay p {
    font-size: 16px;
    color: #1d1d1b;
    text-shadow: 0px 0px 5px #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.cweb\:lf .cweb\:lf\:sort,
.cweb\:lf .cweb\:lf\:filter {
    position: relative;
    min-width: 150px;
}

.cweb\:lf .cweb\:lf\:filter-pills {
    margin: 0 5px;
}

.cweb\:lf .cweb\:lf\:location-results > p {
    color: #1d1d1b;
    font-weight: 400;
    padding: 10px;
    background: rgba(230, 230, 230, 0.8);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result {
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #aaa;
    transition: all linear 0.1s !important;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result:hover {
    background: rgba(231, 229, 229, 0.85);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result a.cweb\:lf\:location-result-select {
    display: block;
    color: #1d1d1b;
    padding-top: 10px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result a.cweb\:lf\:location-result-select:hover {
    color: #1d1d1b;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result a.cweb\:lf\:location-result-select:after {
    content:'.';
    color: transparent;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../../assets/svg/chevron-down-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result a.cweb\:lf\:location-result-select:hover:after {
    background-image: url(../../assets/svg/chevron-down-dark-blue.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result:first-child {
    border-top: 1px solid #aaa;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result h3 {
    font-size: 14px !important;
    margin: 0;
    padding-right: 15px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result h3 span {
    margin-right: 5px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result h3 span + span {
    font-weight: 400;
    color: #007EC3;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:address {
    color: #1d1d1b;
    margin-top: 5px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:contact,
.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:find-out-more {
    display: inline-block;
    font-size: 16px;
    color: #1d1d1b;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    transition: all linear 0.1s !important;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:contact {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:contact::before {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 8px;
    content: '';
    width: 17.5px;
    height: 17.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../assets/svg/phone-blue.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:contact:hover::before {
    background-image: url(../../assets/svg/phone-grey.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:contact:hover,
.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:find-out-more:hover {
    color: #8e8e8d;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:find-out-more:after {
    content:"";
    display: block;
    color: transparent;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: 6px;
    background-image: url(../../assets/svg/chevron-right-blue.svg);
    background-size: contain;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:find-out-more:hover:after {
    background-image: url(../../assets/svg/chevron-right-grey.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:location-extra-data {
    padding-bottom: 10px;
    display: none;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 10px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times table {
    max-width: 200px;
    margin: 0;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times table:first-child {
    margin-right: 10px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times th,
.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times td {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    color: #1d1d1b;
    line-height: 18px !important;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result .cweb\:lf\:opening-times th {
    font-weight: 500;
    width: 85px;
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result.cweb\:selected {
    background: rgba(231, 229, 229, 0.85);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result.cweb\:selected a.cweb\:lf\:location-result-select:after {
    background-image: url(../../assets/svg/chevron-up-blue.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result.cweb\:selected a.cweb\:lf\:location-result-select:hover:after {
    background-image: url(../../assets/svg/chevron-up-dark-blue.svg);
}

.cweb\:lf .cweb\:lf\:location-results .cweb\:lf\:location-result.cweb\:selected .cweb\:lf\:location-extra-data {
    display: block;
}

.cweb\:lf .cweb\:lf\:map-row-item {
    position: relative;
}

.cweb\:lf .cweb\:lf\:map {
    height: 552px;
}

.cweb\:lf .cweb\:lf\:map-reset {
    height: 40px;
    width: 40px;
    border: none;
    background: white;
    box-shadow: #ccc 0px 0px 4px;
    position: absolute;
    top: 80px;
    border-radius: 2px;
    right: 10px;
}

.cweb\:lf .cweb\:lf\:map-reset:after {
    content:'.';
    color: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: url(../../assets/svg/undo-dark-grey.svg);
    background-size: contain;
}

.cweb\:lf .cweb\:lf\:map-reset:hover:after {
    background-image: url(../../assets/svg/undo-black.svg);
}

.cweb\:lf .cweb\:has-row-footer {
    padding-bottom: 62px;
}

.cweb\:lf .cweb\:row-footer {
    left: 2px;
    right: 2px;
}

@media only screen and (max-width: 640px) {
    .cweb\:lf .cweb\:lf\:map {
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .cweb\:lf > div {
        margin: -11px -6px;
    }

    .cweb\:lf .cweb\:cs\:filter-pills {
        margin: 0;
    }

    .cweb\:lf .cweb\:loading {
        margin: 5px;
    }
}