#main-header .et_menu_container {
    display: flex;
    align-items: center;
}

#main-header .logo_container {
    position: relative;
    width: auto;
    flex: 0 0 auto;
}

#main-header #et-top-navigation {
    margin-left: auto;
}

.csl-header-location-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin-left: 28px;
}

.csl-header-locator {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    min-height: 48px;
    padding: 0 22px;
    border: 1.5px solid #111;
    border-radius: 999px;
    color: #111 !important;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.csl-header-locator [data-cja-locator-label] {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.csl-header-locator:hover,
.csl-header-locator:focus {
    color: #fff !important;
    background: #111;
    transform: translateY(-1px);
}

.csl-header-locator__pin {
    position: relative;
    width: 17px;
    height: 21px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.csl-header-locator__pin::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.csl-header-location-clear {
    color: #555 !important;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.csl-header-location-clear:hover,
.csl-header-location-clear:focus {
    color: #111 !important;
}

body.csl-locator-page #main-content,
body.csl-locator-page .entry-content {
    background: #fff;
}

body.csl-locator-page .et_pb_section,
body.csl-locator-page .et_pb_row,
body.csl-locator-page .et_pb_column,
body.csl-locator-page .et_pb_code,
body.csl-locator-page .et_pb_code_inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.csl-locator-page .main_title {
    display: none;
}

body.single-store_location #main-content .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.single-store_location #left-area {
    width: 100%;
    padding: 0;
    float: none;
}

body.single-store_location #sidebar,
body.single-store_location #main-content .container::before {
    display: none;
}

@media (max-width: 1180px) {
    .csl-header-location-wrap {
        margin-left: 14px;
        gap: 8px;
    }

    .csl-header-locator {
        min-height: 42px;
        padding: 0 16px;
        font-size: 13px;
    }

    .csl-header-location-clear {
        max-width: 72px;
        white-space: normal;
    }
}

@media (max-width: 980px) {
    #main-header .et_menu_container {
        display: block;
    }

    .csl-header-location-wrap {
        position: absolute;
        top: 50%;
        right: 54px;
        margin-left: 0;
        transform: translateY(-50%);
    }

    .csl-header-locator:hover,
    .csl-header-locator:focus {
        transform: translateY(-1px);
    }
}

@media (max-width: 560px) {
    .csl-header-location-wrap {
        right: 48px;
        gap: 6px;
    }

    .csl-header-locator {
        min-height: 38px;
        padding: 0 13px;
        font-size: 12px;
    }

    .csl-header-locator__pin {
        width: 14px;
        height: 17px;
    }

    .csl-header-location-clear {
        max-width: 58px;
        font-size: 10px;
    }
}

@media (max-width: 390px) {
    .csl-header-locator span:first-child {
        display: none;
    }

    .csl-header-locator {
        width: 38px;
        padding: 0;
        justify-content: center;
    }

    .csl-header-location-clear {
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        overflow: hidden;
        border: 1px solid #b8b8b8;
        border-radius: 50%;
        color: #111 !important;
        font-size: 0;
        text-decoration: none;
    }

    .csl-header-location-clear::before {
        content: "\00d7";
        font-size: 21px;
        font-weight: 400;
        line-height: 1;
    }
}
