#st_header .blockcart .dropdown_list.cart_body {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s;
    height: 100%;
    background: white;
    padding-top: 0px;
    box-shadow: rgb(34 45 57 / 18%) 0px 14px 30px 0px, rgb(34 45 57 / 6%) 0px 4px 3px 0px, rgb(34 45 57 / 6%) 0px 0px 0px 1px;
}


#cart [data-container-express-checkout][data-paypal-source-page="cart"],
#cart [data-container-bnpl][data-paypal-bnpl-source-page="cart"]{
    position:relative;
    z-index: 9;
}