/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

a.button.std-checkout-button.active {
    background: #7b9b59;
}

.checkout-buttons {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1080px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;   
    padding-left: 15px;
    padding-right: 15px; 
}

label[for="payment_method_kco"] img {
    display: block;
    max-height: 18px;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/************ hide/show prices inc/ex vat **************/

body.incl-tax .woocommerce-Price-amount,
body.incl-tax .product-page-price .woocommerce-Price-amount,
body.incl-tax span.excl-tax-suffix,
body.excl-tax span.incl-tax-suffix,
body.incl-tax span.cart-excl-tax,
body.excl-tax span.cart-incl-tax,
body.excl-tax #vat-price,
body.excl-tax .cart-price-incl-tax,
body.incl-tax .cart-price-excl-tax {
    display: none;
}

body.incl-tax #vat-price .woocommerce-Price-amount,
body.incl-tax  span.cart-incl-tax .woocommerce-Price-amount,
body.incl-tax .product-subtotal .woocommerce-Price-amount,
body.incl-tax .header-cart-title .woocommerce-Price-amount,
body.incl-tax .page-checkout .woocommerce-Price-amount,
body.incl-tax .woocommerce-mini-cart__total .woocommerce-Price-amount,
body.incl-tax .cart-price-incl-tax {
    display: unset;
}

#tax-toggle {
	display:flex;
}

/* #tax-toggle {
	display:none;
} */

#tax-toggle .divider {
	font-size: 19px;
    margin-right: 5px;
}

#tax-toggle button {
	background-color: transparent;
    border: none;
    font-size: .97em;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    vertical-align: middle;
}

body.incl-tax #tax-toggle button.incl-tax,
body.excl-tax #tax-toggle button.excl-tax{
	text-decoration: underline;
}

/* body.incl-tax .product-type-variable #vat-price .woocommerce-Price-amount, */
/* body.excl-tax .product-type-variable .woocommerce-Price-amount, */
body.incl-tax p .woocommerce-Price-amount {
    display:unset;
}

body.incl-tax .product-type-variable .price-excl {
    display: none;
}

