/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 07:49:48 */
/* Layout */
.thb_transform_price .price {
	display:flex;
	align-items:center;
	justify-content:center;
}
.thb_transform_price .price bdi span {
	font-size:100%;
}

/* before price */
.thb_transform_price del {
	text-decoration:none;
}

.thb_transform_price del bdi {
	display:flex;
	align-items:center;
}

.thb_transform_price del bdi span {
	font-size: 16px;
	line-height: 1.5;
	text-decoration-line: line-through;
}

.thb_transform_price del bdi span.currency-symbol {
	font-size: 12px;
	line-height: 1.5;
	text-decoration-line: line-through;
	margin-bottom:4px;
}

/* price */
.thb_transform_price bdi {
	display:flex !important;
	align-items:center !important;
	margin: 0 8px;
}

.thb_transform_price .price {
	font-size: 16px;
	line-height:1.5;
}

.thb_transform_price bdi .currency-symbol {
	font-size: 12px !important;
	line-height: 1.5;
	margin-bottom: 4px;
}

.thb_transform_price bdi .price-number {
	line-height: 1.5;
}

.thb_transform_price bdi .currency-code {
	font-size: 12px !important;
	line-height: 1.5;
}



