.cartContainer {
    display: none;
    width: 280px;
    position: absolute;
    top: 30px;
    left: -90px;
    z-index: 100;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    background-color: #EEEEEE !important;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    white-space: pre-wrap;
}

#cartList {
    padding-left: 0 !important;
    box-sizing: border-box;
}

#cartList li {
    list-style: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.listElement {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-bottom: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.bookInfoContainer {
    box-sizing: border-box;
    text-align: left;
    text-indent: each-line;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    color: black;
    letter-spacing: 0;
}

.bookInfoElement {
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    padding-top: 5px;
    letter-spacing: 0;
    line-height: 1.2;
}

.bookPrice {
    color: black;
}

.cartImage {
    max-width: 50px;
    border: 1px solid #b8a070;
    padding: 2px;
    border-radius: 4px;
}

.cartMessage {
    align-items: center;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.heightRow-2 {
    min-height: 20px !important;
}

.heightRow {
    min-height: 40px !important;
}

.totalElement {
    font-size: 18px !important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.deleteBookDiv {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.deleteBookElement {
    font-weight: 600;
    margin-top: 120%;
    width: 130%;
}

.deleteBookElement:hover {
    width: 130%;
    cursor: pointer;
    background-color: #d0d0d0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #007bff;
}

.lastCartElement {
    align-items: center;
    text-align: center;
}

.cartBtn {
    cursor: pointer;
    font-size: 1rem;
    background: transparent;
    border: 1px solid #007bff;
    border-radius: 5px;
    color: #2a323c;
    cursor: pointer;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cartBtn:hover {
    background-color: #007bff;
    color: #fff;
}

.bookList {
    color: black;
}