body.modal-open {
    overflow: hidden;
    padding-right: 15px;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    opacity: 0.5;
}

.single-boekdb_boek .container-fluid,
.post-type-archive-boekdb_boek .container-fluid {
    max-width: 1280px;
}

.post-type-archive-boekdb_boek .book-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-type-archive-boekdb_boek .book-item {
    text-align: left;
}

.post-type-archive-boekdb_boek .book-item__image {
    position: relative;
    box-shadow: none !important;
    background-color: rgba(243, 115, 71, 0.15);
    border-radius: 12px;
}

.post-type-archive-boekdb_boek .book-item__image img {
    border-radius: 4px;
}

.post-type-archive-boekdb_boek .book-item__label {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 5px 8px;
    background-color: rgb(243, 115, 71);
    color: #fff;
    z-index: 200;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.post-type-archive-boekdb_boek .book-item__text {
    color: #1e2828;
}

.post-type-archive-boekdb_boek .theo_vc_atc {
    padding: 5px 8px;
    background-color: rgb(243, 115, 71);
    color: #fff;
    border-radius: 6px;
}

.post-type-archive-boekdb_boek .theo_vc_atc:hover {
    background-color: rgb(209, 89, 49);
    color: #fff;
}

/* ~~~~~~~~ Cart ~~~~~~~~ */
.boekdb-virtual-cart .modal-header h5,
.add-to-cart-modal .modal-header h5 {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
}

.boekdb-virtual-cart .book-container,
.add-to-cart-modal .book-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-boekdb_boek .book-item,
.boekdb-virtual-cart .book-item,
.add-to-cart-modal .book-item {
    text-align: left;
}

.single-boekdb_boek .book-item__image,
.boekdb-virtual-cart .book-item__image,
.add-to-cart-modal .book-item__image {
    position: relative;
    box-shadow: none !important;
    background-color: rgba(243, 115, 71, 0.10);
}

.single-boekdb_boek .book-item__image img,
.boekdb-virtual-cart .book-item__image img,
.add-to-cart-modal .book-item__image img {
    border-radius: 10px;
}

.single-boekdb_boek .book-item__label,
.boekdb-virtual-cart .book-item__label,
.add-to-cart-modal .book-item__label {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 5px 8px;
    background-color: rgb(243, 115, 71);
    color: #fff;
    z-index: 200;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.single-boekdb_boek .book-item__text,
.boekdb-virtual-cart .book-item__text,
.add-to-cart-modal .book-item__text {

    color: #1e2828;
}

.book-list-banner-cta {
    border: solid 1px rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.book-list-banner-cta:hover {
    border: solid 1px rgba(255, 255, 255, 1);
    color: #000;
}

.book-list-banner-container .banner-item {
    width: 100%;
    height: 100%;
    padding: 3rem 3rem 5rem 3rem;
    border-radius: 12px;
    color: #fff;
}

.book-list-banner-container .banner-item.banner-purple {
    border-radius: 12px;
    background-color: #685975;
}

.book-list-banner-container .banner-item.banner-blue {
    background-color: #558296;
}

.go-to-cart-button,
.order-now-button {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-decoration: none;
}

.add-to-cart-button {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-decoration: none;
}

.go-to-cart-button .go-to-cart-button__top,
.add-to-cart-button .add-to-cart-button__top,
.order-now-button .order-now-button__top {
    padding: 0.375rem 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgb(243, 115, 71);
    color: #fff;
}

.go-to-cart-button .go-to-cart-button__top {
    font-size: 14px;
}

.go-to-cart-button .go-to-cart-button__bottom,
.add-to-cart-button .add-to-cart-button__bottom,
.order-now-button .order-now-button__bottom {
    padding: 0.375rem 1.5rem;
    text-align: center;
    background-color: #fff;
}

.banner-item.banner-blue {
    line-height: 2;
    border-radius: 12px;
    background-color: #558296;
    color: #fff;
}
.thuiswinkel-logo {
    border-bottom: solid 1px rgb(85, 130, 150);
}
.cart-usp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.book-single__content {
    padding: 20px;
    background-color: rgba(243, 115, 71, 0.2);
    border-radius: 12px;
}

.add-to-cart-modal .modal-header {
    background-color: rgba(85, 130, 150, 0.3);
}
.add-to-cart-modal .modal-header .modal-title {
    color: #1e2328;
}

.my-cart {
    background-color: #fae4de;
}

.cart-item {
    border: solid 1px rgb(160, 180, 200);
}

.modal {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.modal.show {
    opacity: 1;
    transform: translateY(0);
}

.theo_vc_dfc {
    cursor: pointer;
}

@media (max-width: 768px) {
    .add-to-cart-modal .modal-title {
        text-align: center;
    }
    .cart-modal-cta-books .cart-modal-cta-book:last-child {
        display: none;
    }
}

.modal-dialog.custom-size {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .modal-dialog.custom-size {
        max-width: 96%;
    }
}
@media (min-width: 992px) {
    .modal-dialog.custom-size {
        max-width: 800px !important;
    }
}
@media (min-width: 1200px) {
    .modal-dialog.custom-size {
        max-width: 800px !important;
    }
}