#wpbforwpbakery_woo_template_tabs .description span,
.pro span,
#wpbforwpbakery_other_tabs .proelement{
  color: #ff0000;
}
.wpbforwpbakery-themes-row *{
  box-sizing: border-box;
}
.wpbforwpbakery-themes-area {
  margin: 20px 0;
  overflow: hidden;
}
.wpbforwpbakery-single-theme {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
}
.wpbforwpbakery-single-theme img{
    width: 100%;
}
.wpbforwpbakery-button {
  border: 1px solid #ccc;
  color: #23282d;
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.wpbforwpbakery-button:hover{
    background: #0085ba;
    color: #fff;
    border-color: #0085ba;
}
#wpbforwpbakery_themes_library_tabs .wl-submit-button,#wpbforwpbakery_template_library_tabs .wl-submit-button, #wpbforwpbakery_general_tabs .wl-submit-button,#wpbforwpbakery_buy_pro_tabs .wl-submit-button{
    display: none;
}
.wpbforwpbakery-themes-row {
  margin-left: -15px;
  overflow: hidden;
}
.wpbforwpbakery-template-area {
  overflow: hidden;
}
.wpbforwpbakery-theme-content h3 {
  font-weight: 400;
}
.wpbforwpbakery-theme-content h3 span{
    color: #ff3535;
}
#wpbforwpbakery_template_library_tabs h2,#wpbforwpbakery_general_tabs h2,#wpbforwpbakery_buy_pro_tabs h2{display: none;}

.wpbforwpbakery-admin-tab-pane{
  display: none;
}
.wpbforwpbakery-admin-tab-pane.wlactive{
  display: block;
}

.wpbforwpbakery-admin-tab-area {
  margin: 30px 0 20px;
}
.wpbforwpbakery-admin-tabs {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.wpbforwpbakery-admin-tabs li{
    display: inline-block;
    margin-right: 15px;
}
.wpbforwpbakery-admin-tabs li:last-child{
    margin-right: 0;
}
.wpbforwpbakery-admin-tabs li a {
  border: 1px solid #ccc;
  color: #666;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.4s;
}
.wpbforwpbakery-admin-tabs li a:hover,.wpbforwpbakery-admin-tabs li a.wlactive {
  background: #0085ba none repeat scroll 0 0;
  border-color: #0085ba;
  color: #fff;
}

/*Element tab table*/
#wpbforwpbakery_elements_tabs table tr.wpbforwpbakery_table_row{
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 20px;
}
#wpbforwpbakery_elements_tabs table tr td,#wpbforwpbakery_elements_tabs table tr th{
    padding-right: 0;
}

#wpbforwpbakery_elements_tabs table tr.htmega_title_row{
  border: medium none;
  display: block;
  width: 100%;
}

#wpbforwpbakery_elements_tabs table tr.htmega_title_row h2{
    margin: 0;
}

#wpbforwpbakery_elements_tabs table tr.htmega_title_row td{
  padding: 0;
}

/* Check box */
.htoptions_element_checkbox label {
    padding: 2px;
    width: 43px;
    height: 15px;
    background-color: #2c3e50;
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    position: relative;
    text-indent: -99999px;
}
.metabox-holder .wpbforwpbakery_elements_tabs *, .metabox-holder .wpbforwpbakery_elements_tabs *::after, .metabox-holder .wpbforwpbakery_elements_tabs *::before {
  box-sizing: unset;
}
.htoptions_element_checkbox label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.htoptions_element_checkbox label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 18px;
    background-color: #2c3e50;
    border-radius: 10px;
    -webkit-transition: margin 0.2s, background 0.2s;
    transition: margin 0.2s, background 0.2s;
}
.htoptions_element_checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.htoptions_element_checkbox input:disabled{
  opacity: 0;
}
.htoptions_element_checkbox input:checked + label {
    background-color: #22b9ff;
}
.htoptions_element_checkbox input:checked + label::after {
    background-color: #22b9ff;
    margin-left: 23px;
}

.wpbforwpbakery_table_row span{
  color: #FF0000;
}

/* Popup Box */
.wldialog-content {
  text-align: center;
}
.wldialog-content > span {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.wldialog-content > p {
  font-size: 18px;
}
.wldialog-content i {
  font-size: 40px;
}

/* General Tab HTML */
.wpbforwpbakery-column {
  float: left;
  padding: 0 15px;
}
.wpbforwpbakery-document-section {
  margin-top: 25px;
  overflow: hidden;
}
.wooolentor-section-title {
  font-size: 20px;
  padding-left: 15px;
}
.wpbforwpbakery-admin-row {
  display: flex;
  overflow: hidden;
}
.features-list-area {
  border: 1px solid #ddd;
  float: left;
  margin: 0 15px;
  padding: 0 15px;
}
.features-list-area li {
  font-size: 16px;
  padding: 4px 0 4px 5px;
  position: relative;
}
.features-list-area li::before {
  content: "";
  font-family: dashicons;
  left: -5px;
  position: relative;
  top: 2px;
}
.features-list-area li.wldel::before{
  content: "\f335";
}
.features-list-area .button.button-primary,.wpbforwpbakery-price-plan .button.button-primary{
  margin: 5px 0 20px;
}

/* Buy Pro */
.wpbforwpbakery-price-plan {
  width: 20%;
  border: 1px solid #ddd;
  float: left;
  margin: 0 15px;
  padding: 0 15px;
}
.wpbforwpbakery-price-plan h3 {
  font-size: 20px;
}
.wpbforwpbakery-admin-tab-pane .wpbforwpbakery-admin-row {
  margin-left: -15px;
}
.wpbforwpbakery-price-plan ul li {
  font-size: 16px;
  padding: 4px 0;
}
.wpbforwpbakery-price {
  font-size: 20px;
}
.regular-price {
  font-size: 16px;
}
.wpbforwpbakery-section-title{
	margin-left: 15px;
}
#wpbforwpbakery_rename_label_tabs .element_section_title{
  margin: 0;
}
.wpbforwpbakery-pro-notice-wraper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff; 
  padding: 30px 70px;
}
.wpbforwpbakery-pro-notice-title{
  font-size: 40px;
  line-height: 1 !important;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #007eff;
}
.wpbforwpbakery-pro-notice-text{
  font-size: 14px;
  margin-bottom: 20px;
}

.wpbforwpbakery-pro-notice-button{
  color: #fff;
  background-color: #007EFF;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 30px;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}
.wpbforwpbakery-pro-notice-button:focus,.wpbforwpbakery-pro-notice-button:hover{
  color: #fff;
}