.elementor-4229 .elementor-element.elementor-element-49080a4{--display:flex;--min-height:10vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-4229 .elementor-element.elementor-element-49080a4:not(.elementor-motion-effects-element-type-background), .elementor-4229 .elementor-element.elementor-element-49080a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F1E1;}.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-4229 .elementor-element.elementor-element-20df5ed{width:100%;max-width:100%;}.elementor-4229 .elementor-element.elementor-element-20df5ed.elementor-element{--align-self:center;}.elementor-4229 .elementor-element.elementor-element-20df5ed .elementor-heading-title{font-family:"Ogg Roman", Sans-serif;font-size:45px;font-weight:600;color:#000000;}.elementor-4229 .elementor-element.elementor-element-51a1076{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4229 .elementor-element.elementor-element-51a1076:not(.elementor-motion-effects-element-type-background), .elementor-4229 .elementor-element.elementor-element-51a1076 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F1E1;}:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-e58e183 *//*
CARRITO VACIO
*/

/* Mensaje */
.woocommerce-cart .cart-empty{
    background: #364a35;
    font-family: Karla-VariableFont;
    font-size: 16px;
    color: white;
}

/* Btn */
.woocommerce .return-to-shop .button.wc-backward{
    background: #364a35;
    color: white;
    font-family: Karla-VariableFont;
    font-size: 16px;
}

/* Btn - hover */
.woocommerce .return-to-shop .button.wc-backward:hover {
    background: #202B21;
}

/*
CARRITO ACTUALIZADO
*/
.woocommerce-message {
    background: #364a35;
    font-family: Karla-VariableFont;
    font-size: 16px;
    color: white;
}

.woocommerce-message a{
    color: white;
    text-decoration: underline;
}

/*
CARRITO
*/

/* Quitar bordes exteriores*/
.woocommerce-cart-form__contents{
    border: none !important;
}

/* Quitar borde superior del encabezado */
.woocommerce-cart-form__contents thead,
.woocommerce-cart-form__contents thead th {
    border: none !important;
}

/* Centrar todo el contenido de cada registro del carrito */
.woocommerce-cart-form__contents,
.woocommerce-cart-form__contents td,
.woocommerce-cart-form__contents th {
    text-align: center;
    vertical-align: middle;
    font-family: Ogg Roman;
    border: none;
}

/*Body de la tabla*/
.woocommerce-cart-form__contents tbody tr td {
    font-family: Karla-Variablefont;
    background-color: transparent !important;
}

/* Centrar imagen */
.woocommerce-cart-form__contents .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto;
    display: block;
}

/* Centrar cantidad */
.woocommerce-cart-form__contents .quantity {
    display: flex;
    justify-content: center;
}

/* Centrar botón eliminar */
.woocommerce-cart-form__contents .product-remove a {
    margin: 0 auto;
    display: inline-block;
}

/* Nombre del producto con enlace negro */
.woocommerce-cart-form__contents .product-name a {
    color: #000 !important;
    text-decoration: none !important;
}

/* Input de cantidad más ancho */
.woocommerce-cart-form__contents .product-quantity input.qty {
    width: 75px;
    text-align: center;
    height: 35px;
    font-size: 16px;
    padding: 5px;
    box-sizing: border-box;
}

/*
CUPONES
*/

/* Caja de cupon */
.woocommerce-cart-form__contents .coupon input#coupon_code {
    width: 150px !important;
    height: 35px;
    padding: 8px 12px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Btn de aplicar */
.woocommerce-cart-form__contents .coupon button.button {
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    font-family: Karla-Variablefont;
    background-color: #364a35;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* Btn de aplicar - Hover */
.woocommerce-cart-form__contents .coupon button.button:hover {
    background-color: #202B21;
}

/* Btn de actualizar - deshabilitado */
.woocommerce-cart-form .button[disabled] {
    font-family: Karla-Variablefont;
    font-size: 14px;
    height: 35px;
    padding: 0 20px;
}

/* Botón habilitado */
.woocommerce-cart-form .button:not([disabled]) {
    height: 35px;
    padding: 0 20px;
    font-family: Karla-Variablefont;
    font-size: 14px;
    background-color: #364a35;
    color: #fff;
    cursor: pointer;
}

/* Hover cuando está habilitado */
.woocommerce-cart-form .button:not([disabled]):hover {
    height: 35px;
    padding: 0 20px;
    font-family: Karla-Variablefont;
    font-size: 14px;
    background-color: #202B21;
    color: #fff;
}

/*
TOTALES DEL CARRITO
*/

/* Fondo transparente en el contenedor */
.cart-collaterals .cart_totals {
    float: left!important;
    width: 50% !important;
    background-color: transparent !important;
    font-family: Karla-Variablefont;
    font-size: 16px !important;
}

/* Quitar fondo de la tabla interna */
.cart-collaterals .cart_totals table,
.cart-collaterals .cart_totals table tr th,
.cart-collaterals .cart_totals table tr td {
    background-color: transparent !important;
    border: none;
}

/* Título */
.cart-collaterals .cart_totals h2{
    font-family: Ogg Roman;
    font-size: 26px;
}

/* Btn de finalizar compra */
.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #364a35;
    color: #fff;           
    border: none;
    padding: 12px 0;
    width: 100%;           
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #202B21;
}/* End custom CSS */
/* Start custom CSS */body.elementor-page-4229 .cart-collaterals .cart_totals {
 
  width: 75% !important;
  
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ogg Roman';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.essentialfoods.es/wp-content/uploads/2025/11/Ogg-Roman.woff') format('woff');
}
/* End Custom Fonts CSS */