div.onetgrid {
    display:grid;
    grid-template-columns: 50% auto;
    grid-gap:5px;
}
div.onetgrid label { text-align:right;margin-top: auto;margin-bottom: auto;;font-size:14px;}
div.onetgrid label:after { content: ""; }
div.onetgrid select {height: 50px;}
.extracell{text-align: center;border-color: transparent;background-color: #ffffff;}

.form-style-1 .pt20{padding-top: 20px;}
.form-style-1 .pb20{padding-bottom: 20px;}
.form-style-1 .mt15{margin-top:15px;}
.form-style-1 .mb15{margin-bottom:15px;}
.form-style-1 .mt-15{margin-top:-15px;}

@media only screen and (max-width: 690px){
.form-style-1 .row{padding-bottom:0;}
.form-style-1 .col{margin-bottom:0;}
div.onetgrid {grid-template-columns: 30% auto;}
}
@media only screen and (min-width: 690px) and (max-width: 999px){
.form-style-1 .row{padding-bottom:0px;}
.form-style-1 .col{margin-bottom: 10px;}
}
.form-style-1 .row{padding-bottom:0px;}
.form-style-1 .col{margin-bottom:0;}
.form-style-1 {
	margin:10px auto;
	max-width:100%;
}

.form-style-1 li {
	text-align:left;
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0;
	padding:0px;
	display:inline-block;
	font-weight: bold;
	font-size:14px;
}

.arrivaltime label{
	font-weight: 400!important;
}

.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #c4c4c4;
	height: 50px;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
	font-size:1em;
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	/*-moz-box-shadow: 0 0 8px #88D5E9; 
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9; */
	border: 1px solid #3374ba;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
/*.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
} */
.form-style-1 .required{
	color:red;
}

/* TEST CHECKBOX */
.checkbox section{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
.checkbox .tile{
    height: 95px;
    width: 110px;
    position: relative;
}
.checkbox input[type="checkbox"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    outline: none;
    box-shadow: 5px 5px 5px rgba(2,28,53,0.05);
}
.checkbox input[type="checkbox"]:after{
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f111";
    font-size: 15px;
    top: 5px;
    left: 5px;
    color: #e2e6f3;
}
.checkbox h6{
	padding-left: 5px;
    padding-right: 5px;
}
.checkbox i[class*=" icon-"] {
	background-color: rgb(0 0 0 / 0%);
	top: -5px;
	}
.checkbox [class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 30px;
    font-weight: 100;
}

/* .checkboxfridge{        
        display:block;
        padding:0;
	font-family: Montserrat;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    }
.checkboxfridge:before{
        content: '';
        background:url('https://www.clipartmax.com/png/small/373-3731958_empty-fridge-icon-clipart-refrigerator-home-appliance-empty-fridge-icon-clipart-refrigerator.png');
        background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center center;
	    width: 50px;
	    height: 50px;
	    margin-left: 30px;
	    margin-top: -30px;
		display:block;
		background-size: cover;
        
    } */

.checkbox input[type="checkbox" i] {margin: 0 0 0 0;}

.checkbox input[type="checkbox"]:hover{
    transform: scale(1.02);
}
.checkbox input[type="checkbox"]:checked{
    border: 2px solid #478bfb;
}
.checkbox input[type="checkbox"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #478bfb;
}
.checkbox label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.checkbox label .fas{
    font-size: 60px;
    color: #2c2c51;
}
.checkbox input[type="checkbox"]:checked + label .fas{
    animation: grow 0.5s;
}
@keyframes grow{
    50%{
        font-size: 60px;
    }
}
.checkbox label h6{
    font-family:Montserrat;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b93;
}
.arrivaltime {
	text-align:center;padding-left:15px;
}
#card-element {
	border: 0px solid #c4c4c4;
	border-radius: 4px;
	height: 50px;
	background: #f1f1f1;
	padding: 10px;
	padding-top:17px;
}


.StripeElement--focus { 
	border: 1px solid #3374ba;
	box-shadow: 0 0 0 .1rem #4971b9; 
}

