#wpwrap {
  background: #fff;
}

#wpcontent {
  background-color: #eaeef3;
}

.toplevel_page_elite-elementor-addons #wpwrap {
  background: #f6f6f6;
}

.toplevel_page_elite-elementor-addons #wpcontent {
  background-color: #f6f6f6;
  padding-left: 0;
}

.elite-elements_page_elite-theme-builder #wpwrap,
.elite-elements_page_elite-popups #wpwrap,
.elite-elements_page_elite-elementor-addons-settings #wpwrap,
.elite-elementor-addons_page_elite-theme-builder #wpwrap,
.elite-elementor-addons_page_elite-popups #wpwrap,
.elite-elementor-addons_page_elite-elementor-addons-settings #wpwrap {
  background: #f6f6f6;
}

.elite-elements_page_elite-theme-builder #wpcontent,
.elite-elements_page_elite-popups #wpcontent,
.elite-elements_page_elite-elementor-addons-settings #wpcontent,
.elite-elementor-addons_page_elite-theme-builder #wpcontent,
.elite-elementor-addons_page_elite-popups #wpcontent,
.elite-elementor-addons_page_elite-elementor-addons-settings #wpcontent {
  background-color: #f6f6f6;
  padding-left: 0;
}

h1{display: none;}
h2{font-size: 2.2em;margin-bottom: 15px;}

.elite-settings-page-wrap {
  margin: 0;
}

.elite-options-topbar {
  position: sticky;
  top: 32px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 -30px;
  padding-right: 20px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}

.elite-options-topbar-logo {
  display: flex;
  align-items: center;
}

.elite-options-topbar-logo-icon {
  padding: 20px;
  border-right: 1px solid #e8e8e8;
}

.elite-options-topbar-logo-icon img {
  display: block;
  width: 40px;
  max-width: 40px;
  height: 40px;
  object-fit: contain;
}

.elite-options-top-search {
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 460px;
  max-width: 46vw;
}

.elite-options-top-search input {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8 !important;
  border-radius: 3px;
  box-shadow: none !important;
}

.elite-options-top-search .dashicons {
  margin-left: -32px;
  color: #6a4bff;
}

.elite-options-topbar-actions {
  margin-left: auto;
}

.button.elite-options-button.elite-options-topbar-save {
  min-width: 170px;
  height: 40px;
  margin: 0;
  padding: 0 22px;
  border-radius: 5px;
  box-shadow: none;
}

.elite-settings-page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 30px 20px;
  background: #ffffff;
  margin: 0 30px;
  border: solid 1px #f0f2f6;
  border-radius: 5px;
  margin-bottom: 30px;
}

.elite-settings-page-header h1,
.elite-settings-page-header p,
.elite-settings-page-header .elite-preview-buttons,
.elite-settings-page-header .elite-user-template {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.elite-settings-page-header .elite-options-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.elite-settings-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elite-settings-navigation a {
  text-decoration: none;
}

.button.elite-options-button .dashicons {
  line-height: 30px;
  font-size: 16px;
}

.button.elite-options-button.elite-translate-templates {
  background: #646464;
  margin-bottom: 30px;
  padding: 5px 20px !important;
}

.button.elite-options-button.elite-translate-templates:hover,
.button.elite-options-button.elite-translate-templates:focus {
  background: #535353;
}

.button.elite-translate-templates.tutorial  {
  margin-left: 10px !important;
}

.button.elite-translate-templates {
  font-size: 13px !important;
}

.button.elite-translate-templates span {
  line-height: 1;
}

.button.elite-translate-templates span:first-child {
  margin-right: 5px;
}

.elite-preview-buttons a:last-child,
.elite-preview-buttons a.elite-how-to-use-theme-builder {
  background-color: transparent;
  border: 2px solid #0026e4 !important;
  color: #0026e4;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder {
  background-color: transparent !important;
  border: 2px solid #96588a !important;
  color: #96588a !important;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder:hover,
.elite-preview-buttons a.elite-how-to-use-woo-builder:focus {
  color: #fff !important;
  background: #96588a !important;
  padding: 8px 22px !important;
}

.elite-settings-page-header h1 {
  font-size: 42px;
}

.elite-settings-page-header p {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 16px;
}

.elite-user-template {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0px 15px;
  color: #fff;
  background: #0026e4;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.elite-user-template .plus-icon {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-top: 10px;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
}

.elite-user-template > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.elite-elements_page_elite-theme-builder .elite-preview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.elite-elements_page_elite-theme-builder .elite-user-template {
  margin-right: auto;
}

.elite-settings-page {
  padding: 0 30px;
  margin: 0 30px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 50px;
  min-height: 75vh;
  border: solid 1px #f0f2f6;
  min-height: 133vh;
}

.elite-nav-tab-wrapper {
  padding-top: 28px;
  border-bottom: 0;
  -ms-transform: none;
  transform: none;
}

.elite-nav-tab-wrapper a {
  border: solid 1px #c0d1ea;
  padding: 10px 30px;
  background-color: #fdfdfd;
  font-size: 16px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 5px;
  color: #333;
  margin-bottom: 15px;
}

.elite-nav-tab-wrapper a:hover {
  color: #0026e4;
  background: #fff;
}

.elite-nav-tab-wrapper .nav-tab-active {
  color: #fff;
  background: #0026e4;
  border: solid 1px #0024e4;
  -webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
  box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
}

.elite-nav-tab-wrapper a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.elite-options-button {
  padding: 7px 22px;
  border: 0;
  color: #fff;
  background: #0026e4;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  font-size: 14px;
}

.button.elite-options-button.elite-dynamic-tutorial {
  color: #e1ad01;
  background: #FFF;
  border: 2px solid #e1ad01;
  margin-left: 10px;
}

.button.elite-options-button.elite-dynamic-tutorial:hover,
.button.elite-options-button.elite-dynamic-tutorial:focus {
  color: #FFF;
  background: #e1ad01;
  border: 2px solid #e1ad01;
}

.button.elite-options-button:hover,
.button.elite-options-button:focus {
  color: #fff;
  background: #0026e4;
  border: none;
}

/*--------------------------------------------------------------
== Elements
--------------------------------------------------------------*/
.elite-elements-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-right: 1%;
  gap: 18px;
  flex-wrap: wrap;
}

.elite-elements-header > div {
  width: auto;
  min-width: 320px;
  /* flex: 1 1 320px; */
}

.elite-elements-toggle {
  overflow: hidden;
  text-align: center;
}

.elite-elements-toggle > div {
  display: inline-block;
}

.elite-elements-toggle h3 {
  float: left;
  font-size: 18px;
  margin: 0 20px 0 0;
}

.elite-elements-toggle p {
  margin: 5px 0 10px;
}

.elite-widgets-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .elite-options-topbar {
    flex-wrap: wrap;
    padding: 15px 20px;
  }

  .elite-options-top-search {
    position: static;
    transform: none;
    width: 100%;
    order: 3;
  }

  .elite-options-topbar-actions {
    margin-left: 0;
  }
}

#elite-info-box {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 300px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 500px;
}

#elite-info-box a {
  color: #0026e4;
  text-decoration: none;
  font-weight: bold;
}

#elite-info-box a:hover {
  text-decoration: underline;
}

.elite-widgets-search input {
  width: 100%;
  max-width: 360px;
  height: 45px;
  padding-left: 15px;
  background-color: #fdfdfd;
  border: none;
  border: 1px solid #e4ecf8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5;
}

.elite-widgets-search .dashicons {
  margin-left: -32px;
  color: #0026e4;
}

.elite-options-topbar .elite-options-top-search input {
  max-width: none;
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8 !important;
  border-radius: 3px;
}

.elite-options-topbar .elite-options-top-search input:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.elite-options-topbar .elite-options-top-search .dashicons {
  color: #6a4bff;
}

.elite-elements-filters {
  text-align: right;
}

.elite-elements-filters li {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  background-color: #fdfdfd;
}

.elite-elements-filters li.elite-active-filter {
  border-color: #0026e4;
  color: #ffffff;
  background-color: #0026e4;
}

.elite-elements-filters li:last-child {
  margin-right: 0;
}

.elite-elements-heading {
  text-align: center;
  margin-bottom: 30px;
}

.elite-elements-heading h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.elite-elements-heading .elite-install-activate-woocommerce {
  color: red;
  font-weight: 700;
}

.elite-install-activate-woocommerce .dashicons {
  font-size: 18px;
}

.elite-woo-templates,
.elite-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.elite-woo-templates {
  margin-bottom: 0;
}

