::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.hidden {
    display: none !important;
}

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

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 80, 74, 0.5);
}

body {
    font-family: 'NOTO Sans', sans-serif !important;
}

.tooltip-google-map {
    cursor: pointer;
    color: blue;
    text-decoration: underline;

}


.btn-search-no-catalog {
    width: 33%;
    color: #ea1313 !important;
    font-weight: bold;
    height: 70px;
    display: inline-block;
    padding-top: 25px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fcefef;
    font-size: 12px
}

.tooltip-store-name {
    font-weight: bold;
    text-align: center;
}

.gm-style-iw-c + button {
    display: none;
}

.header {
    height: 102px;
    background-color: #fff;
    width: 100%;
    padding: 25px 5% !important;
}

.max-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.max-width-90 {
    width: 90%;
    margin: 0 auto;
}

.full-option-filter {
    background-color: #fce9e8;
    margin-top: 50px;
    padding: 20px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}

.btn-search {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-bottom: 10px;

}

.btn-search button {
    width: 90%;
    color: #fff;
    font-weight: bold;
    height: 70px;
    background-color: red;
    padding-top: 15px;
    font-size: 21px;
}

.btn-search button p {
    margin-top: -8px;
}

.btn-search button:hover {
    color: #fff;
}


.store-element-info-header {
    padding: 10px;
    flex: 1.9;
}

.store-element-info-name {
    font-weight: bold;
    font-size: 16px;
}

.store-element-info-address {
    font-size: 14px;
}

.store-element-info-distance {
    font-size: 14px;
}

.store-element-info-is-pharmacy {
    font-size: 14px;
}


.store-element-info-phone {
    font-size: 15px;
}

.store-element-info-close-time {
    font-size: 14px;
}

.search-icon-product {
    display: inline-block;
    cursor: pointer;
    width: 14%;
    height: auto;
}

.image-button {
    font-size: 2.5vw;
    background-color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-control {
    z-index: 2;
}

.home {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.text-introduce {
    font-weight: bold;
    padding: 0 3%;
    margin-top: 50px;
}

.text-introduce p {
    font-size: 16px;
}

.option-menu {
    font-weight: bold;
    font-size: 30px;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    margin-top: 85px;
}

.option-menu span {
    padding: 15px;
    background-image: linear-gradient(to right, #F16A70, #F16A70);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 30% 3px;
    transition: background-size .3s ease-in-out;
}

.option-menu span:hover {
    background-size: 100% 3px;
}

.mobile {
    display: none;
}

.store-location {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    position: relative;
}

.store-location #view-location-store #btn-my-location {
    position: absolute;
    cursor: pointer;
    top: 15%;
    background-color: white;
    z-index: 999999999999;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 10px;
}

.store-location #view-location-store #btn-my-location img {
    width: 100%;
}

.input-name-address button {
    width: 63px;
}

.input-name-address input {
    height: 63px;
}

.list-button-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner img {
    width: 100%;
}

.content-location .store-element {
    display: flex;
    border-bottom: 1px solid #eee;
}

.map-button {
    display: flex;
}

.map-button img {
    width: 100%;
}

#btn-search-by-full-option {
    cursor: pointer;
    height: 66px;
    width: 30%;
    background-color: red;
    color: #fff;
    border-color: red;
}


.content-location {
    width: 47%;
    margin-left: 20px;
    border: solid 2px #eee;
    overflow-y: scroll;
    height: 500px;
}

.text-search-end {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

#view-location-store {
    width: 60%;
    height: 500px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.input-name-address button i {
    font-size: 22px;
}

.input-name-address {
    margin-top: 50px;
    margin-bottom: 70px;
}

.choose-address select {
    height: 44px;
    margin-bottom: 20px;
}

.warning {
    flex: 1;
}

.warning p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}


.footer {
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: bold;
}

.footer img {
    width: 72%;
}

.footer .footer-left p {
    margin-bottom: 0;
}

.footer-left {
    margin-right: 4%;
}

.footer ul {
    list-style-type: none
}


.footer-right a {
    color: #595959
}

.footer-right a:hover, a:focus, a:active {
    text-decoration: none;
}

.note-position-web {
    padding: 5px;
    border: solid 1px red;
    color: red;
    font-size: 13px;
    margin-top: 20px;
    width: 55%
}

.note-position-mobile {
    padding: 5px;
    border: solid 1px red;
    color: red;
    font-size: 13px;
    margin-top: 20px;
    display: none
}


