/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.page-id-156 .ppn-payment-plans-form {
    display: none;
}

.ppn-payment-plans-wrapper .ppn-payment-type-wrapper {
   justify-content: left !important;
}
.ppn-payment-plans-form {
    display: none;
}

.checkout #order_review .order-review tbody tr {
    display: flex;
    flex-direction: column;
}
 
.woocommerce-checkout td:has(.ppn-view-installments) {
    display: grid;
   width: 100%;
    grid-template-columns: 1fr 1fr auto;
    padding-left: 0 !important;
}
.woocommerce-checkout td span.woocommerce-Price-amount.amount {
    text-align: right;
}