.elite-woo-template,
.elite-element {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 23%;
  padding: 20px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); */
  /* box-shadow: 0 0 15px rgb(13 66 255 / 5%); */
  border-radius: 5px;
  background-color: #fcfcfc9c;
  border: solid 1px #e4ecf8;
}

.elite-woo-template {
  width: 100%;
}

.elite-woo-template-info.elite-compare-wishlist {
  flex-direction: column;
  margin-top: 20px;
}

.elite-compare-wishlist label {
  display: block !important;
  width: auto !important;
  background: none !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin: 0;
}

.elite-compare-wishlist select {
  display: block !important;
  min-width: 100% !important;  
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-woo-template-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.elite-woo-template-info .elite-woo-template-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.elite-woo-template-title h3 {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #3c434a !important;
}

.elite-woo-template-title p {
  margin: 0;
  font-size: 12px;
}

.elite-woo-template-info h4 {
  font-size: 1em !important;
  font-weight: 600 !important;
  margin: 0;
}

.elite-element-info h3 {
  float: left;
  margin: 0;
  color: #3a3a3a;
  font-size: 16px;
}

.elite-woo-template-info label {
  min-width: 45px;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label {
  float: right;
}

.elite-settings-group-description {
  margin-top: 10px;
}

.elite-settings-group-description,
.elite-woo-template-info span,
.elite-element-info span {
  display: block;
  margin-top: 3px;
  color: #999;
  font-style: normal;
  font-size: 12px;
}

.elite-woo-template-info a,
.elite-element-info a {
  display: block;
  clear: both;
  font-size: 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elite-sticky-video-tutorial,
.elite-sticky-video-tutorial:hover {
  color: #f51f3d !important;
}

.elite-inline-link {
  display: inline-block !important;
  margin-right: 10px;
}

.elite-sticky-advanced-demos-title {
  margin-bottom: 0 !important;
}

.elite-sticky-advanced-demos {
  margin: 0;
}

.elite-sticky-advanced-demos a,
.elite-sticky-advanced-demos span {
  display: inline;
  text-decoration: none;
}

.elite-woo-template-info input,
.elite-element-info input,
.elite-elements-toggle input[type="checkbox"],
.elite-setting-custom-ckbox input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label,
.elite-setting-custom-ckbox label {
  position: relative;
  display: block;
  width: 45px;
  height: 23px;
  border-radius: 20px;
  background: #e8e8e8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input + label:after,
.elite-element-info input + label:after,
.elite-elements-toggle input + label:after,
.elite-setting-custom-ckbox input + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input:checked + label,
.elite-element-info input:checked + label,
.elite-elements-toggle input:checked + label,
.elite-setting-custom-ckbox input:checked + label {
  background: #00d223;
}

.elite-woo-template-info input:checked + label:after,
.elite-element-info input:checked + label:after,
.elite-elements-toggle input:checked + label:after,
.elite-setting-custom-ckbox input:checked + label:after {
  left: 24px;
}

.elite-new-element:before {
  content: 'NEW';
  position: absolute;
  top: -10px;
  left: 28px;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-pro-element:before,
.elite-expert-element:before {
  content: 'PRO';
  position: absolute;
  top: -10px;
  left: 28px;
  z-index: 10;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-expert-element:before {
  content: 'EXPERT';
}

/* GOGA */
.elite-pro-element a,
.elite-pro-element > a,
.elite-expert-element > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}

.elite-widgets-not-found,
.elite-feature-not-found {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.elite-widgets-not-found img,
.elite-feature-not-found img {
  width: 180px;
}

.elite-widgets-not-found h1,
.elite-feature-not-found h1 {
  margin: 0;
}

.elite-widgets-not-found p,
.elite-feature-not-found p {
  margin-top: 0;
}

.elite-widgets-not-found a,
.elite-feature-not-found a {
  display: inline-block;
  padding: 10px 25px;
  background: #0026e4;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.elite-widgets-not-found a:hover,
.elite-feature-not-found a:hover {
  background: #5836fd;
}

.elite-settings-saved {
  display: none;
  position: fixed;
  top: 60px;
  right: 30px;
  padding: 15px 25px;
  border-radius: 3px;
  color: #fff;
  background: #31c573;
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/*--------------------------------------------------------------
== My Templates
--------------------------------------------------------------*/
.elite-my-templates-list {
  width: 80%;
}

.elite-activate-woo-notice,
.elite-my-templates-list li {
  overflow: hidden;
  padding: 20px 35px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.elite-my-templates-list li h3 {
  float: left;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
}

.elite-my-templates-list .elite-action-buttons {
  float: right;
}

.elite-my-templates-list .elite-template-conditions {
  background: #b3b3b3;
}

.elite-active-conditions-template .elite-template-conditions {
  background: #7a5ffd;
}

.elite-my-templates-list .elite-template-conditions:hover,
.elite-active-conditions-template .elite-template-conditions:hover {
  background: #0026e4;
}

.elite-my-templates-list .elite-edit-template {
  background: #646464;
}

.elite-my-templates-list .elite-edit-template:hover {
  background: #535353;
}

.elite-edit-template:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elite-my-templates-list .elite-delete-template {
  background: #ff5a4b;
}

.elite-my-templates-list .elite-delete-template:hover {
  background: #FF4635;
}

.elite-my-templates-list .elite-action-buttons > * {
  display: inline-block;
  padding: 3px 20px;
  margin-right: 10px;
  border: 0;
  letter-spacing: 0.5px;
}

.elite-my-templates-list .elite-action-buttons > *:last-child {
  margin-right: 0;
}

.elite-my-templates-list .elite-action-buttons .dashicons {
  font-size: 16px;
  line-height: 30px;
}

.elite-active-conditions-template {
  border-left: 5px solid #0026e4;
  background: #F6F7F7;
}

.elite-my-templates-list .elite-no-templates {
  background: #fff !important;
}


/*--------------------------------------------------------------
== Settings
--------------------------------------------------------------*/
.elite-settings-group:first-of-type {
  margin-top: 50px;
}

.elite-settings-group {
  position: relative;
  width: 50%;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.elite-settings-group-inner {
  position: relative;
} 

.elite-settings-group-title {
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: translateY(-100%); */
  -ms-transform: translateY(-100%);
  /* transform: translateY(-100%); */
  padding: 10px 30px;
  background: #f9f9f9;
  margin: 0;
  -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.05);
  box-shadow: 0 -2px 3px rgba(0,0,0,0.05);
  border-radius: 3px 3px 0 0;
  color: #0026e4;
  font-size: 14px;
}

.elite-setting {
  margin-bottom: 20px;
}

.elite-setting h4 {
  margin-bottom: 8px;
}

.elite-setting input:not(input[type='checkbox']) {
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-setting input[type='checkbox'] {
  margin-right: 8px;
}

.elite-settings .submit:first-of-type {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 70px;
}

.wp-picker-clear {
  width: 100px !important;
}


/*--------------------------------------------------------------
== Conditions
--------------------------------------------------------------*/

.elite-preview-buttons{margin-top: 30px;margin-bottom: 40px;}

.elite-admin-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.elite-admin-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  width: 80%;
  max-width: 850px;
  padding: 70px 20px 20px 20px;
  background-color: #F1F3F5;
}


.elite-admin-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #59626a;
}

.elite-conditions.elite-tab-archive .global-condition-select,
.elite-conditions.elite-tab-archive .singles-condition-select,
.elite-conditions.elite-tab-product_archive .global-condition-select,
.elite-conditions.elite-tab-product_archive .singles-condition-select,
.elite-conditions.elite-tab-single .global-condition-select,
.elite-conditions.elite-tab-single .archives-condition-select,
.elite-conditions.elite-tab-product_single .global-condition-select,
.elite-conditions.elite-tab-product_single .archives-condition-select {
  display: none !important;
}

.elite-condition-popup select {
  text-transform: capitalize;
}

/* GOGA - conditions overflow the viewport if too many */
.elite-conditions-wrap {
  max-height: 40vh;
  width: 650px;
  overflow: visible;
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-x: visible;
  -moz-overflow-x: visible;
  -ms-overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-y: auto;
  -moz-overflow-y: auto;
  -ms-overflow-y: auto;
}

.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(1),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(2),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(3) {
  /*display: none;*/
}

.elite-conditions.elite-tab-archive .archives-condition-select,
.elite-conditions.elite-tab-product_archive .archives-condition-select,
.elite-conditions.elite-tab-single .singles-condition-select,
.elite-conditions.elite-tab-product_single .singles-condition-select {
  display: block !important;
}

.elite-conditions-sample {
  display: none !important;
}

.elite-conditions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 600px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.elite-admin-popup header {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.elite-admin-popup header h2 {
  margin: 25px auto;
  font-size: 26px;
  color: #59626a;
}

.elite-admin-popup header p {
  margin-top: 0;
  margin-bottom: 0;
  color: #7f8b96;
}

.elite-conditions select {
  height: 35px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #e8e8e8 !important;
  background-size: 14px 14px;
}

span.elite-add-conditions {
  margin-top: 30px;
  background: #A4AFB7;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
  cursor: pointer;
}

span.elite-add-conditions:hover {
  background: #848c92;
}

input.elite-condition-input-ids {
  display: none;
  padding: 5px;
  outline: none;
  border: none;
  border-radius: 0;
}

input.elite-condition-input-ids,
.elite-conditions select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  margin: 0;
  text-indent: 5px;
}

.elite-canvas-condition {
  display: none;
  margin-top: 20px;
}

.elite-canvas-condition label {
  display: inline-block;
}

.elite-canvas-condition span {
  margin-right: 20px;
}

#elite-woo-products-per-page {
  width: 40px;
  border: 1px solid #e8e8e8;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 10px;
}

.elite-delete-template-conditions {
  margin-left: auto;
  position: absolute;
  right: -30px;
  color: #C2CBD2;
  font-size: 22px;
  cursor: pointer;
}

.elite-delete-template-conditions:hover {
  color: #81868a;
}

.elite-save-conditions {
    padding: 8px 20px;
    color: #fff;
    background: #0026e4;
    margin-left: auto;
    border-radius: 3px;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}

.elite-user-template-popup {
  padding-top: 40px;
}

.elite-user-template-popup header {
  margin-bottom: 27px;
}

.elite-user-template-popup .elite-create-template {
  padding: 11px 20px;
  margin: 25px auto;
  color: #fff;
  background: #0026e4;
  border-radius: 3px;
  cursor: pointer;
}

.elite-user-template-popup p {
  max-width: 70%;
  margin: auto;
}

input.elite-user-template-title {
  width: 350px;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 3px;
}

input.elite-user-template-title::-webkit-input-placeholder,
input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder,
input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder,
input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder,
input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-webkit-input-placeholder, input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder, input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder, input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder, input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::placeholder,
input.elite-condition-input-ids::placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:focus {
  border-color: #0026e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
== White Label
--------------------------------------------------------------*/
.elite-wl-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.elite-wl-tab-content .elite-settings-group:last-of-type {
  margin-top: 50px;
  margin-left: 50px;
}

.elite-setting-custom-img-upload div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.elite-setting-custom-img-upload div button span {
  margin-left: 5px;
}

.elite-setting-custom-img-upload div button img {
  width: 50px;
}

.elite-setting-custom-ckbox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elite-setting-custom-ckbox label {
  background: #dddbdb;
}

.elite-setting-custom-ckbox p {
  color: #a09f9f;
}

/*--------------------------------------------------------------
== Freemius
--------------------------------------------------------------*/
#fs_connect {
  margin: 40px !important;
  width: 650px !important;
  border-top: 3px solid #2271B1 !important;
}

#fs_connect .fs-content {
  padding: 25px 20px 35px 20px !important;
}

#fs_connect .fs-content h2 {
  text-transform: capitalize;
}

#fs_connect .fs-visual {
  background: transparent !important;
}

#fs_connect .fs-visual .fs-site-icon,
#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo {
  top: 20px !important;
}

#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo,
#fs_connect .fs-visual .fs-site-icon {
  border: none !important;
}

#fs_connect .fs-visual .fs-site-icon i,
#fs_connect .fs-visual img{
  overflow: hidden !important;
  border-radius: 100px !important;
}

#fs_connect .fs-actions {
  border-top: 1px solid #F2F2F2 !important;
  background: #F2F2F2 !important;
  padding: 20px !important;
}

