.message-container {
    width: 490px;
    height: 100vh;
    background-color: var(--white);
}

.top-row {
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
}

.top-row .column p {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #1E1E1E;
}

.middle-row {
    background: #D9D9D9;
    padding-left: 40px !important;
}

.middle-row span {
    display: flex;
    align-items: center;
}

.middle-row span img {
    margin-right: 10px !important;
}

.details-row {
    margin: 20px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 0.25px solid var(--light-gray);

}

.breadcrumb-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
    color: #1E1E1E;

}

.title-text {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1E1E1E;
}

.input-wrapper {
    border: 0.25px solid var(--gray);
    width: 123px;
    height: 36px;
    padding: 10px;
    display: flex;
    border-radius: 5px;
}


span {
    cursor: pointer;
}


input {
    border: none;
    text-align: center;
    justify-content: center;
}

.plusminus {
    border: none;
    font-size: 15px;
    color: var(--black);
    font-weight: var(--font-weight-bold);
    padding-bottom: 40px;
}

.num {
    border: none;
    font-size: 15px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    color: var(--gray);
}


.bottom-row {
    display: flex !important;
    align-items: center !important;
    border-top: 0.25px solid var(--light-gray);
    margin-top: 100px !important;
}

.centered.column {
    display: flex !important;
}

.left-column {
    align-items: flex-start !important;
    padding-left: 50px !important;
}

.right-column {
    justify-content: flex-end !important;
    padding-right: 50px !important;
}


.centered.row {
    display: flex !important;
    align-items: center !important;
}

.checkout-btn {
    background: #073E7D;
    border-radius: 40px;
    width: 414px;
    height: 39px;
    border: none;
}

.checkout-btn p {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;

    color: #FFFFFF;
}


.right.aligned.column {
    height: 50px;
}

.right.aligned.column p {
    margin-top: 50px;
}