div.styleform.off {pointer-events: none;background:rgba(255,255,255,0);}
div.styleform {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;overflow: hidden;background: rgba(255,255,255,0.25);font-weight: bold;font-family: 'Barlow';z-index: 111;pointer-events: all;transition: .3s ease-in-out all;}
div.styleform table tr, div.styleform table td { margin: 0; padding: 0; }
div.styleform table td { padding: 2px 0; }

div.styleform h1, div.styleform input, div.styleform select, div.styleform tr.linebreak td div {
	background: #444;
	border-style: solid;
	border-color: #777;
	color: #EEE;
	border-width: 0;
}

div.styleform h1 {
	display: none;
	color: gray;
	margin: -20px -20px 20px -20px;
	padding: 10px;
	border-bottom-width: 1px;
	letter-spacing: 0px;
	font-family: 'Utopia';
	font-size: 40px;
	font-variant: small-caps;
	text-align: center;
}


div.styleform input[type="text"],div.styleform input[type="email"],input[type="password"] {
	width: auto;
}
div.styleform input[type="text"],div.styleform input[type="email"] {width: 100%;box-sizing: border-box;}
div.styleform label {
    display: inline-block;
    width: 198px;
    margin: 6px 5px;
    box-sizing: border-box;
}

div.styleform label[for="amnt"] span.title,
div.styleform label[for="amnt"] div[name="amnt"] {display: inline;font-weight: bold;text-align: left;}

div.styleform label[for="address"] {width: 410px;}
div.styleform input[name="address"] {width:410px !important;}
div.styleform label[for="email"] {width: 310px;}
div.styleform input[name="email"] {}
div.styleform label[for="country"] {width: 85px;}
div.styleform label[for="city"] {width:186px !important;}
div.styleform input[name="city"] {width:186px !important;}
div.styleform label[for="stateprov"] {width:111px !important;vertical-align: top;}
div.styleform select[name="stateprov"] {width:111px !important;}
div.styleform label[for="zip"] {width: 65px !important;}
div.styleform input[name="zip"] {width:85px !important;}
div.styleform input[type="button"] {padding: 4px 8px;}
div.styleform label, input[type="submit"] {font-family: 'Barlow';letter-spacing:1px;font-size: 14px;font-weight: 600;color: #FFF;text-align: left;vertical-align: middle;}
div.styleform label span.title {display: block;margin-bottom: 5px;}
div.styleform label[for="stateprov"] span.title {margin-bottom: 5px;}


div.styleform label[for="booth"] {width:100%;}
div.styleform input#booth:checked ~ div.card-js {
    display: none;
}
div.styleform input#booth:checked + label[for="booth"] {
    font-weight: 700;
    color: #00ff66;
}
div.styleform label[for="booth"] {display: inline-block;margin-top: 0;margin-bottom: 0;cursor: pointer;color: #BBB;font-style:italic;font-weight:500;}
div.styleform input#booth {display: none;height: 22px;border-width: 0;border-radius: 0;margin: 0;padding: 0;margin-right: 2px;}

div.styleform span.warning { color: red; font-size: 10px; font-family: 'Arial'; }

div.styleform input {height: 36px;border-width: 1px;border-radius: 4px;margin: 1px;padding: 2px;padding-left: 5px;}
div.styleform select {box-sizing: border-box;height: 36px;font-size: 14px;border-radius: 4px;border-width: 1px;margin-top: 1px;padding: 1px;background: #444;}
div.styleform input:focus, div.styleform select:focus {background: #656565;border-color: #00ff80;}


div.styleform.processing input[type="submit"] {padding-left:38px;}
div.styleform input[type="submit"]:disabled {background:#333;color:#888;}
div.styleform input[type="submit"] {
	padding: 2px 15px;
	display: block;
	margin: 25px auto 6px;
	cursor: pointer;
	text-transform: uppercase;
	transition: .3s ease-in-out all;
}


div.styleform.processing .loader {opacity: 1;}
.loader {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 15px;
	height: 15px;
	left: calc(50% - 45px);
	bottom: 46px;
	border-radius: 50%;
	background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd);
	animation: animate 1.2s linear infinite;
	transition: .3s ease-in-out opacity;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd);
}

.loader span:nth-child(1) {
    filter: blur(2px);
}

.loader span:nth-child(2) {
    filter: blur(4px);
}

.loader span:nth-child(3) {
    filter: blur(8px);
}

.loader span:nth-child(4) {
    filter: blur(10px);
}

.loader:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #555;
    border: solid #555 1px;
    border-radius: 50%;
}


div.styleform tr.linebreak td div { margin: 10px 0; border-bottom-width: 1px; }
#eRow {display:none;}

div.card-js {
	border: 1px groove #999;
	border-radius: 8px;
	padding: 20px;
	margin: 30px auto 35px !important;
}

div.styleform label[for="amnt"] {width: 100% !important;font-size: 24px;margin: 10px 0 20px;}
.warning {display: none !important; width: 100% !important;}

div.styleform form#process {
	position: absolute;
	width: 420px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #222;
	padding: 20px 20px 30px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	transition: .3s ease-in-out transform;
}
div.styleform.off form#process {transform: translate(-50%,-300%);}

.cart>button.checkout {display: none;}
button.checkout {
    position: absolute;
    left: 0;
    bottom: -130px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px calc(50% - 75px);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #555;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}

body>.cart.empty .receipt .total,
body>.cart.empty button.checkout {display:none;}

button.checkout:hover {background:#656565;}
button.checkout i {
	margin-right: 5px;
}

.styleform .fa-xmark {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 30px;
	cursor: pointer;
	transition: .25s ease-in-out color;
}
.styleform .fa-xmark:hover {color:#ffcf3f;}