#fs_connect .fs-actions .button {
  font-size: 14px !important;
}

#fs_connect .fs-actions .button.button-secondary {
  padding: 0 25px !important;
}

#fs_connect .fs-permissions>.fs-trigger {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fs-trigger.wp-core-ui {
  opacity: 0.6;
}

#fs_connect .fs-permissions.fs-open ul {
  margin: 30px 20px !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description span {
  font-size: 12px !important;
  text-transform: capitalize !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description p {
  font-size: 11px !important;
  margin-top: 0 !important;
}

#fs_connect .fs-license-key-container {
  width: 100% !important;
  margin-top: 20px;
}

#pframe,
#fs_connect.require-license-key .fs-permissions,
#fs_connect.require-license-key .fs-terms,
#fs_connect .fs-freemium-licensing,
#license_issues_link {
  display: none !important;
}

.fs-terms {
  display: none !important;
}

/*--------------------------------------------------------------
== Settings: Pro Options
--------------------------------------------------------------*/
.elite-settings-pro-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  
  text-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
          box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}

.elite-settings-pro-overlay:hover,
.elite-settings-pro-overlay:focus{
  color: #f9f9f9;
}

.elite-settings-pro-overlay .dashicons {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elite-settings-pro-overlay .dashicons:nth-child(2) {
  display: none;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(2) {
  display: block;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(1) {
  display: none;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

/* Disable Notices */
.notice:not(.elite-plugin-update-notice):not(.elite-plugin-sale-notice):not(.elite-pro-features-notice),
div.fs-notice.updated, div.fs-notice.success {
  display: none !important;
}

/* Freemius license error video */
.elite-fs-error-video-tutorial {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------------
== Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .elite-my-templates-list {
    width: 100%;
  }
  .elite-widgets-search input {
    max-width: 250px;
    height: 40px;
  }
  
  .elite-elements-toggle p {
    margin-top: 5px;
  }

  .elite-elements-filters li {
      padding: 6px 12px;
      margin-right: 1px;
      font-size: 12px;
  }
}

@media screen and (max-width: 1536px) {
  .elite-elements.elite-elements-general .elite-element {
    width: 31.3%;
  }

  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 1355px) {
  .elite-nav-tab-wrapper a {
    padding: 13px 25px;
    font-size: 14px;
  }

}#wpwrap {
  background: #fff;
}

#wpcontent {
  padding: 0;
  background-color: #eaeef3;
}

h2{font-size: 2.2em;margin-bottom: 15px;}

.elite-settings-page-wrap {
  margin: 0;
}

.elite-settings-page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 30px 20px;
  background: #ffffff;
  margin: 0 30px;
  border: solid 1px #f0f2f6;
  border-radius: 5px;
  margin-bottom: 30px;
}

.elite-settings-page-header h1,
.elite-settings-page-header p,
.elite-settings-page-header .elite-preview-buttons,
.elite-settings-page-header .elite-user-template {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.elite-settings-page-header .elite-options-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.elite-settings-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elite-settings-navigation a {
  text-decoration: none;
}

.button.elite-options-button .dashicons {
  line-height: 30px;
  font-size: 16px;
}

.button.elite-options-button.elite-translate-templates {
  background: #646464;
  margin-bottom: 30px;
  padding: 5px 20px !important;
}

.button.elite-options-button.elite-translate-templates:hover,
.button.elite-options-button.elite-translate-templates:focus {
  background: #535353;
}

.button.elite-translate-templates.tutorial  {
  margin-left: 10px !important;
}

.button.elite-translate-templates {
  font-size: 13px !important;
}

.button.elite-translate-templates span {
  line-height: 1;
}

.button.elite-translate-templates span:first-child {
  margin-right: 5px;
}

.elite-preview-buttons a:last-child,
.elite-preview-buttons a.elite-how-to-use-theme-builder {
  background-color: transparent;
  border: 2px solid #0026e4 !important;
  color: #0026e4;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder {
  background-color: transparent !important;
  border: 2px solid #96588a !important;
  color: #96588a !important;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder:hover,
.elite-preview-buttons a.elite-how-to-use-woo-builder:focus {
  color: #fff !important;
  background: #96588a !important;
  padding: 8px 22px !important;
}

.elite-settings-page-header h1 {
  font-size: 42px;
}

.elite-settings-page-header p {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 16px;
}

.elite-user-template {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0px 15px;
  color: #fff;
  background: #0026e4;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.elite-user-template .plus-icon {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-top: 10px;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
}

.elite-user-template > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.elite-elements_page_elite-theme-builder .elite-preview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.elite-elements_page_elite-theme-builder .elite-user-template {
  margin-right: auto;
}

.elite-settings-page {
  padding: 0 30px;
  margin: 0 30px;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 50px;
  min-height: 75vh;
  border: solid 1px #f0f2f6;
  min-height: 133vh;
}

.elite-nav-tab-wrapper {
  padding-top: 40px;
  border-bottom: 0;
  /* -webkit-transform: translateY(-100%); */
  -ms-transform: translateY(-100%);
  /* transform: translateY(-100%); */
}

.elite-nav-tab-wrapper a {
  border: solid 1px #c0d1ea;
  padding: 10px 30px;
  background-color: #fdfdfd;
  font-size: 16px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 5px;
  color: #333;
  margin-bottom: 15px;
}

.elite-nav-tab-wrapper a:hover {
  color: #0026e4;
  background: #fff;
}

.elite-nav-tab-wrapper .nav-tab-active {
  color: #fff;
  background: #0026e4;
  border: solid 1px #0024e4;
  -webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
  box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
}

.elite-nav-tab-wrapper a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.elite-options-button {
  padding: 7px 22px;
  border: 0;
  color: #fff;
  background: #0026e4;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  font-size: 14px;
}

.button.elite-options-button.elite-dynamic-tutorial {
  color: #e1ad01;
  background: #FFF;
  border: 2px solid #e1ad01;
  margin-left: 10px;
}

.button.elite-options-button.elite-dynamic-tutorial:hover,
.button.elite-options-button.elite-dynamic-tutorial:focus {
  color: #FFF;
  background: #e1ad01;
  border: 2px solid #e1ad01;
}

.button.elite-options-button:hover,
.button.elite-options-button:focus {
  color: #fff;
  background: #0026e4;
  border: none;
}

/*--------------------------------------------------------------
== Elements
--------------------------------------------------------------*/
.elite-elements-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-right: 1%;
}

.elite-elements-header > div {
  width: 33%;
}

.elite-elements-toggle {
  overflow: hidden;
  text-align: center;
}

.elite-elements-toggle > div {
  display: inline-block;
}

.elite-elements-toggle h3 {
  float: left;
  font-size: 18px;
  margin: 0 20px 0 0;
}

.elite-elements-toggle p {
  margin: 5px 0 10px;
}

.elite-widgets-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#elite-info-box {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 300px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 500px;
}

#elite-info-box a {
  color: #0026e4;
  text-decoration: none;
  font-weight: bold;
}

#elite-info-box a:hover {
  text-decoration: underline;
}

.elite-widgets-search input {
  width: 100%;
  max-width: 360px;
  height: 45px;
  padding-left: 15px;
  background-color: #fdfdfd;
  border: none;
  border: 1px solid #e4ecf8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5;
}

.elite-widgets-search .dashicons {
  margin-left: -32px;
  color: #0026e4;
}

.elite-elements-filters {
  text-align: right;
}

.elite-elements-filters li {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  background-color: #fdfdfd;
}

.elite-elements-filters li.elite-active-filter {
  border-color: #0026e4;
  color: #ffffff;
  background-color: #0026e4;
}

.elite-elements-filters li:last-child {
  margin-right: 0;
}

.elite-elements-heading {
  text-align: center;
  margin-bottom: 30px;
}

.elite-elements-heading h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.elite-elements-heading .elite-install-activate-woocommerce {
  color: red;
  font-weight: 700;
}

.elite-install-activate-woocommerce .dashicons {
  font-size: 18px;
}

.elite-woo-templates,
.elite-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.elite-woo-templates {
  margin-bottom: 0;
}

.elite-woo-template,
.elite-element {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 23%;
  padding: 20px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); */
  /* box-shadow: 0 0 15px rgb(13 66 255 / 5%); */
  border-radius: 5px;
  background-color: #fcfcfc9c;
  border: solid 1px #e4ecf8;
}

.elite-woo-template {
  width: 100%;
}

.elite-woo-template-info.elite-compare-wishlist {
  flex-direction: column;
  margin-top: 20px;
}

.elite-compare-wishlist label {
  display: block !important;
  width: auto !important;
  background: none !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin: 0;
}

