.page-template-templates-store-locator .page-header .page-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
}

.page-template-templates-store-locator .contact_section {
    padding: 52px 0 60px;
    text-align: center;
}

.page-template-templates-store-locator .contact_section h2 {
    margin: 0 0 28px;
    font-size: 34px;
    line-height: 46px;
    font-weight: 300;
    text-transform: uppercase;
}

.page-template-templates-store-locator .contact_section h2 p {
    margin: 0;
}

.page-template-templates-store-locator .contact_section .contact_div_parent,
.page-template-templates-store-locator .contact_section .contact_div_parent p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.page-template-templates-store-locator .contact_section .contact_div_parent {
    margin: 0 0 30px;
}

.page-template-templates-store-locator .contact_section .contact_div_parent p {
    margin: 0;
}

.page-template-templates-store-locator .contact_section .contact_div_parent strong {
    font-weight: 600;
}

/* .page-template-templates-store-locator .contact_section .custom_button {
    margin: 0 !important;
    padding: 5px 30px 5px 18px !important;
    border-radius: 100px;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 19px !important;
    text-transform: uppercase;
    background: url(/wp-content/uploads/2020/09/chevron-right.svg) center right 15px no-repeat, #97298A !important;
    background-size: 9px;
    transition: 0.2s all;
} */

.store_locator__table {
    padding: 0 0 100px;
}

.store_locator__table h2,
.store_locator__table h2 p {
    font-size: 34px;
    line-height: 46px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #0068B4;
}

.store_locator__table h2 strong {
    font-weight: 600;
}

.store_locator__table h2 {
    margin: 0 0 38px;
}

.store_locator__table h2 p {
    margin: 0;
}

.store_locator__table--inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.store_locator__table--region {
    width: 100%;
    max-width: 244px;
    margin: 0 15px;
}

.store_locator__table--region > strong {
    display: block;
    padding: 10px;
    margin: 0 0 15px;

    font-size: 21px;
    line-height: 29px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0068B4;

    border-bottom: 1px solid #0068B4;
}

.store_locator__table--region ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.store_locator__table--countries-list > li > span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    padding: 8px 10px;
    margin: 0;

    font-size: 18px;
    font-weight: 600;
    color: #000;

    transition: 0.2s all;
    cursor: pointer;
}

.store_locator__table--countries-list > li > span:hover {
    background-color: #E3EDFF;
}

.store_locator__table--countries-list > li > span > img {
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
}

.store_locator__table--countries-list > li > ul {
    display: none;
}

.store_locator__table--countries-list > li > ul > li > span {
    width: 100%;
    display: block;
    padding: 4px 10px 4px 40px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    border-top: 1px solid #B7C8E8;
    transition: 0.2s all;
    cursor: pointer;
}

.store_locator__table--countries-list > li > ul > li:hover > span {
    background-color: #E3EDFF;
}

.store_locator__table--countries-list > li:hover > span,
.store_locator__table--countries-list > li > span.is-open {
    color: #0068B4;
}

[data-theme="store-locator"] {
    padding: 0;

    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);

    transform: translate(100px, 20px);
    border: 1px solid #B7C8E8;
    border-radius: 4px;
}

[data-theme="store-locator"] .tippy-content {
    padding: 0;

    display: flex;
    flex-direction: column;
}

[data-theme="store-locator"] .tippy-arrow {
    color: #fff;
}

[data-theme="store-locator"] .tippy-content header {
    position: relative;
    padding: 10px 10px 10px 32px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #B7C8E8;

    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #0068B4;

    background: url(../images/icon-location.png) center left 10px no-repeat, #E3EDFF;
    background-size: 16px 22px;
}

[data-theme="store-locator"] .tippy-content header .tippy-toggle {
    display: none;

}

[data-theme="store-locator"] .tippy-content main {
    padding: 10px 32px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
	
	max-height: 250px;
    overflow: auto;
}

[data-theme="store-locator"] .tippy-content main a {
    display: block;
    color: #0068B4;
    text-decoration: none;
    word-break: break-all;
}

[data-theme="store-locator"] .tippy-content main a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 990px) {

    .page-template-templates-store-locator .page-header {
        padding: 8px 10px !important;
    }

    .page-template-templates-store-locator .page-header .page-title {
        font-size: 32px;
        line-height: 44px;
    }

    .page-template-templates-store-locator .contact_section {
        padding: 48px 38px 65px;
    }

    .page-template-templates-store-locator .contact_section h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 36px;
    }

    .page-template-templates-store-locator .contact_section .contact_div_parent,
    .page-template-templates-store-locator .contact_section .contact_div_parent p {
        font-size: 18px;
        line-height: 30px;
    }

    .page-template-templates-store-locator .contact_section .contact_div_parent {
        margin: 0 0 38px;
    }

    .store_locator__table {
        padding: 24px 5px 50px;
    }

    .store_locator__table h2 {
        margin: 0 0 30px;
        font-size: 28px;
        line-height: 36px;
    }

    .store_locator__table--inner {
        flex-direction: column;
    }

    .store_locator__table--region {
        width: 100%;
        margin: 0 0 24px;
        max-width: 100%;
    }

    [data-theme="store-locator"] {
        transform: none;
    }

    .store_locator__table--countries-list > li > ul {
        max-width: 244px;
    }

    [data-theme="store-locator"] .tippy-content header .tippy-toggle {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;

        width: 26px;
        height: 26px;

        background: url(../images/icon-close.png) center center no-repeat;
        background-size: 38px;
        z-index: 22;
    }
}