/* new design 28-04-23 */

:root {
    --light-neptuno-color: #E5F6F2;
    --dark-neptuno-color: #2C6D5E;
}
#_sd_user_location_wrapper {
    position: relative;
    margin-left: 40px;
    display: flex;
    align-items: center;
}
#_sd_user_location_wrapper ._sd_user_location_wrapper__reset_location {
    margin-left: 10px;
    color: var(--main-neptuno-color);
    cursor: pointer;
    font-size: 18px;
}
#_sd_user_location_wrapper ._sd_user_location_wrapper__reset_location {
    margin-left: 10px;
    color: var(--main-neptuno-color);
    cursor: pointer;
    font-size: 18px;
}
#_sd_user_location_wrapper ._sd_user_location_wrapper__reset_location svg {
    width: 24px;
    color: var(--dark-neptuno-color);
}
#_sd_user_location_wrapper.popup_open ._sd_user_location_wrapper__reset_location,
#_sd_user_location_wrapper[data-location="0"] ._sd_user_location_wrapper__reset_location {
    display: none;
}
._sd_user_location_wrapper__header {
    display: flex;
    align-items: center;
    background: var(--light-neptuno-color);
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--main-neptuno-color);
    cursor: pointer;
    z-index: 10;
}
._sd_user_location_wrapper__header_item i {
    color: var(--secondary-neptuno-color);
    margin-top: 4px;
    font-size: 11px;
}
._sd_user_location_wrapper__header_item svg {
    width: 21px;
    color: var(--dark-neptuno-color);
}
._sd_user_location_wrapper__header_icon img {
    width: 25px;
}
._sd_user_location_wrapper__header_item:is(.default, .zone) ._sd_user_location_wrapper__header_icon {
    width: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/img/neptuno/new_truck.svg');
    background-size: 20px;
    background-position: left center;
}
/* ._sd_user_location_wrapper__header:hover ._sd_user_location_wrapper__header_item:is(.default, .zone) ._sd_user_location_wrapper__header_icon {
    background-image: url('/img/neptuno/truck_checkout_main_color.png');
} */
._sd_user_location_wrapper__header_tiptool {
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    width: 515px;
    right: 0;
    font-size: 13px;
    bottom: -45px;
    text-align: center;
    background: #F0F0F0;
    opacity: 0;
    height: 0;
    display: none;
}
._sd_user_location_wrapper__header_tiptool::after {
    content: '';
    top: -10px;
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    background: #F0F0F0;
    right: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#_sd_user_location_wrapper[data-location='0']:not(.popup_open) ._sd_user_location_wrapper__header:hover ._sd_user_location_wrapper__header_tiptool {
    opacity: 1;
    transition: 0.5s;
    height: auto;
    display: block;

}
._sd_user_location_wrapper__header_text {
    font-weight: 500;
    font-size: 14px;
    color: var(--dark-neptuno-color);
}
._sd_user_location_wrapper__header_item {
    display: none;
    padding: 7px 15px;
}
._sd_user_location_wrapper__header_item.show {
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
}
#_sd_user_location_popup_container {
    display: none;
    width: 565px;
    right: 0;
    top: 50px;
    background: white;
    z-index: 0;
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    box-shadow: -1px -2px 4px 0px rgba(0, 0, 0, 0.25);
}
#_sd_user_location_popup_container.show {
    display: flex;
}
#_sd_user_location_popup {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#_sd_user_location_popup_container ._sd_user_location_popup__selectors {
    display: flex;
    gap: 10px;
} 
#_sd_user_location_popup_container ._sd_user_location_popup__selector {
    flex: 1;
    border-radius: 8px;
    position: relative;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
    border: 2px solid var(--light-neptuno-color);
    color: var(--dark-neptuno-color);
    background: var(--light-neptuno-color);
} 
#_sd_user_location_popup_container ._sd_user_location_popup__selector.selected {
    border: 2px solid var(--dark-neptuno-color);
    color: var(--dark-neptuno-color);
    background: white;
} 
#_sd_user_location_popup_container ._sd_user_location_popup__selector_text {
    display: flex;
    flex-direction: column;
    gap: 3px;
} 
#_sd_user_location_popup_container ._sd_user_location_popup__selector_text span:nth-child(1) {
    font-weight: 700;
} 
#_sd_user_location_popup_container ._sd_user_location_popup__content {
    border-radius: 8px;
    border: 2px solid var(--dark-neptuno-color);
    display: flex;
    flex-direction: column;
} 
._sd_user_location_popup__select-your-zone__header,
._sd_user_location_popup__select-your-store__header {
    padding: 0px 15px;
}
._sd_user_location_popup__select-your-store,
._sd_user_location_popup__select-your-zone {
    padding: 20px 30px;
}
._sd_user_location_popup__select-your-zone__header_icon,
._sd_user_location_popup__select-your-store__header_icon {
    position: absolute;
}
._sd_user_location_popup__select-your-zone__header_icon img {
    width: 35px;
}
._sd_user_location_popup__select-your-store__header_icon i {
    font-size: 24px;
    color: var(--main-neptuno-color);
}
._sd_user_location_popup__select-your-store__header_icon svg {
    width: 34px;
    color: var(--dark-neptuno-color);
}
._sd_user_location_popup__select-your-zone__header_text,
._sd_user_location_popup__select-your-store__header_text {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    color: var(--dark-neptuno-color);
}
._sd_user_location_popup__select-your-zone__search-container,
._sd_user_location_popup__select-your-store__search-container {
    margin-top: 25px;
    padding: 0px 15px;
}
._sd_user_location_popup__select-your-store__search-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
._sd_user_location_popup__select-your-store__search {
    position: relative;
    width: 100%;
}
._sd_user_location_popup__zones-list .zone-item,
._sd_user_location_popup__select-your-zone__address {
    display: flex;
    align-items: center;
    gap: 3px;
}
._sd_user_location_popup__zones-list svg,
._sd_user_location_popup__select-your-zone__address svg {
    color: var(--dark-neptuno-color);
    width: 17px;
}
._sd_user_location_popup__zones-list {
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0px 15px;
}
._sd_user_location_popup__zones-list li {
    padding: 2px 5px;
    margin-bottom: 3px;
    cursor: pointer;
}
#_sd_user_location_popup__stores-list,
._sd_user_location_popup__zones-list {
    margin-bottom: 0px;
    margin-top: 10px;
    max-height: 40vh;
    overflow: auto;
    padding: 0px 15px;
}
._sd_user_location_popup__select-your-zone input,
._sd_user_location_popup__select-your-store input {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    font-size: 14px;
}
._sd_user_location_popup__select-your-store__find_stores {
    border: 2px solid green;
    border-radius: 20px;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 13px;
}
#_sd_user_location_popup__stores-list li:nth-child(even){
    background: #f5f5f5;
}

