.ck-editor__editable_inline:not(.ck-comment__input *) {
  min-height: 200px;
  overflow-y: auto;
}

.vl {
  border-right: 2px solid green;
  height: auto;
}

.prod_img {
  height: 100px;
  width: auto;
  padding: 0 10px 10px 0;
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 0.25rem;
  font-weight: normal;
}

.hide-errormsg {
  display: none !important;
}

.hide-item {
  display: none !important;
}

.ajax-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5) url("ajax-loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .ajax-overlay {
  display: block;
}
