.product-table > thead th {
    font-size: 16px;
}

.product-table > tbody tr td {
    font-size: 16px;
}


.product-table > tbody > tr > td.title {
    font-size: 16px;
    white-space: nowrap;
}

.product-table > tbody > tr > td > h1 {
    font-size: 16px;
}


.hint-message {
    font-size: 14px;
}

.exclamation {
    width: 23px;
    height: 23px;
    font-size: 14px;
    text-align: center;
}


.collapse-title {
    font-size: 18px;
}

.collapse-title::after {
    font-size: 25px;
}
