span.add-to-cart-banner-before:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    left: 0;
    top: 22px;
    width: 45px;
}

@media only screen and (max-width: 640px) {
    span.add-to-cart-banner-text {
        display: none;
    }
}

div#add-to-cart-banner {
    background-color: #e5efe5;
    width: 90%;
    margin: 18px 5%;
    padding: 1.5rem;
    text-align: center;
    border-radius: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
}

div#add-to-cart-banner-wrapper {
    display: flex;
    justify-content: center;
    z-index: 10;
}