﻿#map {
    height: 100%;
}

    #map ul li,
    #map-search-results ul li {
        list-style: none;
    }

#map-search-results {
    margin-bottom: 60px;
}

.fade.in.modal {
    left: 0;
    visibility: visible;
    opacity: 1;
    height: 100%;
}

    .fade.in.modal .modal-content,
    .fade.in.modal .modal-dialog,
    .fade.in.modal .modal-body {
        height: 100%;
    }

.stockist .store-phone-and-website {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}

.stockist-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.stockist-description p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
}

.retailer-item > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.stockist-retailer .retailer-item:last-child .retailer-content {
    margin-bottom: 40px;
}

.stockist .retailer-img {
    max-width: 140px;
    object-fit: cover;
    margin-bottom: 24px;
    width: 140px;
    height: 52px;
}

.retailer-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
}

.retailer-desc {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
}

.retailer-url {
    margin-bottom: 12px;
}

.retailer-line {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 1px;
    background-color: #e6e6e6;
    width: 100%;
}

.stockist .button-40px {
    min-height: unset;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    border-color: #224196;
    color: #393733;
}

.stockist .btn-retailer-url {
    padding: 15px 0px !important;
}

.retailer-item > div:first-child {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

@media (min-width: 768px) {
    .stockist-description p {
        margin-bottom: 32px;
    }

    .stockist .major-retailer {
        padding-left: 30px;
        padding-right: 41.5px;
    }

    .stockist-store-title {
        display: block;
    }

    .stockist .store-list {
        padding-left: 18.5px;
    }
}

@media (min-width: 1200px) {
    .stockist-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .stockist-store-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .stockist-description p {
        margin-bottom: 56px;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 300;
    }

    .retailer-item {
        display: grid;
        grid-template-columns: 1fr 200px;
        grid-auto-flow: dense;
        column-gap: 10px;
    }

        .retailer-item div:first-child {
            grid-column: 2;
            justify-content: center !important;
        }

    .retailer-title {
        font-size: 28px;
        line-height: 42px;
    }

    .stockist .retailer-img {
        max-width: 200px;
        width: 200px;
        height: 74.3px;
    }

    .stockist .major-retailer {
        padding-left: 29px;
        padding-right: 0px;
    }

    .stockist .store-list {
        padding-left: 122px;
    }
}

@media (max-width: 767.98px) {
    .btn-white,
    .btn.btn-white {
        font-size: 0.875rem;
        padding: 8px 24px;
    }

    .btn-white {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        min-height: 40px;
        padding: 8px 24px !important;
    }
}

.btn-white {
    display: inline-block;
    padding: 15px 24px;
    font-weight: 500;
    color: #030000;
    min-height: 56px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.stockist .button-40px {
    min-height: unset;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
}

.stockist .btn-retailer-url {
    padding: 15px 0 !important;
}

@media (min-width: 1200px) {
    .stockist .button-40px {
        height: 56px;
        font-size: 16px;
        line-height: 24px;
    }

    .stockist .btn-retailer-url {
        width: max-content;
        letter-spacing: 0.4px;
        padding: 15px 24px !important;
    }
}

#find-a-store .gm-style-iw.gm-style-iw-c {
    position: absolute !important;
    z-index: 200 !important;
    top: 82px !important;
    right: 12px !important;
    background: #ffffff !important;
    width: 100% !important;
    min-height: 100px !important;
    padding: 32px 31px !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #find-a-store .gm-style-iw.gm-style-iw-c {
        max-width: 401px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #find-a-store .gm-style-iw.gm-style-iw-c {
        max-width: 356px !important;
    }
    .stockist .search-bar__hint {
        font-size: 1.25rem
    }
}


@media (max-width: 767.98px) {
    #find-a-store .gm-style-iw.gm-style-iw-c {
        max-width: 300px !important;
        padding: 24px 15px !important;
    }

    #find-a-store #map-store.stores {
        width: 100%;
        padding-top: 125%;
    }

    .stockist .store-phone-and-website {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }
}

#find-a-store .find-store__store-address {
    font-size: 16px;
}

.stockist-store-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 24px;
}
