/**
 * Migrated from Appearance → Customize → Additional CSS (theme: woodmart).
 * Copied into the child theme so it survives parent theme updates.
 *
 * After you activate “NileTech”, avoid duplicating these rules in the
 * Customizer for this child theme unless you intend to override them again.
 */

.single-product div.product .summary .price .woocommerce-Price-amount.amount {
	position: relative;
	display: inline-block;
	margin: 10px 0 10px 30px;
	padding: 10px 20px 10px 10px;
	background: #45cdef;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 1px 5px 5px 1px;
}

.single-product div.product .summary .price .woocommerce-Price-amount.amount::before {
	content: "";
	position: absolute;
	top: 0;
	left: -32.5px;
	width: 33px;
	height: 100%;
	background: #45cdef;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	z-index: 1;
}

.single-product div.product .summary .price .woocommerce-Price-amount.amount::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.woocommerce-price-suffix {
	font-size: 12px;
}
