.bopis-box-location,
.bopis-product {
    border-bottom: 1px solid var(--gray2)
}

.bopis-link-sublist:hover,
.bopis-list li a {
    color: var(--bblue)
}

.bopis-sublist li a {
    font-family: "sf-pro-text-regular" !important;
    letter-spacing: -0.02em;
}

#bopis-menu,
.suggest-box-locations {
    left: 50%;
    transform: translateX(-50%)
}

.close svg {
    fill: var(--bblack);
    width: 32px;
    height: 32px;
    stroke: var(--wwhite)
}

.bopis-product {
    padding: 24px 0;
    display: flex;
    gap: 16px
}

.bopis-info-product,
.bopis-result-item {
    width: 100%
}

    .bopis-info-product h6 {
        margin: 0 0 4px;
        line-height: normal;
        color: var(--bblack);
        font-family: "sf-pro-text-semibold";
        letter-spacing: -0.02em;
    }

    .bopis-info-product ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

.modal-title-bopis {
    color: var(--bblack)
}

.bopis-info-product ul li {
    line-height: 14px;
    font-size: 12px;
    font-family: "sf-pro-text-regular";
    letter-spacing: 0.06rem;
    color: #424245
}

.bopis-info-product ul span {
    margin-left: 4px
}

.bopis-box-location {
    margin-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gray3)
}

.bopis-search {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='bi bi-search' viewBox='0 0 30 30'%3E%3Cpath fill='%237D7D7D' d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'%3E%3C/path%3E%3C/svg%3E") 10px center no-repeat;
    padding: 8px 16px 9px 42px !important;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    background-color: var(--gray4);
    font-size: 14px;
    font-family: "sf-pro-text-medium";
    letter-spacing: -0.02em;
    height: 36px;
    color: var(--bblack);
}

    .bopis-search:focus {
        outline: 0 !important;
        background-color: var(--wwhite);
        border: 1px solid var(--bblue) !important
    }

.suggest-box-locations {
    position: absolute;
    background-color: var(--wwhite);
    width: 90%;
    z-index: 99999;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    padding: 10px 8px 0;
    margin-left: 8px
}

    .suggest-box-locations button {
        width: 100%;
        background-color: transparent;
        border: none;
        text-align: left;
        padding: 8px 12px;
        border-radius: 3px;
        font-size: 16px;
        color: var(--gray2)
    }

.bopis-list li,
.bopis-list li a {
    font-size: 14px;
    line-height: 20px
}

.suggest-box-locations button:hover {
    background-color: var(--gray4)
}

.bopis-message {
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: .5vw
}

.bopis-current-location {
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: var(--bblue);
    border: none;
    gap: 5px;
    font-size: 13px;
    letter-spacing: -0.02em;
}

    .bopis-current-location:hover {
        text-decoration-line: underline
    }

.bopis-link-sublist,
.bopis-link-sublist:link {
    text-decoration-line: none
}

