.elementor-9 .elementor-element.elementor-element-3d5db7e1{--display:flex;--padding-top:264px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS *//* CENTRAR CARRITO */
.woocommerce-cart .entry-content .woocommerce{
  max-width:1200px;
  margin: 0 auto;
}

/* TABLA */
.woocommerce-cart table.shop_table.cart{
  border: 0 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  background: #f3f0ee;
  overflow: hidden;
}

.woocommerce-cart table.shop_table.cart thead{
  background: #b3b51b;
}

.woocommerce-cart table.shop_table.cart thead th{
  color: #fff !important;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  padding: 30px 12px;
  border: 0 !important;
}

.woocommerce-cart table.shop_table.cart td{
  border: 0 !important;
  vertical-align: middle !important;
  padding: 10px 12px;
}

.woocommerce-cart table.shop_table.cart tr.cart_item{
  background: #fff;
  height: 100px;
}

/* COLUMNAS */
.woocommerce-cart .product-remove{
  width: 35px;
  text-align: center;
}
.woocommerce-js a.remove:before{
  top: 1px!important;
}

.woocommerce-cart .product-thumbnail{
  width: 200px;
  text-align: center;
}

.woocommerce-cart .product-name{
  width: 230px;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal{
  text-align: center !important;
  vertical-align: middle !important;
}

/* IMAGEN BIEN PROPORCIONADA */
.woocommerce-cart .product-thumbnail img{
  width:186px!important;
  height: 186px!important;
  object-fit: cover !important;
}

/* PRODUCTO */
.woocommerce-cart .product-name a{
  color: #b3b51b !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.15;
}

/* PRECIOS CENTRADOS */
.woocommerce-cart .product-price .amount,
.woocommerce-cart .product-subtotal .amount{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #666;
  font-size: 18px;
  font-weight: 800!important;
}

.woocommerce-cart .tax_label{
  font-size: 12px;
  color: #777;
  font-weight: 400;
}

/* CANTIDAD */
.woocommerce-cart .quantity{
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-cart .quantity input.qty{
  width: 60px !important;
  height: 42px !important;
  border: 1px solid #ddd !important;
  background: #fff;
  color: #777;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* ACCIONES */
.woocommerce-cart td.actions{
  background: #f3f0ee !important;
  padding: 18px 24px !important;
}

.woocommerce-cart .coupon{
  display: flex;
  gap: 10px;
}

.woocommerce-cart .coupon input{
  width: 170px !important;
  height: 42px;
  border: 0 !important;
  background: #fff;
  color: #aaa;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="update_cart"]{
  height: 35px;
  background: #b3b51b !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 0px;
  font-weight: 800;
  padding: 0 24px !important;
}

.woocommerce-cart button[name="update_cart"]{
  float: right;
  background: transparent !important;
  color: #666 !important;
  border: 3px solid #fff !important;
}

/* TOTALES */
.woocommerce-cart .cart_totals{
  float: none !important;
  width: 360px !important;
  margin: 35px auto 0 !important;
  text-align: center;
  border: 0 !important;
}

.woocommerce-cart .cart_totals h2{
  display: none;
}

.woocommerce-cart .cart_totals table{
  border: 0 !important;
  margin: 0 auto !important;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td{
  background: transparent !important;
  padding: 5px 5px !important;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  vertical-align: top;
}
.shipping-note td{
    border-top: 2px dashed #b3b51b!important;
    border-bottom: 2px solid #b3b51b!important;
}

.woocommerce-cart .cart_totals th{
  text-align: middle;
  font-weight: 700!important;
}

.woocommerce-cart .cart_totals td{
  text-align: middle;
  font-weight: 700;
}

/* TOTAL */
.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td,
.woocommerce-cart .order-total .amount{
  color: #b3b51b !important;
  font-weight: 800;
}

/* BOTÓN FINALIZAR */
.woocommerce-cart .wc-proceed-to-checkout{
  text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display: inline-block;
  background: #b3b51b !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 26px !important;
  line-height: 0px;
}

.woocommerce-js table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img{
    max-width:300px!important;
}/* End custom CSS */