#cafe-templatekit-modal .dialog-widget-content {
  width: 90%;
  max-width: 1200px;
  background-color: #f1f3f5;
}
#cafe-templatekit-modal .dialog-header,
#cafe-templatekit-modal .dialog-widget-header {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
#cafe-templatekit-modal .dialog-buttons-wrapper {
  display: none;
}
#cafe-templatekit-modal .dialog-message {
  height: 630px;
  max-height: 85vh;
  overflow: auto;
  padding: 15px;
}
#cafe-templatekit-modal .elementor-template-library-template-footer {
  z-index: 999;
}
#cafe-templatekit-modal a {
  color: inherit;
}
#cafe-templatekit-modal a:hover {
  color: inherit;
}
#cafe-templatekit-modal a.elementor-template-library-blank-footer-link {
  transition: color 0.5s;
}
#cafe-templatekit-modal a.elementor-template-library-blank-footer-link:hover {
  color: #9b0a46;
}
#cafe-templatekit-modal a.elementor-button-go-pro {
  display: block;
  background-color: #39b54a;
  color: #fff;
}
#cafe-templatekit-modal .elementor-button {
  text-transform: uppercase;
}
#cafe-templatekit-modal ::-webkit-scrollbar {
  width: 6px;
  height: 0;
  border-radius: 3px;
}
#cafe-templatekit-modal ::-webkit-scrollbar-button {
  width: 0;
  height: 10px;
}
#cafe-templatekit-modal ::-webkit-scrollbar-thumb {
  background-color: #d5dadf;
  border: 0 none #d5dadf;
  border-radius: 0;
  border-radius: 3px;
}
#cafe-templatekit-modal ::-webkit-scrollbar-track {
  border: 0 none #fff;
  border-radius: 0;
}
#cafe-templatekit-modal ::-webkit-scrollbar-corner {
  background: transparent;
}

#cafe-templatekit-header {
  display: flex;
  justify-content: space-between;
}
#cafe-templatekit-header .cafe-templatekit-back {
  background: none;
  border: none;
  border-right: 1px solid #e6e9ec;
  padding: 15px 20px 15px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  transition: all 200ms linear;
  cursor: pointer;
  color: #6d7882;
}
#cafe-templatekit-header .cafe-templatekit-back:not(:hover) {
  color: #a4afb7;
}
#cafe-templatekit-header .elementor-button {
  display: block;
  padding: 8px 10px;
  margin: 9px 10px 0 0;
}

#cafe-templatekit-header-close-modal {
  width: 45px;
  border-left: 1px solid #e6e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms linear;
}
#cafe-templatekit-header-close-modal i {
  color: #a4afb7;
  font-size: 16px;
}
#cafe-templatekit-header-close-modal:hover i {
  color: #6d7882;
}

#cafe-templatekit-header-actions .template-library-activate-license {
  display: block;
  margin: 17px 20px 0 0;
  color: #fcb92c;
}
#cafe-templatekit-header-actions .template-library-activate-license:hover {
  color: #d89403;
}

#cafe-templatekit-modal .elementor-loader {
  position: relative;
}
#cafe-templatekit-modal .elementor-loader .elementor-loader-box:first-of-type {
  left: 40px;
  top: 40px;
  width: 14px;
  height: 70px;
}
#cafe-templatekit-modal .elementor-loader .elementor-loader-box:not(:first-of-type) {
  right: 40px;
  height: 14px;
  width: 42px;
}
#cafe-templatekit-modal .elementor-loader .elementor-loader-box:nth-of-type(2) {
  top: 40px;
}
#cafe-templatekit-modal .elementor-loader .elementor-loader-box:nth-of-type(3) {
  top: 68px;
}
#cafe-templatekit-modal .elementor-loader .elementor-loader-box:nth-of-type(4) {
  bottom: 40px;
}
#cafe-templatekit-modal .elementor-library-error {
  margin: 18% 0 0;
}
#cafe-templatekit-modal .elementor-library-error-message {
  font-size: 18px;
  padding: 0 0 20px;
}
#cafe-templatekit-modal .elementor-library-error-link a {
  display: inline-block;
  color: #fff;
  background-image: none;
  background: #fcb92c;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  height: 40px;
  line-height: 40px;
  min-width: 170px;
  padding: 0 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}
#cafe-templatekit-modal .elementor-library-error-link a:hover {
  opacity: 0.85;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

#cafe-templatekit-header {
  min-height: 52px;
}

#cafe-templatekit-tabs-items .elementor-template-library-menu-item {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 0;
  width: auto;
  font-size: 13px;
  color: #6d7882;
}
#cafe-templatekit-tabs-items .elementor-template-library-menu-item input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#cafe-templatekit-tabs-items .elementor-template-library-menu-item span {
  display: block;
  padding: 20px 19px 16px;
  border-bottom: 3px solid transparent;
}
#cafe-templatekit-tabs-items .elementor-template-library-menu-item:hover span,
#cafe-templatekit-tabs-items .elementor-template-library-menu-item input:checked + span {
  background: #fafafa;
  border-bottom: 3px solid #9b0a46;
}

