﻿#selections-title-container {
    background-color: #282828;
    margin-top: 0.9vw;
    margin-right: 6.8vw;
    margin-left: 6.7vw;
    height: 8.6vw;
    border-radius: 2vw;
}

#selections-title {
    font-size: 0;
    margin-right: 30.2vw;
    /* border: 1px solid red; */
    height: 2vw;
    padding-top: 1vw;
}

    #selections-title > div {
        position: relative;
        display: inline-block;
        font-size: 1.4vw;
        color: white;
        font-weight: 500;
        padding-left: 1.02vw;
    }

        #selections-title > div:not(:first-child) {
            padding-right: 1vw;
        }

        #selections-title > div:not(:last-child):after {
            content: "";
            position: absolute;
            top: 0.5vw;
            height: 1.1vw;
            width: 0.1vw;
            background-color: #00b262;
            left: 0;
        }

#delivery-time {
    padding-left: 0 !important;
}

    #delivery-time:after {
        display: none;
    }

#go-to-next-step {
    font-size: 1.4vw;
    color: white;
    background-color: #00b262;
    margin-right: 37vw;
    margin-top: 1.4vw;
    display: block;
    width: 11.5vw;
    border-radius: 1vw;
    text-align: center;
    height: 2.6vw;
    text-decoration: none;
}
