.elementor-8 .elementor-element.elementor-element-3cf74b43{--display:flex;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-3cf74b43{--content-width:100%;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a20cae2 */.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: black;
}/* End custom CSS */


/* Start custom CSS *//* Solo móvil: "Añadir pedido" flotante junto al botón de WhatsApp */
@media (max-width: 767px) {

  .woocommerce .wc-proceed-to-checkout {
    position: static;
    margin: 0;
    padding: 0;
  }

  .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt {
    /* zona ocupada por el ícono de WhatsApp + separación */
    --wa-zone: 80px;

    position: fixed;
    left: var(--wa-zone);
    bottom: 30px;              /* mismo offset inferior que el WhatsApp */
    right: auto;
    top: auto;
    z-index: 9999;

    /* 90% del espacio que deja libre el botón de WhatsApp */
    width: calc((100vw - var(--wa-zone)) * .9);
    max-width: calc(100vw - var(--wa-zone));

    height: 54px;              /* misma altura que el ícono */
    min-height: 54px;
    box-sizing: border-box;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 27px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
  }
}/* End custom CSS */