.elite-compare-wishlist select {
  display: block !important;
  min-width: 100% !important;  
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-woo-template-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.elite-woo-template-info .elite-woo-template-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.elite-woo-template-title h3 {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #3c434a !important;
}

.elite-woo-template-title p {
  margin: 0;
  font-size: 12px;
}

.elite-woo-template-info h4 {
  font-size: 1em !important;
  font-weight: 600 !important;
  margin: 0;
}

.elite-element-info h3 {
  float: left;
  margin: 0;
  color: #3a3a3a;
  font-size: 16px;
}

.elite-woo-template-info label {
  min-width: 45px;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label {
  float: right;
}

.elite-settings-group-description {
  margin-top: 10px;
}

.elite-settings-group-description,
.elite-woo-template-info span,
.elite-element-info span {
  display: block;
  margin-top: 3px;
  color: #999;
  font-style: normal;
  font-size: 12px;
}

.elite-woo-template-info a,
.elite-element-info a {
  display: block;
  clear: both;
  font-size: 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elite-sticky-video-tutorial,
.elite-sticky-video-tutorial:hover {
  color: #f51f3d !important;
}

.elite-inline-link {
  display: inline-block !important;
  margin-right: 10px;
}

.elite-sticky-advanced-demos-title {
  margin-bottom: 0 !important;
}

.elite-sticky-advanced-demos {
  margin: 0;
}

.elite-sticky-advanced-demos a,
.elite-sticky-advanced-demos span {
  display: inline;
  text-decoration: none;
}

.elite-woo-template-info input,
.elite-element-info input,
.elite-elements-toggle input[type="checkbox"],
.elite-setting-custom-ckbox input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label,
.elite-setting-custom-ckbox label {
  position: relative;
  display: block;
  width: 45px;
  height: 23px;
  border-radius: 20px;
  background: #e8e8e8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input + label:after,
.elite-element-info input + label:after,
.elite-elements-toggle input + label:after,
.elite-setting-custom-ckbox input + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input:checked + label,
.elite-element-info input:checked + label,
.elite-elements-toggle input:checked + label,
.elite-setting-custom-ckbox input:checked + label {
  background: #00d223;
}

.elite-woo-template-info input:checked + label:after,
.elite-element-info input:checked + label:after,
.elite-elements-toggle input:checked + label:after,
.elite-setting-custom-ckbox input:checked + label:after {
  left: 24px;
}

.elite-new-element:before {
  content: 'NEW';
  position: absolute;
  top: -10px;
  left: 28px;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-pro-element:before,
.elite-expert-element:before {
  content: 'PRO';
  position: absolute;
  top: -10px;
  left: 28px;
  z-index: 10;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-expert-element:before {
  content: 'EXPERT';
}

/* GOGA */
.elite-pro-element a,
.elite-pro-element > a,
.elite-expert-element > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}

.elite-widgets-not-found,
.elite-feature-not-found {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.elite-widgets-not-found img,
.elite-feature-not-found img {
  width: 180px;
}

.elite-widgets-not-found h1,
.elite-feature-not-found h1 {
  margin: 0;
}

.elite-widgets-not-found p,
.elite-feature-not-found p {
  margin-top: 0;
}

.elite-widgets-not-found a,
.elite-feature-not-found a {
  display: inline-block;
  padding: 10px 25px;
  background: #0026e4;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.elite-widgets-not-found a:hover,
.elite-feature-not-found a:hover {
  background: #5836fd;
}

.elite-settings-saved {
  display: none;
  position: fixed;
  top: 60px;
  right: 30px;
  padding: 15px 25px;
  border-radius: 3px;
  color: #fff;
  background: #31c573;
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/*--------------------------------------------------------------
== My Templates
--------------------------------------------------------------*/
.elite-my-templates-list {
  width: 65%;
}

.elite-activate-woo-notice,
.elite-my-templates-list li {
  overflow: hidden;
  padding: 20px 35px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.elite-my-templates-list li h3 {
  float: left;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
}

.elite-my-templates-list .elite-action-buttons {
  float: right;
}

.elite-my-templates-list .elite-template-conditions {
  background: #b3b3b3;
}

.elite-active-conditions-template .elite-template-conditions {
  background: #7a5ffd;
}

.elite-my-templates-list .elite-template-conditions:hover,
.elite-active-conditions-template .elite-template-conditions:hover {
  background: #0026e4;
}

.elite-my-templates-list .elite-edit-template {
  background: #646464;
}

.elite-my-templates-list .elite-edit-template:hover {
  background: #535353;
}

.elite-edit-template:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elite-my-templates-list .elite-delete-template {
  background: #ff5a4b;
}

.elite-my-templates-list .elite-delete-template:hover {
  background: #FF4635;
}


.elite-my-templates-list .elite-action-buttons > *:last-child {
  margin-right: 0;
}

.elite-my-templates-list .elite-action-buttons .dashicons {
  font-size: 16px;
  line-height: 30px;
}

.elite-active-conditions-template {
  border-left: 5px solid #0026e4;
  background: #F6F7F7;
}

.elite-my-templates-list .elite-no-templates {
  background: #fff !important;
}


/*--------------------------------------------------------------
== Settings
--------------------------------------------------------------*/
.elite-settings-group:first-of-type {
  margin-top: 50px;
}

.elite-settings-group {
  position: relative;
  width: 70%;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.elite-settings-group-inner {
  position: relative;
} 

.elite-settings-group-title {
  /* max-width: 60%; */
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  /* transform: translateY(-100%); */
  padding: 10px 30px;
  background: #1842e4;
  margin: 0;
  /* -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.05); */
  box-shadow: 0 -2px 3px rgba(0,0,0,0.05);
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 15px;
}

.elite-setting {
  margin-bottom: 20px;
}

.elite-setting h4 {
  margin-bottom: 8px;
}

.elite-setting input:not(input[type='checkbox']) {
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-setting input[type='checkbox'] {
  margin-right: 8px;
}

.elite-settings .submit:first-of-type {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 70px;
}

.wp-picker-clear {
  width: 100px !important;
}


/*--------------------------------------------------------------
== Conditions
--------------------------------------------------------------*/

.elite-preview-buttons{margin-top: 30px;margin-bottom: 40px;}

.elite-admin-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.elite-admin-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  width: 80%;
  max-width: 850px;
  padding: 70px 20px 20px 20px;
  background-color: #F1F3F5;
}


.elite-admin-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #59626a;
}

.elite-conditions.elite-tab-archive .global-condition-select,
.elite-conditions.elite-tab-archive .singles-condition-select,
.elite-conditions.elite-tab-product_archive .global-condition-select,
.elite-conditions.elite-tab-product_archive .singles-condition-select,
.elite-conditions.elite-tab-single .global-condition-select,
.elite-conditions.elite-tab-single .archives-condition-select,
.elite-conditions.elite-tab-product_single .global-condition-select,
.elite-conditions.elite-tab-product_single .archives-condition-select {
  display: none !important;
}

.elite-condition-popup select {
  text-transform: capitalize;
}

/* GOGA - conditions overflow the viewport if too many */
.elite-conditions-wrap {
  max-height: 40vh;
  width: 650px;
  overflow: visible;
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-x: visible;
  -moz-overflow-x: visible;
  -ms-overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-y: auto;
  -moz-overflow-y: auto;
  -ms-overflow-y: auto;
}

.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(1),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(2),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(3) {
  /*display: none;*/
}

.elite-conditions.elite-tab-archive .archives-condition-select,
.elite-conditions.elite-tab-product_archive .archives-condition-select,
.elite-conditions.elite-tab-single .singles-condition-select,
.elite-conditions.elite-tab-product_single .singles-condition-select {
  display: block !important;
}

.elite-conditions-sample {
  display: none !important;
}

.elite-conditions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 600px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.elite-admin-popup header {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.elite-admin-popup header h2 {
  margin: 25px auto;
  font-size: 26px;
  color: #59626a;
}

.elite-admin-popup header p {
  margin-top: 0;
  margin-bottom: 0;
  color: #7f8b96;
}

.elite-conditions select {
  height: 35px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #e8e8e8 !important;
  background-size: 14px 14px;
}

span.elite-add-conditions {
  margin-top: 30px;
  background: #A4AFB7;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
  cursor: pointer;
}

span.elite-add-conditions:hover {
  background: #848c92;
}

input.elite-condition-input-ids {
  display: none;
  padding: 5px;
  outline: none;
  border: none;
  border-radius: 0;
}

input.elite-condition-input-ids,
.elite-conditions select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  margin: 0;
  text-indent: 5px;
}

.elite-canvas-condition {
  display: none;
  margin-top: 20px;
}

.elite-canvas-condition label {
  display: inline-block;
}

.elite-canvas-condition span {
  margin-right: 20px;
}

#elite-woo-products-per-page {
  width: 40px;
  border: 1px solid #e8e8e8;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 10px;
}

.elite-delete-template-conditions {
  margin-left: auto;
  position: absolute;
  right: -30px;
  color: #C2CBD2;
  font-size: 22px;
  cursor: pointer;
}

.elite-delete-template-conditions:hover {
  color: #81868a;
}

.elite-save-conditions {
    padding: 8px 20px;
    color: #fff;
    background: #0026e4;
    margin-left: auto;
    border-radius: 3px;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}

.elite-user-template-popup {
  padding-top: 40px;
}

.elite-user-template-popup header {
  margin-bottom: 27px;
}

.elite-user-template-popup .elite-create-template {
  padding: 11px 20px;
  margin: 25px auto;
  color: #fff;
  background: #0026e4;
  border-radius: 3px;
  cursor: pointer;
}

.elite-user-template-popup p {
  max-width: 70%;
  margin: auto;
}

input.elite-user-template-title {
  width: 350px;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 3px;
}

input.elite-user-template-title::-webkit-input-placeholder,
input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder,
input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder,
input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder,
input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-webkit-input-placeholder, input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder, input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder, input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder, input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::placeholder,
input.elite-condition-input-ids::placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:focus {
  border-color: #0026e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
== White Label
--------------------------------------------------------------*/
.elite-wl-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.elite-wl-tab-content .elite-settings-group:last-of-type {
  margin-top: 50px;
  margin-left: 50px;
}

.elite-setting-custom-img-upload div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.elite-setting-custom-img-upload div button span {
  margin-left: 5px;
}

.elite-setting-custom-img-upload div button img {
  width: 50px;
}

.elite-setting-custom-ckbox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elite-setting-custom-ckbox label {
  background: #dddbdb;
}

.elite-setting-custom-ckbox p {
  color: #a09f9f;
}

/*--------------------------------------------------------------
== Freemius
--------------------------------------------------------------*/
#fs_connect {
  margin: 40px !important;
  width: 650px !important;
  border-top: 3px solid #2271B1 !important;
}

#fs_connect .fs-content {
  padding: 25px 20px 35px 20px !important;
}

#fs_connect .fs-content h2 {
  text-transform: capitalize;
}

#fs_connect .fs-visual {
  background: transparent !important;
}

#fs_connect .fs-visual .fs-site-icon,
#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo {
  top: 20px !important;
}

#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo,
#fs_connect .fs-visual .fs-site-icon {
  border: none !important;
}

#fs_connect .fs-visual .fs-site-icon i,
#fs_connect .fs-visual img{
  overflow: hidden !important;
  border-radius: 100px !important;
}

#fs_connect .fs-actions {
  border-top: 1px solid #F2F2F2 !important;
  background: #F2F2F2 !important;
  padding: 20px !important;
}

#fs_connect .fs-actions .button {
  font-size: 14px !important;
}

#fs_connect .fs-actions .button.button-secondary {
  padding: 0 25px !important;
}

#fs_connect .fs-permissions>.fs-trigger {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fs-trigger.wp-core-ui {
  opacity: 0.6;
}

#fs_connect .fs-permissions.fs-open ul {
  margin: 30px 20px !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description span {
  font-size: 12px !important;
  text-transform: capitalize !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description p {
  font-size: 11px !important;
  margin-top: 0 !important;
}

#fs_connect .fs-license-key-container {
  width: 100% !important;
  margin-top: 20px;
}

#pframe,
#fs_connect.require-license-key .fs-permissions,
#fs_connect.require-license-key .fs-terms,
#fs_connect .fs-freemium-licensing,
#license_issues_link {
  display: none !important;
}

.fs-terms {
  display: none !important;
}

/*--------------------------------------------------------------
== Settings: Pro Options
--------------------------------------------------------------*/
.elite-settings-pro-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  
  text-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
          box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}

.elite-settings-pro-overlay:hover,
.elite-settings-pro-overlay:focus{
  color: #f9f9f9;
}

