.elementor-2583 .elementor-element.elementor-element-6c89439{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2583 .elementor-element.elementor-element-c9a2f85{--display:flex;}.elementor-2583 .elementor-element.elementor-element-7c972e3{--spacer-size:50px;}.elementor-2583 .elementor-element.elementor-element-be6ef9f{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-2583 .elementor-element.elementor-element-8d052b6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2583 .elementor-element.elementor-element-8d052b6.elementor-element{--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:1;}.elementor-2583 .elementor-element.elementor-element-0157905{text-align:start;}.elementor-2583 .elementor-element.elementor-element-0157905 .elementor-heading-title{font-family:"Chewy", poppins;font-weight:400;color:#671033;}.elementor-2583 .elementor-element.elementor-element-1c2ab48{width:100%;max-width:100%;}body.elementor-page-2583:not(.elementor-motion-effects-element-type-background), body.elementor-page-2583 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5C4BB;}:root{--page-title-display:none;}body.elementor-page-2583{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-1c2ab48 *//* =========================
   TABLA PRINCIPAL
========================= */
.tabla-carrito-custom table.shop_table {
  border: 4px solid #671033;
  border-radius: 40px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}


.tabla-carrito-custom  .woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table {
    margin-bottom: 2em;
     border-radius: 40px;
}

/* =========================
   HEADER
========================= */
.tabla-carrito-custom table.shop_table thead {
  background: #671033;
}

.tabla-carrito-custom table.shop_table thead th {
  color: #EBEBD0;
  border-right: 3px solid #671033;
  padding: 20px;
  font-family: "Chewy", poppins;
  font-weight: 400;
  font-size: 30px; /* 👈 ajusta aquí */
}

.tabla-carrito-custom table.shop_table thead th:last-child {
  border-right: none;
}


/* =========================
   OCULTAR ELEMENTOS
========================= */
.tabla-carrito-custom .coupon {
  display: none;
}

.tabla-carrito-custom button[name="update_cart"] {
  display: none;
}

.tabla-carrito-custom .actions {
  display: none;
}


/* =========================
   BASE
========================= */
.tabla-carrito-custom table.shop_table td,
.tabla-carrito-custom table.shop_table th {
  position: relative;
}


/* =========================
   LINEAS VERTICALES PERFECTAS
========================= */
.tabla-carrito-custom table.shop_table td::after,
.tabla-carrito-custom table.shop_table thead th::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;   /* mejor que usar height:100% */
  right: 0;
  width: 3px;
  background: #671033;
}

/* quitar última */
.tabla-carrito-custom table.shop_table td:last-child::after,
.tabla-carrito-custom table.shop_table thead th:last-child::after {
  display: none;
}




/* =========================
   LINEAS HORIZONTALES
========================= */
.tabla-carrito-custom table.shop_table tbody tr {
  position: relative;
}

/* línea */
.tabla-carrito-custom table.shop_table tbody tr::after {
  content: "";
  position: absolute;
  left: 10px;   /* separación lateral */
  right: 10px;  /* separación lateral */
  bottom: 0;
  height: 2px;
  background: #671033; /* color como tu diseño */
}

/* quitar última */
.tabla-carrito-custom table.shop_table tbody tr:last-of-type::after {
  display: none;
}


/* quitar línea entre imagen y nombre */
.tabla-carrito-custom table.shop_table td.product-thumbnail::after {
  display: none;
}

/* imagen */
.tabla-carrito-custom table.shop_table td.product-thumbnail {
  padding-right: 5px;
}

/* nombre */
.tabla-carrito-custom table.shop_table td.product-name {
  padding-left: 5px;
}


/* =========================
   TOTALES CARRITO
========================= */


.woocommerce-cart-form{
    margin-left: 10%;
    margin-right: 10%;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-weight: 700;
    background: #ffffff00;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    padding: 40px 40px 40px 40px;
    border-width: 1px;
    border-style: solid;
    /* border-color: #edc4c4; */
    border-radius: 0;
    margin-bottom: 2em;
    background: #EBEBD0;
    border-radius: 40px 0 0 40px;
}


.elementor-2583 .elementor-element.elementor-element-1c2ab48 {
  position: relative;
  z-index: 1;
}


.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}


/* =========================
   X
========================= */



.woocommerce-js a.remove:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #671033;
    border-radius: 100%;
    transition: all .2s linear;
}


