#store-list-map {
    height: 400px !important;
}

.page-title-wrapper {
    margin: 2rem 0!important;
}

.show-branch-list {
    display: none;
    position: absolute;
    top: 525px;
    left: 17px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #AC975B;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}

.show-branch-list:hover {
    text-decoration: underline;
    color: rgb(84, 84, 255);
    cursor: pointer;
}

.get-data-view:hover {
    text-decoration: underline;
}

.gm-style-iw.gm-style-iw-c {
    padding-right: 12px !important;
    max-width: 240px !important;
}

.gm-style-iw-d {
    padding: 5px;
}

.store-image.view {
    width: 50%;
    position: relative;
    margin: -5% 25%;
}

.store-image.view .img-responsive {
    width: 100%;
    height: 130px !important;
}

.storelocator-details div.col-md-12{
    margin-top: 80px;
    border: 1px solid #ddd !important;
    padding-top: 10px;
}

.store-info-detail .row {
    padding: 6px 0;
}

.store-info-detail hr {
    height: 2px;
    margin: 7px !important;
    width: 80%;
    margin: auto !important;
}

.store-list h3 {
    margin-bottom: 1rem !important;
    padding-bottom: 5px;
}

.store-info-detail h3 {
    margin-top: 1rem !important;
}

.page-title h3, .store-info-detail h3 {
border-bottom: 1px solid #ddd !important;
padding: 0 0 10px !important;
margin-bottom: 0 !important;
}

.store-info-detail table td {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.dropdown-menu-branches .store-name {
    font-size: 14px;
    color: #1F2533;
    padding: 5px 10px;
    margin: 0 2px !important;
    border-bottom: 1px solid rgb(194, 194, 194);
}

.dropdown-menu-branches .store-name:hover {
    color: #AC975B;
}

button.dropdown-toggle {
    background: #AC975B !important;
    border: none !important;
    width: 100%;
}
/*new changes*/
.store-list-container .row{
    flex-direction: row;
}
.store-list-container .store-list{
    border: 0 !important;
}
.store-list-container .store-list .items{
    margin-top: 11px;
    max-height: 100% !important;
    overflow: unset !important;
}
.store-list-container .store-list .items li{
    border: 0 !important;
}
.store-infor h4{
    margin-bottom: 0;
    color: #31312F;
    font-family: SST-Arabic;
    font-size: 15px;
    line-height: 24px; /* 100% */
}
.store-infor p{
    margin-top: 8px;
    margin-bottom: 0px;
    color: #31312F;
    font-family: SST-Arabic-light;
    font-size: 15px;
    line-height: 24px; /* 100% */
}
.phone-img {
    width: 18px;
    height: 18px;
}
.column-map {
    margin-top: 37px;
}
.store-header-style {
    text-align: center;
    color: #31312F;
    font-family: "SST-Arabic-Light";
    font-size: 17px;
    margin-top: 0;
}
.page-title-wrapper {
    margin-bottom: 5px !important;
}
.page-main > .page-title-wrapper .page-title {
    margin: 0;
}
.page-title-wrapper .page-title .base {
    font-size: 27px;
}
.phone-num {
    display: flex;
    align-items: flex-end;
}
.phone-img {
    margin-right: 4px;
}
@media (max-width: 1024px) {
    .store-infor h4 {
        font-size: 16px;
    }
    .store-infor p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .column-map {
        display: block !important;
        width: 100% !important;
        margin-top: 32px;
    }
    .col-md-4 {
        width: 100% !important;
    }
    .store-list-container .row {
        flex-direction: column-reverse;
    }
}

.dropdown-menu.dropdown-menu-branches {
    width: 100%;
}
