.woocommerce .woocommerce-MyAccount-navigation ul li a:before { display: inline-block; font-family: "FontAwesome"; width: 22px; text-align: center; margin-right: 10px; color: var(--ast-global-color-0); }
.woocommerce .woocommerce-MyAccount-navigation-link.is-active a::before { color: var(--ast-global-color-1);}
.woocommerce .woocommerce-MyAccount-navigation-link--dashboard a:before { content: '\f009'; }
.woocommerce .woocommerce-MyAccount-navigation-link--exclusivo a:before { content: '\f02e'; }
.woocommerce .woocommerce-MyAccount-navigation-link--orders a:before { content: '\f187'; }
.woocommerce .woocommerce-MyAccount-navigation-link--downloads a:before { content: '\f019'; }
.woocommerce .woocommerce-MyAccount-navigation-link--edit-address a:before { content: '\f2bb'; }
.woocommerce .woocommerce-MyAccount-navigation-link--edit-account a:before { content: '\f007'; }
.woocommerce .woocommerce-MyAccount-navigation-link--bookings a:before { content: '\f073'; }
.woocommerce .woocommerce-MyAccount-navigation-link--points-and-rewards a:before { content: '\f0a3'; }
.woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a:before { content: '\f08e'; }
.woocommerce .woocommerce-MyAccount-navigation-link--mis-notas a:before { content: '\f249'; }

.woocommerce-js div.product form.cart .button.single_add_to_cart_button{
    margin-left: 0px;
}
input[type='date'] {
    background: #fff;
}

.sacab-checkout-button {
    position: fixed;
    right: 20px;
    background-color: var(--ast-global-color-1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    text-decoration: none;
    bottom: 165px;
    box-shadow: 1px 5px 10px #4f4f4f;
}
.sacab-checkout-button:hover, .sacab-checkout-button:focus {
    background-color: #000;
    color: #fff;
}
.woocommerce-order-details .order-again, nav.woocommerce-breadcrumb a:first-child {
    display: none !important;
}
.my_account_bookings .booking-cancel .button{
    display: none;
}

@media (max-width: 921px) {
    .woocommerce-MyAccount-navigation ul {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .woocommerce table.shop_table_responsive tr {
        border: solid 1px #c1c1c1;
    }
    .woocommerce table.shop_table_responsive tr td:last-child {
        padding: 5px 15px;
    }
    .woocommerce table.shop_table_responsive tr td:last-child a{
        padding: 15px;
    }
    .woocommerce table.shop_table_responsive tr td:last-child::before {
        font-size: 0px;
        visibility: hidden;
    }
}