body {
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
  background-color: black;
  color:white;
  font-family: "Verdana"; 
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  body {
    margin-left: 0;
    margin-right: 0;
  }
}

.container {
	position: relative;
  word-wrap: break-word; 
}

.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}

.col-d {
	  display: flex;

	  -webkit-justify-content: center;
	    align-content: center;
  justify-content: center;

}

.col{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black;
}

.colorHeader{
	color:white;
	font-weight: bold; 
  	font-family: "Verdana"; 
}

.colorPickerButton {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.colorPickerButton:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

.atair-leadtime {
  color: white;
}

.colorPickerButtonLight {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.colorPickerButtonLight:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

#colorPickerButtonZPEdge {
  margin: 2px;
  width:60px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

#colorPickerButtonZPEdge:hover {
  width:60;
  height:50px;

  border: 5px solid white; 
}

.colorPickerButtonZP {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.blackButtonZP {
  border-color:grey;
}

.blackButton {
  border-color:grey;
}

.colorPickerButtonZP:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

#colorPickerButtonZPSquareEdge {
  margin: 2px;
  width:60px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

#colorPickerButtonZPSquareEdge:hover {
  width:60;
  height:50px;

  border: 5px solid white; 
}

.colorPickerButtonZPSE {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.blackButtonZPSE {
  border-color:gray
}

.colorPickerButtonZPSE:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

.colorPickerButtonSLIDER {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid black; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.blackButtonSLIDER {
  border-color:gray
}

.colorPickerButtonSLIDER:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

.activeSliderColor {
  border: 5px solid #db3832;
  box-shadow: 0px 0px 5px 2px #db3832;
}

.activeColor {
  border: 5px solid #db3832; 
  box-shadow: 0px 0px 5px 2px #db3832;
}

.activeLightColor {
  border: 5px solid #db3832;
  box-shadow: 0px 0px 5px 2px #db3832;
}

.colorPickerButtonTrimTape {
  margin: 2px;
  width:50px;
  height:50px;

  border: 5px solid gray; 
  background-color: #DBC73C; 
  display: inline-block; 
}

.colorPickerButtonTrimTape:hover {
  width:50px;
  height:50px;

  border: 5px solid white; 
}

.activeTrimTape {
  border: 5px solid #db3832;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 0px 10px 5px white;
}

.canopyModelButton {
  width: 15vh;
}

@media only screen and (max-width: 768px) {
  .canopyModelButton {
    width: 20vh;
  }
}

button {
	font-weight: bold; 
  	font-family: "Verdana"; 
  	text-transform: uppercase;
}

.sepaNote {
  font-size: 10pt;
  color: gray;
}

.showSepa {
  color: #db3832;
  text-decoration: underline;
}

.orderNumber {
  font-size: 16pt;
  font-weight: bold;
  color : #db3832;
}

.orderPrice {
  font-size: 16pt;
  font-weight: bold;
  color : #db3832;
}

.leadTimeHint {
  font-size: 12pt;
}

.lightColors{
	display: none;
}

.ZPColors{
	display: none;	
}

.ZPColorsSE{
  display: none;    
}

.pay {
	display: none;
  margin-top: 40px;
}

.trollZPPill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.activeTrollZP {
  border:5px solid white;
  background-color: black;
  color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832;
}

.payPill {
  background-color: transparent;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.3em;
  margin-top: 20px;
}

.payPill:hover {
    -webkit-box-shadow: inset 0px 0px 10px 3px #f25650;
    box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;
}

.modelPill {
  background-color: transparent;
  border-radius: 20px;
  padding: 20px;
  font-size: 1.3em;
  margin-top: 20px;
}

.modelPill:hover {
    -webkit-box-shadow: inset 0px 0px 10px 3px #f25650;
    box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;
}

.activeModel {
    -webkit-box-shadow: inset 0px 0px 10px 3px #f25650;
    box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;
}

.fa-atair {
  font-size: 38px;
  color: white;
  margin-right: 3px;
  margin-left: 3px;
}

.fa-atair-warn {
  color: orange;
  font-size: 16pt;
}

.spin {
	display: none;	
}

.payCard {
  display: none;
  margin-top: 20px;
}

.paySepa {
  display: none;    
  margin-top: 20px;
}

.review {
	display: none;		
}

.thankyou {
	display: none;
}

.stockdone {
  display: none;
}

.sectionStyle1{
	background-color: black;
}

.sectionStyle23{
	background-color: #1e2024;
}

.line{
	border: 1px solid #db3832;
	width:60%;
}

.lineTotal{
  border: 1px solid #db3832;
  width:100%;
}

.canopySizePill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.canopySizePill:hover {
	background-color:#bf2f2a;
}

.activeSize {
	border:5px solid white;
	background-color: black;
	color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832;
}

.activeSize:hover {
	background-color: black;
}

.materialPill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.activeMaterial {
	border:5px solid white;
	background-color: black;
	color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832;

}

.lineTypePill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.activeLineType {
	border:5px solid white;
	background-color: black;
	color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832;
}

.tshirtPill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.men {
	background-color:#45b1ff;
}

.women {
	background-color:#f7399b;
}

.activeTShirtMen {
	border:5px solid white;
	background-color: black;
	color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #45b1ff;
  box-shadow: 0px 0px 5px 3px #45b1ff, inset 0px 0px 5px 3px #45b1ff;
}

.activeTShirtWomen {
	border:5px solid white;
	background-color: black;
  color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #f7399b;
  box-shadow: 0px 0px 5px 3px #f7399b, inset 0px 0px 5px 3px #f7399b;
}

.price {
	font-size: 24pt;
}

.lineConnectionPill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.activeLineConnection {
	border:5px solid white;
	background-color: black;
	color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832
}

.islandkit-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mdvSystemPill {
   font-size: 14pt;
   color:white;
   background-color:#db3832;
   border:5px solid black;
}

.activeMdvSystem {
  border:5px solid white;
  background-color: black;
  color:white;
  -webkit-box-shadow: inset 0px 0px 5px 3px #db3832;
  box-shadow: 0px 0px 5px 3px #db3832, inset 0px 0px 5px 3px #db3832;
}

.toolbar {
  padding:20px;
}

.action-tangocart {
  background-color:#db3832;
  border: 2px solid #f25650;
  color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 10px 3px #f25650;
  box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;

	font-weight: bold; 
  font-family: "Verdana"; 
  text-transform: uppercase;
  font-size: 1.4em;
  border-radius: 10px;
  margin: 8px;
}

.action-tangocart:hover {
    border: 2px solid white;
    color: white
}

.action-tangocart:active {
}

.action-tangocart-small {
  background-color:#db3832;
  border: 2px solid #f25650;
  color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 10px 3px #f25650;
  box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;

  font-weight: bold; 
  font-family: "Verdana"; 
  text-transform: uppercase;
  font-size: .8em;
  border-radius: 5px;
  margin: 4px;
}

.action-tangocart-small:hover {
    border: 2px solid white;
    color: white
}

.action-tangocart-small:active {
}


.logoReview {
  height: 140px;
  poistion:relative;
  margin-top: -230px;
}

.logoReviewVision {
  height: 88;
  poistion:relative;
  margin-top: -230px;
}

.optionPrice {
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .logoReview {
    height: 100px;
   poistion:relative;
    margin-top: -130px;
  }
}

@media only screen and (max-width: 768px) {
  .logoReview {
    height: 50px;
    poistion:relative;
    margin-top: -70px;
  }
}

.stripeCardElement {
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #db3832;
}

.reviewColumn {
	font-family: "Courier New";
	font-size:14pt;
}

#reviewColumnColors {
  font-family: "Courier New";
  font-size:10pt;
}

.stripePayButton {
	background-color:#db3832;
	color:white;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #db3832;
  font-size: 1.4em;
  -webkit-box-shadow: inset 0px 0px 8px 3px #f25650;
  box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;
}

.stripePayButton:hover {
  background-color:#bf2f2a;
}

.sepaPayButton {
  background-color:#db3832;
  color:white;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  border: 2px solid #db3832;
  font-size: 1.4em;
  -webkit-box-shadow: inset 0px 0px 8px 3px #f25650;
  box-shadow: 0px 0px 10px 3px #db3832, inset 0px 0px 10px 3px #f25650;

}

.sepaPayButton:hover {
  background-color:#bf2f2a;
}

.stripeCardErrors{
	margin-left:20px;
}

.approve-btn {
    background-color: green;
    border: 2px solid green;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 10px 3px green, inset 0px 0px 3px 3px yellow;
    font-weight: bold; 
    font-family: "Verdana"; 
    text-transform: uppercase;
    border-radius: 10px;
    margin: 8px;
}

.approve-btn:hover, .approve-btn:focus {
    -webkit-box-shadow: inset 0px 0px 8px 3px #f25650;
    box-shadow: 0px 0px 20px 3px green, inset 0px 0px 8px 3px yellow;
    border: 2px solid #fff;
    color:white;
}

.dealer_order_summary {
  background: grey;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 3px grey, inset 0px 0px 10px 3px grey;
}

.thankyou_approved {
  border : 2px solid lime;
  color : lime;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 3px green, inset 0px 0px 10px 3px lime;  
}

.requestError{
  display: none;
}

.dealerConfirm{
  display: none;  
}

.logo {
	width:255px;
	margin: auto;
}

.ty {
	font-family: "Verdana"; 
	font-size: 40pt;
	color : #db3832;
}

.ty2 {
  font-family: "Verdana"; 
  font-size: 2.3em;
  color : #db3832;
  font-weight: bold;
  text-transform: uppercase;
}

.emailPrompt {
  font-family: "Verdana"; 
  font-size: 1em;
}

.dealerBox {
  border-radius: 25px; 
  padding: 20px; 
  border: 3px dashed #db3832; 
  font-size:12pt; 
  border-style: dashed;
  margin: 30px;
}

.emailBox {
  border-radius: 25px; 
  padding: 20px; 
  border: 3px dashed #db3832; 
  font-size:12pt; 
  border-style: dashed;
  margin: 30px;
}

h4 {
	font-family: "Verdana"; 
	font-size: 14pt;
}

.red-borderX {
	border-style: solid; 
	border-color: red;
}

.blue-borderX {
	border-style: solid; 
	border-color: blue;
}
.green-borderX {
	border-style: solid; 
	border-color: green;
}

.tangotech {
	color:#ec5628;
}

.tangotech:hover {
	color:#ff5d2b;
}

#spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #db3832;
  border-radius: 50%;
  border-top: 16px solid #1e2024;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}