#wc-sticky-price-cart-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.wc-sticky-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.wc-sticky-add-to-cart-button {
    margin-top: 10px;
    display: block;
    width: 100%;
}