.elite-settings-pro-overlay .dashicons {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elite-settings-pro-overlay .dashicons:nth-child(2) {
  display: none;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(2) {
  display: block;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(1) {
  display: none;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

/* Disable Notices */
.notice:not(.elite-plugin-update-notice):not(.elite-plugin-sale-notice):not(.elite-pro-features-notice),
div.fs-notice.updated, div.fs-notice.success {
  display: none !important;
}

/* Freemius license error video */
.elite-fs-error-video-tutorial {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------------
== Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .elite-my-templates-list {
    width: 100%;
  }
  .elite-widgets-search input {
    max-width: 250px;
    height: 40px;
  }
  
  .elite-elements-toggle p {
    margin-top: 5px;
  }

  .elite-elements-filters li {
      padding: 6px 12px;
      margin-right: 1px;
      font-size: 12px;
  }
}

@media screen and (max-width: 1536px) {
  .elite-elements.elite-elements-general .elite-element {
    width: 31.3%;
  }

  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 1355px) {
  .elite-nav-tab-wrapper a {
    padding: 13px 25px;
    font-size: 14px;
  }

}#wpwrap {
  background: #fff;
}

#wpcontent {
  padding: 0;
  background-color: #f9f9fb;
}

h2{font-size: 2.2em;margin-bottom: 15px;}

.elite-settings-page-wrap {
  /* margin: 0 0px; */
}

.elite-settings-page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 30px 20px;
  background: #ffffff;
  margin: 0;
  border: solid 1px #f0f2f6;
  border-radius: 5px;
  margin-bottom: 30px;
}

.elite-settings-page-header h1,
.elite-settings-page-header p,
.elite-settings-page-header .elite-preview-buttons,
.elite-settings-page-header .elite-user-template {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.elite-settings-page-header .elite-options-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.elite-settings-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elite-settings-navigation a {
  text-decoration: none;
}

.button.elite-options-button .dashicons {
  line-height: 30px;
  font-size: 16px;
}

.button.elite-options-button.elite-translate-templates {
  background: #646464;
  margin-bottom: 30px;
  padding: 5px 20px !important;
}

.button.elite-options-button.elite-translate-templates:hover,
.button.elite-options-button.elite-translate-templates:focus {
  background: #535353;
}

.button.elite-translate-templates.tutorial  {
  margin-left: 10px !important;
}

.button.elite-translate-templates {
  font-size: 13px !important;
}

.button.elite-translate-templates span {
  line-height: 1;
}

.button.elite-translate-templates span:first-child {
  margin-right: 5px;
}

.elite-preview-buttons a:last-child,
.elite-preview-buttons a.elite-how-to-use-theme-builder {
  background-color: transparent;
  border: 2px solid #0026e4 !important;
  color: #0026e4;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder {
  background-color: transparent !important;
  border: 2px solid #96588a !important;
  color: #96588a !important;
  padding: 5px 22px;
}

.elite-preview-buttons a.elite-how-to-use-woo-builder:hover,
.elite-preview-buttons a.elite-how-to-use-woo-builder:focus {
  color: #fff !important;
  background: #96588a !important;
  padding: 8px 22px !important;
}

.elite-settings-page-header h1 {
  font-size: 42px;
}

.elite-settings-page-header p {
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 16px;
}

.elite-user-template {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px 0px 15px;
  color: #fff;
  background: #1842e4;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.elite-user-template .plus-icon {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  margin-top: 10px;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
}

.elite-user-template > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.elite-elements_page_elite-theme-builder .elite-preview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.elite-elements_page_elite-theme-builder .elite-user-template {
  margin-right: auto;
}

.elite-settings-page {
  padding: 0 30px 0 30px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 50px;
  min-height: 75vh;
  border: solid 1px #f0f2f6;
  min-height: 133vh;
}

.elite-nav-tab-wrapper {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 0;
}

.elite-nav-tab-wrapper a {
  border: solid 1px #c0d1ea;
  padding: 8px 25px;
  background-color: #fdfdfd;
  font-size: 15px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 5px;
  color: #1d2327;
}

.elite-nav-tab-wrapper a:hover {
  color: #0026e4;
  background: #fff;
}

.elite-nav-tab-wrapper .nav-tab-active {
  color: #fff;
  background: #0026e4;
  border: solid 1px #0024e4;
  -webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
  box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
}

.elite-nav-tab-wrapper a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.elite-options-button {
  padding: 7px 22px;
  border: 0;
  color: #fff;
  background: #0026e4;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  font-size: 14px;
  font-weight: 600;
}

.button.elite-options-button.elite-dynamic-tutorial {
  color: #e1ad01;
  background: #FFF;
  border: 2px solid #e1ad01;
  margin-left: 10px;
}

.button.elite-options-button.elite-dynamic-tutorial:hover,
.button.elite-options-button.elite-dynamic-tutorial:focus {
  color: #FFF;
  background: #e1ad01;
  border: 2px solid #e1ad01;
}

.button.elite-options-button:hover,
.button.elite-options-button:focus {
  color: #fff;
  background: #0026e4;
  border: none;
}

/*--------------------------------------------------------------
== Elements
--------------------------------------------------------------*/
.elite-elements-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 1%;
}

.elite-elements-header > div {
  width: 33%;
}

.elite-elements-toggle {
  overflow: hidden;
  text-align: center;
}

.elite-elements-toggle > div {
  display: inline-block;
}

.elite-elements-toggle h3 {
  float: left;
  font-size: 20px;
  margin: 0 20px 0 0;
}

.elite-elements-toggle p {
  margin: 5px 0 10px;
  font-size: 15px;
}

.elite-widgets-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#elite-info-box {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 300px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 500px;
}

#elite-info-box a {
  color: #0026e4;
  text-decoration: none;
  font-weight: bold;
}

#elite-info-box a:hover {
  text-decoration: underline;
}

.elite-widgets-search input {
  width: 100%;
  max-width: 360px;
  height: 45px;
  padding-left: 15px;
  background-color: #fdfdfd;
  border: none;
  border: 1px solid #bcc9dd !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5;
}

.elite-widgets-search .dashicons {
  margin-left: -32px;
  color: #0026e4;
}

.elite-elements-filters {
  text-align: center;
}

.elite-elements-filters li {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #c0d1ea;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 500;
  color: #424242;
  cursor: pointer;
  background-color: #fdfdfd;
  font-size: 12px;
}

.elite-elements-filters li.elite-active-filter {
  border-color: #0026e4;
  color: #ffffff;
  background-color: #0026e4;
}

.elite-elements-filters li:last-child {
  margin-right: 0;
}

.elite-elements-heading {
  text-align: center;
  margin-bottom: 30px;
}

.elite-elements-heading h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}

.elite-elements-heading .elite-install-activate-woocommerce {
  color: red;
  font-weight: 700;
}

.elite-install-activate-woocommerce .dashicons {
  font-size: 18px;
}

.elite-woo-templates,
.elite-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}

.elite-woo-templates {
  margin-bottom: 0;
}

.elite-woo-template,
.elite-element {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 31%;
  padding: 20px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
  
  :;
  der-radius: 5px;
  background-color: #fcfcfceb;
  border: solid 1px #d9e3f3;
}

.elite-woo-template {
  width: 100%;
}

.elite-woo-template-info.elite-compare-wishlist {
  flex-direction: column;
  margin-top: 20px;
}

.elite-compare-wishlist label {
  display: block !important;
  width: auto !important;
  background: none !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin: 0;
}

