/*
Theme Name: Aenyo Child
Theme URI: http://www.wpbingosite.com/aenyo
Author: wpbingo
Description: This is a child theme for Aenyo
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: aenyo
Text Domain: aenyo-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#bwp-footer, .bwp-copyright{
	display:none;
}
.checkout-button, .coupon button, .bottom-cart a, #place_order, .woosw-item--atc a, #woosw_copy_btn{
	    background-color: var(--e-global-color-primary) !important;
    font-family: var(--e-global-typography-0bb163e-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-0bb163e-font-size) !important;
    font-weight: var(--e-global-typography-0bb163e-font-weight) !important;
    text-transform: var(--e-global-typography-0bb163e-text-transform) !important;
    line-height: var(--e-global-typography-0bb163e-line-height) !important;
    letter-spacing: var(--e-global-typography-0bb163e-letter-spacing) !important;
    word-spacing: var(--e-global-typography-0bb163e-word-spacing) !important;
    fill: var(--e-global-color-58f8498) !important;
    color: var(--e-global-color-58f8498) !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.5) !important;
	border:0 !important;
}
.checkout-button:hover, .coupon button:hover, .bottom-cart a:hover, #place_order:hover, .woosw-item--atc a:hover, #woosw_copy_btn:hover{
	    background-color: var(--e-global-color-secondary) !important;
    
}
.bottom-cart a, #place_order, .woosw-item--atc a, #woosw_copy_btn{
	padding:12px 30px !important;
}
.checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper {
    border: 1px solid #0096af;
}