.price > tbody > tr > td:nth-child(2){
    padding-left: 1.5rem;
    text-align: right;
    white-space: nowrap;

}
.price > tbody > tr > td{
    padding: 20px 0;
    border-bottom: 1px solid #777777;
    color: #000000;
}

.price > tbody > tr > td span{
    text-decoration:line-through;
    color: #bf6a05;
    white-space: nowrap;
}

.price > tbody, .price{
    border-spacing: 0;
    max-width: fit-content;
}

@media screen and (max-width: 39.9375em) {
    .price{
        font-size: 12px;
    }

    .price > tbody > tr > td{
        padding: 10px 0;
    }
}