.elite-compare-wishlist select {
  display: block !important;
  min-width: 100% !important;  
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-woo-template-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.elite-woo-template-info .elite-woo-template-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.elite-woo-template-title h3 {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #3c434a !important;
}

.elite-woo-template-title p {
  margin: 0;
  font-size: 12px;
}

.elite-woo-template-info h4 {
  font-size: 1.15em !important;
  font-weight: 500 !important;
  margin: 0;
}

.elite-element-info h3 {
  float: left;
  margin: 0;
  color: #3a3a3a;
  font-size: 16px;
}

.elite-woo-template-info label {
  min-width: 45px;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label {
  float: right;
}

.elite-settings-group-description {
  margin-top: 10px;
}

.elite-settings-group-description,
.elite-woo-template-info span,
.elite-element-info span {
  display: block;
  margin-top: 3px;
  color: #6b6a6a;
  font-style: normal;
  font-size: 13px;
}

.elite-woo-template-info a,
.elite-element-info a {
  display: none;
  clear: both;
  font-size: 12px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.elite-sticky-video-tutorial,
.elite-sticky-video-tutorial:hover {
  color: #f51f3d !important;
}

.elite-inline-link {
  display: inline-block !important;
  margin-right: 10px;
}

.elite-sticky-advanced-demos-title {
  margin-bottom: 0 !important;
}

.elite-sticky-advanced-demos {
  margin: 0;
}

.elite-sticky-advanced-demos a,
.elite-sticky-advanced-demos span {
  display: inline;
  text-decoration: none;
}

.elite-woo-template-info input,
.elite-element-info input,
.elite-elements-toggle input[type="checkbox"],
.elite-setting-custom-ckbox input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.elite-woo-template-info label,
.elite-element-info label,
.elite-elements-toggle label,
.elite-setting-custom-ckbox label {
  position: relative;
  display: block;
  width: 45px;
  height: 23px;
  border-radius: 20px;
  background: #e8e8e8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input + label:after,
.elite-element-info input + label:after,
.elite-elements-toggle input + label:after,
.elite-setting-custom-ckbox input + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elite-woo-template-info input:checked + label,
.elite-element-info input:checked + label,
.elite-elements-toggle input:checked + label,
.elite-setting-custom-ckbox input:checked + label {
  background: #00d223;
}

.elite-woo-template-info input:checked + label:after,
.elite-element-info input:checked + label:after,
.elite-elements-toggle input:checked + label:after,
.elite-setting-custom-ckbox input:checked + label:after {
  left: 24px;
}

.elite-new-element:before {
  content: 'NEW';
  position: absolute;
  top: -10px;
  left: 28px;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-pro-element:before,
.elite-expert-element:before {
  content: 'PRO';
  position: absolute;
  top: -10px;
  left: 28px;
  z-index: 10;
  padding: 1px 7px;
  color: #fff;
  background-color: #f44;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.elite-expert-element:before {
  content: 'EXPERT';
}

/* GOGA */
.elite-pro-element a,
.elite-pro-element > a,
.elite-expert-element > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}

.elite-widgets-not-found,
.elite-feature-not-found {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.elite-widgets-not-found img,
.elite-feature-not-found img {
  width: 180px;
}

.elite-widgets-not-found h1,
.elite-feature-not-found h1 {
  margin: 0;
}

.elite-widgets-not-found p,
.elite-feature-not-found p {
  margin-top: 0;
}

.elite-widgets-not-found a,
.elite-feature-not-found a {
  display: inline-block;
  padding: 10px 25px;
  background: #0026e4;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.elite-widgets-not-found a:hover,
.elite-feature-not-found a:hover {
  background: #5836fd;
}

.elite-settings-saved {
  display: none;
  position: fixed;
  top: 60px;
  right: 30px;
  padding: 15px 25px;
  border-radius: 3px;
  color: #fff;
  background: #31c573;
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.2);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/*--------------------------------------------------------------
== My Templates
--------------------------------------------------------------*/
.elite-my-templates-list {
  width: 65%;
}

.elite-activate-woo-notice,
.elite-my-templates-list li {
  overflow: hidden;
  padding: 20px 35px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
          box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.elite-my-templates-list li h3 {
  float: left;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
}

.elite-my-templates-list .elite-action-buttons {
  float: right;
}

.elite-my-templates-list .elite-template-conditions {
  background: #1842e4;
}

.elite-active-conditions-template .elite-template-conditions {
  /* background: #7a5ffd; */
}

.elite-my-templates-list .elite-template-conditions:hover,
.elite-active-conditions-template .elite-template-conditions:hover {
  background: #0026e4;
}

.elite-my-templates-list .elite-edit-template {
  background: #1842e4;
}

.elite-my-templates-list .elite-edit-template:hover {
  background: #002acc;
}

.elite-edit-template:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elite-my-templates-list .elite-delete-template {
  background: #e21300;
}

.elite-my-templates-list .elite-delete-template:hover {
  background: #FF4635;
}

.elite-my-templates-list .elite-action-buttons > * {
  display: inline-block;
  padding: 3px 20px;
  margin-right: 10px;
  border: 0;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.elite-my-templates-list .elite-action-buttons > *:last-child {
  margin-right: 0;
}

.elite-my-templates-list .elite-action-buttons .dashicons {
  font-size: 16px;
  line-height: 30px;
}

.elite-active-conditions-template {
  border-left: 5px solid #2dcc00;
  background: #f6fff6;
}

.elite-my-templates-list .elite-no-templates {
  background: #fff !important;
}


/*--------------------------------------------------------------
== Settings
--------------------------------------------------------------*/
.elite-settings-group:first-of-type {
  margin-top: 50px;
  max-width: 40vw;
}

.elite-settings-group {
  margin-top: 50px;
  position: relative;
  /* width: 50%; */
  background: #fdfdfd;
  padding: 30px;
  margin-bottom: 80px;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.elite-settings-group-inner {
  position: relative;
} 

.elite-settings-group-title {
  width: 95%;
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: translateY(-100%); */
  -ms-transform: translateY(-100%);
  transform: ];
  ];
  padding: 12px 24px;
  background: #1842e4;
  margin: 0;
  /* -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.05); */
  /* box-shadow: 0 -2px 3px rgba(0,0,0,0.05); */
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 14px;
}

.elite-setting {
  margin-bottom: 20px;
}

.elite-setting h4 {
  margin-bottom: 8px;
}

.elite-setting input:not(input[type='checkbox']) {
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 5px 15px;
}

.elite-setting input[type='checkbox'] {
  margin-right: 8px;
}

.elite-settings .submit:first-of-type {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 70px;
}

.wp-picker-clear {
  width: 100px !important;
}


/*--------------------------------------------------------------
== Conditions
--------------------------------------------------------------*/

.elite-preview-buttons{margin-top: 30px;margin-bottom: 40px;}

.elite-admin-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.elite-admin-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  width: 80%;
  max-width: 850px;
  padding: 70px 20px 20px 20px;
  background-color: #F1F3F5;
}


.elite-admin-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #59626a;
}

.elite-conditions.elite-tab-archive .global-condition-select,
.elite-conditions.elite-tab-archive .singles-condition-select,
.elite-conditions.elite-tab-product_archive .global-condition-select,
.elite-conditions.elite-tab-product_archive .singles-condition-select,
.elite-conditions.elite-tab-single .global-condition-select,
.elite-conditions.elite-tab-single .archives-condition-select,
.elite-conditions.elite-tab-product_single .global-condition-select,
.elite-conditions.elite-tab-product_single .archives-condition-select {
  display: none !important;
}

.elite-condition-popup select {
  text-transform: capitalize;
}

/* GOGA - conditions overflow the viewport if too many */
.elite-conditions-wrap {
  max-height: 40vh;
  width: 650px;
  overflow: visible;
  overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-x: visible;
  -moz-overflow-x: visible;
  -ms-overflow-x: visible;
  overflow-y: auto;
  -webkit-overflow-y: auto;
  -moz-overflow-y: auto;
  -ms-overflow-y: auto;
}

.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(1),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(2),
.elite-conditions-wrap.blog-posts .singles-condition-select option:nth-child(3) {
  /*display: none;*/
}

.elite-conditions.elite-tab-archive .archives-condition-select,
.elite-conditions.elite-tab-product_archive .archives-condition-select,
.elite-conditions.elite-tab-single .singles-condition-select,
.elite-conditions.elite-tab-product_single .singles-condition-select {
  display: block !important;
}

.elite-conditions-sample {
  display: none !important;
}

.elite-conditions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 600px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.elite-admin-popup header {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.elite-admin-popup header h2 {
  margin: 25px auto;
  font-size: 26px;
  color: #59626a;
}

.elite-admin-popup header p {
  margin-top: 0;
  margin-bottom: 0;
  color: #7f8b96;
}

.elite-conditions select {
  height: 35px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #e8e8e8 !important;
  background-size: 14px 14px;
}

span.elite-add-conditions {
  margin-top: 30px;
  background: #A4AFB7;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 3px;
  cursor: pointer;
}

span.elite-add-conditions:hover {
  background: #848c92;
}

input.elite-condition-input-ids {
  display: none;
  padding: 5px;
  outline: none;
  border: none;
  border-radius: 0;
}

input.elite-condition-input-ids,
.elite-conditions select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
  margin: 0;
  text-indent: 5px;
}

.elite-canvas-condition {
  display: none;
  margin-top: 20px;
}

.elite-canvas-condition label {
  display: inline-block;
}

.elite-canvas-condition span {
  margin-right: 20px;
}

#elite-woo-products-per-page {
  width: 40px;
  border: 1px solid #e8e8e8;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 10px;
}

.elite-delete-template-conditions {
  margin-left: auto;
  position: absolute;
  right: -30px;
  color: #C2CBD2;
  font-size: 22px;
  cursor: pointer;
}

.elite-delete-template-conditions:hover {
  color: #81868a;
}

.elite-save-conditions {
    padding: 8px 20px;
    color: #fff;
    background: #0026e4;
    margin-left: auto;
    border-radius: 3px;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}

.elite-user-template-popup {
  padding-top: 40px;
}

.elite-user-template-popup header {
  margin-bottom: 27px;
}

.elite-user-template-popup .elite-create-template {
  padding: 11px 20px;
  margin: 25px auto;
  color: #fff;
  background: #0026e4;
  border-radius: 3px;
  cursor: pointer;
}

.elite-user-template-popup p {
  max-width: 70%;
  margin: auto;
}

input.elite-user-template-title {
  width: 350px;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 3px;
}

input.elite-user-template-title::-webkit-input-placeholder,
input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder,
input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder,
input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder,
input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-webkit-input-placeholder, input.elite-condition-input-ids::-webkit-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-moz-placeholder, input.elite-condition-input-ids::-moz-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:-ms-input-placeholder, input.elite-condition-input-ids:-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::-ms-input-placeholder, input.elite-condition-input-ids::-ms-input-placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title::placeholder,
input.elite-condition-input-ids::placeholder {
  color: #9a9a9a;
}

input.elite-user-template-title:focus {
  border-color: #0026e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
== White Label
--------------------------------------------------------------*/
.elite-wl-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.elite-wl-tab-content .elite-settings-group:last-of-type {
  margin-top: 50px;
  margin-left: 50px;
}

.elite-setting-custom-img-upload div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
}

.elite-setting-custom-img-upload div button span {
  margin-left: 5px;
}

.elite-setting-custom-img-upload div button img {
  width: 50px;
}

.elite-setting-custom-ckbox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elite-setting-custom-ckbox label {
  background: #dddbdb;
}

.elite-setting-custom-ckbox p {
  color: #a09f9f;
}

/*--------------------------------------------------------------
== Freemius
--------------------------------------------------------------*/
#fs_connect {
  margin: 40px !important;
  width: 650px !important;
  border-top: 3px solid #2271B1 !important;
}

#fs_connect .fs-content {
  padding: 25px 20px 35px 20px !important;
}

#fs_connect .fs-content h2 {
  text-transform: capitalize;
}

#fs_connect .fs-visual {
  background: transparent !important;
}

