/*
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
*/

body.woocommerce.single-product section.related.products {
    display: none;
}

form.woocommerce-cart-form button[name='update_cart'] {
    display: none !important;
}

#order_review dl.variation dt.variation-Gre {
    font-size: 13px !important;
    display: inline-block !important;
    /*color: #1c194d !important;*/
}

#order_review dl.variation dd.variation-Gre {
    font-size: 13px !important;
    display: inline-block !important;
    /*color: #1c194d !important;*/
    padding-left: 0px !important;
}

.woocommerce-mini-cart .product-meta dd.variation-Gre {
    color: #999 !important;
}

#payment .wc_payment_methods {
    display: none !important;
}

form[name='checkout'] span.optional {
    display: none;
}