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