section.cart {
    width: 90%;
    padding: 30px 5%;
}

div.item:last-of-type {
    border-bottom: 0 !important;
}

div.item {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #20c997;
}

div.info > a > img {
    max-height: 300px;
}

div.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.info-text {
    display: flex;
    text-align: center;
    overflow-wrap: break-word;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 15px;
}

div.info-text > button {
    margin-top: 15px;
}

div.info-text > a {
    display: block;
    font-size: 32px;
}

div.item > input {
    text-align: center !important;
}

div.input-group {
    width: 100px;
    text-align: center;
}

div.counter-body {
    display: flex;
}

div.counter-body > input {
    text-align: center;
    margin: 0 5px;
    width: 60px;
}

a.btn-danger {
    margin-top: 15px;
    padding: 5px 15px;
    font-size: 20px !important;
}

a.btn-success {
    font-size: 32px;
    font-weight: 700;
}

a.no-items-button, a.other-button {
    font-size: 30px !important;
    font-weight: 600 !important;
}

div.no-items {
    border: 1px solid black;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

b {
    font-size: 24px;
    margin: 0 5px;
    user-select: none;
}