.tabs__panel-form {
	width:85%;
	max-width:;
	height:;
	background-color:;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	pointer-events:auto;
}

form{
	position:relative;
	display:block;
	width:100%;
	max-width:800px;
	margin:20px auto 200px auto;
	background-color:#fff;
	text-align:center;
	line-height:;
	font-family: 'Cutive Mono', monospace;
	font-size:18px;
	color:#121212;
	padding:;
	border:3px solid #121212;
	border-radius:0px;
	filter: drop-shadow(16px 16px);
	background-color:#fff;
}
.form-field{
	margin:30px auto;
	background-color:;
	width:90%;
	max-width:600px;
}
.form-title{
	width:100%;
	background-color:;
	border-bottom:3px solid #121212;
	background-image: url("../images/pixel.png");
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:25px;
	font-family: "Recursive", sans-serif;
	font-weight: 900;
}
.form-title-inner{
	height:100%;
	width:300px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	margin:0 auto;
}
.form-group{
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	font-family: "Recursive", sans-serif;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
}
.group-title{
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	margin-bottom:10px;
	font-family: "Recursive", sans-serif;
	font-weight: 800;
	font-size:20px;
}
.form-line{
	margin-bottom:10px;
	height:40px;
	width:100%;
	display:inline-block;
}
.form-line-color{
	margin-bottom:10px;
	height:100%;
	width:100%;
	display:inline-block;
	background-color:;
}
.calculator-wrapper{
	background-image: url("../images/pixel.png");
	padding:2px 0px 2px 0px;
}
.total-line{
	margin-bottom:0px;
	height:36px;
	width:100%;
	display:inline-block;
}
.total-estimated{
	margin-top:0px;
}
.form-subtitle{
	width:40%;
	height:100%;
	padding-top:11px;
	padding-bottom:8px;
	padding-left:30px;
	text-align:left;
	margin:0;
	display:inline-block;
	float:left;
	top:0;
	bottom:0;
	font-weight:700;
}
.option{
	color:#121212;
}
.hatch{
	background-image: url("../images/pixel.png");
}
.add-line{
	border-bottom:3px solid #121212;
}
.total{
	padding-top:11px;
	padding-bottom:8px;
}
/********* SMALL INCH LABEL************/
p{
	display: inline;
	font-size:12px;
}
/*******	POPUP	*******/
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform:none;
	text-decoration:underline;
	font-weight:300;
	font-size:14px;
	z-index:999;
  }
  /* The actual popup */
  .popup .popuptext {
	visibility: hidden;
	width: 350px;
	background-color: #282829;
	color: #fff;
	cursor: auto;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 150%;
	margin-left: -150px;
	text-align:left;
	padding:10px;
	font-size:16px;
  }
  .popup a{
	color:#fff;
  }
  .popup a:visited{
	color:#fff;
  }
  /* Popup arrow */
  .popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 25%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #282829 transparent transparent transparent;
  }
  /* Toggle this class - hide and show the popup */
  .popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
  }
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
  }
  @keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
  }





.form-right{
	width:60%;
	background-color:;
	float:right;
	text-align:left;
}
.white{
	background-color:#fff;
}
input::placeholder{
	font-weight: 100;
}
.form-control{
	width:100%;
 	/*******	MATCH .FORM LINE HEIGHT	*******/
	border-radius:0px;
	padding:8px;
	border:3px solid #121212;
	background-color:#fff;
	font-family: 'Cutive Mono', monospace;
	font-weight: 400;
	display:inline-block;
	margin:0;
	font-size:16px;
	color:#000;
}
.form-control-color{
	width:100%;
 	/*******	MATCH .FORM LINE HEIGHT	*******/
	border-radius:0px;
	padding:11px;
	font-family: 'Cutive Mono', monospace;
	display:inline-block;
	margin:0;
	font-size:16px;
	color:#000;
	text-align:left;
}
.half{
	width:calc(50% - 10px);
	position:relative;
}
.left{
	float:left;
}
.right{
	float:right;
}
.dim{
	width:calc(50% - 10px);
	background-color:;
	display:inline-block;
	margin:0;
}

.qty{
	width:100%;
	background-color:;
	display:inline-block;
}

.x{
	width:10px;
	display:inline-block;
	background-color:;
	padding-top:8px;
	padding-bottom:8px;
	margin:0;
}
#total-container{
	display:inline-block;
	width:50%;
	float:left;
	text-align:right;
}
#discount-container{
	color:#046307;
	display:none;
	width:50%;
	padding-right:20px;
	float:right;
	font-size:13px;
	text-align:right;
}

.g-recaptcha{
	display:inline-block;
}
button{
	margin-top:10px;
	margin-bottom:20px;
  font-size: 16px;
  font-family: "Recursive", sans-serif;
  font-weight:900;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background-color:#fff;
  cursor: pointer;
  border: 3px solid;
  padding: 0.5em 3em;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
button:hover{
	background-image: url("../images/pixel.png");
}
button:active{
	background-image: url("../images/pixel-dark.png");
	background-color:;
	transform: scale(0.95);
}

/* Extra small devices (phones, 600px and down) */ 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
	.form-title-inner {
	width:280px;
	}
	.form-subtitle{
		padding-left:10px;
		width:35%;
	}
	.form-right{
		width:65%;
	}
	.form-field{
		max-width:;
	}
	.color-choose div {
		margin-top:2px;
		margin-bottom:3px;
	  }
	   
	  .color-choose input[type="radio"] + label span {
		margin: 0 2px 0 3px;
	  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.form-field{
		max-width:;
	}
	
	.form-title-inner{
		width:300px;
	}
}
