/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4
Updated: 2020-08-29 10:48:24
*/

/* Checkout buttons BEGIN */
button.cust-updatecart:after{
	display: none !important;
}
button.cust-updatecart{
	background: #339933 !important;
    border: none !important;
    color: #fff !important;
    width: 200px !important;
    margin: 0 auto !important;
	padding: 15px !important;
    display: block !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
button.cust-updatecart:hover{
	background: #339933 !important;
    border: none !important;
    color: #fff !important;
    width: 200px !important;
    margin: 0 auto !important;
	padding: 15px !important;
    display: block !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

commerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
a.checkout-button.button.alt.wc-forward:after{
	display:none;
}
a.checkout-button.button.alt.wc-forward {
    background: linear-gradient(to bottom,#ff7f00 0%,#ff0000 100%);
    border: none;
    color: #fff;
    width: 300px;
    margin: 0 auto;
	padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: linear-gradient(to bottom,#ff7f00 0%,#ff0000 100%);
    border: none;
    color: #fff;
    width: 300px;
    margin: 0 auto;
	padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

button.cust-checkout:after{
	display: none !important;
}
button.cust-checkout,
button#place_order {
	background: linear-gradient(to bottom,#ff7f00 0%,#ff0000 100%) !important;
    border: none !important;
    color: #fff !important;
    width: 100% !important;
    margin: 25px auto !important;
	padding: 15px !important;
    display: block !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
button.cust-checkout:hover,
button#place_order{
	background: linear-gradient(to bottom,#ff7f00 0%,#ff0000 100%) !important;
    border: none !important;
    color: #fff !important;
    width: 100% !important;
    margin: 25px auto !important;
	padding: 15px !important;
    display: block !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
/* Checkout buttons END */