.footer-right {
    padding-top: 15px;
}

.footer-right p {
    margin-bottom: 20px !important;
}

#btn-search-by-full-option-small {
    width: 50%;
    cursor: pointer;
    height: 35px;
    background-color: red;
    color: #fff;
    border-color: red;
}


@media only screen and (max-width: 1000px) {
    .btn-search-no-catalog {
        width: 90%;
    }

    .note-position-web {
        display: none;
    }

    .note-position-mobile {
        display: block;
        width: 100%;
    }

    #btn-search-by-full-option {
        width: 80%;
        height: 50px;
    }

    .gm-ui-hover-effect {
        right: 0px !important;
    }

    .footer {
        flex-direction: column;
        margin-left: 5%;
    }

    .store-element-info-name {
        font-weight: bold;
        font-size: 3.1vw;
    }

    .store-element-info-address {
        font-size: 2.2vw;
    }

    .store-element-info-distance {
        font-size: 2.2vw;
    }

    .store-element-info-is-pharmacy {
        font-size: 2.2vw;
    }

    .store-element-info-phone {
        font-size: 2.3vw;
    }

    .store-element-info-close-time {
        font-size: 2.8vw;
    }

    .input-name-address {
        margin-bottom: -90px;
    }

    .bookmark-store i {
        font-size: 7vw;
    }

    .list-button-search .btn-search {
        margin-right: 0;
    }

    #view-location-store {
        width: 100%;
        height: 90vw;
    }

    .map-button {
        flex: 1;
    }

    .mobile {
        display: block;
    }

    .input-name-address button {
        border: 1px solid #ced4da;
        width: 63px;
    }


    .input-name-address input {

        border-left: none;
        height: 63px;
    }

    .text-search-end {
        font-size: 2vw;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .desktop {
        display: none;
    }

    .list-button-search img {
        width: 100%;
    }

    .btn-search {
        display: block;
        width: 100%;
    }

    .btn-search-end img {
        width: 90%;
    }

    .btn-search-end-mobile {
        display: none;
    }

    .btn-search-end-mobile {
        display: block
    }

    .text-introduce p {
        white-space: normal;
        font-size: 3.2vw;
    }

    .list-button-search {
        display: flex;
        flex-wrap: wrap;
    }

    .search-icon-product {
        width: 22vw;
        height: 22vw;
    }

    .list-button-search img {
        margin-bottom: 20px;
    }

    .option-menu {
        margin-left: 0;
        width: 100%;
        font-size: 5vw;
    }

    .store-location {
        flex-wrap: wrap;
    }

    .store-location .btn-my-location {
        position: absolute;
        bottom: 100px;
        right: 10px;
    }

    .store-location .content-location {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px;
        font-size: 12px;
    }

    .content-location label {
        font-size: 12px !important;
    }

    .content-location {
        flex-basis: 100%;
    }

    .search-tag-product {
        margin-top: 20px;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 5%;
    }

    .store-location .content-location img {
        width: 100%;
        height: 80px !important;
    }

    .store-location img {
        width: 100% !important;
    }

    .search label {
        display: none;
    }

    img#icon_marker_position {
        width: 5% !important;
        top: 43.6% !important;
        left: 47% !important;
    }

    #store_name {
        top: 40.6% !important;
        font-size: large !important;
    }
}

@media only screen and (max-width: 500px) {
    .store-location .content-location img {
        width: 100%;
        height: 60px !important;
    }

    .copyright {
        margin-bottom: 25px !important;
    }

    .footer-right {
        padding-left: 20px;
    }
    img#icon_marker_position {
        width: 5% !important;
        top: 43.6% !important;
        left: 47% !important;
    }

    #store_name {
        top: 39.6% !important;
        font-size: x-small !important;
    }


}

@media only screen and (max-width: 720px) and (min-width: 501px){
    #store_name {
        top: 40.2% !important;
        font-size: small !important;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px){
    #store_name {
        top: 40.2% !important;
        font-size: small !important;
    }

    img#icon_marker_position {
        width: 5% !important;
        left: 46.8% !important;
        top: 43.2% !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1390px){
    #store_name {
        top: 38.2% !important;
        font-size: small !important;
    }

    img#icon_marker_position {
        width: 5% !important;
        left: 46.8% !important;
        top: 41.5% !important;
    }
}

#store_name {
    position: absolute;
    font-weight: bold !important;
    font-size: small; left: -0.5%;
    top: 38%; width: 100%;
    text-align: center;
    color: red;
}


