.cart_footer { position: fixed; bottom: 0; padding: 20px;  z-index: 9; background: white;width: 100%;border-radius: 5px;}
a.custom-button.center-btn {
    display: block;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.cart-items {
    padding: 20px;
}
.product-information {
    margin-bottom: 5px;
}
.overflow { overflow-y: scroll; max-height: 170px; position: relative; z-index: 0; ::-webkit-scrollbar { display: none; }}
button.checkout__close.checkout__cancel, button.checkout__close.checkout__cancel * { color: black; }