body,
.gm-style-iw-t * {
    /* font-family: 'Gabarito', sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #000000;
    --secondary-color: #414141;

}


/* section-1 */
section#section-1 {
    border-bottom: 1px solid #cbc8c8;
}

.find-store {
    font-weight: 400;
    font-size: 1.3rem !important;
    /* font-family: 'Gabarito', sans-serif; */
    line-height: 1.5;
}

.c-1 {
    padding: 20px 0px;
}

.header-fluid {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #e3dada;
}

button.btn-head {
    padding: 11px 22px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 10px;
}

.find {
    padding: 13px 0px;
    /* text-align: center; */
}

.result {
    margin-top: 23px;
    text-align: end;
    margin-right: 10px;
}

.store-card .card-checklist {
    display: none;
}

button.current-location {
    border: 3px double #e5dede;
    padding: 5px 10px 5px 10px;
    margin-right: 12px;
    border-radius: 5px;
    background: #fff;
}

label {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

.input-group {
    margin-bottom: 0px !important;
}

.content-wrapper .form-control:focus,
.content-wrapper .form-select:focus {
    box-shadow: none !important;
    border-color: #414141;
}

input#zipCodeInput:focus {
    outline: none;
}

h2#pageTitle {
    font-size: 2rem;
}

.input-group.input-group-lg {
    height: 4rem;
}

input,
select,
button {
    font-size: 1.3rem !important;
}

.property-counter * {
    font-size: 1.4rem !important;
}


.col-lg-4.head {
    height: auto;
}

/************************************ section-2 ***********************************/
section#section-2 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.store-card.card {
    background: #f4f5f6;
    margin-bottom: 10px !important;
    cursor: pointer;
    padding: 20px;
    border: 2px solid #f4f5f6;
    border-radius: 10px !important;
}

.store-card.card div {
    line-height: 1.5;
}

.store-card .card-header,
.store-card .card-footer {
    border-bottom: 0px;
    background: transparent;
    padding: 0px !important;
    align-items: center;
}

.store-card .card-footer {
    font-size: 1.2rem;
}

.store-card:focus #map:focus-visible {
    outline: none !important;
}

.store-card .card-body {
    padding: 0px;
}

.store-card .top-title .markup {
    cursor: pointer;
    text-decoration: none;
    margin: 0.5rem 0px !important;
    font-size: 1.3rem;
    color: var(--primary-color);
}


.store-card.card .title {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0.5rem 0px;
    font-size: 1.8rem;
}


.wc-details {
    position: relative;
    color: var(--secondary-color);
    font-size: 1.3rem !important;
    padding: 3px 0px 3px 20px;
}

.wc-details i {
    position: absolute;
    left: 0;
}

.wc-details a {
    color: var(--secondary-color);
    text-decoration: none;
}

.wc-details a:hover {
    color: var(--primary-color);
}


.delivery {
    padding: 10px 0px 0px 0px;
    color: #006e99;
}

.city,
.website,
.phone {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.delivery .option {
    margin-right: 5px;
    margin-bottom: 5px;
    background: white;
    padding: 4px 8px;
    border-radius: 20px;
    border: 1px solid #dddddd;
    font-size: 1rem !important;
    box-shadow: 1px 3px 7px -2px rgb(0 0 0 / 20%);
    display: inline-block;
    font-size: 1.2rem !important;
    font-weight: 500;
}

a.c-a {
    color: #4d5b60;
}

#property-list {
    overflow: auto;
}

.property-counter {
    position: sticky;
    top: 0;
    z-index: 3;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#submitFormBtn {
    font-weight: 600 !important;
}



/* ******************************** footer **********************************/
.footer-bottom {
    background-color: var(--light-color);
    color: var(--primary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.8rem;
}

.copyright {
    padding: 0.7rem 1.2rem;
    border-radius: 30px;
    font-size: 1.5rem;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

p.copyright {
    margin-top: 15px;
}

.loader-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.active-card {
    border: 2px solid black !important;
}

@media (max-width: 992px) {
    div#map {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #cardWrapper {
        order: 1;
    }

    #mapWrapper {
        order: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .main-search-bar {
        display: flex;
    }

    div#map {
        margin-top: 30px;
    }

    .main-search-bar input#zipCodeInput {
        width: 100%;
    }

    select#distanceInput {
        width: 100%;
    }

    h2#pageTitle {
        text-align: center;
        margin-bottom: 20px;
    }

    #cardWrapper {
        height: 100% !important;
    }
}


@media (max-width: 461px) {

    .main-search-bar input#zipCodeInput {
        width: 100%;
    }
}


::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #6d6d6d;
}


/* info window card */
.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 400px !important;
    padding: 10px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.gm-style-iw-d {
    box-shadow: rgb(0 0 0 / 11%) 0px 2px 8px, rgb(0 0 0 / 7%) 0px 4px 16px;
    border-radius: 10px;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid #c5c5c5 !important;
    border-radius: 50% !important;
    opacity: 1;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect span {
    margin: 7px !important;
}

.info-card.card {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    padding: 15px;
}

.info-card .card-header,
.info-card .card-footer {
    border-bottom: 0px;
    align-items: center;
    border: none !important;
    padding: 0px !important;
    background: rgb(255 255 255);
}

.info-card.card .card-header .title {
    font-size: 1.5rem;
    font-weight: 600;
}

.info-card .card-body {
    padding: 0px;
}

.info-card .card-footer {
    font-size: 1.2rem;
}

.info-card .delivery {
    padding: 10px 0px 10px 0px;
    color: #000000;
}

.info-card .markup{
    color: #000;
    text-decoration: none;
}



@media (min-width: 1274px) {

    /* .gm-style-iw.gm-style-iw-c {
        max-width: 40% !important;
    } */

    .input-group.input-group-lg {
        margin-bottom: 0px !important;
    }

    h2#pageTitle {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .gm-style-iw.gm-style-iw-c {
        max-width: 40% !important;
    }
}

button#currentLocation
{
    width: 45px;
    background-color: black;
    color: white;
    border: 1px solid #a7a7a7 !important;
}
.property-counter span
{
    font-size: 16px !important;
    color: black;
}
.c-1 .input-group input,
.c-1 .input-group select
{
    border-color: #a7a7a7 !important;
    text-align: left !important;
}
#mapWrapper #mapCol
{
    border-radius: 10px !important;
    border: none !important;
}
.gm-style .gm-style-iw-c {
    top: 11px;
}
.gm-style .gm-style-iw-tc {
    left: -1px;
}
/* .property-counter a.btn-link 
{
    color: white !important;
    font-size: 16px !important;
    padding: 5px 15px;
    border:1px solid #d60000;
    color: #d60000 !important;
    border-radius: 5px;
}
.property-counter a.btn-link:hover 
{
    background-color: #d60000;
    color: white !important;
} */