.features label,
.finish label,
.handles label,
.radbar label {
    float: left;
    position: relative;
    background-color: #fff;
    display: inline-block;
}
#bbtoggle,
#ef.showit,
.radbar label,
.radbar.upload.showu {
    display: inline-block;
}
#bbtoggle .togbtn,
.bagcolourchoose,
.qtychoose {
    cursor: pointer;
    font-family: museo, sans-serif;
    box-sizing: border-box;
}
.or,
.radbar label,
h3.bbfo {
    font-weight: 700;
}
#bbtoggle {
    background: #f1f1f1;
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#bbtoggle .togbtn {
    width: 42%;
    color: #000;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 6px;
    float: left;
    font-size: 1vw;
    line-height: 2.2rem;
    background: #ddd;
}
#bbtoggle .togbtn img {
    height: 40px !important;
    width: auto !important;
    float: left;
    margin-bottom: -5px;
}
#bbtoggle .togbtn:last-child {
    float: right;
    width: 48%;
}
#bbtoggle .togbtn.active {
    font-weight: 900;
    color: #662483;
    border: 1px solid #ccc;
    background: #fff;
}
#ef,
.bagcolourhide,
.features input[type="checkbox"],
.qtyhide,
.radbar.colours2,
.radbar.upload {
    display: none;
}
h3.bbfo {
    font-size: 1.8em;
    color: var(--cbPurple);
    margin: -1% 0 4%;
}
.radbar {
    margin: 0 0 15px;
}
.radbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radbar label {
    cursor: pointer;
    padding: 12px 6px;
    font-size: 1em;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-right: 1%;
    margin-bottom: 1%;
    box-sizing: border-box;
}
.features label,
.finish label,
.handles label {
    width: 32%;
    margin: 0 2% 2% 0 !important;
    cursor: pointer;
    padding: 12px 3px !important;
    font-size: 1em !important;
    border: 2px solid #ccc !important;
    border-radius: 10px;
    font-weight: 700 !important;
    box-sizing: border-box;
    text-align: center;
}
.finish label:hover,
.handles label:hover {
    border: 2px solid #444 !important;
}
.features input[type="checkbox"]:checked + label,
.finish input[type="radio"]:checked + label,
.handles input[type="radio"]:checked + label {
    background-color: #76b947;
    border: 2px solid #76b947 !important;
}
.features input[type="checkbox"]:checked + label:after,
.finish input[type="radio"]:checked + label:after,
.handles input[type="radio"]:checked + label:after,
.qtys input[type="radio"]:checked + label:after,
.radbar input[type="radio"]:checked + label:after {
    content: "✔";
    position: absolute;
    top: 27px;
    right: 3px;
    font-size: 15px;
    line-height: 0.8;
    color: #fff;
    transition: 0.2s;
}
.features label:nth-of-type(3n),
.finish label:nth-of-type(3n),
.handles label:nth-of-type(3n) {
    margin: 0 0 2% !important;
}
.features label:nth-of-type(7),
.finish label:nth-of-type(4) {
    width: 49%;
    margin: 0 2% 2% 0 !important;
}
.features label:nth-of-type(8),
.finish label:nth-of-type(5) {
    width: 49%;
    margin: 0 0 2% !important;
}
.colours,
.qtys {
    display: flex;
    justify-content: space-between;
}
.colours label,
.qtys label,
.radbar.upload label {
    width: 100%;
    text-align: center;
}
.features label {
    padding: 12px 2px !important;
}
.features label input {
    width: 22px;
    height: 22px;
    float: right;
    margin: -2px 0 0 6px;
}
.bagops {
    float: right;
    text-align: right;
    margin-right: 3%;
}
.bagops a {
    color: #444;
    font-size: 0.75em;
}
.bagops .i-btn {
    margin-right: 0;
    font-size: 1.2em;
    line-height: 0.8em !important;
    text-indent: 0;
    color: var(--cbPurple);
}
.radbar label:hover {
    background-color: #fff;
    border-color: #444;
}
.radbar input[type="radio"]:focus + label {
    border: 2px solid #444;
}
.radbar input[type="radio"]:checked + label {
    background-color: #76b947;
    border-color: #76b947;
}
.radbar.sides label,
.radbar.deadline label {
    width: 49.5%;
    text-align: center;
}
.radbar.sides label:nth-last-of-type(2),
.radbar.deadline label:nth-last-of-type(2) {
    margin-right: 0;
    float: right;
}
.radbar.deadline label {margin-bottom: 3%;}
#togdeadline {display:none;}

.radbar.colours2 label {
    width: 20%;
    text-align: center;
}
.radbar.colours2 label:last-child {
    width: 37%;
    text-align: center;
    margin-right: 0;
    float: right;
}
.radbar.upload.showu {
    width: 100%;
}
.bagcolourchoose,
.qtychoose {
    display: none;
    background-color: #ff5c26;
    color: #fff;
    padding: 12px 10px;
    font-size: 1.2em;
    border: 0 solid #ccc;
    border-radius: 10px;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 15px;
    float: right;
}
.bbupload {
    color: #444;
    margin-left: 0;
    letter-spacing: -1px;
}
.or {
    width: 7%;
    padding: 18px 0;
    display: inline-block;
    margin: 0 1.5%;
    text-align: center;
    font-size: 1.3em;
}
@media only screen and (min-width: 1490px) and (max-width: 1680px) {
    .radbar label {
        font-size: 0.8em;
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1490px) {
    .radbar label {
        font-size: 0.8em;
        padding: 12px 4px;
    }
    #bbtoggle .togbtn img {
        height: 33px !important;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1180px) {
    .radbar label {
        font-size: 0.85em;
        padding: 12px 4px;
    }
    #bbtoggle .togbtn img {
        height: 24px !important;
    }
    #bbtoggle .togbtn {
        font-size: 1.05vw;
    }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
    #bbtoggle .togbtn {
        font-size: 2.5vw;
        line-height: 5vw;
    }
    .radbar label {
        font-size: 2.5vw;
    }
}
@media only screen and (min-width: 0px) and (max-width: 690px) {
    #bbtoggle .togbtn {
        font-size: 4.8vw;
        line-height: 5vw;
    }
    .radbar label {
        font-size: 3.5vw;
        padding: 12px 4px;
    }
    .or {
        font-size: 1.1em;
    }
    .bbbar {
        font-size: 1.4em;
    }
    .bbnum {
        font-size: 1.55em;
    }
}