#cafe-templatekit-header-tabs {
  flex: 1 1 auto;
  text-align: left;
}

#cafe-templatekit-content {
  display: flex;
  height: calc(100% - 20px);
}
#cafe-templatekit-content .cafe-tplkit-filters-list {
  width: 15%;
  padding: 25px 10px 10px;
  height: 100%;
  overflow: auto;
}
#cafe-templatekit-content .cafe-tplkit-templates-wrap {
  width: 85%;
}
#cafe-templatekit-content .cafe-tplkit-templates-list {
  height: 100%;
  overflow: auto;
}
#cafe-templatekit-content .cafe-tplkit-keywords-list {
  padding-left: 10px;
}
#cafe-templatekit-content .cafe-templatekit-filter-label {
  display: block;
  position: relative;
  text-align: left;
  padding: 12px 0;
  text-transform: uppercase;
}
#cafe-templatekit-content .cafe-templatekit-filter-label input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#cafe-templatekit-content .cafe-templatekit-filter-label:hover span,
#cafe-templatekit-content .cafe-templatekit-filter-label input:checked + span {
  color: #9b0a46;
}
#cafe-templatekit-content .cafe-tplkit-filter-item {
  border-top: 1px solid #d5dadf;
}
#cafe-templatekit-content .cafe-tplkit-filter-item:first-child {
  border-top: none;
}
#cafe-templatekit-content.library-tab-local .cafe-tplkit-filters-list {
  display: none;
}
#cafe-templatekit-content.library-tab-local .cafe-tplkit-templates-wrap {
  width: 100%;
}
#cafe-templatekit-content.library-tab-local .cafe-templatekit-template-insert {
  padding: 5px 12px;
}
#cafe-templatekit-content.library-tab-local .cafe-templatekit-template-insert i {
  margin-right: 2px;
}
#cafe-templatekit-content.library-tab-local .cafe-templatekit-template-insert span {
  font-size: 11px;
}
#cafe-templatekit-content.library-tab-local .elementor-template-library-template-controls {
  width: 120px;
}
#cafe-templatekit-content.library-tab-local .elementor-template-library-template-name {
  width: 200px;
}

#cafe-templatekit-templates-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#cafe-templatekit-templates-container .elementor-template-library-template {
  position: relative;
}
#cafe-templatekit-templates-container .elementor-template-library-template-remote {
  width: calc(33.3333% - 30px);
  margin: 15px;
}

#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .elementor-template-library-template-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 9px 8px;
  z-index: 10;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .cafe-templatekit-template-insert {
  padding: 0;
  margin: 0;
  color: #39b54a;
  background: none;
  width: auto;
  text-transform: none;
  font-size: 12px;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .cafe-templatekit-template-insert:hover {
  box-shadow: none;
  color: #277b32;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .elementor-template-library-template-name {
  padding: 5px 0 0;
  display: block !important;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .elementor-template-library-template-name-holder {
  height: 23px;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .template-library-activate-license {
  display: none;
  color: #fcb92c;
  font-size: 12px;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .template-library-activate-license:hover {
  color: #d89403;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .cafe-tplkit-clone-to-library {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #9b0a46;
  cursor: pointer;
  display: none;
  font-size: 12px;
  box-shadow: none;
  outline: none;
  font-weight: bold;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .cafe-tplkit-clone-to-library i {
  margin: 0 2px 0 0;
  font-size: 12px;
  font-weight: normal;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .cafe-tplkit-clone-to-library:hover {
  color: #530526;
}
#cafe-templatekit-content:not(.library-tab-local) #cafe-templatekit-templates-container .elementor-template-library-template:hover .elementor-template-library-template-name {
  opacity: 0;
}

.library-tab-page #cafe-templatekit-templates-container .elementor-template-library-template-remote {
  width: calc(25% - 20px);
  margin: 10px;
}
.library-tab-page #cafe-templatekit-templates-container .elementor-template-library-template-remote .elementor-template-library-template-action {
  padding: 8px;
}

#cafe-templatekit-templates-container .cafe-tplkit-template-no-url .elementor-template-library-template-preview {
  cursor: default !important;
  opacity: 0 !important;
}
#cafe-templatekit-templates-container .cafe-tplkit-template-no-url .fa-search-plus {
  display: none !important;
}
#cafe-templatekit-templates-container .elementor-template-library-template:hover .cafe-tplkit-clone-to-library,
#cafe-templatekit-templates-container .elementor-template-library-template:hover .template-library-activate-license {
  display: block !important;
}

.elementor-template-library-template-screenshot img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

#cafe-templatekit-preview img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.elementor-label-inline.elementor-control-type-select2 > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper {
  min-width: 50%;
}/*# sourceMappingURL=editor.css.map */