/* Section CSS
   ================================================== */  
 

.main-nav__user {display:block !Important}
.main-nav__cart {display:block !Important}

 
.header--hide {
	top:0px;
}

	.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin:0 auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #FEE123;
  border-color: #FEE123 transparent #FEE123 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}	


.status {
	display:none;
	padding:20px;
	text-align:left;
}	

.btn--hide {
	display:none;
}

.btn {
	margin:20px 0px 20px 0px;
}

.status--success {
	display:block;
}

.btn-cute {
	background: #fee123;
	padding: 4px 8px 4px 8px;
	font-weight: 400;
	font-size: 16px;
}	



.main__inner--standard {
	background:#ffffff;
}


.status-arrow--hide {
	display:none;
}

.status-spinner,.status-question {
	display:none;
}

.status-question {
	font-size:55px;
}

.status-spinner--show {
	display:block;
}

.status-tick {
	color:#39d700;
	font-size:75px;
	display:none;
}

.status-tick--show {
	display:block;
}

.status-question--show {
	display:block;
}		

.customer-profile__icon--done {
	color:green;
}

.customer-profile__icon--notdone {
	color:#b94545;
}

.customer-profile__login-form {
	margin-top:40px;
	margin-bottom:60px;
}

/* div wrapping input */
.customer-profile__text-input {
	display:flex;
	justify-content: flex-start;
	max-width: 600px;
	align-items: center;			
}

.customer-profile__fields-heading {
	margin-bottom:0;
	margin-top: 40px;
	box-shadow: 0px 6px 6px -6px #b7a10f;
	margin-bottom:30px;
	max-width:600px;
}

.customer-profile__fields-subheading {
	margin-top:0;
}

.customer-profile__text-input label {
	display: block;
	padding-right: 10px;
	line-height: 28px;
	min-width: 200px;
}		

.label-note {
	display: block;
	font-size: 13px;
	line-height: 16px;
	max-width: 190px;			
}

.customer-profile__login-form-input {
	border:1px solid black;
	padding: 6px 4px 6px 8px;
	width:100%;
	max-width:340px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	color:#0040a9;	
}

.customer-profile__text-input-error {
	color: red;
	font-weight: 400 !important;
	padding: 0;
	margin: 0 0 10px 0;	
	font-size: 16px !important;
}

.customer-profile__login-form-submit {
	margin-top:20px;
	width:auto;
	border:1px solid black;
	background:#ffffff;
	color:#000000;
	padding: 8px 18px 8px 18px;
	font-size: 14px;			
}

.customer-profile__tier--basic {
	color:#387dc6;
}
.customer-profile__tier--bronze {
	color:#9b7149;
}		
.customer-profile__tier--silver {
	color:silver;
}				
.customer-profile__tier--gold {
	color:#e6c616;
}
.customer-profile__tier--staff {
	color:#8639e3;
	margin-right:4px;
}			
		

/* tabs */
.tab_content {display:none;}

.tabs-full {
	width:100%;
	display:block;
	margin:0% auto 0% auto;
	padding:0 2% 0 2%;
	position:relative;
	text-align:center;
	background-color:#fae21c;
	max-width:none;
	box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.23);
	z-index:2;
	position: sticky;
	top:80px;
	transition: top 0.3s;
}

.tabs-full--non-sticky {
	top:0px !Important;
}

.tabs-full--hide {
	top:80px;
}

.tabs-full--show {
	top:80px;
}



.tabs-full__inner {
	width:100%;
	display:block;
	margin:0% auto 0% auto;
	position:relative;
	text-align:center;
	max-width:1280px;
}

.tabs-full__nav {
	display:flex;
	justify-content:flex-start;
	margin-top:0%;
	margin-bottom:0;
}

.tabs-full__nav-item {
	text-align:center;
	padding: 1.5% 0% 0.5% 0%;
	margin:0 5% 0 0;
	text-decoration:none;
	border-bottom:10px solid transparent;
	font-size:1.2em;
	color:#000000;
}

.tabs-full__nav-item--active {
	border-bottom:10px solid #ffffff;
}

.tabs-full__nav-item:link {
	text-decoration:none;
}

.tabs-full__nav-item:active {
	border-bottom:10px solid #ffffff;
	color:#000000;
}

.tabs-full__nav-item:hover {
	border-bottom:10px solid #ffffff;
}

.tabs-full__item-wrap {
	width:100%;
	min-height:500px;
	display:block;
	overflow:visible;
	margin:0;
	padding:0 2% 0 2%;
}

.tabs-full__item-wrap #specs {
	overflow:auto;
}


.tabs-full__item {
	text-align:left;
	display:none;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:2% 0 0 0;
}

.tabs-full__item p {
	font-size:1.2em;
	font-weight:300;
}

.tab-quote {
	margin-left:auto;	
}

.tab-brochure {
	margin-right:0;	
}

/* end tabs */