 #location {
    padding-top: 48px;
    color: var(--location--color_swatch--body_text);
}

#location .info-tabs-block-wrap {
    max-width: unset;
}

#location {
    padding-bottom: 48px;
}

#location .location-tab-txt {
    transition: .5s;
}

#location .location-tab-txt:hover {
    transition: .5s;
}

.location-pin-p {
    color: var(--location--color_swatch--body_text);
}

#location .title-a,
.location-body {
    color: var(--location--color_swatch--heading_h2);
}

.title-c,
.title-b {
    display: none;
}

#location .info-tab {
    padding: 0 20px;
    transition: .05s !important;
}

#location .info-tab:hover {
    transition: .05s !important;
}

#location .location-tab-txt {
    font-size: 26px;
    line-height: 32px;
}

#location .location-tabs-icon {
    --icon: url(/wp-content/uploads/2022/08/6Other.png);
    background: var(--location--new_tab_block--item_text);
    width: 1.5rem;
    height: 1.5rem;
    -webkit-mask-image: var(--icon);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transition: .5s;
}

#location .info-tab.-active .location-tab-txt {
    color: var(--location--new_tab_block--item_text_hover_active);
    border-bottom: 4px solid var(--location--new_tab_block--item_text_hover_active);
    transition: .5s;
}

#location .info-tab.-active .location-tabs-icon {
    background-color: var(--location--new_tab_block--item_text_hover_active);
}

#location .info-tab:hover .location-tabs-icon {
    background-color: var(--location--new_tab_block--item_text_hover_active);
}

#location #location-side-left {
    padding-top: 0;
}

#location #location-side-right {
    padding-top: 24px;
}

#location .info-tab img {
    display: none;
}

#location #location-side-left-contFent-title>span {
    display: none;
}

#location #location-side-left-bg {
    display: none;
}

#location #location-side-left-content-body {
    grid-column: 3/10;
}

#location #location-side-left-content-button {
    grid-column: 3/11;
}

#location .info-tab {
    border-bottom: 0;
}

#location .location-tab-txt {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border-bottom: 4px solid transparent;
}

#location .location-map {
    width: 100%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

#location #location-side-tab-head {
    grid-column: 3 / span 20;
    grid-row: 2 / span 1;
    padding-top: 48px;
}

#location .info-btn-gg {
    border-radius: 0;
}

#location .info-tabs-block {
    border-radius: 0;
    /* box-shadow: 0px -1.7px 0px -1px var(--location--new_tab_block--border_color) inset; */
    /* box-shadow: 0px -1.7px 0px -1px #FFEFD8 inset; */
    border-color: var(--location--new_tab_block--item_text);
}


#location .info-tab:after {
    content: '';
    height: 16px;
    width: 0.7px;
    background-color: var(--location--new_tab_block--item_text);
    position: absolute;
    left: 0;
    top: 30%;
}

#location .info-tab:nth-child(1):after {
    height: 0;
    width: 0;
}

#location .info-tabs-block-wrap {
    max-width: 100%;
}

#location .info-tab {
    padding: 0 40px;
}

#location .location-tab-txt {
    padding: 0 !important;
}

#location-side-tab-head {
    grid-column: 1 / span 24;
}

@media (max-width: 1024px) {
    #location .theme-title .title-a {
        font-weight: 400 !important;
        font-size: 38px !important;
        line-height: 40px !important;
    }

    #location-side-left-content-body {
        grid-column: 1 / 13;
    }

    #location-side-left-content-button {
        text-align: center;
        grid-column: 1 / 13;
    }

    #location .info-btn-gg {
        width: 100%;
    }

    #location .location-tab-txt {
        display: flex;
        align-items: center;
        padding: 10px 16px;
    }

    #location-side-left-content-title {
        text-align: left;
    }


    #location .info-btn-gg {
        font-weight: 400;
    }

    #location #location-side-right {
        padding: 24px 0;
    }

    #location .theme-title {
        padding-top: unset;
    }

    #location {
        padding-top: 43px;
        padding-bottom: 0;
    }

    #location .info-tab {
        padding: 0 16px;
    }

    #location #location-side-tab-head {
        padding-top: 30px;
    }
}

.location-side-tab-body::-webkit-scrollbar {
    width: 8px;
}

.location-side-tab-body::-webkit-scrollbar-track {
    background: #FFEFD800;
    border-radius: 8px;
}


.location-side-tab-body::-webkit-scrollbar-thumb {
    background: #FFEFD873;
    border-radius: 8px;
}


#location #location-side-left {
    padding-top: 0 !important;
}



#location .theme-title .title-a {
    color: var(--location--color_swatch--heading_h2);
}

#location .info-tab .location-tab-txt {
    color: var(--location--new_tab_block--item_text);
    padding: 6px 32px;

}
#location .info-tab .location-tab-txt:hover {
    color: var(--location--new_tab_block--item_text_hover_active);
}


#location .info-tab.-active .location-tabs-icon,
#location .info-tab:hover .location-tabs-icon {
    background-color: var(--location--new_tab_block--item_text_hover_active);
}

#location .info-tab .location-tabs-icon {
    margin-right: 10px;
    background: var(--location--new_tab_block--item_text);
}
