#nbdesigner-options-form-nbdesigner_settings,
.nbd-license {
  margin-right: 15px;
}
.nbd_support {
  display: inline-block;
  float: right;
  background: #fff url(../images/support.png) no-repeat 7px center;
  padding: 8px 20px 9px 45px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  margin-top: -8px;
  z-index: 2;
}
#nbdesigner-options-form-nbdesigner_settings .nav-tab-wrapper {
  border-bottom: 1px solid #ddd;
}
#nbdesigner-options-form-nbdesigner_settings h2 {
  margin-bottom: 0;
}
#nbdesigner-options-form-nbdesigner_settings .form-table,
.nbd-license table {
  background: #fff;
  margin-top: 0;
}
#nbdesigner-options-form-nbdesigner_settings .form-table:not(:last-of-type) {
  margin-bottom: 15px;
}
#nbdesigner-options-form-nbdesigner_settings .form-table th,
.nbd-license table th {
  padding-left: 20px;
}
#nbdesigner-options-form-nbdesigner_settings .form-table td label {
  font-size: 13px;
  font-weight: normal;
}
#nbdesigner-options-form-nbdesigner_settings h3,
.nbd-license h3 {
  background: #fff;
  margin: 0;
  padding: 15px 10px;
  border-bottom: 2px solid #ddd;
}
.nbdesigner-multi-checkbox .nbd-select {
  cursor: pointer;
}
input[data-depend] {
  margin-left: 25px;
}
.nbd-hide {
  display: none;
}
.nbd-footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nbd-footer.fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 15px 0 15px 180px;
  z-index: 9;
  margin: 0;
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.1);
}
#nbdesigner-options-form-nbdesigner_settings select {
  /*    padding: 0;*/
}
#printcart-design .form-table td,
#printcart-design .form-table th {
  padding: 10px;
}

.nbd-setup-steps {
  padding: 0 0 24px;
  margin: 0;
  list-style: none outside;
  overflow: hidden;
  color: #ccc;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nbd-setup-steps li {
  width: 100%;
  float: left;
  padding: 0 0 0.8em;
  margin: 0;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #ccc;
  line-height: 1.4em;
}

.nbd-setup-steps li.active {
  border-color: #404762;
  color: #404762;
}

.nbd-setup-steps li::before {
  content: "";
  border: 4px solid #ccc;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -8px;
  background: #fff;
  box-sizing: content-box;
}

.nbd-setup-steps li.active::before {
  border-color: #404762;
}
.printcart-body {
  min-height: 500px;
}
