/*
Theme Name:   SalientChild
Description:  Write here a brief description about your child-theme
Author:       Aurone
Author URL:   https://www.aurone.com/
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SalientChild
*/

/* Write here your own personal stylesheet */

.wc-payment-method-icon {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.woocommerce-checkout #payment .payment_methods li img {
    max-width: 50px;
}


#opc-product-selection .nectar-cta .link_wrap:hover,
.woocommerce #order_review #payment #place_order:hover
{
    background-color: #e1a56a!important;
}


#opc-product-selection .nectar-cta .link_wrap {
    font-size: 22.5px;
    font-weight: normal;
}

.ptp-bullet-item {
    padding: 20px 25px!important;
}

.checkout .woocommerce-billing-fields {
    padding-right: 0;
}


body.woocommerce-checkout .row .col.section-title h1 {
    text-align: center;
}

table.woocommerce-checkout-review-order-table thead .product-name {
    display: flex;
    justify-content: space-between;
}

table.woocommerce-checkout-review-order-table thead .product-type {
   max-width: 160px;
}

table.woocommerce-checkout-review-order-table thead .product-quantity {
    text-align: right;
}

.woocommerce #order_review #payment #place_order {
    font-size: 20px;
}

body em {
    font-family: inherit!important;
    font-size: inherit!important;
    line-height: inherit!important;
    font-weight: inherit!important;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box,
body.woocommerce .payment_box p 
{
    padding-left: 0;
}

#sidebar .widget.widget_nav_menu li.current_page_item {
    color: #ed3005;
}
.wp-admin div[id*="nectar-metabox"] fieldset.buttonset:not(.ui-buttonset) {
    opacity: 1 !important;
}
