.tabs-container {
    background: 
    #fbfbfb;
    padding: 20px !important;
    width: 100%;
    margin-top: 0.1rem !important;
}

.discount-amount discount-product{
    display: none;
}
.regular-price {
    font-size: 15px;
    font-family: 'Archivo Narrow';
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    text-transform: none;
    color: #bfbfbf;
    letter-spacing: 0em;
}

.price {
    font-size: 19px;
    font-family: 'Archivo Narrow';
    font-weight: 400;
    font-style: italic;
    line-height: 1.2em;
    text-transform: none;
    color: #343e36;
    letter-spacing: 0em;
}
