.elementor-1072 .elementor-element.elementor-element-10b8559{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1072 .elementor-element.elementor-element-239324b{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1072 .elementor-element.elementor-element-02e0876{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}@media(min-width:768px){.elementor-1072 .elementor-element.elementor-element-02e0876{--content-width:800px;}}/* Start custom CSS for shortcode, class: .elementor-element-9a3226c */.productos-habituales {
    display: flex;
    flex-direction: column; /* Asegura que los productos estén en una sola columna */
    gap: 10px; /* Espacio entre productos */
    max-width: 100%;
}

.producto-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd; /* Línea separadora */
}

.producto-imagen-container {
    max-width: 120px; /* Ajusta el tamaño de la imagen */
    width: 100%;
    object-fit: contain;
    padding: 10px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto-info {
    display: flex;
    flex-direction: column;
}

.producto-descripcion {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.producto-referencia {
    font-size: 14px;
    color: #555;
}

.producto-cantidad {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.cantidad-input {
    width: 50px !important;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    overflow: visible!important;
    appearance: textfield!important; /* Evita el estilo del navegador */
}

.cantidad-menos, .cantidad-mas {
    background: none;
    border: 1px solid black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 5px;
    color: black;
}

.cantidad-menos:hover, .cantidad-mas:hover {
    background: #F14442;
}
.cantidad-menos:focus, .cantidad-mas:focus {
    background: #F14442;
}
.cantidad-input::-webkit-inner-spin-button,
.cantidad-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pedido-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #F14442;
    border-radius: 9px;
}

.pedido-container p {
    margin: 0px;
    text-align: left;
}

.pedido-container h4 {
    align-self: center;
}


#.elementor-1072 .elementor-element.elementor-element-9a3226c-direcciones {
    flex-grow: 1; /* Ocupa el espacio restante */
}

#boton-enviar-pedido {
    background-color: #F14442;
    color: white;
    border: 1px solid #F14442;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border-radius: 100px;
    width: 100%;
}

#boton-enviar-pedido:hover {
    background-color: white;
    color: #F14442;
}

.producto-detalles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}

@media(max-width: 767px) {
    .producto-detalles {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-10b8559 */.elementor-1072 .elementor-element.elementor-element-10b8559 {
    overflow: hidden;
    touch-action: manipulation;
}/* End custom CSS */