HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: /home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/assets/scss/woo/_prices.scss
.woocommerce {
	.price,
	.shop_table td.product-price,
	div.product .woocommerce-grouped-product-list-item__price,
	div.product span.price,
	div.product p.price {
		white-space: nowrap; font-size: 1em; color: $color;
		.amount{
			color: inherit;
		}
		del {
			text-decoration: none; position: relative; padding: 0 3px;
			.amount{
				color: $low-color;
			}
			&:before {
				content: '';display: block;width: 100%;height: 1px; background: $low-color;
				position: absolute; top: 50%; left: 0; @include rotate(0deg);
			}
		}
		ins {
			margin: 0 0 0 6px; text-decoration: none;
			.amount{
				color: inherit;
			}
		}
		.from {
			font-size: 1em; text-transform: uppercase;
		}
	}
	.product-type-variable{
		.price {
			.amount{
				@media(max-width: $screen-md-max){ font-size: 1em;}
			}
		}
	}
	
}
.woocommerce-Price-amount{ color: $link-color; }