#shopping-bag-section {
    display: flex;
    justify-content: space-between;
    margin: 13rem 10rem;
}


h2 {
    color: #180763;
}

#related-items-title {
    text-align: center;
    margin-bottom: 2rem;
}


.price-title {
    color: #180763;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
}

.category-books {
    display: flex;
    justify-content: center;
    align-items:center;
}

.category-books a{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 8rem;
    text-wrap: wrap;
    position: relative;
}

.category-books-img {
    width: 6rem;
    height: 10rem;
    margin: ;
}

.book-title {
    font-size: 13px; 
    text-align: center;
}

#related-items {
    width: 30vw;
}

.price {
    margin-bottom: 1rem;
}

.add-to-cart {
    cursor: pointer;
    background-color: #fcd53f;
    padding: 0.4rem 0.9rem;
    border-radius:9999px;
    font-weight: 800;
}

/* SHOPPING BAG BOOKS */

#shopping-bag-title {
    margin: 0 0 32px 0;
    
}
.shopping-bag-section-titles {
    font-size: 30px;
}

.shopping-bag-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid;
    border-width: 1px;
    border-color: #80808040
}

.shopping-bag-books-container {
    padding: 2rem 0 2rem 0;
    cursor: default;
    border-bottom: solid;
    border-width: 1px;
    border-color: #80808040
}

.shopping-bag-books {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.shopping-bag-books-img {
    width: 10rem;
    height: 15rem;
}


.qty-form {
    display: flex;
    justify-content: center;
    background-color: #ffffff40;
    width:5rem;
    border: solid;
    border-color: gray;
    border-width: 2px;
    border-radius: 9999px;
}

.qty-form button {
    cursor: pointer;
}

.qty-form input {
    border: none;
    width: 2rem;
    text-align: center;
    background-color: #ffffff40;
    cursor: pointer;
}

.operator-sign {
    width: 1rem;
}
.add-subtract-item {
    display: flex;
}

.add-subtract-item p {
    color: #180763;
}

.add-subtract-items-control {
    border-right: solid;
    border-width: 1px;
    border-color: #18076380;
    padding: 0 1rem;
    font-size: 13px;
}

.add-subtract-items-control:hover {
    text-decoration: underline;
}
.shopping-bag-books-container {
    display: flex;
    justify-content: space-between;
    width: 60vw;
} 

.price {
    color: #180763;
    text-wrap: nowrap;
}

.book-description {
    color: #180763;
    margin: 1.5rem 0;
}

#checkout-container {
    padding: 2rem;
    background-color: #FEF6C180;
    border-radius: 20px;
    max-width: 26rem;
    margin: auto;
    margin-bottom: 2rem;
}

.checkbox-container {
    margin-bottom: 1rem;
}