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

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


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


}

#billing_first_name_field {
	width: 100%;
}
.woocommerce-shipping-fields, .cart-subtotal, .woocommerce-shipping-totals, .woocommerce-privacy-policy-text, .wc_payment_methods, .woocommerce-form-coupon-toggle, .product_meta {
	display: none;
}

a.devvn_buy_now_style {
	background: #1a1a1a;
}
a.devvn_buy_now_style:hover, a.devvn_buy_now_style:focus {
	background: #1a1a1a !important;
	opacity: 0.8;
}
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
	opacity: 0.8;
}
.single_add_to_cart_button{
/* 	display: none; */
}

#place_order{
	display: none;
}

.devvn_buy_now, #place_order {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