._sd_user_location_popup__select-your-zone,
._sd_user_location_popup__select-your-store {
    display: none;
}
._sd_user_location_popup__select-your-zone.show,
._sd_user_location_popup__select-your-store.show {
    display: block;
    flex: 1;
}
#_sd_user_location_popup #_sd_user_location_popup__stores-list li.selected  {
    background: var(--light-neptuno-color);
    color: var(--dark-neptuno-color);
}
#_sd_user_location_popup #_sd_user_location_popup__stores-list li  {
    padding: 15px;
    cursor: pointer;
}
._sd_user_location_popup__store_selector_icon, ._sd_user_location_popup__zone_selector_icon {
    position: absolute;
    right: 20px;
}
._sd_user_location_popup__zone_selector_icon img {
    width: 30px;
}
._sd_user_location_popup__store_selector.selected ._sd_user_location_popup__store_selector_icon {
    color: white;
}
._sd_user_location_popup__login {
    text-align: center;
    padding-top: 10px;
}
._sd_user_location_popup__login span:nth-child(1) {
    font-weight: 600;
    color: var(--dark-neptuno-color);
    cursor: pointer;
}
._sd_user_location_popup__login span:nth-child(2) {
    text-align: center;
}
._sd_user_location_popup__select-your-zone__addresses {
    margin-top: 25px;
}
._sd_user_location_popup__select-your-zone__address {
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}
._sd_user_location_popup__select-your-zone__address.selected {
    background: var(--main-neptuno-color);
    color: white;
}
._sd_user_location_popup__select-your-zone__address.selected i {
    color: white;
}
._sd_user_location_popup__select-your-zone__address i {
    color: var(--main-neptuno-color);
    margin-right: 5px;
}
._sd_user_location_popup__add_address {
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--dark-neptuno-color)
}
._sd_user_location_popup__add_address a,
._sd_user_location_popup__add_address a:hover {
    color: var(--dark-neptuno-color);
    font-weight: 500;
}
/* ._sd_user_location_popup__select-your-zone__address:hover {
    background: var(--dark-neptuno-color);
    color: white;
}
._sd_user_location_popup__select-your-zone__address:hover i {
    color: white;
} */
._sd_user_location_wrapper__header_value {
    color: var(--dark-neptuno-color);
}
._sd_user_location_wrapper__header:hover ._sd_user_location_wrapper__header_value {
    color: var(--dark-neptuno-color);
}
._sd_user_location_wrapper__header:hover i {
    color: var(--dark-neptuno-color);
}
._sd_user_location_popup__zones-list li.selected,
._sd_user_location_popup__select-your-zone__address.selected {
    background: var(--light-neptuno-color);
    border-radius: 4px;
    color: var(--dark-neptuno-color)
}
._sd_user_location_popup__zones-list li.selected i {
    color: white;
}
#_sd_user_location_wrapper:not(.popup_open) .fa-triangle {
    transform: rotate(180deg) translateY(5px);
}

