﻿.home-city {
    width: 30%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    float: right;
}

.gm-bundled-control {
    bottom: 404px !important;
}

#city-dropdown select:focus {
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.footerBG {
    display: none;
}

.mapBoxs {
    min-height: 100%;
}

.suggestBrn {
    bottom: 50px;
    font-weight: bold;
    margin: auto;
    position: absolute;
    right: 50%;
    margin: 0 -215px 0 0;
    text-transform: uppercase;
    width: 430px;
    max-width: 90%;
    line-height: 17px;
    display: inline-block;
}

.suggestBrnBG {
    background: #2c977d;
    border-radius: 30px;
    border-color: #2c977d;
}

    .suggestBrnBG:hover {
        background: #2c977d;
        border-radius: 30px;
        border-color: #2c977d;
    }

.get_notified {
    padding: 0px;
}

.mapBoxs {
    height: 100%;
    position: fixed !important;
    top: 63px;
    left: -2px;
}

#city-dropdown select.home-city {
    width: 14%;
    min-width: 160px;
}

.searchTerm.Map-AutoComplete {
    width: 432px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
}

.popupmodel {
    font-size: 18px;
    text-align: left;
    padding: 0px 15px 20px !important;
}

.popuperror {
    color: #f10;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-t::after {
    top: 7px;
}

/*new style*/
.search-outer {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: absolute;
    left: 0;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    font-size: var(--p-bold-size);
    color: var(--black2);
    font-family: var(--p-bold);
    right: 0;
    margin: 0 auto;
}
.searchbar {
    align-self: stretch;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    padding: var(--very-large) var(--large) var(--standart);
    z-index: 10;
}

.location-icon {
    width: 26px;
    position: relative;
    height: 26px;
    object-fit: cover;
    cursor:pointer;
}

.clear-icon {
    width: 26px;
    position: relative;
    height: 26px;
    object-fit: cover;
    cursor: pointer;
}

.divider-icon {
    align-self: stretch;
    width: 1.5px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.search-icon {
    width: 14px;
    position: relative;
    height: 14px;
}

.text-field {
    flex: 1;
    position: relative;
    line-height: 135%;
    font-weight: 600;
    border: none;
    font-size: var(--p-bold-size);
    color: var(--black2);
    font-family: var(--p-bold);
    cursor: text;
    width:100%;
}

    .text-field::placeholder {
        font-size: var(--p-bold-size);
        color: var(--black5);
        font-family: var(--p-bold);
    }

    .text-field::-ms-input-placeholder { /* Edge 12 -18 */
        font-size: var(--p-bold-size);
        color: var(--black5);
        font-family: var(--p-bold);
    }

    .text-field:not(:placeholder-shown) {
        border-color: green;
    }

    .text-field:placeholder-shown {
        border-color: red;
    }

.search-text-field,
.searchbar,
.search-field {
    display: flex;
    align-items: center;
}

.search-text-field {
    align-self: stretch;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    gap: var(--quater);
}

.searchbar,
.search-field {
    box-sizing: border-box;
}

.search-field {
    width: 100%;
    border-radius: var(--br-21xl);
    background-color: var(--white);
    box-shadow: 0 5px 40px rgba(46, 42, 38, 0.15);
    border: 1px solid var(--color-gainsboro-100);
    flex-direction: row;
    justify-content: flex-start;
    padding: var(--standart);
    gap: var(--standart);
    max-width: 560px;
}

.searchbar {
    align-self: stretch;
    height: 90px;
    flex-direction: column;
    justify-content: center;
    padding: var(--very-large) var(--large) var(--standart);
}

.sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    z-index:1;
}
.sidebar {
    top: 0;
    background-color: var(--black3);
    border-right: 1px solid var(--black1);
    box-sizing: border-box;
    width: 400px;
    overflow-y: auto;
    overflow-x:hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--standart) var(--small);
    gap: var(--standart);
}
.overview-parent {
    justify-content: flex-start;
    padding: var(--padding-base) 0 var(--padding-5xs);
    gap: var(--gap-5xs);
    text-align: left;
    color: var(--white);
}