#fs_connect .fs-visual .fs-site-icon,
#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo {
  top: 20px !important;
}

#fs_connect .fs-visual .fs-plugin-icon,
#fs_connect .fs-visual .fs-connect-logo,
#fs_connect .fs-visual .fs-site-icon {
  border: none !important;
}

#fs_connect .fs-visual .fs-site-icon i,
#fs_connect .fs-visual img{
  overflow: hidden !important;
  border-radius: 100px !important;
}

#fs_connect .fs-actions {
  border-top: 1px solid #F2F2F2 !important;
  background: #F2F2F2 !important;
  padding: 20px !important;
}

#fs_connect .fs-actions .button {
  font-size: 14px !important;
}

#fs_connect .fs-actions .button.button-secondary {
  padding: 0 25px !important;
}

#fs_connect .fs-permissions>.fs-trigger {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fs-trigger.wp-core-ui {
  opacity: 0.6;
}

#fs_connect .fs-permissions.fs-open ul {
  margin: 30px 20px !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description span {
  font-size: 12px !important;
  text-transform: capitalize !important;
}

#fs_connect .fs-permissions ul li .fs-permission-description p {
  font-size: 11px !important;
  margin-top: 0 !important;
}

#fs_connect .fs-license-key-container {
  width: 100% !important;
  margin-top: 20px;
}

#pframe,
#fs_connect.require-license-key .fs-permissions,
#fs_connect.require-license-key .fs-terms,
#fs_connect .fs-freemium-licensing,
#license_issues_link {
  display: none !important;
}

.fs-terms {
  display: none !important;
}

/*--------------------------------------------------------------
== Settings: Pro Options
--------------------------------------------------------------*/
.elite-settings-pro-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  
  text-shadow: 1px 1px 1px #000;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
          box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}

.elite-settings-pro-overlay:hover,
.elite-settings-pro-overlay:focus{
  color: #f9f9f9;
}

.elite-settings-pro-overlay .dashicons {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elite-settings-pro-overlay .dashicons:nth-child(2) {
  display: none;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(2) {
  display: block;
}

.elite-settings-pro-overlay:hover .dashicons:nth-child(1) {
  display: none;
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

/* Disable Notices */
.notice:not(.elite-plugin-update-notice):not(.elite-plugin-sale-notice):not(.elite-pro-features-notice),
div.fs-notice.updated, div.fs-notice.success {
  display: none !important;
}

/* Freemius license error video */
.elite-fs-error-video-tutorial {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------------
== Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .elite-my-templates-list {
    width: 100%;
  }
  .elite-widgets-search input {
    max-width: 250px;
    height: 40px;
  }
  
  .elite-elements-toggle p {
    margin-top: 5px;
  }

  .elite-elements-filters li {
      padding: 6px 12px;
      margin-right: 1px;
      font-size: 12px;
  }
}

@media screen and (max-width: 1536px) {
  .elite-elements.elite-elements-general .elite-element {
    width: 31.3%;
  }

  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .elite-elements.elite-elements-general .elite-element:nth-child(2) h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 1355px) {
  .elite-nav-tab-wrapper a {
    padding: 13px 25px;
    font-size: 14px;
  }

}

/* Keep widgets toggle exactly centered in the elements header */
.elite-settings-page .elite-elements-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.elite-settings-page .elite-elements-header > .elite-elements-toggle {
  grid-column: 2;
  justify-self: center;
  width: auto;
  min-width: 0;
}

.elite-settings-page .elite-elements-header > .elite-elements-filters {
  grid-column: 3;
  justify-self: end;
  width: auto;
  min-width: 0;
  margin-right: 3%;
}

@media screen and (max-width: 1200px) {
  .elite-settings-page .elite-elements-header {
    display: flex;
    justify-content: center;
  }

  .elite-settings-page .elite-elements-header > .elite-elements-filters {
    width: 100%;
    text-align: center;
  }
}

/* Keep save notice visible above the sticky top bar */
.toplevel_page_elite-elementor-addons .elite-settings-saved,
.elite-elements_page_elite-theme-builder .elite-settings-saved,
.elite-elements_page_elite-popups .elite-settings-saved,
.elite-elements_page_elite-elementor-addons-settings .elite-settings-saved,
.elite-elementor-addons_page_elite-theme-builder .elite-settings-saved,
.elite-elementor-addons_page_elite-popups .elite-settings-saved,
.elite-elementor-addons_page_elite-elementor-addons-settings .elite-settings-saved {
  z-index: 120 !important;
}

/* Settings page section tabs */
.elite-settings-page-intro {
  text-align: center;
  margin: 40px 0 40px 0;
}

.elite-settings-page-intro h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.6;
  color: #384458;
}

.elite-settings-page-intro p {
  display: inline-block;
  margin: 0;
  padding: 11px 18px;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
  color: #334155;
  font-size: 14px;
  font-weight: 500;
}

.elite-settings-page-intro-label {
  color: #1e3a8a;
  font-weight: 700;
  margin-right: 6px;
}

.elite-theme-builder-page-intro {
  margin: 24px 0 40px;
}

.elite-popups-page-intro {
  margin: 24px 0 26px;
}

.elite-elements_page_elite-popups .elite-nav-tab-wrapper,
.elite-elementor-addons_page_elite-popups .elite-nav-tab-wrapper {
  display: none;
}

.elite-elements_page_elite-popups .elite-popups-page-intro,
.elite-elementor-addons_page_elite-popups .elite-popups-page-intro {
  margin-top: 30px;
}

.elite-elements-heading .elite-elements-guide {
  display: inline-block;
  margin: 10px 0 0;
  padding: 11px 18px;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
  color: #334155;
  font-size: 14px;
  font-weight: 500;
}

.elite-elements-heading .elite-elements-guide-label {
  color: #1e3a8a;
  font-weight: 700;
  margin-right: 6px;
}

.elite-settings-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 0;
}

.elite-settings-tab {
  border: solid 1px #c0d1ea;
  padding: 13px 30px;
  background-color: #fdfdfd;
  font-size: 14px;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
}

.elite-settings-tab:hover {
  color: #0026e4;
  background: #fff;
}

.elite-settings-tab.elite-active {
  border: solid 1px #0024e4;
  background: #0026e4;
  color: #fff;
  -webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
  box-shadow: 3px -2px 5px rgba(0,0,0,0.03);
}

.elite-settings-tab:focus {
  outline: none;
  box-shadow: none;
}

.elite-options-topbar-actions {
  display: flex;
  align-items: center;
}

.elite-options-topbar-actions .elite-header-create-template {
  margin: 0 !important;
}