/* */

/* left_column */

._sd_user_location__left_column__availability,
._sd_user_location__left_column__service {
    padding: 0px 20px;
}
._sd_user_location__left_column__availability strong,
._sd_user_location__left_column__service strong {
    color: #111;
    font-size: 16px;
}
._sd_user_location__left_column__availability {
    margin-top: 20px;
}

._sd_user_location__left_column__service_button {
    color: white;
    border: 2px solid var(--main-neptuno-color);
    color: var(--main-neptuno-color);
    border-radius: 20px;
    background: white;
    padding: 4px 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._sd_user_location__left_column__service_button.active {
    color: white;
    border: 2px solid var(--main-neptuno-color);
    background: var(--main-neptuno-color);
}
._sd_user_location__left_column__service_button.active .delivery_white,
._sd_user_location__left_column__service_button:not(.active) .delivery_main {
    display: block;
}
._sd_user_location__left_column__service_button.active .delivery_main,
._sd_user_location__left_column__service_button:not(.active) .delivery_white {
    display: none;
}
._sd_user_location__left_column__service_button img {
    width: 25px;
}
._sd_user_location__left_column__stores_list {
    height: 200px;
    overflow: auto;
}
._sd_user_location__left_column__store {
    padding: 5px 0px;
    color: #111;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: lowercase;
}
._sd_user_location__left_column__store_name::first-letter {
    text-transform: uppercase;
}
._sd_user_location__left_column__search {
    position: relative;
    margin: 20px 0;
}
._sd_user_location__left_column__search i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
._sd_user_location__left_column__search_input {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8f8f8f;
}
._sd_user_location__left_column__store_name {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
._sd_user_location__left_column__store:hover .checker span {
    box-shadow: inset 0px 0px 0px 3px rgb(255,255,255);
    background: #116426;
}

/* width */
._sd_user_location__left_column__stores_list::-webkit-scrollbar {
    width: 8px;
}
/* Track */
._sd_user_location__left_column__stores_list::-webkit-scrollbar-track {
    /* box-shadow: 0 0 5px grey;  */
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
/* Handle */
._sd_user_location__left_column__stores_list::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}
#_sd_user_location_wrapper ._sd_user_location_popup__select-your-zone__search {
    position: relative;
}
#_sd_user_location_wrapper ._sd_user_location_popup__select-your-store__search > i,
#_sd_user_location_wrapper ._sd_user_location_popup__select-your-zone__search > i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* */

/* hint */

._sd_user_location_wrapper__hint {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(118%);
    width: 425px;
    background: white;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px 22px;
}
.mobile_device ._sd_user_location_wrapper__hint {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(118%);
    width: 90%;
    background: white;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 20px 22px;
    z-index: 1;
}
._sd_user_location_wrapper__hint::before {
    content: '';
    position: absolute;
    background: white;
    width: 30px;
    top: -13px;
    height: 30px;
    left: 205px;
    transform: rotate(-135deg);
    box-shadow: 3px 3px 5px -3px #00000040;
}
.mobile_device ._sd_user_location_wrapper__hint::before {
    top: -22px;
    left: 50%;
    transform: rotate(-135deg) translateY(-50%);
}
._sd_user_location_wrapper__hint_title {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #2E622E;
}
.mobile_device ._sd_user_location_wrapper__hint_title {
    font-size: 16px;
}
._sd_user_location_wrapper__hint_subtitle {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.21px;
    text-align: center;
    color: #2E622E;
}
.mobile_device ._sd_user_location_wrapper__hint_subtitle {
    font-size: 12px;
}
._sd_user_location_wrapper__hint_buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 13px;
}
._sd_user_location_wrapper__hint_button {
    padding: 8px 15px;
    border: 1px solid #2E622E;
    flex: 1;
    text-align: center;
    font-family: 'Poppins';
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}
.mobile_device ._sd_user_location_wrapper__hint_button {
    padding: 6px 15px;
}
._sd_user_location_wrapper__hint_button.hint_button--white {
    background: white;
    color: #2E622E;
}
._sd_user_location_wrapper__hint_button.hint_button--green {
    background: #2E622E;
    color: white;
}

