.elementor-2581 .elementor-element.elementor-element-a561d35{--display:flex;--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-2581 .elementor-element.elementor-element-e8cf8e1{--spacer-size:50px;}.elementor-2581 .elementor-element.elementor-element-d790d25{--display:flex;--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-2581 .elementor-element.elementor-element-406fa33{--update-cart-automatically-display:none;--totals-title-alignment:center;--sections-background-color:var( --e-global-color-secondary );--sections-border-type:none;--sections-border-radius:50px 50px 50px 50px;--sections-title-color:var( --e-global-color-primary );--sections-title-spacing:0px;--links-normal-color:var( --e-global-color-astglobalcolor0 );--links-hover-color:#C8A73C;--sections-radio-buttons-color:var( --e-global-color-astglobalcolor0 );--forms-rows-gap:0px;--forms-fields-normal-color:#FF10A9;--forms-buttons-normal-text-color:var( --e-global-color-astglobalcolor0 );--order-summary-color:var( --e-global-color-accent );--order-summary-variations-color:var( --e-global-color-text );--order-summary-quantity-border-weight:0px;--order-summary-remove-icon-normal-color:#EB0808;--totals-color:var( --e-global-color-primary );--totals-divider-weight:1px;--checkout-button-border-radius:60px 60px 60px 60px;}.elementor-2581 .elementor-element.elementor-element-406fa33 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}.elementor-2581 .elementor-element.elementor-element-406fa33 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2581 .elementor-element.elementor-element-406fa33.elementor-element{--align-self:center;}.elementor-2581 .elementor-element.elementor-element-406fa33 .wc-proceed-to-checkout{--place-order-title-alignment:stretch;--checkout-button-width:100%;}.elementor-2581 .elementor-element.elementor-element-406fa33 .cart_totals h2{font-family:"Sansation", Sans-serif;font-size:20px;font-weight:bold;}.elementor-2581 .elementor-element.elementor-element-406fa33 {--sections-descriptions-color:var( --e-global-color-secondary );}.elementor-2581 .elementor-element.elementor-element-406fa33 .e-cart-content, .elementor-2581 .elementor-element.elementor-element-406fa33 .woocommerce-shipping-destination, .elementor-2581 .elementor-element.elementor-element-406fa33 .shipping-calculator-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2581 .elementor-element.elementor-element-406fa33 #shipping_method li label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.e-woo-select2-wrapper .select2-results__option{color:#FF10A9;}.elementor-2581 .elementor-element.elementor-element-406fa33 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#FF10A9 transparent transparent transparent;}.elementor-2581 .elementor-element.elementor-element-406fa33 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-primary );}.elementor-2581 .elementor-element.elementor-element-406fa33 .e-shop-table .cart th, .elementor-2581 .elementor-element.elementor-element-406fa33 .e-shop-table .cart td:before{font-family:"Sansation", Sans-serif;font-size:18px;font-weight:bold;}.elementor-2581 .elementor-element.elementor-element-406fa33 .cart td span, .elementor-2581 .elementor-element.elementor-element-406fa33 .cart td, .elementor-2581 .elementor-element.elementor-element-406fa33 .input-text.qty{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2581 .elementor-element.elementor-element-406fa33 .cart_totals .shop_table td:before, .elementor-2581 .elementor-element.elementor-element-406fa33 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2581 .elementor-element.elementor-element-406fa33 .checkout-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-style:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-406fa33 *//* 1. Alinear encabezados (Títulos dorados) */
.woocommerce table.cart th.product-name { text-align: left !important; }
.woocommerce table.cart th.product-price,
.woocommerce table.cart th.product-quantity,
.woocommerce table.cart th.product-subtotal { 
    text-align: center !important; 
}

/* 2. Alinear contenido de las filas */
/* El producto se queda a la izquierda */
.woocommerce table.cart td.product-name { 
    text-align: left !important; 
}

/* El resto se centra perfectamente */
.woocommerce table.cart td.product-price,
.woocommerce table.cart td.product-quantity,
.woocommerce table.cart td.product-subtotal {
    text-align: center !important;
}

/* 3. Ajuste especial para el cuadro de cantidad */
.woocommerce table.cart td.product-quantity .quantity {
    display: inline-block !important;
    margin: 0 auto !important;
}

.woocommerce table.cart td.product-quantity input.qty {
    text-align: center !important;
}

/* Eliminar el círculo y el fondo de la X de eliminar */
.woocommerce-cart-form__cart-item .product-remove a.remove {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1.5em !important;
    line-height: 1 !important;
    height: auto !important;
    width: auto !important;
    border-radius: 0 !important;
}

/* Para asegurar que no haya un círculo antes/después */
.woocommerce-cart-form__cart-item .product-remove a.remove::before,
.woocommerce-cart-form__cart-item .product-remove a.remove::after {
    display: none !important;
}
/* Agrandar la imagen del artículo */
.woocommerce table.cart img {
    width: 600px !important; /* Ajuste este número a su gusto */
    height: auto !important;
}

/* Ajustar el espacio de la columna para que quepa la foto grande */
.woocommerce table.cart td.product-thumbnail {
    width: 130px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Sansation';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://llorviscaps.com/wp-content/uploads/2026/04/Sansation-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */