.item-container {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.item-desc {
    font-size: .75rem;
    color: #000000;
}

.item-desc-subtitle {
    padding: 5px 5px 12px 5px;
    width: 100%;
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}

.sit-info {
    font-family: 'notosanskr', 'Apple SD Gothic Neo';
}

.text-sale {
    font-size: .65rem;
    line-height: 1rem;
    color: red;
}

.text-sale-percent {
    color: red;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.cust-price {
    color: darkgray;
    font-size: 20px;
}

.price-last-row {
    border-bottom: 1px lightgray solid;
    padding-bottom: 13px;
    margin-top: .125rem;
}

.desc-etc-row {
    display: flex;
    justify-content: space-between !important;
    color: black;
    height: 1.7rem;
    font-size: .82rem;
    line-height: 1rem;
    padding-left: 5px;
    padding-right: 5px;
}