/* */

/* order-opc */

#order-opc #_sd_user_location_popup_container__order
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    /* z-index: 100000; */
    display: none;
}
#order-opc #_sd_user_location_popup_container__order.show
{
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store {
    width: 1100px;
    position: relative;
    background: white;
    padding: 40px;
    border-radius: 8px;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__stores-wrapper {
    display: flex;
    gap: 20px;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__left_column {
    flex: 1;
}
#order-opc #_sd_user_location_popup_container__order #_sd_user_location_popup__map {
    flex: 1.5;
}

#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__left_column {
    width: 100%;
}

#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store__input {
    padding-left: 0px;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-neptuno-color);
    text-align: center;
    border-radius: 8px;
    margin-bottom: 35px;
}
#order-opc #_sd_user_location_popup_container__order #_sd_user_location_popup__stores-list li {
    cursor: pointer;
    padding: 20px;
}
#order-opc #_sd_user_location_popup_container__order #_sd_user_location_popup__stores-list li.selected {
    background: var(--main-neptuno-color);
    color: white;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}
#order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store__search > i{
    position: absolute;
    right: 0;
}

/* ahora las tiendas se cargan por ajax */

#_sd_user_location_wrapper .stores-loading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ebebeb;
    gap: 10px;
    padding: 10px 0px;
}
#_sd_user_location_wrapper .stores-loading-wrapper i {
    text-align: center;
    font-size: 22px;
}
._sd_user_location_wrapper__header_text,
._sd_user_location_wrapper__header_value {
    font-size: 14px;
    font-weight: 600;
}

/* */

/* */

@media (max-width: 1600px)
{
    ._sd_user_location_wrapper__header_text,
    ._sd_user_location_wrapper__header_value {
        font-size: 12px;
    }
}

