.error, .registerError, .errorNoMatch {
	color: var(--error-text-danger);
	margin: 10px 0 0 0;
}
.error, .errors, .errorNoMatch {
	display: none;
}
table.newRegistration td {
	vertical-align: top;
	padding:10px 0;
}
table td:first-of-type{
	text-align: left;
	width:150px;
}
table td:not(:first-of-type){
	text-align: right;
}
table td input,
table td select {
	width:calc(100% - 50px);
}
#bill_street2, #ship_street2 {
	margin:10px 0 0 0;
}
.registerError {
	margin:0 0 10px 0;
}
.registerChanged {
	color: #0a3622;
	margin:0 0 10px 0;
}
.content-container .btn {
    width: calc(100% - 40px);
    max-width: calc(100% - 100px);
	margin:20px 20px;
}
.or {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	width:68px;
	height: 58px;
	background-color: #532279;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: white;
	padding: 7px 0 0 0;
	margin:20px auto;
}
.sign-in-form {
	background-color: #e1e2e3;
	padding:5px 20px 10px 20px;
}
.same-as-billing, .forgotPass {
	margin:0 0 20px 0;
}
.forgotPass {
	display: block;
}
.content-container {
    padding: 1px 10px;
}
p.country {
	margin:0 0 20px 0;
}
a.privacy-policy {
	display: block;
	text-align: center;
	margin:0 39px 20px 0;
	width:100px;
}
#loginemail{
	margin: 0;
}
.loginForm input, .loginSubmitBtn, #loginpassword, #signIn {
	margin: 20px 0 0 0;
}
.loginSubmitBtn {
	width: 100%;
}
.LogInRegister {
	background-color: #e1e2e3;
	padding: 10px;
	text-align: center;
}

.content-container.register {
	padding-top: 20px;
	max-width: 570px;
}

/* Responsive */
@media screen and (max-width:749px){
	table.newRegistration tr {
		display: flex;
		flex-direction: column;
	}
	.content-container.register {
		margin:auto;
	}
	table td:not(:first-of-type){
		width:100%;
	}
}
@media screen and (min-width:750px){
	.content-container.register{
		width:40%;
		min-width: 550px;
		margin:0 auto 0 auto;
	}
	table td:not(:first-of-type){
		width:calc(100% - 150px);
	}
}
@media screen and (min-width:1024px){
	.content-container {
		overflow: hidden;
	}
	.content-container.register {
		margin:0 auto;
	}
	.content-container .btn {
		width: auto !important;
		float: right;
	}
	.or {
		float:left;
		margin:0 0 0 2%;
	}
	form.emailRecover, form.signIn {
		overflow: hidden;
	}
	.forgotPass {
		clear: both;
		text-align: right !important;
	}
	.loginForm {
		overflow: hidden;
	}
}
@media screen and (min-width:1280px){
	.content-container.register {
		width:25%;
	}
	table.newRegistration td:first-of-type {
		max-width: 200px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form#form1{
    background-color: #e1e2e3;
    padding: 1px 30px 30px;
    border-radius: 15px;
}
a#form1 {
	margin-top: 55px;
}

textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px;
}
.ccForm {
	display: block;
	font-weight: 600;
	/*position: relative;*/
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%;
}
.registerError {
font-size: 14px;
border: 2px solid var(--error-border-color);
display: inline-block;
border-radius: 3px;
padding: 10px;
margin: 5px 0 10px 0;
background-color: var(--error-bg-color);
}
.registerChanged {
font-size: 14px;
border: 2px solid #a3cfbb;
display: inline-block;
border-radius: 3px;
padding: 10px;
margin: 5px 0 10px 0;
background-color: #d1e7dd;
}
label span {
width: 117px;
display: inline-block;
font-size: 1.5rem;
font-weight: normal;
}
label[for="loginpassword"] .btn{
margin: 0 0 0 15px;
height: 28px;
}
a.forgotPass {
text-align: center;
}
a.forgotPass:hover {
text-decoration: underline;
}
#getPassword {
margin: 15px;
}
input.css-radio[type="radio"] + label.radio-label, input.css-radio2[type="radio"] + label.radio-label {
background-repeat: no-repeat;
background-position: 0px 2px;
vertical-align: middle;
cursor: pointer;
font-size: 13px;
color: #101010;
padding: 4px 0 4px 25px;
}
.css-label span, .radio-label span {
display: inline-block;
padding: 1px 0 0 0;
}
.newBilling, .newShipping {
padding-left: 10%;
}
.newBilling, .newShipping {
text-align: left;
padding-left: 2%;
}
.newBilling {
padding-top: 10px;
}
.borderLeft {
border-left: 1px solid #DDD;
position: relative;
}
.regTitle {
color: #532279;
font-size: 3.4rem;
line-height: 0;
display: block;
padding: 15px 0 10px 0;
}
h2.regSectionHead {
font-size: 1.4em;
border-bottom: 1px solid #DDD;
color: #d46027;
padding: 3px 0;
}
.regSectionHead span {
line-height: 25px;
}
span.regReq {
width: 10px!important;
color: #d46027;
font-family: cursive;
font-size: 0.9em;
text-align: right;
}
.regInfo {
display: block;
padding: 5px 0px;
margin-bottom: 15px;
border-bottom: 1px solid #DDD;
font-size: 14px;
}
p.regReqHelp {
font-style: italic;
color: #4a4a4a;
font-size: 1.2rem;
}
.checkoutSignIn {
text-align: left;
background: #F6F5F0;
padding: 10px;
box-shadow: 0 1px 2px #CCC;
}
.regSectionHead label {
color: #4a4a4a;
font-size: 1.2rem;
padding-top: 5px;
}
.lightHR {
margin: 5px 0;
}
.privacyLink {
margin: 15px 0 0 0;
display: inline-block;
}
.footRow {
margin: 0 auto;
border-top: 1px solid #DDD;
padding-top: 35px;
background: #E1E2E3;
max-width: 1010px;
}

/*firefox hacks*/
html>/**/body .createAccount select#ship_state, .registerIncomplete select#bill_state, x:-moz-any-link {
  width: 158px;
}
html>/**/body .createAccount input, .registerIncomplete input, x:-moz-any-link {
  width: 191px;
}
html>/**/body span.regCountry, x:-moz-any-link {
  width: 178px;
}
span.regCountry {
    width: 178px;
}
input#home_phone_area_code, input#ship_area_code, input#work_phone_area_code, input#ship_work_area_code {
width: 30%;
max-width: 32px;
}
input#home_phone_suffix, input#ship_suffix, input#work_phone_suffix, input#ship_work_suffix {
width: 64.9%;
max-width: 115px;
}
div#content .error, .errors, .errorSignIn, .error, .errorEmailExists, .errorNoMatch {
    margin: 15px 0 0 0;
    padding: 5px;
    background: var(--error-bg-color);
    color: var(--error-color);
    font-size: 12px;
    border-radius: 3px;
    position: relative;
    width: 200px;
    box-shadow: 0 3px 4px #D6D6D6;
    display: none;
    font-weight: normal;
    border: 2px solid var(--error-border-color);
    text-align: left;
    clear: both;
}
div#content .error:before, .errors:before, .error:before, .errorSignIn:before, .errorEmailExists:before, .errorNoMatch:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--error-border-color);
}
.createAccount, .registerIncomplete, .loginWrap, .recoverWrap {
margin: 0 auto;
text-align: left;
padding: 15px;
}
.createAccount h2.regSectionHead, .registerIncomplete h2.regSectionHead, .loginWrap h2.regSectionHead, .recoverWrap h2.regSectionHead {
font-size: 2.1em;
color: #361754;
display: inline-block;
margin-bottom: 10px;
}
.registerIncomplete h2.regSectionHead {
border-bottom: none;
margin-top: 15px;
}
.createAccount label.email_opt, .newShipping label.radio-label {
margin: 0;
}

