/*
Theme Name: Calma Child
Theme URI: http://www.wpbingosite.com/calma
Author: wpbingo
Description: This is a child theme for Calma
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: calma
Text Domain: calma-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.woocommerce-checkout-review-order-table .place-order {
    width: 100%;
    margin-top: 15px;
}

.woocommerce-checkout-review-order-table #place_order {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 14px;
    border: none;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce-checkout-payment .place-order {
    margin-top: 0 !important;
}