.map-sidebar {
    position: absolute;
    height: 100%;
    width: 25rem;
    top: 0;
    padding: 2rem 1rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.map-location-preview {
    position: absolute;
    height: 80%;
    width: 55rem;
    top: 0;
    padding: 2rem 1rem;
    overflow-y: hidden;
    right: 0;
    z-index: 1;
}

.gm-style-iw.gm-style-iw-c {
    border: none !important;
    box-shadow: none !important;
}

.map-location-preview .preview-items {
    display: none;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: all .3s linear;
}

.map-location-preview .preview-items.show {
    display: flex;
    transition: all .3s linear;
}

ul.shop-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

ul.shop-list li.active button,
ul.shop-list li:hover button,
ul.shop-list li button.active {
    background-color: #0076C6;
    color: #ffffff;
}

ul.shop-list li button {
    display: block;
    width: 100%;
    background-color: #CDCDCD;
    padding: 1rem;
    border-radius: 10px;
    color: #333333;
}

.spaceseven {
    overflow: hidden;
    scroll-behavior: smooth;
    padding-top: 8.5rem;
    min-height: calc(100vh - 17.7rem);
    color: #272727;
}

.top-btn button, .top-btn a {
    background-color: #0076C6;
    color: #fff;
    padding: 5px 10px !IMPORTANT;
    border: 0px;
    font-size: 16px !important;
    border-radius: 5px;
}

.top-btn h1.h1 {
    font-size: 22px !important;
    color: #0076C6;
    text-transform: lowercase;
    margin: 20px 0px;
}

.d-flex.justify-content-between.align-items-center.top-btn {
    align-items: center !important;
    position: relative;
    z-index: 1;
}

.google-map-details .list-img-main .list-img-ineer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-flex: 0 0 25.8em;
    -ms-flex: 0 0 4.8em;
    min-height: 130px !important;
    min-width: 100%;
    overflow: hidden;
}

.google-map-details {
    padding: 5px 20px;
    background-color: #F5F5F5;
    border-radius: 10px !important;
    border: 2px solid #0076C6;
}

.google-map-details .list-img-main {
    display: flex;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
}

.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
    padding: 0px !important;
    width: 350px;
    overflow: hidden !IMPORTANT;
}

.gm-style-iw.gm-style-iw-c {
    border: 2px solid #0076C6;
}

.gm-style-iw-tc {
    display: none;
}

.google-map-details p {
    font-weight: bold;
    color: red;
    font-size: 10px;
    margin: 4px 12px;
}

.details .d-flex.justify-content-between.align-items-center h4.text-start,
.details .d-flex.justify-content-between.align-items-center .col-xxl-5.col-xl-5.col-lg-5.text-end h3 {
    font-size: 14px;
}

.google-map-details h2.h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    width: 100%;
    clear: both;
    letter-spacing: 2px;
    color: #000000;
    margin: 10px 0;
    font-weight: 900;
    line-height: 9px;
    display: flex;
    align-items: center;
    text-align: center;
}
.text-end h3 {
    font-size: 15px !important;
}

.google-map-details .SHOP_DETAILS_ineer .list-img-ineer {
    -webkit-flex: 0 0 16.8em;
    min-height: 140px !important;
    overflow: hidden;
}

.google-map-details {
    padding: 0px;
    position: relative;
}
.details {
    padding: 0px 10px;
}
button.gm-ui-hover-effect {
    display: none !important;
}

.google-map-details .details_footer a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3px;
    color: #0076C6 !important;
    margin-top: 10px;
    font-size: 10px;
}

.google-map-details .list-img-main img {
    max-width: 100% !important;
    height: auto !important;
    width: 100%;
}

.details i.fa.fa-star {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    font-size: 43px;
}

.details_center p:last-child:after {
    display: none;
}

.details_center p:after {
    content: "";
    border: .2px solid;
    position: relative;
    right: -8px;
}

.google-map-details .details_center {
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    overflow-x: hidden;
    margin-bottom: 20px;
}

img[src="http://127.0.0.1:8000/assets/images/maps/marker-svg.svg"] {
    /* transition: all .5s ease-in-out; */
    /* transform: scale(1.5); */
}

.details .--fav i.fa.fa-star {
    color: #ffb800;
}

.map-sidebar::-webkit-scrollbar {
    display: none;
}

/* .gm-style-iw {
    background-color: rgb(237, 28, 36);
      border: 1px solid rgba(72, 181, 233, 0.6);
      border-radius: 10px;
      box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
      color: rgb(255, 255, 255) !important;
      font-family: gothambook;
      text-align: center;
      top: 15px !important;
      width: 150px !important;
  } */

.top-container {
    /* left: 85% !important; */
    /* transform: translate(40%, 0px) !important; */
}
.for-auto-width .SHOP_DETAILS_ineer.google-map-details {
    width: 31.3%;
}

section#google-maps {
    height: 72vh !important;
}

@media (min-width:2000px) and (max-width:3000px)
{
    section#google-maps {
        height: 78vh !important;
    }  
}