/* WC Dual Currency - Frontend Styles */

/* Prices */
.wcdc-old-price {
    opacity: .6;
    font-size: .9em;
}

.wcdc-new-price {
    font-weight: 700;
    text-decoration: none;
    color: #e74c3c;
}

.woocommerce ins {
    text-decoration: none;
}

/* Cart */
.woocommerce-cart .product-price del,
.woocommerce-cart .product-subtotal del {
    display: block;
    font-size: .85em;
    opacity: .6;
}

.woocommerce-cart .product-price ins,
.woocommerce-cart .product-subtotal ins {
    text-decoration: none;
    font-weight: 700;
    color: #e74c3c;
}

@media (max-width: 768px) {
    .wcdc-sale-badge {
        min-width: 42px;
        min-height: 42px;
        font-size: 12px !important;
    }
}
