.qc-editor {
  z-index: 10000;
}
.qc-editor-heading {
  padding: 20px 20px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.qc-editor-control {
  padding: 10px;
  float: right;
  text-align: right;
}
.qc-editor-account {
  padding: 10px;
  float: right;
}
.qc-editor-language {
  padding: 10px;
  float: right;
}
.qc-editor-reset {
  padding: 10px;
  float: left;
}
.qc-editor-pro {
  float: right;
  padding: 18px 10px;
  font-size: 20px;
}

.edit .page-nav {
  margin-bottom: 20px;
}
.edit .gr-active .gr-label {
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  padding: 10px;
  float: right;
}
.edit .gr-active .qc-col-md-2 .gr-label {
  display: none;
}
.edit .gr-active .qc-row.gr {
  display: none;
}
.edit .gr-active .gr-row.gr {
  display: block;
}
.edit .gr-active .gr-row {
  margin-bottom: 15px;
}
.edit .gr-active .gr-row-control {
  position: relative;
  min-height: inherit;
  background: #836ed2;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  visibility: visible;
  opacity: 1;
  border-radius: 3px 3px 0px 0px;
}
.edit .gr-active .gr-row-control .gr-btn {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.edit .gr-active .gr-row-control .gr-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.edit .gr-active .gr-row-control .gr-btn .fa {
  color: #fff;
  font-size: 16px;
}
.edit .gr-active .gr-row-control:after {
  content: "";
  display: table;
  clear: both;
}
.edit .gr-active .gr-row-border-right, .edit .gr-active .gr-row-border-bottom, .edit .gr-active .gr-row-border-left {
  background: #836ed2;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.edit .gr-active .gr-row-border-right {
  height: calc(100% - 40px);
  border-radius: 0px 0px 3px 0px;
  width: 2px;
}
.edit .gr-active .gr-row-border-bottom {
  border-radius: 0px 0px 3px 3px;
  height: 2px;
}
.edit .gr-active .gr-row-border-left {
  height: calc(100% - 40px);
  border-radius: 0px 0px 0px 3px;
  width: 2px;
}
.edit .gr-active .gr-row-content {
  padding-left: 15px;
  padding-bottom: 15px;
  background: rgba(207, 199, 238, 0.3019607843);
}
.edit .gr-active .gr-row-content.qc-row {
  margin-left: 0px;
  margin-right: 0px;
}
.edit .gr-active .gr-row-content .gr-row {
  margin: 0px 0px 15px 0px;
}
.edit .gr-active .gr-col {
  padding: 15px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  background: none;
}
.edit .gr-active .gr-col-control {
  position: relative;
  min-height: inherit;
  visibility: visible;
  opacity: 1;
  padding-left: 0px;
  background: #8296e0;
  border-radius: 3px 3px 0px 0px;
  margin: 0px 22px 0px 0px;
  height: 41px;
  overflow: hidden;
}
.edit .gr-active .gr-col-control .gr-btn {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.edit .gr-active .gr-col-control .gr-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.edit .gr-active .gr-col-control .gr-btn .fa {
  font-size: 16px;
}
.edit .gr-active .gr-col-control:after {
  content: "";
  display: table;
  clear: both;
}
.edit .gr-active .gr-col .ui-resizable-e {
  border-radius: 3px;
  top: 15px;
  border: 1px solid #cad3ed;
  background: #f6faff;
  margin-right: 6px;
  width: 11px;
  height: calc(100% - 15px);
}
.edit .gr-active .gr-col-border-top, .edit .gr-active .gr-col-border-right, .edit .gr-active .gr-col-border-bottom, .edit .gr-active .gr-col-border-left {
  background: #8296e0;
  position: absolute;
  visibility: visible;
  opacity: 1;
}
.edit .gr-active .gr-col-border-top, .edit .gr-active .gr-col-border-bottom {
  left: 0;
  height: 2px;
  width: 100%;
}
.edit .gr-active .gr-col-border-left, .edit .gr-active .gr-col-border-right {
  width: 2px;
  height: calc(100% - 56px);
}
.edit .gr-active .gr-col-border-top {
  top: 0;
}
.edit .gr-active .gr-col-border-right {
  right: 22px;
  border-radius: 0px 0px 3px 0px;
}
.edit .gr-active .gr-col-border-bottom {
  bottom: 0;
  left: 0px;
  width: calc(100% - 22px);
  border-radius: 0px 0px 3px 3px;
}
.edit .gr-active .gr-col-border-left {
  left: 0px;
  border-radius: 0px 0px 0px 3px;
}
.edit .gr-active .gr-col-content {
  min-height: 100px;
  margin: 0px 24px 0px 2px;
  padding: 15px 15px 1px 15px;
  background: #fff;
}
.edit .gr-active .gr-item {
  background: none;
  margin-top: 0px;
}
.edit .gr-active .gr-new-row {
  background: #836ed2;
  border-radius: 3px;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.edit .gr-active .gr-btn-block {
  width: 100%;
  text-align: center;
}

.gr-border-toggle, .gr-col-border-toggle, .gr-row-border-toggle {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border: 3px solid transparent;
  border-radius: 5px;
}

.gr-clearfix:after, .gr-row-content:after {
  content: "";
  display: table;
  clear: both;
}

.gr-has-controls {
  position: relative;
}

.gr-placeholder {
  height: 100px;
  width: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  margin-top: 15px;
  transition: height 0.5s;
}

.gr-grid-control {
  margin-bottom: 20px;
}
.gr-grid-content {
  margin-bottom: 20px;
}
.gr-row-control {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  margin: 0px -15px;
  padding: 0px 15px;
  min-height: 100px;
}
.gr-row-border-top, .gr-row-border-right, .gr-row-border-bottom, .gr-row-border-left {
  background: #3b9ad9;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.gr-row-border-top, .gr-row-border-bottom {
  left: 0;
  height: 3px;
  width: 100%;
}
.gr-row-border-left, .gr-row-border-right {
  width: 3px;
  height: 100%;
}
.gr-row-border-top {
  top: 0;
}
.gr-row-border-right {
  right: 0;
}
.gr-row-border-bottom {
  bottom: 0;
}
.gr-row-border-left {
  left: 0;
}
.gr-col-control {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.gr-col-border-top, .gr-col-border-right, .gr-col-border-bottom, .gr-col-border-left {
  background: #ea735d;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.gr-col-border-top, .gr-col-border-bottom {
  left: 0;
  height: 3px;
  width: 100%;
}
.gr-col-border-left, .gr-col-border-right {
  width: 3px;
  height: 100%;
}
.gr-col-border-top {
  top: 0;
}
.gr-col-border-right {
  right: 0;
}
.gr-col-border-bottom {
  bottom: 0;
}
.gr-col-border-left {
  left: 0;
}
.gr-col-content {
  min-height: 100px;
}
.gr-item {
  position: relative;
}
.gr-active .gr-row {
  margin: 0px;
  display: block;
}
.gr-active .gr-row:hover > .gr-row-control {
  visibility: visible;
  opacity: 1;
}
.gr-active .gr-row-border-toggle:hover + .gr-row-border-top,
.gr-active .gr-row-border-toggle:hover + .gr-row-border-top + .gr-row-border-right,
.gr-active .gr-row-border-toggle:hover + .gr-row-border-top + .gr-row-border-right + .gr-row-border-bottom,
.gr-active .gr-row-border-toggle:hover + .gr-row-border-top + .gr-row-border-right + .gr-row-border-bottom + .gr-row-border-left {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.gr-active .gr-row-control:hover + .gr-row-border-toggle + .gr-row-border-top,
.gr-active .gr-row-control:hover + .gr-row-border-toggle + .gr-row-border-top + .gr-row-border-right,
.gr-active .gr-row-control:hover + .gr-row-border-toggle + .gr-row-border-top + .gr-row-border-right + .gr-row-border-bottom,
.gr-active .gr-row-control:hover + .gr-row-border-toggle + .gr-row-border-top + .gr-row-border-right + .gr-row-border-bottom + .gr-row-border-left {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.gr-active .gr-row-content .gr-row {
  margin: 15px 0px;
  background: none;
}
.gr-active .gr-col {
  padding: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  padding-right: 5px;
}
.gr-active .gr-col:hover > .gr-col-control {
  visibility: visible;
  opacity: 1;
}
.gr-active .gr-col-border-toggle:hover + .gr-col-border-top,
.gr-active .gr-col-border-toggle:hover + .gr-col-border-top + .gr-col-border-right,
.gr-active .gr-col-border-toggle:hover + .gr-col-border-top + .gr-col-border-right + .gr-col-border-bottom,
.gr-active .gr-col-border-toggle:hover + .gr-col-border-top + .gr-col-border-right + .gr-col-border-bottom + .gr-col-border-left {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.gr-active .gr-col-control:hover + .gr-col-border-toggle + .gr-col-border-top,
.gr-active .gr-col-control:hover + .gr-col-border-toggle + .gr-col-border-top + .gr-col-border-right,
.gr-active .gr-col-control:hover + .gr-col-border-toggle + .gr-col-border-top + .gr-col-border-right + .gr-col-border-bottom,
.gr-active .gr-col-control:hover + .gr-col-border-toggle + .gr-col-border-top + .gr-col-border-right + .gr-col-border-bottom + .gr-col-border-left {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.gr-active .gr-col-content {
  padding: 0px 15px 0px 15px;
}
.gr-active .ui-resizable-e {
  background: rgba(0, 0, 0, 0.2);
  width: 10px;
  right: 0px;
}
.gr-active .ui-sortable-helper {
  opacity: 0.7;
}
.gr-active .gr-item {
  margin: 0px;
  margin-top: 15px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}

qc_pro_label {
  position: relative;
  display: block;
}

.get-pro {
  display: none;
  text-align: center;
  padding: 30px;
}
.get-pro-image {
  padding-bottom: 15px;
}
.get-pro-heading {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.get-pro-text {
  padding-bottom: 15px;
}
.get-pro-btn {
  padding-bottom: 15px;
}
.get-pro small {
  color: #ccc;
}

.ajs-content .get-pro {
  display: block;
}

.qc-setting {
  position: fixed;
  display: none;
  z-index: 1000;
  background: #fff;
}
.qc-setting-header {
  padding: 15px 15px 15px 20px;
  width: 100%;
  box-sizing: box-content;
  color: #fff;
}
.qc-setting-header > h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
.qc-setting-header > a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  opacity: 1;
  font-size: 21px;
  cursor: pointer;
}
.qc-setting-header > a .fa {
  font-size: 18px;
  color: #fff;
}
.qc-setting-header > a.layout {
  margin-right: 32px;
}
.qc-setting-tabs {
  position: absolute;
  top: 49px;
  z-index: 100;
}
.qc-setting-tab-content {
  position: relative;
  margin-top: 55px;
}
.qc-setting-tab-content .qc-setting-tab-pane {
  position: absolute;
  display: none;
  top: 0px;
  width: 100%;
}
.qc-setting-tab-content .qc-setting-tab-pane.active {
  display: block;
}
.qc-setting-content {
  padding: 20px;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #f6faff;
  padding-bottom: 150px;
}
.qc-setting-content .form-group {
  margin: 0px 0px 20px 0px !important;
}
.qc-setting-content .form-group label {
  display: inline-block;
  margin: 0 0 4px;
  text-align: left;
  color: #32373c;
  font-size: 14px;
  font-weight: 600;
}
.qc-setting-panels .qc-setting-panel {
  width: 50%;
  display: inline-block;
  padding: 5px;
}
.qc-setting-panels .qc-setting-panel-content {
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  height: 100px;
  background: #fff;
}
.qc-setting-panels .qc-setting-panel-heading {
  padding: 10px 0px;
}
.qc-setting-panels .qc-setting-panel-heading .fa {
  font-size: 36px;
}
.qc-setting-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.qc-setting-footer a {
  padding: 10px 21px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  position: relative;
}
.qc-setting-footer a:hover {
  opacity: 0.8;
}

body.show-setting {
  padding-left: 300px;
  max-width: 100%;
  box-sizing: box-content;
}
body.show-setting .qc-setting {
  position: fixed;
  left: 0;
  top: 60px;
  height: calc(100% - 60px);
}

body.show-setting.popup {
  overflow: hidden;
  padding-left: 0px;
}
body.show-setting.popup .qc-setting {
  position: fixed;
  left: 50%;
  top: 100px;
  min-height: 300px;
  height: calc(100% - 200px);
  width: 600px;
  margin-left: -300px;
  border-radius: 3px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
body.show-setting.popup .qc-setting-content {
  width: 100%;
}
body.show-setting.popup .qc-setting-footer {
  height: auto;
}
body.show-setting.popup .qc-setting-panels .setting-panel {
  width: 25%;
}

.qc-tab-pane {
  display: none;
}
.qc-tab-pane.active {
  display: block;
}

.page-nav-setting {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  z-index: 10;
  display: none;
}
.page-nav-setting .btn-group {
  background: #6cc677;
  border-radius: 0px 3px 0px 3px;
}
.page-nav-setting .btn-group > * {
  padding: 4px 8px;
  background: #6cc677;
  border: none;
  color: #fff;
  text-shadow: none;
}
.page-nav-setting .btn-group > *:hover, .page-nav-setting .btn-group > *.active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.page-nav-item .pro-label {
  font-size: 10px;
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 10px;
  display: none;
  color: #fff;
}

.step {
  position: relative;
}
.step-setting {
  position: absolute;
  z-index: 10;
  display: none;
  right: 0px;
}
.step-setting .btn-group {
  background: #3cb1d4;
  border-radius: 0px 3px 0px 3px;
}
.step-setting .btn-group > * {
  padding: 4px 8px;
  background: #3cb1d4;
  border: none;
  color: #fff;
  text-shadow: none;
}
.step-setting .btn-group > *:hover, .step-setting .btn-group > *.active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.step .pro-label {
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 0px;
  z-index: 10;
  display: none;
  color: #fff;
}

.qc-field-setting {
  position: absolute;
  z-index: 10;
  display: none;
  right: 16px;
}
.qc-field-setting .btn-group {
  background: #56c0b9;
  border-radius: 0px 3px 0px 3px;
}
.qc-field-setting .btn-group > * {
  padding: 4px 8px;
  background: #56c0b9;
  border: none;
  color: #fff;
  text-shadow: none;
}
.qc-field-setting .btn-group > *:hover, .qc-field-setting .btn-group > *.active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.qc-field .no-display {
  opacity: 0.5;
  height: 34px;
}
.qc-field .pro-label {
  font-size: 10px;
  padding: 0.2em 0.6em 0.3em;
  position: absolute;
  right: 15px;
  z-index: 10;
  display: none;
  color: #fff;
}

.edit .qc-field:hover .qc-field-setting,
.edit .qc-field:hover .pro-label {
  display: block;
}
.edit .step:hover qc_step_setting > .step-setting,
.edit .step:hover > qc_pro_label > .pro-label {
  display: block;
}
.edit .page-nav-item:hover .pro-label {
  display: block;
}
.edit .pro-label:hover {
  color: #fff;
  cursor: pointer;
}

.qc-row,
.step {
  clear: both;
}

.show {
  display: block;
}

.qc {
  max-width: 1200px;
  margin: auto;
}
.qc .tab-pane.active {
  display: block;
}
.qc .tab-pane.active .tab-pane {
  display: block;
}
.qc .process {
  margin-top: 10px;
}

.qc-logo {
  text-align: center;
  margin-bottom: 30px;
}
.qc-logo img {
  margin: auto;
}

.pages > .page {
  display: none;
}
.pages > .active {
  display: block;
}

.process {
  display: flex;
  margin-bottom: 30px;
}
.process-page {
  padding: 0;
  position: relative;
  flex: 1;
  text-align: center;
}
.process-page-label {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.process-page-description {
  color: #999;
  font-size: 14px;
}
.process-page .process-page-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #b7c8f9;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.process-page .process-page-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #648bfd;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.process-page-progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
  background: #f5f5f5;
}
.process-page-progress-bar {
  width: 0px;
  box-shadow: none;
  background: #b7c8f9;
  height: 100%;
}
.process-page.complete .process-page-progress-bar {
  width: 100%;
}
.process-page.active .process-page-progress-bar {
  width: 50%;
}
.process-page.disabled .process-page-dot {
  background-color: #f5f5f5;
  pointer-events: none;
}
.process-page.disabled .process-page-dot:after {
  opacity: 0;
}
.process-page:first-child .process-page-progress {
  left: 50%;
  width: 50%;
}
.process-page:first-child.active .process-page-progress-bar {
  width: 0%;
}
.process-page:first-child.complete .process-page-progress-bar {
  width: 100%;
}
.process-page:first-child.complete .process-page-dot {
  cursor: pointer;
}
.process-page:last-child .process-page-progress {
  width: 50%;
}
.process-page:last-child.active .process-page-progress-bar {
  width: 100%;
}
@media (max-width: 767.98px) {
  .process-page .process-page-progress,
  .process-page .process-page-dot {
    display: none !important;
  }
  .process-page .process-page-label {
    font-size: 14px;
  }
  .process-page .process-page-description {
    font-size: 12px;
  }
  .process-page.active {
    background: #f1f5ff;
  }
  .process-page.active .process-page-label {
    color: #648bfd;
    font-weight: 600;
  }
  .process-page.page-nav-item {
    padding: 5px;
    display: flex;
  }
  .process-page.page-nav-item:last-child {
    border-right: none;
  }
  .process-page.page-nav-item:last-child {
    border-radius: 0px 3px 3px 0px;
  }
  .process-page.page-nav-item:first-child {
    border-radius: 3px 0px 0px 3px;
  }
  .process-page.page-nav-item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .process {
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);
    border-radius: 3px;
    margin-bottom: 15px;
  }
}

.edit .process {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-left: 1px;
}
.edit .process-page {
  position: relative;
  width: 20%;
  float: left;
}
.edit .process-page-edit {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  text-align: left;
  height: 67px;
}
.edit .process-page-edit .text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.edit .process-page-edit .description {
  font-size: 10px;
  color: #666;
}
.edit .process-page-edit .qc-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px;
  display: block;
  padding: 4px;
}
.edit .process-page-edit-hidden .text {
  opacity: 0.5;
}
.edit .process-page-edit-hidden .description {
  opacity: 0.5;
}
.edit .process .page-nav-add {
  display: block;
  float: left;
  width: 20%;
  margin-bottom: -1px;
  margin-left: -1px;
}
.edit .process .page-nav-add .icon {
  float: left;
  font-size: 20px;
  padding: 10px 15px 10px 5px;
}
.edit .process .page-nav-add .icon .fa {
  font-size: 25px;
  color: #000;
}
.edit .process .page-nav-add .content {
  float: left;
}
.edit .process .active .process-page-edit {
  background: #F5F5F8;
}
.edit .process .page-nav-item,
.edit .process .sortable-placeholder {
  margin: 0px;
  margin-bottom: -1px;
  margin-left: -1px;
}
.edit .process .page-nav-item:hover .page-nav-setting,
.edit .process .sortable-placeholder:hover .page-nav-setting {
  display: block;
}
.edit .process .page-nav-item:first-child .process-page-edit,
.edit .process .sortable-placeholder:first-child .process-page-edit {
  border-radius: 3px 0px 0px 0px;
}
.edit .process .page-nav-item:last-child .process-page-edit,
.edit .process .sortable-placeholder:last-child .process-page-edit {
  border-radius: 0px 3px 0px 0px;
}
.edit .process .ui-sortable-placeholder {
  width: 20%;
  height: 67px;
}
.edit .page-add-module {
  display: block;
  border: none;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background: #3cb1d4;
}
.edit .add-step {
  cursor: pointer;
}

.qc-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.error {
  margin-top: 10px;
}

.add-custom-field {
  cursor: pointer;
}

.qc-field-col {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-device-width: 480px) {
  .qc-field-col {
    width: 100%;
  }
}

.qc-clearboth {
  clear: both;
}

.intl-tel-input {
  display: block;
}

.col-half {
  width: 50%;
  padding: 0px 15px;
  float: left;
}

.col-full {
  width: 100%;
  padding: 0px 15px;
  display: block;
}

.radio-input:not(:last-child) {
  margin-bottom: 10px;
}

.bootstrap-select {
  border: none !important;
  padding: 0px !important;
  width: 100% !important;
}

.qc-select {
  position: relative;
}

.qc-select select {
  z-index: 1;
  color: transparent;
  background: transparent;
  position: relative;
}
.qc-select select option {
  color: #333;
}

.qc-select-placeholder {
  position: absolute;
  top: 0px;
  padding: 6px 11px;
  font-style: normal;
  width: calc(100% - 30px);
  display: block;
  background: #fff;
  border-radius: 3px;
  height: 30px;
}

.ve-field--error .qc-select-placeholder {
  background-color: #fee2e1;
}

/**
 * alertifyjs 1.11.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: #000;
  opacity: 0.5;
}

.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.alertify .ajs-header {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  font-size: 18px;
}

.alertify .ajs-body {
  color: black;
}

.alertify .ajs-body .ajs-content {
  padding: 15px 0px;
  font-size: 16px;
  line-height: 24px;
}

.alertify.ajs-resizable .ajs-content,
.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content {
  top: 58px;
  bottom: 68px;
}

.alertify .ajs-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

.qc-loader {
  position: fixed;
  top: 12px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #648bfd;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 100000;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.qc-spinner {
  min-height: 500px;
}

.qc-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border-top: 3px solid #07d;
  border-right: 3px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.qc-social-login {
  margin-bottom: 15px;
}
.qc-social-login .dsl-label {
  display: none;
}
.qc-social-login .icons .l-side {
  padding: 7px 4px;
  width: 34px;
}

.qc-checkout-product {
  overflow: hidden;
}
.qc-checkout-product tr td {
  vertical-align: middle;
}
.qc-checkout-product .qc-total {
  text-align: right;
}
.qc-checkout-product .qc-quantity {

}
.qc-checkout-product .qc-quantity .input-group,
.qc-checkout-product .qc-quantity .ve-input-group {

}
.qc-checkout-product .qc-image a {
  display: inline-block;
}
.qc-checkout-product .qc-totals {
  margin-top: 30px;
}
.qc-checkout-product .qc-totals > .qc-total {
  padding-bottom: 10px;
}
.qc-checkout-product .qc-totals > .qc-total .text-right {
  font-weight: 600;
}
.qc-checkout-product .qc-totals > .qc-total:last-child {
  margin-top: 5px;
  padding-top: 15px;
}
.qc-checkout-product .qc-totals > .qc-total:last-child > * {
  font-size: 16px;
  font-weight: bold;
}

.payment-method label.ve-radio {
  width: 100%;
}
.payment-method label.ve-radio .payment-method-image {
  float: right;
}

#payment .buttons,
#payment button {
  display: none;
}

/*# sourceMappingURL=main.css.map */
