.woocommerce-cart-form .product-price .motekhassesan-price-original-wrap {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
}

.woocommerce-cart-form .product-price .motekhassesan-discount-percent {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 14px;
    background: #e22d2d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.woocommerce-cart-form .product-price del {
    opacity: 0.65;
    font-size: 0.9em;
}

.woocommerce-cart-form .product-price ins {
    text-decoration: none;
    font-weight: 600;
}
