.banner--item {
    position: relative;
}

.vc--parent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vc--child {
    width: 100%; /* ensure it takes full width */
}

li.sticky {
    display: none;
}

#cart {
    list-style-type: none;
    padding-left: 0;
}

#cart li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

#cart button {
    margin-left: auto;
}