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

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

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: hsl(213.88deg 100% 40.98%) !important;
	color: #fff !important;
	border: none;
	border-radius: 12px;
	text-transform: none !important;
	letter-spacing: normal;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: hsl(213.88deg 100% 35%) !important;
	color: #fff !important;
}

.wc-block-components-checkout-place-order-button {
	background: hsl(213.88deg 100% 40.98%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 12px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wc-block-components-checkout-place-order-button:hover {
	background: hsl(213.88deg 100% 35%) !important;
	color: #fff !important;
}

.wc-block-components-checkout-terms,
.wc-block-checkout__terms {
	display: none !important;
}

.bancolombia-checkout-note {
	display: none;
	font-size: 11px;
	line-height: 1.4;
	color: #4a4a4a;
	margin: 0 0 6px;
}

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


}
