/*
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;
}

.single-product .customlove-product-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.single-product .customlove-product-rating .star-rating {
	margin: 0;
}

.single-product .customlove-review-count {
	font-size: 14px;
	line-height: 1;
	color: #5b5b5b;
}

.single-product .customlove-review-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 1px solid rgba(42, 42, 42, 0.14);
	border-radius: 999px;
	background: #f6f3ee;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.single-product .customlove-review-chip:hover,
.single-product .customlove-review-chip:focus {
	background: #ebe4d9;
	border-color: rgba(42, 42, 42, 0.24);
	color: #111;
}

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


}
