 .full-width-page {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

    .card-figure {
        background-color: transparent;
    }

    .equalheight {
        justify-content: space-around;
        display: flex;
    }

    .is-reversed {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .is-vcentered {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .big-island {
        padding: 48px;
    }

    .is-spaced {
        letter-spacing: 1px;
    }

    .is-underlined {
        text-decoration: underline;
    }

    .has-faded-background {
        background: linear-gradient(to bottom, #fff 0, #ededed 100%);
    }

    .has-gradient-background {
        background-image: linear-gradient(-30deg, #f6f6f6 45%, #f1f1f1 45%);
    }

    .has-white-background {
        background: #fff;
    }

    .has-lightgrey-background {
        background-color: #f8f8f8;
    }

    .has-darkgrey-background {
        background-color: #e7e7e7;
    }

    #main-content .container {
        max-width: 100% !important;

    }

    #map {
        height: 100vh;
        width: 100%;
        background-color: transparent !important;
        position: fixed;
        top: 0;
        left: 0;
    }

    .map-container {
        background-color: transparent !important;
    }

    .gm-style-iw-d {
        min-height: 220px !important;

    }

    @media only screen and (max-width: 767px) {
        #map {
            height: 100%;
            width: 100%;
        }
    }

    @media only screen and (min-width: 767px) {
        .gm-style-iw {
            max-width: 350px !important;
            background-color: #fff;
            padding: 2rem;
            font-family: Open Sans, Helvetica, Arial, sans-serif;
            color: #000;
            font-size: .875rem;
            line-height: 1.57;
        }

        .gm-style-iw-d {
            max-height: 315px !important;
        }
    }

    
    .storeRegion {
        margin-bottom: 0px;
        font-size: 1rem;
    }

    .storeRegionpopup {
        margin-bottom: 0px;
        font-size: 1.3rem;
    }

    .storeFontpopup {
        font-size: 0.8rem;
    }

    .retaillogo {
        width: 7rem;
        height: 25%;
    }

    .retaillogopopup {
        width: 7rem;
        height: 25%;
    }

    .dealersListOdd {
        word-break: break-word;
    }

    .dealersList {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .dealersListOdd {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .dealerlogo {
        width: 8rem;
    }

    .dealerlogopopup {
        margin-bottom: 0.6rem !important;
        text-align: center;
    }

    .dealersinfo {
        word-break: break-word;
    }

    .dealersinfopopup {
        word-break: break-word;
        text-transform: uppercase;
        font-size: .875rem !important;
    }

    .storeAddress {
        margin-bottom: 0.7rem !important;
    }

    .storeAddresspopup {
        margin-bottom: 0.7rem !important;
    }

    .storeFormat,
    .storeFormat-website,
    .storeFormat-contact {
        line-height: 1.9;
        font-family: Ubuntu, sans-serif;
        font-weight: 300;
        font-size: 1rem;
    }

    .storeFormat-contact {
        margin-bottom: 0;
    }

    .storeDirection {
        margin-bottom: 0.6rem;
    }

    .storepopupMargin {
        margin-bottom: 2rem;
        color: black !important;
    }

    .gm-style-iw.gm-style-iw-c {
        border-radius: 0px !important;
    }

    .gm-style .gm-style-iw-c {
        max-width: 270px !important;
    }

    .popupcontactfont {
        color: black !important;
        font-size: 0.7rem;
        text-transform: lowercase;
        margin-bottom: 0.8rem;
        text-decoration: none;
    }

    .direction-btn {
        background-color: #444444;
        color: #fff;
        padding: 10px;
        margin-top: -10px;
        text-transform: uppercase;
        width: -webkit-fill-available;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    .storeNamepopup {
        margin-bottom: 0.5rem !important;
        font-size: large;
    }

    .contactIconSize {
        width: 15px;
    }

    .textDecor {
        text-decoration: none;
    }

    #countryButtons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .countryButton {
        margin-right: 10px;
        background-color: #444444;
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: Ubuntu, sans-serif;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 10px;
    }

    .countryButton:focus {
        background-color: #e7e7e7;
        color: #2e1717;
    }

    button.clear {
        background-color: #f44336;
    }

    #countryDropdown {
        display: none;
    }

    @media screen and (max-width: 768px) {
        #countryButtons {
            display: none;
        }

        #countryDropdown {
            display: block;
            margin-bottom: 10px;
        }

        .filterHeading {
            font-size: 18px;
        }
    }

    .filterHeading {
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }


    .map-container, #countryButtons, .dealersList {
        form {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    label {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
    }

    input,
    select {
        width: 100%;
        padding: 10px;
        margin-bottom: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

     /* button {
         background-color: #4caf50;
         color: #fff;
         padding: 12px 20px;
         border: none;
         border-radius: 4px;
         cursor: pointer;
         font-size: 16px;
     }

     button:hover {
         background-color: #45a049;
     } */

    }

    .has-text-centered {
        text-align: center !important;
}

.is-size-7 {
    font-size: 0.9rem !important;
    margin-bottom: 0;
}

.title {
    font-family: Muli, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #363636;
}

.text-res p {
    letter-spacing: 1.2px;
}

.text-resp strong, .text-resp p, .big-island p {
    font-family: Ubuntu, sans-serif;
}
