.price.discount {
    position: relative;
}

.price.discount::after {
    content: "";
    width: 5rem;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 12px;
    left: 39%;
}

.pro-text .price .old-p {
    text-decoration: line-through !important;
    font-size: .95em;
    padding: .05em;
    margin-inline-end: 6px;
    color: #8C7D81;
}


/* 
label.color-btn {
    width: 3rem;
    height: 3rem;
}

label.color-btn>input {
    position: relative;
    top: 0;
}

label.size-btn {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid;
    font-size: 20px;
}

label.size-btn>input {
    position: relative;
    top: 0;
} */

#cart-side .nice-number button,
#cart-side .nice-number input {
    background-color: #fff;
    padding: 0.35rem .65rem;
    border-radius: 0;
    border: 1px solid #d6d6d6;
}