.overview-parent,
.request-point-card,
.store-card-main {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-card-main {
    justify-content: flex-start;
    padding: var(--large) var(--standart);
    gap: var(--gap-9xs);
}

.request-point-card {
    border-radius: var(--br-3xs);
    background-color: var(--white);
    box-shadow: 0 0 20px transparent;
    border: 1px solid var(--black1);
    overflow: hidden;
    flex-shrink: 0;
    justify-content: center;
    text-align: center;
}

.img-icon {
    max-width: 100%;
    overflow: hidden;
    height: 120px;
    flex-shrink: 0;
    object-fit: cover;
}

.img-icon,
.request-a-point,
.store-card-time,
.we-dont-have {
    align-self: stretch;
    position: relative;
}

.request-a-point {
    font-size: var(--h1-knd-size);
    font-weight: 600;
    display: inline-block;
    height: 28.5px;
    flex-shrink: 0;
}
.we-dont-have {
    line-height: 134%;
    font-weight: 500;
}
.store-card-time {
    line-height: 134%;
    font-weight: 500;
}

.overview1,
.popup-button {
    background-color: var(--main);
    overflow: hidden;
    flex-direction: row;
    align-items: center;
}

.overview1 {
    border-radius: var(--br-xl);
    display: flex;
    justify-content: flex-start;
    padding: var(--padding-6xs) var(--padding-sm);
    gap: var(--gap-9xs);
}

.icons-20x20-info {
    width: 20px;
    position: relative;
    height: 20px;
    object-fit: cover;
    display: none;
}

.directions {
    position: relative;
    line-height: 134%;
    font-weight: 600;
}

.popup-button {
    width: 341px;
    border-radius: var(--br-mini);
    height: 48px;
    flex-shrink: 0;
    display: none;
    justify-content: center;
    padding: var(--padding-xs) var(--padding-13xl);
    box-sizing: border-box;
    font-size: var(--font-size-mid);
}

.button {
    position: relative;
    font-weight: 600;
}

.map {
    width: 100%;
    position: absolute;
    background-color: var(--black);
    overflow: hidden;
    text-align: left;
    font-size: var(--p-bold-size);
    color: var(--black2);
    font-family: var(--p-bold);
    bottom: 0;
    top: 65px;
}

.store-card-8,
.store-card-more-info {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.store-card-more-info {
    padding: var(--large) var(--standart) var(--padding-33xl);
    position: relative;
    gap: var(--gap-xs);
}

.store-card-8 {
    border-radius: var(--br-3xs);
    background-color: var(--white);
    box-shadow: 0 0 20px transparent;
    border: 1px solid var(--black1);
    flex-shrink: 0;
}

.store-card-main-2,
.very-friendly-convenience-keyn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.store-card-main-2 {
    align-self: stretch;
    border-bottom: 1px solid var(--black1);
    padding: var(--large) var(--standart);
    gap: var(--standart);
}

.store-card-usethis-point,
.store-card-info {
    display: flex;
    justify-content: flex-start;
}

.store-card-info {
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--quater);
}

.store-card-usethis-point {
    border-radius: var(--br-xl);
    background-color: var(--main);
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-6xs) var(--padding-sm);
    gap: var(--gap-9xs);
    color: var(--white);
    cursor:pointer;
}

.store-card-usethis-point-btn {
    display: flex;
    justify-content: center;
    border-radius: var(--br-3xs);
    background-color: var(--main);
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-xs) var(--padding-13xl) var(--padding-xs) var(--padding-13xl);
    gap: var(--gap-9xs);
    color: var(--white);
    cursor: pointer;
    position: relative;
    line-height: 135%;
    font-weight: 600;
    text-transform: none;
    border: none;
    font-size: var(--font-size-mid);
    width: 100%;
}

button[disabled].store-card-usethis-point-btn {
    background-color: #F2F2EF !important;
    color: #BEBDBA;
    cursor:not-allowed;
}

.store-card-title {
    align-self: stretch;
    flex: 1;
    position: relative;
    font-weight: 600;
}

.icons-14x14-journey {
    width: 14px;
    position: relative;
    height: 14px;
    object-fit: cover;
}

.store-card-distance {
    position: relative;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.store-card-tag,
.store-card-title-block {
    display: flex;
    flex-direction: row;
}

.store-card-tag {
    border-radius: var(--br-6xs-5);
    background-color: var(--black3);
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-5xs);
    gap: var(--gap-11xs);
    font-size: var(--font-size-2xs);
}

.store-card-title-block {
    align-self: stretch;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-3xs);
    font-size: var(--h1-knd-size);
}

.store-card-address {
    align-self: stretch;
    position: relative;
    line-height: 134%;
    font-weight: 600;
    display: inline-block;
    flex-shrink: 0;
}

.mon-sat {
    margin: 0;
}

