.tellUs {
    max-width: 55em;
}
.formcol {
    width: 94%;
    max-width: 1100px;
    margin: 3em auto;
}

.formcol h1 {
    text-transform: uppercase;
    margin: 0 0 2rem;
}
.totaline,
.productline {
    border-bottom: 1px solid #bbbbbb;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0.5rem;
}
.productline {
    flex-wrap: wrap;
}

.totaline {
    width: 70%;
    margin: 0 auto 0.5rem 30%;
} 

.totaline P,
.productline P {
    font-size: 1.1em;
    line-height: 2.5rem;
    text-align: center;
}
.productline ,.ticketline P {
    font-size: 1.1em;
    line-height: 1.2;
    text-align: left;
}

.totaline div {
    text-align: right;
    padding: 0.1rem 1.5rem
}

.productline P.small {
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: left
}

.productline .bask P.small {
    margin-bottom: 1.3rem;
}

.hide {
    display: none;
}

.hide.disp {
    display: block;
}
/* products */
.productline {
    padding: 1rem;
}
.productline > div {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
}
.productline .int {
    justify-content: flex-end;
}
.productline h4 {
    font-size: 1.5em;
}
.productline h5 {
    font-size: 1.3em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}
.productline button {
    margin: .5rem;
}
.ardfun {
    display: none
}
.productBox {
    width: 100%;
}

.productBox,
.productBoxF {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ececec;
    line-height: 3rem;
    overflow: hidden;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
}

.formcol input[type="number"] {
    margin: 0 auto;
    width: 90%;
    padding: .5rem;
    display: inline-block;
}

.fixtureItemW {
    width: 13%;
    float: left;
    text-align: right;
    margin: 3px 1%
}

.forminput label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 5px 0 0;
    float: none;
    line-height: 1;
}

.forminput {
    display: block;
    padding: 0 0 6px 0;
    max-width: 700px;
    width: 98%;
    margin: 0px 0.5% 5px 0;
}
.titleinput,
.nameinput,
.halfforminput {
    max-width: 345px;
}
.nameinput {
    width: 44%;
}
.titleinput {
    width: 10%;
}
.titleinput input,
.nameinput input,
.halfforminput input,
.halfforminput select,
.forminput input,
.forminput textarea,
.forminput select {
    border: none;
    border-bottom: 1px solid var(--darkgreen, #344036);
    padding: 0.5rem 0.75rem;
    font-size: 1em;
    width: 100%;
}
.titleinput label,
.nameinput label,
.forminput label,
.halfforminput label {
    width: auto;
    font-size: 1rem;
}

.productBox label {
    float: left;
    width: 40%;
    font-size: 1em;
    margin: 3px 0 0 10px;
    text-align: left;
}

.productBox select {
    width: 100%;
    max-width: 300px;
    padding: .5em;
}

.productBoxF label {
    float: left;
    width: 30%;
    font-size: 1em;
    margin: 3px 0 0 10px;
    text-align: left;
}

.warn {
    border-left:3px solid #dd0033;
    padding: 8px;
}

.warn2 {
    background-color: #dd0033;
    color: #ffffff;
    padding: 8px;
}

.warn2 h2 {
    padding: 8px;
}

.warn2 label {
    color: #ffffff;
}
.fixtureItem {
    width: 11%;
    text-align: right;
    margin: 3px 1%;
}
.col-2 {
    width: 15%;
}

.fixtureItemL {
    width: 13%;
    float: left;
    text-align: left;
    margin: 3px 1%;
}

.removeItem {
    width: auto;
    float: right;
    text-align: center;
    margin: 0 0 0 .3em;
    background: #403939;
    border-radius: 3px;
    padding: .4em .5em 0;
}

.ticketBasket {
    text-align: center;
}

.forminput .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.submitbutton {
    color: #FFF;
    padding: 1rem;
    border: 0; 
    font-style: normal;
    font-size: 1em;
    width: auto;
}
form input[type="submit"].right {
    float: right;
}

form input[type="submit"]:hover,
.submitbutton:hover {
    background-color: var(--applegreen, #6a9c38);
}
form.tellUs input[type="submit"]:hover {
    color: var(--applegreen, #6a9c38);
    background-color: #ffffff;
    
}
.orderdisp {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 2%;
    width: 100%;
    max-width: 100rem;
}
.orderdisp > div {
    padding: 1em;
}
.orderdisp label {
    display: flex;
    /* padding: 1em 1em 0 0; */
}
.orderdisp input[type="checkbox"] {
    margin-right: .6em;
}
input[type="radio"] {
    height: 2rem;
    padding: 0.1rem;
}
.tellUs input[type="radio"] {
    width: fit-content;
}

input,select {
    border: none;
    border-bottom: 1px solid var(--darkgreen, #344036);
    padding: 0.5rem 0.75rem;
    font-size: 1em;
    width: 100%;
}

input:focus,select:focus {
    border: none;
    border-bottom: 1px solid var(--applegreen, #6a9c38);
    color: var(--applegreen, #6a9c38);
    outline: none;
}
input.form-control:focus,select.form-control:focus {
    border: none;
    border-bottom: 1px solid var(--applegreen, #ffffff);
    color: var(--applegreen, #ffffff);
    outline: none;
}
.productline .ticketline,
.ticketline, 
.col-6.ticketline {
   display: block;
    width: 50%;
}
.productline .ticketline > div {
    padding: .75em 0 .25em;
}
.productline .ticketline.festival {
    display: flex;
}
@media only screen and (max-width:980px) {
    .orderdisp {
        grid-template-columns: 100%;
        grid-gap:0;
    }
    .orderdisp>div {
        padding: 1em 0 0;
    }
    .productline {
        padding: 1rem 0;
    }
}
@media only screen and (max-width:550px) {
    .col-6.ticketline, .ticketline.halfforminput {
       width: 100%;
        padding-bottom: 1em;
        display: block;
    }
    .col-2 {
        width: 30%;
    }
}
@media only screen and (max-width:390px) {
    .halfforminput {
       width: 99%;
    }
    /* .orderdisp label {
        padding: 0; 
    } */
    .flexRow {
        flex-direction: column;
    }
}
.btn-edit {
    float: right;
    font-size: 0.9em;
    cursor: pointer;
}
.freeCheck::after {
    content: "";
    background-image: url(../img/check-circle.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 23px;
    height: 23px;
}