/* Store Locator Map - Full Size */
#map {
    height: 400px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Search box inside map - Google Maps style */
#pac-input {
    background-color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 12px;
    padding: 10px 15px;
    text-overflow: ellipsis;
    width: 350px;
    border: 1px solid #dadce0;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
}

#pac-input:focus {
    border-color: #4285f4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(66, 133, 244, 0.2);
}

#pac-input::placeholder {
    color: #5f6368;
    font-weight: 400;
}


.store-locator-page-title {
    text-align: center;
    margin: 24px 0;
    min-height: 50px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.get-current-location-wrapper {
    margin: 0 0 15px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #4ab2f1;
    text-decoration: underline;
    background: url("../images/icon-my-location.png") no-repeat left center;
    font-size: 14px;
    font-weight: 600;
}
.store-map-wrapper .get-current-location-wrapper {
    margin: 10px 0 0 0;
}
a.all-store-btn {
    padding: 10px 15px;
    background: black;
    display: inline-flex;
    color: white;
    margin: 15px;
    /* margin-right: auto; */
    float: left;
}
.main-map-wrapper .map-wrapper{
    width: 100%;
}
.main-map-wrapper {
    display: flex;
}
.main-map-wrapper.active-direction  {
    gap: 30px;
}
.active-direction .map-wrapper {
    width: calc((100% - 30px)/12*8);
}
.active-direction .direction-wrapper {
    width: calc((100% - 30px) / 12 * 4);
}
.direction-wrapper {
    height: 400px;
    overflow: auto;
}
.direction-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.direction-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.direction-wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}
.shop-filters {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 18px 25px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 60px;
}
.map-actions{
    margin: 0;
}
.shop-filters > div {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}
.shop-filters > div:not(:last-child):after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% + 50px);
    background: #ccc;
}
.shop-filters > div label,
.shop-filters > div span{
    display: block;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
div#shops-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.shop-card {
    width: calc((100% - 24px) / 2);
    display: flex;
    gap: 16px;
}
.shop-images-wrapper {
    width: 250px;
}
.shop-images-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.shop-detail-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: 3px;
    width: calc(100% - 266px);
}
.direction-btn {
    display: inline-block;
    color: #4ab2f1;
    padding-left: 16px;
    background: url("../images/icon-align-map.png") no-repeat left center;
    margin: 0 0 7px;
    border: 0;
    text-transform: capitalize;
    text-align: justify;
    font-size: 14px;
    text-decoration: underline;
    cursor:pointer;
}
.action-buttons {
    margin-top: 10px;
}
.read-more-btn {
    display: inline-block;
    background: #aaa;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: 11px 13px;
    border: none;
}
.shop-title {
    font-size: 18px;
    font-weight: 800;
}
.tags-title {
    font-weight: 800;
    text-transform: uppercase;
}
.shop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    color: #4ab2f1;
}
.shop-tag {
    position: relative;
}
.shop-tag:not(:last-child):after {
    content: ",";
    position: absolute;
    right: -5px;
}
.sotre-detail-wrapper {
    display: flex;
    gap: 35px;
}
.store-img-wrapper {
    width: calc((100% - 35px)/12*5);
}
.store-detail-wrapper {
    width: calc((100% - 35px)/12*7);
}
 .store-img-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.thumb-img-items-wrapper {
    order: 2;
}
.store-map-wrapper{
    margin-top: 20px;
    order: 3;
}
.main-store-img-items-wrapper {
    width: 100%;
}
.thumb-img-item-wrapper {
    display: flex;
    gap: 15px;
}
.thumb-img-item-wrapper > div{
    width: calc((100% - 30px)/3);
}
.thumb-img-item-wrapper:not(:last-child) {
    margin-bottom: 10px;
}
.store-img-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}
.store-map-direction-wrapper{
    order: 4;
}
.back-to-shop-btn {
    font-size: 14px;
    margin: 10px 0;
    display: block;
}