.use-this-btn-txt {
    position: relative;
    line-height: 135%;
    font-weight: 600;
    cursor:pointer;
}
.moreinfo-buttons,
.store-card-more-info-conte {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.moreinfo-buttons {
    flex-direction: row;
    gap: var(--gap-3xs);
    text-align: center;
}

.store-card-more-info-conte {
    align-self: stretch;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
    flex-direction: column;
    gap: var(--standart);
    z-index: 0;
}

.collection {
    align-self: stretch;
    border-radius: var(--br-6xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--large);
    padding-top: var(--small) !important;
}
/*.very-friendly-convenience-keyn-wrapper {
    flex: 1;
}*/
.very-friendly-convenience-keyn-wrapper {
    flex: 1.25;
}
.store-card-pic {
    height: 100%;
    flex: 1;
    position: relative;
    border-radius: var(--br-6xs-5);
    overflow: hidden;
    background-image: url(/Content/images/pic@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 140px;
    max-height: 160px;
}

.store-card-zoom {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: var(--br-xl);
    background-color: var(--green-button-bg);
    justify-content: center;
    padding: var(--padding-8xs) var(--padding-3xs);
    cursor:pointer;
}
.icons-14x14-search-wrapper,
.store-card-zoom {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icons-14x14-search-wrapper {
    height: 24px;
    justify-content: flex-start;
}
.small-button,
.small-button1 {
    border-radius: var(--br-mini);
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-8xs) var(--padding-2xs);
}

.small-button {
    background-color: var(--green-button-bg);
    display: flex;
}

.small-button1 {
    background-color: var(--black2);
    display: none;
    font-size: var(--h3-knd-size);
}

.small-button a, .small-button a:hover {
    text-decoration: none;
    color: var(--black2);
}
    .cover,
    .shadow {
        position: absolute;
    }

.cover {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 0 var(--br-3xs) var(--br-3xs);
    background-color: var(--white);
    border-right: 1px solid var(--black1);
    border-bottom: 1px solid var(--black1);
    border-left: 1px solid var(--black1);
    box-sizing: border-box;
    height: 52px;
}

.shadow {
    width: calc(100% - 2px);
    right: 1px;
    bottom: 52px;
    left: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
    height: 30px;
}

.vector-icon {
    width: 8px;
    position: relative;
    height: 4px;
    object-fit: contain;
}

.store-card-expand,
.store-card-next {
    position: absolute;
}

.store-card-next {
    bottom: 15px;
    left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.store-card-expand {
    width: 100%;
    margin: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
    text-align: right;
    font-size: var(--h3-knd-size);
    color: var(--main);
}

.map1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 400px;
    width: 1040px;
    height: 787px;
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
}
.request,
.zoom {
    display: flex;
    flex-direction: column;
}

.request {
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: var(--standart) var(--large);
    position: relative;
    gap: var(--small);
    font-size: var(--h3-knd-size);
}

.request-overview,
.zoom {
    justify-content: flex-start;
}

.request-overview {
    border-radius: var(--br-xl);
    background-color: var(--white);
    box-shadow: 0 5px 40px rgba(46, 42, 38, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: var(--padding-8xs) var(--padding-3xs);
    gap: var(--gap-8xs);
    z-index: 0;
    cursor:pointer;
}

.typeform-share {
    text-decoration:none !important;
}

.zoom {
    margin: 0 !important;
    position: absolute;
    right: 16px;
    bottom: 16px;
    filter: drop-shadow(0-5px 30px rgba(46, 42, 38, 0.05));
    align-items: flex-start;
    gap: var(--small);
    z-index: 1;
}

.available-on-request .custom-radio-group {
    background: var(--5percent-black, #f2f2ef);
    border-radius: 10px;
    padding: var(--large, 16px) var(--standart, 12px) var(--large, 16px) var(--standart, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--large, 16px);
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.custom-radio-btn {
    display: flex;
    flex-direction: column;
    gap: var(--standart, 12px);
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.property-question {
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.property-question-title {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: var(--p-bold-knd, "Poppins-SemiBold", sans-serif);
    font-size: var(--p-bold-size, 15px);
    line-height: 134%;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.custom-radio-list {
    display: flex;
    flex-direction: row;
    gap: var(--large, 16px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.radio-toggle {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 20px;
    position: relative;
}

.btn-outer {
    background: var(--white);
    border-radius: 20px;
    padding: 7px 14px 7px 14px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.btn-new {
    color: var(--black7);
    text-align: left;
    font-family: var(--p-bold-knd-font-family, "Poppins-SemiBold", sans-serif);
    font-size: var(--p-bold-knd-font-size, 15px);
    line-height: var(--p-bold-knd-line-height, 134%);
    font-weight: var(--p-bold-knd-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
}

.unchecked {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--main, #00b288);
    border-width: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10.4px);
    top: calc(50% - 9.69px);
}

    .unchecked img {
        width: 20px !important;
        height: 20px !important;
    }
.thank-you-text {
    display:none;
    line-height: 134%;
    font-weight: 500;
    padding: var(--large) var(--standart) var(--large) !important;
    text-align: center;
}

.display-none {
    display:none !important;
}

.bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /*min-height: 350px;*/
    z-index: 2000000001 !important;
}

.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #fff;
    color: #fff;
    flex-direction: row;
    height: 16px ;
}

.drag-handle {
    width: 100px;
    height: 4px;
    background-color: #615E5A;
    border-radius: 10px;
    cursor: grab;
    margin: 0 auto;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.sheet-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.sheet-content p {
    font-size: 16px;
    line-height: 1.5;
}