.menu-footerlegalstuff-container {
    display: flex;
    /* justify-content: flex-end; */
}

.menu-footerlegalstuff-container #menu-footerlegalstuff {
    display: inline-block;
    font-size: 13px;
}

.menu-footerlegalstuff-container #menu-footerlegalstuff li {
    padding-right: 25px;
}

.tawcvs-swatches .swatch__tooltip {
    padding: 10px 15px !important;
}

@media only screen and (max-width: 768px) {
    .cart-collaterals-totals {
        margin: 10px !important;
        max-width: 100% !important;
    }
    #order_review .shop_table {
        border: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
    #order_review .shop_table td {
        border-width: 0 !important;
    }
    .woocommerce table.shop_table tbody th,
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th {
        border-top: 0px !important;
    }
    .menu-footerlegalstuff-container #menu-footerlegalstuff li {
        padding: 0 5px;
        display: block;
        text-align: left;
        margin: 10px 0;
    }
    .menu-footerlegalstuff-container {
        display: flex;
        justify-content: start;
    }
}

@media only screen and (max-width: 767px) {
    #order_review .shop_table td {
        width: 64% !important;
    }
}

#wrapper-container>div.apus-footer-mobile>ul>li:nth-child(3)>a {
    color: inherit !important;
}