@media (max-width: 1440px)
{
    ._sd_user_location_wrapper__header_text,
    ._sd_user_location_wrapper__header_value {
        font-size: 14px;
        font-weight: 600;
    }
    ._sd_user_location_wrapper__header_value {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
}

@media (max-width: 991px)
{
    ._sd_user_location_popup__select-your-zone__zones {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    ._sd_user_location_popup__select-your-zone.show {
        display: flex !important;
        flex-direction: column;
        overflow: hidden;
    }
    #_sd_user_location_popup_container ._sd_user_location_popup__selector_text span:nth-child(1) {
        font-size: 12px;
    }
    ._sd_user_location_wrapper__header_item:is(.default, .zone) ._sd_user_location_wrapper__header_icon {
        width: 20px;
        background-size: 20px;
        background-position: left center;
    }
    ._sd_user_location_wrapper__header {
        width: 100%;
    }
    ._sd_user_location_wrapper__header_text {
        font-size: 14px;
    }
    ._sd_user_location_wrapper__header_item {
        width: 100%;
        position: relative;
    }
    ._sd_user_location_wrapper__header_item.default img {
        margin-left: auto;
    }
    #_sd_user_location_wrapper {
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0px;
        padding: 0px 15px;
        width: 100%;
    }

    .st-container, .st-content, .st-content-inner {
        overflow: visible;
    }

    #_sd_user_location_popup_container {
        width: 90%;
        z-index: 100;
        right: 50%;
        height: 70vh;
        max-height: 70vh;
        transform: translateX(50%);
        padding: 18px 11px 11px 11px;
        top: 50px;
    }
    #_sd_user_location_popup_container ._sd_user_location_popup__selectors {
        flex-direction: column;
    }
    ._sd_user_location_popup__content {
        width: 100%;
    }
    ._sd_user_location_popup__select-your-zone, ._sd_user_location_popup__select-your-store {
        width: 100%;
        padding: 15px 10px;
    }
    #_sd_user_location_popup {
        height: 100%;
        overflow: hidden;
    }
    ._sd_user_location_popup__content {
        overflow: hidden;
        flex: 1;
    }
    ._sd_user_location_popup__select-your-store__search-container {
        flex-direction: column;
    }
    ._sd_user_location_popup__select-your-zone__header_text, ._sd_user_location_popup__select-your-store__header_text {
        font-size: 14px;
    }
    ._sd_user_location_popup__select-your-store__search,
    ._sd_user_location_popup__select-your-zone__search {
        font-size: 12px;
        width: 100%;
    }
    ._sd_user_location_popup__select-your-zone__search-container, ._sd_user_location_popup__select-your-store__search-container {
        margin-top: 10px;
        padding: 0px 15px;
    }
    ._sd_user_location_popup__select-your-store__search-container {
        gap: 15px;
    }
    #_sd_user_location_popup__stores-list {
        font-size: 12px;
        padding: 0px 15px;
    }
    #_sd_user_location_popup__stores-list li {
        padding: 15px;
    }
    ._sd_user_location_popup__title {
        font-weight: 600;
        text-align: center;
        color: var(--dark-neptuno-color);
    }
    ._sd_user_location_popup__login {
        font-size: 12px;
        padding-top: 5px;
    }
    #_sd_user_location_popup_container ._sd_user_location_popup__selector_text {
        gap: 0px;
    }
    #_sd_user_location_wrapper.popup_open #_sd_user_location_popup_overlay {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        z-index: 100;
    }
    ._sd_user_location_popup__close {
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: 10px;
    }
    ._sd_user_location_popup__close svg {
        width: 24px;
        cursor: pointer;
    }
    ._sd_user_location_popup__zones-list {
        overflow: auto;
        flex: 1;
    }
    #order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store {
        width: 90%;
        padding: 25px;
    }
    #order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store__title {
        font-size: 16px;
    }
    #order-opc #_sd_user_location_popup_container__order ._sd_user_location_popup__select-your-store-close {
        font-size: 16px;
        font-size: 24px;
    }
    #_sd_user_location_wrapper {
        display: flex;
        align-items: center;
    }
}
