.orderlabels {
    color: #000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.textspacer {
    margin-bottom: 11px !important;
}
.buyform-control {
    display: block;
    width: 95%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    /* background-color: #000; */
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.cselect {
    position: relative;
    display: block;
    width: 90%;
    font-size: 16px;
    height: 3em;
    line-height: 3;
    background: #b3b3b3;
    overflow: hidden;
    border-radius: .25em;
}

cselect::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.cselect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495e;
    pointer-events: none;
}
select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    background: #ccc;
}

.ccv {
    width: 90px;
}

.zip {
    width: 120px;
}

.spn {
    display: none;
}