.bopis-location-options {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .bopis-location-options select {
        font-family: "sf-pro-text-regular";
        background-color: var(--wwhite);
        border: 1px solid var(--gray3);
        border-radius: 4px;
        height: 36px;
        padding: 8px;
        margin-left: 4px;
        letter-spacing: -0.02em;
    }

        .bopis-location-options select:focus {
            outline: 2px solid var(--gray2);
            outline-offset: 3px;
        }

.bopis-location-state {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .bopis-location-state select {
        font-family: "sf-pro-text-regular";
        background-color: var(--wwhite);
        border: 1px solid var(--gray3);
        border-radius: 4px;
        height: 36px;
        padding: 8px;
        /*margin-left: 4px;*/
        letter-spacing: -0.02em;
        width: 100%;
    }

        .bopis-location-state select:focus {
            outline: 1px solid var(--bblue);
            /*outline-offset: 1px;*/
        }


.bopis-box-result {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bopis-item {
    border: 1px solid var(--gray3);
    border-radius: 8px;
    width: 100%;
    background-color: transparent;
    padding: 16px;
    margin: 0
}

.seleccionado {
    border: 1px solid var(--bblue)
}

.bopis-item h6 {
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: normal;
    color: var(--bblack);
}

.bopis-location-name-distance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

    .bopis-location-name-distance h5 {
        margin: 0;
        font-family: "sf-pro-text-semibold";
        letter-spacing: -0.02em;
        color: var(--bblack);
    }

.details-distance {
    margin: 0 0 0 0;
    text-wrap: nowrap;
    padding: 0;
    letter-spacing: normal;
    font-size: 12px;
}

#number-result.label-regular {
    font-size: 12px;
    font-family: "sf-pro-text-regular";
    letter-spacing: normal;
}

.bopis-address {
    margin-top: 8px !important;
    margin-bottom: 16px;
    text-align: start;
    color: var(--bblack);
    font-family: "sf-pro-text-regular";
    letter-spacing: normal;
}

.bopis-available {
    margin: 8px 0 0;
    text-align: left
}

.bopis-list li:last-child,
.bopis-sublist {
    margin-top: 14px
}

.bopis-list {
    list-style-type: none;
    padding: 12px 16px
}

    .bopis-list li {
        margin-top: 6px;
        font-family: "sf-pro-text-regular";
        color: var(--bblack);
        letter-spacing: normal;
    }

        .bopis-list li a {
            font-family: "sf-pro-text-semibold";
            letter-spacing: normal;
        }

            .bopis-list li a > img {
                display: inline;
            }

.btn-bopis-secondary {
    outline-width: 2px !important
}

    .btn-bopis-secondary:hover {
        outline-width: 2px !important
    }

.bopis-link-sublist {
    display: flex;
    align-items: center;
    gap: 5px
}

    .bopis-link-sublist svg {
        fill: var(--bblue);
        width: 14px;
        height: 14px
    }

.bopis-sublist {
    padding: 0 16px;
    list-style-type: disc;
}

    .bopis-sublist li,
    .bopis-sublist li:last-child {
        margin-top: 0
    }

.bopis-sublinks-container {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 8px
}

.bopis-button {
    margin-top: 12px;
    width: 100%;
    border: none;
    text-transform: initial
}

.success {
    color: #008900
}

.warning {
    color: var(--oorange)
}

    .warning svg {
        margin-right: 5px;
        fill: var(--oorange)
    }

.hidden {
    display: none
}

.bopis-loader,
.lp-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: var(--wwhite);
    opacity: .8;
    display: flex;
    justify-content: center;
    align-items: center
}

#bopis-menu {
    animation: none;
    top: calc(100% + 16px);
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    min-width: 318px;
    padding: 16px;
    text-wrap: nowrap;
    z-index: 30;
    border: 1px solid var(--gray3)
}

.bopis-menu-list {
    padding: 0 !important
}

.bopis-close-menu {
    display: flex;
    justify-content: right;
    margin-bottom: 8px
}

    .bopis-close-menu button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: none
    }

.bopis-menu-buttons {
    display: flex;
    flex-direction: column
}

.arrow-rotate-180 {
    transform: rotate(180deg)
}

.bopis-block-menu,
.bopis-block-menu svg {
    text-decoration-line: none !important;
    cursor: not-allowed !important;
    color: var(--gray3) !important;
    stroke: var(--gray3) !important
}

.modal-footer-bopis .boton {
    font-family: "sf-pro-text-semibold";
}

p.bopis-address.dis {
    margin-bottom: -5px;
}

@media screen and (max-width:1023px) {
    #bopis-menu {
        width: 100%;
        top: calc(100% - 5px)
    }
}

@media screen and (max-width: 767px) {
    #bopis-menu {
        padding-inline: calc(16px + 15px);
    }
}

.dropdown-backdrop {
    display: none !important
}
