.fuelux .wizard {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background-color: #ffffff;
}
.fuelux .wizard ul.steps li,
.fuelux .wizard .steps-container > ul.steps li {
  background: #d4d4d4;
}
.fuelux .wizard ul.steps li .chevron,
.fuelux .wizard .steps-container > ul.steps li .chevron,
.fuelux .wizard ul.steps li .chevron:before,
.fuelux .wizard .steps-container > ul.steps li .chevron:before {
  border-left: 14px solid #d4d4d4;
}
.fuelux .wizard ul.steps li.complete,
.fuelux .wizard .steps-container > ul.steps li.complete {
  color: #ffffff;
  background-color: #d41f3a;
}
.fuelux .wizard ul.steps li.complete .chevron:before,
.fuelux .wizard .steps-container > ul.steps li.complete .chevron:before {
  border-left-color: #d41f3a;
}
.fuelux .wizard ul.steps li.active,
.fuelux .wizard .steps-container > ul.steps li.active {
  color: #d4d4d4;
  background-color: #ffffff;
}
.fuelux .wizard ul.steps li.active .chevron:before,
.fuelux .wizard .steps-container > ul.steps li.active .chevron:before {
  border-left-color: #ffffff;
}
.fuelux .wizard .step-content {
  padding: 0;
}
.fuelux .wizard .step-content .active {
  margin: 20px;
}

.productContainer {
  border: 1px solid #d4d4d4;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up,
.bootstrap-touchspin-prefix {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 0;
  margin: 0;
}

.bootstrap-touchspin-prefix {
  line-height: 38px;
  text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}

.sheepItForm_Coupons_remove_current {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  padding: 9px 0;
}

.alert {
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
}
.alert .icon {
  display: inline-block;
  margin-right: 5px;
}
.alert .message {
  display: inline;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 38px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #7ACCBE;
  border-color: #7ACCBE;
  color: #ffffff;
}

.alert-success hr {
  border-top-color: #68c5b5;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #8dcadf;
  border-color: #8dcadf;
  color: #ffffff;
}

.alert-info hr {
  border-top-color: #79c1d9;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #FFC870;
  border-color: #FFC870;
  color: #ffffff;
}

.alert-warning hr {
  border-top-color: #ffbe57;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #d41f3a;
  border-color: #d41f3a;
  color: #ffffff;
}

.alert-danger hr {
  border-top-color: #ed4b4b;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.carousel-cell {
  width: 50%;
  height: 250px;
  margin-right: 10px;
  border: 4px solid #FAFAFA;
}

.carousel-cell.is-selected {
  border: 4px solid #d41f3a;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.switch-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #b3b3b3;
  width: 60px;
  height: 27px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.switch-button input[type=checkbox] {
  display: none;
}

.switch-button label {
  border-radius: 50%;
  border: 1px solid #ababab;
  background-color: #ffffff;
  margin: 0;
  height: 23px;
  width: 23px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}

.switch-button label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 26px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #ffffff;
}

.switch-button input[type=checkbox]:checked + span {
  background-color: #d41f3a;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.switch-button input[type=checkbox]:checked + span label {
  float: right;
  border-color: #ec4b4b;
}

.switch-button input[type=checkbox]:checked + span label:before {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #ffffff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}

.switch-button.switch-button-yesno label:before {
  content: "NO";
}

.switch-button.switch-button-yesno input[type=checkbox]:checked + span label:before {
  content: "YES";
}

.switch-button.switch-button-xs {
  height: 20px;
  width: 53px;
  line-height: 22px;
  width: 50px;
}

.switch-button.switch-button-xs label {
  height: 16px;
  width: 16px;
}

.switch-button.switch-button-xs label:before {
  line-height: 19px;
}

.switch-button.switch-button-sm {
  height: 24px;
  width: 57px;
  line-height: 26px;
}

.switch-button.switch-button-sm label {
  height: 20px;
  width: 20px;
}

.switch-button.switch-button-sm label:before {
  line-height: 23px;
}

.switch-button.switch-button-lg {
  height: 30px;
  width: 63px;
  line-height: 32px;
  width: 65px;
}

.switch-button.switch-button-lg label {
  height: 26px;
  width: 26px;
}

.switch-button.switch-button-lg label:before {
  line-height: 29px;
}

.switch-button.switch-button-success {
  background-color: #b3b3b3;
}

.switch-button.switch-button-success label {
  border-color: #ababab;
}

.switch-button.switch-button-success input[type=checkbox]:checked + span {
  background-color: #7ACCBE;
}

.switch-button.switch-button-success input[type=checkbox]:checked + span label {
  border-color: #68c5b5;
}

.switch-button.switch-button-info {
  background-color: #b3b3b3;
}

.switch-button.switch-button-info label {
  border-color: #ababab;
}

.switch-button.switch-button-info input[type=checkbox]:checked + span {
  background-color: #8dcadf;
}

.switch-button.switch-button-info input[type=checkbox]:checked + span label {
  border-color: #79c1d9;
}

.switch-button.switch-button-warning {
  background-color: #b3b3b3;
}

.switch-button.switch-button-warning label {
  border-color: #ababab;
}

.switch-button.switch-button-warning input[type=checkbox]:checked + span {
  background-color: #FFC870;
}

.switch-button.switch-button-warning input[type=checkbox]:checked + span label {
  border-color: #ffbe57;
}

.switch-button.switch-button-danger {
  background-color: #b3b3b3;
}

.switch-button.switch-button-danger label {
  border-color: #ababab;
}

.switch-button.switch-button-danger input[type=checkbox]:checked + span {
  background-color: #d41f3a;
}

.switch-button.switch-button-danger input[type=checkbox]:checked + span label {
  border-color: #ed4b4b;
}

/*# sourceMappingURL=coupons-style.css.map */
