.aw-sticky-cart-menu-container {
    display: none;
}

.aw-sticky-cart-menu-content {
    z-index: 500;
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    justify-content: center;
}

.aw-sticky-cart-menu-cover {
    max-width: 15%;
}

.aw-sticky-cart-menu-title {
    margin: 3%;
}

.aw-sticky-cart-menu-content .input-group.bootstrap-touchspin {
    padding: 0px;
}

.aw-sticky-cart-menu-content #quantity_wanted {
    padding: 0px;
}

.aw-sticky-cart-menu-content .btn {
    background-color: unset;
    color: black!important;
}
