﻿#selections-title-container {
    background-color: #282828;
    height: 8.6vw;
    border-radius: 2vw;
    margin-right: 11vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
    width: 85.4vw;
}

#selections-title {
    font-size: 0;
    margin-right: 26.2vw;
    height: 2vw;
    padding-top: 1.3vw;
}

    #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;
        }

#amount {
    padding-left: 0 !important;
}

    #amount:after {
        display: none;
    }

#tooman {
    color: #00b262 !important;
}

#box-capacity-title {
    min-width: 5.9vw;
    text-align: center;
}

#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;
}

    /*#go-to-next-step.disabled {
        background-color: #a8a8a8;
        pointer-events: none;
    }*/
