.wrpLoader {
  min-height: 30px;
  position: relative;
}
.wrpLoader.showLoader .wp-block-wrp-recent-products {
  opacity: 0.3;
  z-index: 0;
}

.wrpLoading {
  color: #4527a4 !important;
  font-size: 21px !important;
  font-weight: bold !important;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
}
.wrpLoading .components-spinner {
  margin-top: 0;
  color: #4527a4;
}/*# sourceMappingURL=editor.css.map */


.clipBtnWrapper{
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px !important;

    p{
      font-size: 16px;
      font-weight: 500;
    }
    button{
      border: none;
      background: rgb(69, 39, 164);
      color: rgb(255, 255, 255);
      width: 100%;
      display: flex;
      justify-content: center;
      font-size: 15px;
      padding: 10px;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
      &:hover{
        background: rgb(69, 39, 164);
        color: rgb(255, 255, 255);
      }
    }
  }