.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    height: auto;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-results__option {
    font-size: 15px;
}

.order-item {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.order-item:not(:first-child) {
    padding-top: 20px;
}

.order-total p {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.td-image {
    width: 112px;
}

.total-card {
    width: 400px;
    margin-left: auto;
}

.total-card p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.info-card table {
    font-size: 14px;
}

.info-card table td {
    padding: 10px;
}

.info-card__title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
}

span.qty-order {
    position: absolute;
    display: flex;
    background: red;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 0;
    right: 0;
}