/*
    Personal styles for fastorder.ocmod.
    Use this file to specify their own style or override existing styles for the order form in one click
    Use "!important" if Bootstrap and template styles not override.
 */

/* FastOrder modal form styles */
.modal-fastorder{
  z-index: 9999;
  zoom:90%;
}

/* FastOrder modal success styles */
.modal-fastorder-success{}

/* FastOrder button styles in the product cart */
.form-group .btn-fastorder{
  margin-bottom: 5px;
}

/* buttons in the fastorer form and success form */
.modal-fastorder button, .modal-fastorder-success button {

}

/* Fastorder form h1 (modal header) and success form */
.modal-fastorder h1, .modal-fastorder-success h4{

}
.modal-fastorder #tt{
  margin: 0;
  height: 0px;
}
.modal-fastorder ul{
  margin-bottom: 0;
}


/* FastOrder button */
.btn-fastorder{

}
.model-footer {
	text-align: left;
}



/* FastOrder button Tested. Not Used in production ============================================== */
.button-fastorder>span{
  margin: 0 11px 0 5px;
  font-weight: bold;
}

.button-fastorder{
  z-index: 9998;
  position: fixed;
  transform: rotate(90deg);
  font-size: 20px;
  color:#fff;
  /*right: -92px; */
  right: -111px;
  background-color: #fba100;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #fba100;
}

.button-fastorder:hover{
  background-color: #fba100;
}
