.elementor-337 .elementor-element.elementor-element-1d0b35b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}.elementor-337 .elementor-element.elementor-element-1d0b35b:not(.elementor-motion-effects-element-type-background), .elementor-337 .elementor-element.elementor-element-1d0b35b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-337 .elementor-element.elementor-element-8db168b{--display:flex;--min-height:60vh;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:40px;--padding-right:40px;}@media(max-width:1024px){.elementor-337 .elementor-element.elementor-element-1d0b35b{--margin-top:-34px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-337 .elementor-element.elementor-element-1d0b35b{--padding-top:200px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-fc42c42 *//* Estilo general de la tabla del carrito */
table.wspsc_cart {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #000;
}

/* Encabezados */
table.wspsc_cart th {
    background-color: #000;
    color: #fff;
    padding: 16px; /* más aire */
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Filas de productos */
table.wspsc_cart td {
    padding: 16px; /* más aire */
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

/* Nombre del producto */
table.wspsc_cart td.wspsc_cart_item_name_td a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

table.wspsc_cart td.wspsc_cart_item_name_td a:hover {
    text-decoration: underline;
}

/* Cantidad */
table.wspsc_cart input.wspsc_cart_item_qty {
    width: 50px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 6px; /* un poco más de espacio interno */
}

/* Precio */
table.wspsc_cart td[style*="text-align: center"] {
    font-weight: bold;
}

/* Botón eliminar */
table.wspsc_cart .wspsc_remove_item_td input[type="image"] {
    filter: invert(100%); /* blanco y negro */
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

table.wspsc_cart .wspsc_remove_item_td input[type="image"]:hover {
    transform: scale(1.2);
}

/* Subtotal y total */
table.wspsc_cart tr.wpsc_cart_subtotal td,
table.wspsc_cart tr.wpsc_cart_total td {
    font-weight: bold;
    padding: 16px; /* más aire */
    background: #f7f7f7;
    font-size: 15px;
}

/* Botón "Tramitar pedido" */
.wpsc-manual-payment-proceed-to-checkout-btn {
    background-color: #000;
    color: #fff;
    padding: 14px 24px; /* más grande y cómodo */
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 12px;
}

.wpsc-manual-payment-proceed-to-checkout-btn:hover {
    background-color: #333;
}

/* Contenedor general del formulario */
.wpsc-manual-payment-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

/* Texto de instrucciones */
.wpsc-manual-payment-form-instructions {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Etiquetas */
.wpsc-manual-payment-form-label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 6px;
}

/* Campos de texto */
.wpsc-manual-payment-form input[type="text"],
.wpsc-manual-payment-form input[type="email"],
.wpsc-manual-payment-form input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background: #f9f9f9;
    transition: all 0.2s ease;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.wpsc-manual-payment-form input[type="text"]:focus,
.wpsc-manual-payment-form input[type="email"]:focus,
.wpsc-manual-payment-form input[type="tel"]:focus {
    border-color: #000;
    background: #fff;
    outline: none;
}

/* Sección dirección */
.wpsc-manual-payment-address-section-label {
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 15px;
    color: #000;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Botones */
.wpsc-manual-payment-form-submit-section {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.wpsc-manual-payment-form-submit {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    flex: 1;
    transition: background 0.2s ease;
}

.wpsc-manual-payment-form-submit:hover {
    background-color: #333;
}

.wpsc-manual-payment-form-cancel {
    background-color: #fff;
    color: #000;
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    flex: 1;
    transition: all 0.2s ease;
}

.wpsc-manual-payment-form-cancel:hover {
    background-color: #f2f2f2;
}

tbody tr {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
table {
    border-collapse: separate;
    border-spacing: 0 12px;
}/* End custom CSS */