.woodecor-sticky-cart {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: green;
    color: black;
    text-align: center;
    z-index: 999999;
    height: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
}

a.woodecor-button {
    background: #ddd;
    padding: 14px;
    border-radius: 3px;
}