.header-menu-pc {
    justify-content: space-evenly;
}


.icono-celular {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-shopping-cart:before {
    content: none;
}


@media screen and (max-width: 767px) {
    .icon-shopping-cart:before {
        content: "\e941";
    }

    .header-nav-wrapper {
        padding-top: 20px;
        padding-bottom: 0px !important;
    }

    .offcanvas {
        top: 0px !important;
    }

}

.div-carrito .sin-item::after {
    background-color: #FFFFFF !important;
}

.div-carrito .con-item::after {
    background-color: #ffcd01 !important;
}

.offcanvas {
    top: 170px;
}

.header-bg-menu {
    background: transparent !important;
}

.header-bg-menu-cambiado {
    background: transparent !important;
}

.header-bg-color-sombrita {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
}

.header-bg-menu-cambiado-oculto {
    display: none !important;
}

.header-bg-menu .header-menu-sticky {
    background: transparent !important;
    /* background: red !important;
    background: black !important; */
}

.option-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.header-bg-color {
    /* background: green !important; */
    background: transparent !important;
}

.header-bg-color_cambiado {
    /* background: #b8b8b8 !important; */
    background: #f7f7f7 !important;
}


.primer_nivel_cambiado {
    background: #F37021 !important;
}

.img-responsive-logo {
    width: 60% !important;
}

.header-menu .menu-link-a {
    color: #FFFFFF !important;
}

.body-mi-pedido-1 {
    margin-top: auto;
    margin-bottom: auto;
}

.body-mi-pedido-2 {
    margin-top: auto;
    margin-bottom: auto;
}

/* .header-bg-color {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 16px;
} */

.header-bg-color .redes_header {
    font-size: 16px;
    color: #FFFFFF !important;
}

.header-bg-color .redes_header_cambiado {
    color: #000000 !important;
}

.form-control-buscar-cambiado {
    box-shadow: -6px 5px 7px rgba(0, 0, 0, 0.5);
}

.icono_whatsapp_1 {
    /* max-width: 100%; */
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.icono_correo_1 {
    /* max-width: 100%; */
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.icono_carrito_1 {
    /* max-width: 100%; */
    width: 30px;
}

/* Lupa */

.input-with-icon {
    position: relative;
}


.div-carrito {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.input-with-icon .input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 250px;
    /* Ajusta la posición horizontal del icono según tus necesidades */
    color: #FFFFFF;
    background: #000000;
    width: 11%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 15px;
}

.input-with-icon .input-field {
    padding-left: 30px;
    /* Ajusta el padding izquierdo para que el texto no se solape con el icono */
}

.input-with-icon .button-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    outline: none;
}

.form-control-buscar {
    border: none;
    font-size: 12px;
    flex: 1;
    vertical-align: middle;
    /* font-style: italic; */
    text-align: right;
    padding-right: 40px;
}

.form-control-buscar::placeholder {
    font-style: italic;
}

.inp-search {
    min-width: 280px;
    margin-bottom: auto;
    margin-top: auto;
}

/* Carrito de compras */
.offcanvas-overlay,
.offcanvas-overlay2 {
    top: 18.5%;
    background-color: #525252ab;
}

.offcanvas {
    top: 168px;
    padding: 5px;
}

.img_tachito {
    /* height: 28px;
    width: 28px; */
    width: 50%;
    margin-left: 5px;
}

.boton_tachito:hover .img_tachito {
    content: url('/assets/img/tachito_abierto.svg');
    /* Cambia la imagen cuando se pasa el mouse sobre el botón */
}

.item_nombre_producto {
    font-size: 12px;
    color: #343434;
    font-weight: bold;
}

.item_nombre_producto:hover {
    color: #F37021;
}

.item_detalle {
    color: #000000;
}

.resumen_compra {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.envio_domicilio {
    font-size: 14px;
}

.resumen_producto {
    font-size: 14px;
    padding-top: 10px;
    color: #000000;
    font-weight: 600;
}

.resumen_total {
    font-size: 14px;
    padding-top: 10px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}

.resumen_importe_total {
    font-size: 14px;
    padding-top: 10px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}

.offcanvas-cart .buttons .btn-dark {
    background-color: #df730e !important;
    margin: 10px;
}

.offcanvas .inner .foot .buttons a:hover {
    background-color: #df730e !important;
}

.customScroll {
    border: #b8b8b8 solid 1px;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    height: 50%;
    overflow-y: scroll;
    scrollbar-color: #df730e #FFFFFF;
}

.minicart-product-list li {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin: 10px;
}

.foot {
    border: #b8b8b8 solid 1px;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    margin-top: 18px;
}

.listas_li {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

.div-carrito .icon-shopping-cart::after {
    content: attr(data-item);
    display: flex;
    width: 25px;
    height: 25px;
    float: right;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    background-color: #F37021;
    margin-left: 5px;
    border-radius: 50px;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    justify-content: center;
}

.header-menu-pc .menu-link .menu-link-a {
    padding: 8px 0px 0px 0px;
}

.header-nav-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}


.inp-search input {
    border-radius: 40px;
}

.title-mi-pedido {
    color: #ffcd01;
    text-align: left;
    font-weight: 400;
    font-size: 22px;
}


body {
    background: #f7f7f7;
}

.breadcrumb-area {
    background-color: transparent !important;
}

.product-details-area {
    background-color: #f7f7f7;
}


.slider-area {
    margin-top: 60px;
}

@media (min-width: 281px) and (max-width: 867px) {
    .slider-area {
        /* margin-top: 59px; */
        margin-top: 20px;
    }

    .icon-shopping-cart {
        color: #ffffff !important;
    }

    .static-area {
        margin-top: 0.1rem !important;
    }

    ul.pasos-compra {
        display: none;
    }

    /* .header-nav.header-nav-mobile .header-static-nav {
        border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    } */

    .header-nav-mobile {
        position: absolute;
        top: 0px;
        display: flex;
        /* justify-content: space-between; */
        width: 100%;
    }

    .bg-black {
        background-color: transparent;
    }

    .header-menu-movil-cambiado {
        background-color: #fff;
    }

    .header-menu-movil {
        position: absolute;
        top: 0px;
        display: flex;
        /* justify-content: space-between; */
        width: 100%;
    }


}

.offcanvas .inner .head .offcanvas-close {
    margin: 9px 9px 0px 0px;
}


/* ################ NUEVO ################ */

.cabecera_modal {
    display: flex;
}
.cab_col_1{
    display: flex;
    width: 70%;
    justify-content: center;
    padding: 14px;
    background: #F37021;
    font-style: italic;
    font-weight: bold;
    color: #FFF;
    font-size: 24px;
}

.cab_col_2{
    display: flex;
    width: 30%;
    justify-content: center;
    padding: 14px;
    background: #F37021;
}

.style_x{
    font-size: 18px;
    color: #fff;
}

.style_cerrar{
    font-size: 13px;
    color: #fff;
}

.styles_nivel_1 a span{
    color: #727272;
    font-size: 16px !important;
    font-weight: bold;
}

/* MOVIL -RESPONSIVE */

@media only screen and (max-width: 768px) {

    .offcanvas-overlay,
    .offcanvas-overlay2 {
        top: 0%;
    }

    .offcanvas-nuevo-modal {
        width: 100%;
    }

    .customScroll {
        scrollbar-color: auto
    }

    .icono_cortos_cambiados::before {
        color: #000;
    }

    .img-responsive-logo {
        width: 100% !important;
    }
}