.woocommerce-js a.remove .ahfb-svg-iconset {
    transform: scale(.7);
    transition: none;
    color: #671033;
}



/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 767px) {

.tabla-carrito-custom .woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table {
    margin-bottom: 2em;
    border-radius: 4px; 
}

/* ocultar TODO el bloque de cupon */
  .woocommerce-cart-form table.shop_table tbody tr:last-child {
    display: none !important;
  }
  
  /* quitar bordes complejos */
  .tabla-carrito-custom table.shop_table {
    border: none;
    border-radius: 0;
  }

  /* quitar líneas verticales */
  .tabla-carrito-custom table.shop_table td::after,
  .tabla-carrito-custom table.shop_table thead th::after {
    display: none;
  }

  /* quitar líneas horizontales personalizadas */
  .tabla-carrito-custom table.shop_table tbody tr::after {
    display: none;
  }

  /* convertir filas en tarjetas */
  .tabla-carrito-custom table.shop_table tr {
    display: block;
    margin-bottom: 20px;
    border: 2px solid #671033;
    border-radius: 20px;
    padding: 10px;
  }

  /* celdas en bloque */
  .tabla-carrito-custom table.shop_table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: none;
  }

  /* ocultar header */
  .tabla-carrito-custom table.shop_table thead {
    display: none;
  }

  /* labels automáticos de WooCommerce */
  .tabla-carrito-custom table.shop_table td::before {
    font-weight: bold;
    color: #671033;
  }

  /* imagen + nombre */
  .tabla-carrito-custom td.product-thumbnail,
  .tabla-carrito-custom td.product-name {
    display: block;
    text-align: center;
  }

  /* botón eliminar */
  .woocommerce-js a.remove {
    margin: 0 auto;
  }

  /* totales */
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-left: 0;
    border-radius: 20px;
    padding: 20px;
  }

  /* quitar layout rojo lateral */
  .woocommerce .cart-collaterals::before {
    display: none;
  }

}



@media (min-width: 768px) and (max-width: 1024px) {
    
    /* ocultar TODO el bloque de cupon */
  .woocommerce-cart-form table.shop_table tbody tr:last-child {
    display: none !important;
  }

  /* contenedor */
  .woocommerce-cart-form {
    margin-left: 5%;
    margin-right: 5%;
  }

  /* tabla */
  .tabla-carrito-custom table.shop_table {
    border-radius: 25px;
  }

  /* headers más pequeños */
  .tabla-carrito-custom table.shop_table thead th {
    font-size: 18px;
    padding: 12px;
  }

  /* celdas */
  .tabla-carrito-custom table.shop_table td {
    padding: 12px;
    font-size: 14px;
  }

  /* imagen más pequeña */
  .tabla-carrito-custom td.product-thumbnail img {
    max-width: 60px;
  }

  /* cantidad más compacta */
  .product-quantity input {
    width: 40px;
  }

  /* líneas más finas */
  .tabla-carrito-custom table.shop_table td::after,
  .tabla-carrito-custom table.shop_table thead th::after {
    width: 2px;
  }

  /* totales */
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 80%;
    padding: 25px;
    border-radius: 25px 0 0 25px;
  }
  
  /* ❌ quitar líneas verticales que tú creaste */
  .tabla-carrito-custom table.shop_table td::after,
  .tabla-carrito-custom table.shop_table thead th::after {
    display: none ;
  }


}


.woocommerce-js a.remove {
    width: 25px;
    height: 25px;
}

.woocommerce-js a.remove:before {
    border: 2px solid #671033;
}

.woocommerce-js a.remove .ahfb-svg-iconset {
    transform: scale(0.8);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dbad07 */p.return-to-shop > a.wc-backward {
  opacity: 0;
}/* End custom CSS */