input.btn-form {
margin-bottom: 0;
}
.quoteInstructions {
font-size: 1.1em;
margin: 0 auto 20px auto;
text-align: left;
border-bottom: 1px dashed #DDD;
}
.quoteInstructions p {
margin: 10px 0;
}
.break550 {
text-align: left;
font-size: 12px;
}
td.body_b {
  padding: 5px 0;
  border-top: 1px dashed #DDD;
}
.pad {
  padding: 15px 5px 15px 5px!important;
}
input[type="radio"] {
margin-bottom: 0;
}
.LogInRegister {
  background: #e1e2e3;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 25px 0;
}
.manageAccount {
width: 100%;
margin: 15px auto;
}
.manageAccount h2.regTitle, .recoverWrap h2.regTitle {
  margin: 0 0 10px 0;
  line-height: 1em;
  font-size: 18px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}
.manageAccount a {
  font-size: 14px;
  padding: 2px 0;
  display: inline-block;
  text-decoration: none;
}
.manageAccount a:hover {
text-decoration: underline;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 400px) {
	span.regCountry {
	width: 178px;
	}
	label[for="ship_area_code"] span, label[for="home_phone_area_code"] span {
	width: 72px;
	}
	label[for="ship_work_area_code"] span, label[for="work_phone_area_code"] span {
	width: 72px;
	}
	div.pad {
	  padding: 15px 25px 15px 28px!important;
	}
}
@media (min-width: 550px) {
	label[for="ship_area_code"] span, label[for="home_phone_area_code"] span {
		width: 100%;
	}
	label[for="ship_work_area_code"] span, label[for="work_phone_area_code"] span {
		width: 100%;
	}
	.createAccount, .loginWrap, .recoverWrap {
		width: 500px;
		text-align: center;
		padding-left: 0;
	}
	#loginemail, #loginpassword {
		width: calc(100% - 54px);
		border: 1px solid #aaa;
		border-radius: 10px;
		box-sizing: unset;
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		padding: 10px 35px 10px 15px;
		line-height: 27px;
		height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	a.forgotPass {
		width: 100%;
		margin-top: 10px;
	}
	.rightHelper .btn {
		float: right;
	}
	.eight.columns.break550, .four.columns.break550 {
		width: 100%;
		margin-left: 0;
	}
	.loginSubmitBtn {
		margin-left: 177px;
	}
	.LogInRegister {
		margin: 25px auto;
	}
	.manageAccount {
		width: 50%;
	}
	.newBilling, .newShipping {
		padding-left: 10%;
	}
	.email_opt2 {
		margin-left: 0;
	}
}
@media (min-width: 682px) {
	label[for="ship_area_code"] span, label[for="home_phone_area_code"] span {
		width: 72px;
	}
	label[for="ship_work_area_code"] span, label[for="work_phone_area_code"] span {
		width: 50px;
		display:inline;
	}
	.eight.columns.break550 {
		width: 65.3333333%;
	}
	.four.columns.break550 {
		width: 30.6666666667%;
		margin-left: 4%;
	}
}
@media (min-width: 750px) {
	.checkShippingTable td, .four.columns.break550, .eight.columns.break550 {
		font-size: 14px;
	}
}
@media (min-width: 912px) {
	.rightHelper .btn {
		margin-left: 98px;
		/*float: none;*/
	}
}
input#feReturnPolicy, input#feReturnPolicy1 {
    margin-left: -25px;
    margin-top: 1px;
}
#special-offers-opt-in {
	text-align: right;
}
table.fixed {
	table-layout: fixed;
}
/*Force table to make both phone fields on same line (would not be necessary if they were actually all in the same table...)*/
table.fixed tr td:not(.phone-table-cell):last-of-type{
	width:270px;
}
table tr td.phone-table-cell {
	text-align: left;
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		table tr td.phone-table-cell {
			width: 100% !important;
		}
	}
}