.elementor-5419 .elementor-element.elementor-element-3e2f610e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-661df825 */th.product-price::before {
    content: "‎ ‎ ‎ ‎ ‎ Precio";
}

th.product-price {
    visibility: hidden;
    position: relative;
}

th.product-price::before {
    visibility: visible;
    position: absolute;
    left: 0;
}

th.product-name::before {
    content: "‎ ‎ ‎ ‎ ‎ Producto(s)";
}

th.product-name {
    visibility: hidden;
    position: relative;
}

th.product-name::before {
    visibility: visible;
    position: absolute;
    left: 0;
}

button.button {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    background-color: #D68F5E;
    color: #FFFFFF;
    padding: 25px 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    position: relative;
}

button.button::before {
    content: "Actualizar carrito";
    display: block;
}

button.button {
    position: relative;
    overflow: hidden;
}

button.button * {
    visibility: hidden;
    position: absolute;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3e2f610e */h1.entry-title::before {
    content: "Carrito";
}

h1.entry-title {
    visibility: hidden;
    position: relative;
}

h1.entry-title::before {
    visibility: visible;
    position: absolute;
    left: 0;
}/* End custom CSS */