/* Easy Digital Downloads
------------------------------------------------------------------------------------ */
.edd-loading {
  border-top-color: var(--theme-color-bg_color_02);
  border-right-color: var(--theme-color-bg_color_02);
  border-bottom-color: var(--theme-color-bg_color_02);
  border-left-color: var(--theme-color-bg_color);
}

.edd_download_quantity_wrapper,
.edd-item-quantity,
input.edd-add-to-cart {
  display: none !important;
}

/* Single Download
-------------------------------------------------------------- */
.post_type_download.post_item_single .post_header_single + .post_featured {
  margin-top: 3.75em;
}
.post_type_download.post_item_single .post_header_single .post_meta_other {
  margin-top: 2.3em;
  margin-bottom: -10px;
}
.post_type_download.post_item_single .post_header_single .post_meta_other > * {
  margin-bottom: 10px;
}
.post_type_download.post_item_single .post_header_single .post_meta .post_meta_item:after {
  display: none;
}
.post_type_download.post_item_single .post_header_single .post_meta .post_meta_item.post_categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2.1em;
}
.post_type_download.post_item_single .post_header_single .post_sales {
  font-size: var(--theme-font-p_font-size);
  letter-spacing: var(--theme-font-p_letter-spacing);
  color: var(--theme-color-text);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.post_type_download.post_item_single .post_header_single .post_sales .count {
  color: var(--theme-color-title);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.post_type_download.post_item_single .post_header_single .post_sales span:not(.count):after {
  content: ":";
  margin-right: 0.3em;
}

.post_meta_rating .post_rating {
  color: var(--theme-color-bd_color);
  position: relative;
  display: inline-block;
}
.post_meta_rating .post_rating:before {
  content: "\e873\e873\e873\e873\e873";
  font-family: "fontello";
}
.post_meta_rating .post_rating span {
  position: absolute;
  color: var(--e-global-color-a09d6da);
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.post_meta_rating .post_rating span:before {
  content: "\e873\e873\e873\e873\e873";
  font-family: "fontello";
}

/* Shortcodes
-------------------------------------------------------------- */
/* Shortcode: EDD Cart */
.sc_edd_cart {
  /* Numbers */
  /* Cart */
}
.sc_edd_cart .edd-cart-number-of-items {
  display: none !important;
}
.sc_edd_cart .edd-cart {
  font-size: 1rem;
  margin-bottom: 0;
  list-style: none;
  /* Discount Row */
  /* Total */
  /* Checkout */
}
.sc_edd_cart .edd-cart .edd-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  padding: 2em 0;
  margin: 0 0 -1px;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--theme-color-bg_color);
  /* Image */
  /* Title */
  /* Space */
  /* Price */
  /* Remove from cart */
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-image {
  width: 10rem;
  position: relative;
  top: auto;
  left: auto;
  height: 6.78rem;
  margin: 0.45em 0;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-title {
  font-family: var(--theme-font-h6_font-family);
  font-size: var(--theme-font-h6_font-size);
  font-weight: var(--theme-font-h6_font-weight);
  line-height: var(--theme-font-h6_line-height);
  width: 18rem;
  color: var(--theme-color-title);
  /* Quantity */
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-title a {
  color: var(--theme-color-title);
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-title a:hover {
  color: var(--theme-color-hover);
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-title .edd-cart-item-quantity {
  font-weight: 400;
  display: block;
  margin-top: 15px;
  color: var(--theme-color-text);
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-space {
  width: 10rem;
  position: relative;
  margin: 0.45em 0;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-price {
  font-family: var(--theme-font-h6_font-family);
  font-weight: var(--theme-font-h6_font-weight);
  width: 4.28rem;
  text-align: right;
  color: var(--theme-color-title);
  white-space: nowrap;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-price .edd-cart-item-quantity {
  margin-right: 0;
  font-weight: 400;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-price .edd-cart-item-quantity[data-quantity="1"] {
  display: none;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-remove-from-cart {
  position: relative;
  top: -2px;
  left: auto;
  height: auto;
  font-size: 12px;
  line-height: 27px;
  width: 27px;
  text-align: right;
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-remove-from-cart:before {
  content: "\e916";
  font-family: "fontello";
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  color: var(--theme-color-title);
}
.sc_edd_cart .edd-cart .edd-cart-item .edd-remove-from-cart:hover:before {
  color: var(--theme-color-hover);
}
.sc_edd_cart .edd-cart .edd-cart-item.fee {
  margin-bottom: 5.55em;
}
.sc_edd_cart .edd-cart .edd-cart-item.fee .edd-cart-fee {
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px solid var(--theme-color-alter_bd_color);
}
.sc_edd_cart .edd-cart .edd-cart-item.fee .edd-cart-fee div:not([class]) {
  display: none;
}
.sc_edd_cart .edd-cart #edd_discount_code {
  padding: 0;
  margin: 0;
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount {
  text-align: left;
  padding: 1em 0;
  border-bottom: 1px solid;
  color: var(--theme-color-text_dark) !important;
  border-color: var(--theme-color-alter_bd_color);
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount .edd_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  /* Remove */
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount .edd_discount .edd_discount_rate {
  font-weight: 700;
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount .edd_discount .edd_discount_remove {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color-text_dark) !important;
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount .edd_discount .edd_discount_remove:hover {
  color: var(--theme-color-text_hover) !important;
}
.sc_edd_cart .edd-cart .edd_cart_discount_row .edd_cart_discount .edd_discount .edd_discount_remove:before {
  content: "\e916";
  font-family: fontello;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}
.sc_edd_cart .edd-cart .edd-cart-meta.edd_total {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 1.95em 0 0;
  color: var(--theme-color-title);
  background-color: transparent;
}
.sc_edd_cart .edd-cart .edd-cart-meta.edd_total .cart-total {
  font-size: inherit;
  font-weight: inherit;
  float: right;
}
.sc_edd_cart .edd-cart .edd_checkout {
  margin-top: 3.25em;
}
.sc_edd_cart .edd-cart .edd_checkout a {
  display: block !important;
  text-align: center;
}

/* Discount */
#edd_discount_code {
  margin-top: 1.85em;
}
#edd_discount_code #edd_show_discount {
  display: block !important;
  color: var(--theme-color-text);
}
#edd_discount_code #edd_show_discount.show {
  display: none !important;
}
#edd_discount_code #edd_show_discount.show + #edd-discount-code-wrap {
  display: block;
  margin-top: 0;
}
#edd_discount_code #edd_show_discount a {
  color: var(--theme-color-link);
}
#edd_discount_code #edd_show_discount a:hover {
  color: var(--theme-color-hover);
}
#edd_discount_code #edd_show_discount .edd_discount_link {
  font-weight: 700;
}
#edd_discount_code #edd_show_discount .edd_discount_link:after {
  content: "\e828";
  font-family: fontello;
  margin-left: 0.4em;
  font-size: 1.2em;
  vertical-align: bottom;
}
#edd_discount_code #edd-discount-code-wrap {
  display: none;
  margin-top: 1em;
  /* Description */
  /* Field */
  /* Error */
}
#edd_discount_code #edd-discount-code-wrap .edd-description {
  color: var(--theme-color-text);
}
#edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 1.4em;
}
#edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-input {
  width: 75%;
}
#edd_discount_code #edd-discount-code-wrap .edd-discount-code-field-wrap .edd-apply-discount {
  width: 25%;
}
#edd_discount_code #edd-discount-code-wrap .edd_error {
  margin-top: 10px;
  display: block;
}

.sc_layouts_cart .sc_edd_cart .edd-cart .edd-cart-item {
  /* Title */
}
.sc_layouts_cart .sc_edd_cart .edd-cart .edd-cart-item .edd-cart-item-title {
  width: 21rem;
}

.cart-empty .edd_promocode {
  display: none;
}

.cart-not-empty .edd_promocode {
  display: block !important;
}

/* Shortcode: EDD Checkout */
.sc_edd_checkout {
  /* Cart */
  /* Discount */
}
.sc_edd_checkout table td,
.sc_edd_checkout table th {
  padding: 0;
  border: none;
  background-color: transparent !important;
}
.sc_edd_checkout thead {
  display: none;
}
.sc_edd_checkout #edd_checkout_cart {
  /* Discount Row */
  /* Total */
}
.sc_edd_checkout #edd_checkout_cart td {
  color: var(--theme-color-title);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 2.1em 0;
  margin: 0 0 -1px;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--theme-color-bd_color);
  /* Image */
  /* Name */
  /* Space */
  /* Price */
  /* Remove */
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd-cart-item-image {
  width: 10rem;
  position: relative;
  top: auto;
  left: auto;
  height: 6.78rem;
  margin: 0.45em 0;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name {
  width: 18rem;
  font-size: var(--theme-font-h6_font-size);
  font-weight: var(--theme-font-h6_font-weight);
  line-height: var(--theme-font-h6_line-height);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Image */
  /* Quantity */
  /* Title */
  /* Notice */
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name .edd_cart_item_image {
  display: none;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name .edd-cart-item-quantity {
  font-weight: 400;
  color: var(--theme-color-text);
  margin-top: 15px;
  display: block;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name span.edd_checkout_cart_item_title {
  display: none;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name a.edd_checkout_cart_item_title {
  display: block;
  color: var(--theme-color-title);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name a.edd_checkout_cart_item_title:hover {
  color: var(--theme-color-link);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name .eddr-cart-item-notice {
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_name .eddr-cart-item-notice em {
  font-style: normal;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd-cart-item-space {
  width: 10rem;
  margin: 0.45em 0;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_price {
  width: 4.28rem;
  text-align: right;
  font-weight: 600;
  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;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_price del {
  display: none;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_item_price .edd-cart-item-quantity {
  margin-right: 0;
  font-weight: 400;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_actions {
  display: block;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_actions .edd_cart_remove_item_btn {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 12px;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_actions .edd_cart_remove_item_btn:before {
  content: "\e916";
  font-family: "fontello";
  position: relative;
  top: -3px;
  left: auto;
  padding: 0;
  color: var(--theme-color-title);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_item .edd_cart_actions .edd_cart_remove_item_btn:hover:before {
  color: var(--theme-color-link);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 2.1em 0;
  margin: 0;
  border: 1px solid;
  border-width: 1px 0;
  margin-bottom: -1px;
  border-color: var(--theme-color-alter_bd_color);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_fee td:not([class]) {
  display: none;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount {
  text-align: left;
  padding: 1em 0;
  border-bottom: 1px solid;
  color: var(--theme-color-text_dark) !important;
  border-color: var(--theme-color-alter_bd_color);
  /* Remove */
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount .edd_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount .edd_discount .edd_discount_rate {
  font-weight: 700;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount .edd_discount_remove {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color-text_dark) !important;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount .edd_discount_remove:hover {
  color: var(--theme-color-text_hover) !important;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_discount_row .edd_cart_discount .edd_discount_remove:before {
  content: "\e916";
  font-family: fontello;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_total {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.95em 0 0 0;
  text-align: left;
  text-transform: none;
  color: var(--theme-color-title);
}
.sc_edd_checkout #edd_checkout_cart .edd_cart_total .edd_cart_amount {
  font-size: inherit;
  font-weight: inherit;
  float: right;
}
.sc_edd_checkout #edd_checkout_form_wrap {
  margin-top: 1.85em;
}

/* Shortcode: Purchase History */
#edd_user_history td, #edd_user_history th {
  text-align: center;
}

#edd_purchase_history_pagination {
  display: none;
}

/* Shortcode: Client Downloads */
.sc_edd_client_downloads .sc_edd_client_downloads_item {
  /* Info */
}
.sc_edd_client_downloads .sc_edd_client_downloads_item + .sc_edd_client_downloads_item {
  border-top: 1px solid var(--theme-color-alter_bg_hover);
  margin-top: 3.15em;
  padding-top: 3.35em;
}
.sc_edd_client_downloads .sc_edd_client_downloads_item h5 {
  margin-top: 0;
  margin-bottom: 1.1em;
}
.sc_edd_client_downloads .sc_edd_client_downloads_item .sc_edd_client_downloads_item_info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Link */
  /* Rating */
}
.sc_edd_client_downloads .sc_edd_client_downloads_item .sc_edd_client_downloads_item_info .sc_edd_client_downloads_item_link {
  text-transform: capitalize;
  font-weight: 600;
}
.sc_edd_client_downloads .sc_edd_client_downloads_item .sc_edd_client_downloads_item_info .sc_edd_client_downloads_item_link a {
  color: var(--theme-color-alter_hover);
}
.sc_edd_client_downloads .sc_edd_client_downloads_item .sc_edd_client_downloads_item_info .sc_edd_client_downloads_item_link a:hover {
  color: var(--theme-color-alter_link);
}
.sc_edd_client_downloads .sc_edd_client_downloads_item .sc_edd_client_downloads_item_info .sc_edd_client_downloads_item_rating.post_meta {
  margin: 0;
}

.sc_button_client.sc_button {
  display: block;
  text-align: center;
  margin-top: 4.45em;
  padding-left: 0;
  padding-right: 0;
}

/* Shortcode: EDD Offers */
.sc_edd_offers {
  /* Item */
  /* Icon */
  /* Name */
  /* Price */
  /* Link */
}
.sc_edd_offers .edd_offer_item_wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 1px solid var(--theme-color-bd_color);
}
.sc_edd_offers .edd_offer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 2.67rem 0;
}
.sc_edd_offers .edd_offer_item_icon {
  font-size: 3.5rem;
  line-height: 1em;
  width: 1em;
  color: var(--theme-color-title);
}
.sc_edd_offers .edd_offer_item_name {
  margin: 0;
}
.sc_edd_offers .edd_offer_item_price {
  width: 4.28rem;
  color: var(--theme-color-link);
  margin: 0;
}
.sc_edd_offers .edd_offer_item_price del {
  color: var(--theme-color-meta);
}
.sc_edd_offers .edd_offer_item_link .theme_button {
  white-space: nowrap;
}
.sc_edd_offers .edd_offer_item_link .trx_addons_edd_purchase_price,
.sc_edd_offers .edd_offer_item_link .edd_price_options {
  display: none;
}
.sc_edd_offers .edd_offer_item_link .edd-cart-ajax-alert {
  display: none !important;
}

/* Shortcode: EDD Offers - Default */
.sc_edd_offers_default .edd_offer_item_wrap {
  /* Icon */
  /* Popup */
  /* Name */
  /* Price */
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_content_icon {
  cursor: pointer;
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_content_icon:before {
  content: "?";
  font-size: 12px;
  line-height: 1.643rem;
  height: 1.643rem;
  width: 1.643rem;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-title);
  background-color: var(--theme-color-bg_color_2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_content_icon:hover:before, .sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_content_icon.open:before {
  color: var(--theme-color-bg_color_2);
  background-color: var(--theme-color-title);
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_content_popup {
  display: none;
  padding: 2.3rem 2.857rem;
  background-color: var(--theme-color-bg_color_2);
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_name {
  width: 14.4rem;
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_price {
  text-align: right;
}
.sc_edd_offers_default .edd_offer_item_wrap .edd_offer_item_price del {
  display: block;
}

/* Shortcode: EDD Offers - Full */
.sc_edd_offers_full {
  /* Name */
  /* Name */
  /* Content */
}
.sc_edd_offers_full .edd_offer_item_wrap:first-child {
  border-top: 2px solid var(--theme-color-title);
}
.sc_edd_offers_full .edd_offer_item_wrap:first-child .edd_offer_item {
  padding-top: 3.4rem;
}
.sc_edd_offers_full .edd_offer_item {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.sc_edd_offers_full .edd_offer_item_price {
  width: 14.8%;
}
.sc_edd_offers_full .edd_offer_item_price del {
  font-size: 0.82em;
  letter-spacing: -0.02em;
  margin: -1px 4px 0px 0px;
}
.sc_edd_offers_full .edd_offer_item_name_wrap {
  width: 32.7%;
}
.sc_edd_offers_full .edd_offer_item_name_wrap .edd_offer_item_name {
  width: 10em;
}
.sc_edd_offers_full .edd_offer_item_content {
  width: 40%;
}
.sc_edd_offers_full .edd_offer_item_link {
  width: 10.1%;
  text-align: right;
  margin-top: 4px;
}

/* Shortcode: EDD Offers - Dark */
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_wrap {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_price del {
  color: var(--theme-color-alt_meta);
}
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_icon {
  color: var(--theme-color-alt_title);
}
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_name a {
  color: var(--theme-color-alt_title);
}
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_name a:hover {
  color: var(--theme-color-alt_link);
}
.sc_edd_offers.sc_edd_offers_style_dark .edd_offer_item_content_popup {
  color: var(--theme-color-alt_text);
}
.sc_edd_offers.sc_edd_offers_style_dark.sc_edd_offers_default .edd_offer_item_content_popup {
  background-color: var(--theme-color-alt_bg_color);
}
.sc_edd_offers.sc_edd_offers_style_dark.sc_edd_offers_full .edd_offer_item_wrap:first-child {
  border-top-color: var(--theme-color-alt_title);
}

/* Shortcode: EDD Offers - Light */
.sc_edd_offers.sc_edd_offers_style_light .edd_offer_item_wrap .edd_offer_item_content_popup,
.sc_edd_offers.sc_edd_offers_style_light .edd_offer_item_wrap .edd_offer_item_content_icon:not(.open):not(:hover):before {
  background-color: var(--theme-color-bg_color);
}

.sc_layouts_cart .sc_edd_offers .edd_offer_item_wrap:first-child {
  border-top: 1px solid var(--theme-color-bd_color);
}
.sc_layouts_cart .sc_edd_offers .edd_offer_item_wrap .edd_offer_item {
  /* Icon */
  /* Name */
}
.sc_layouts_cart .sc_edd_offers .edd_offer_item_wrap .edd_offer_item .edd_offer_item_icon {
  font-size: 2.8rem;
  margin-top: 0.1em;
}
.sc_layouts_cart .sc_edd_offers .edd_offer_item_wrap .edd_offer_item .edd_offer_item_name {
  width: 19.5rem;
}

/* On mobile */
body.mobile_layout .sc_edd_offers .edd_offer_item_link {
  -webkit-transition: margin ease 0.3s;
  transition: margin ease 0.3s;
}
body.mobile_layout .sc_layouts_cart .sc_edd_offers .edd_offer_item_content_popup {
  left: 0px;
  right: 0;
  padding: 20px;
}

/* Shortcode: EDD Skins */
.sc_edd_skins {
  /* Item */
}
.sc_edd_skins .edd_skin_item_wrap {
  border: 1px solid;
  border-width: 1px 0;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-color: var(--theme-color-bd_color);
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2em 0;
  /* Image */
  /* Name */
  /* Link */
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image {
  width: 10rem;
  position: relative;
  top: auto;
  left: auto;
  height: 6.78rem;
  margin: 0.45em 0;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-extra_bg_color_07);
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image:hover:before {
  opacity: 1;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image .sc_button {
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image .sc_button:hover {
  color: var(--theme-color-bg_color) !important;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_image:hover .sc_button {
  top: 50%;
  opacity: 1;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_name {
  font-weight: 600;
  line-height: 1.75em;
  width: 16.6rem;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_name a {
  font-weight: inherit !important;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_link .sc_button {
  width: 12rem;
  text-align: center;
  margin: 0;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_link .sc_button.sc_button_size_small {
  padding-left: 0;
  padding-right: 0;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_link .sc_button.edd-add-to-cart:before {
  content: "\e95a";
  font-family: fontello;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_link .live_demo {
  display: none;
}
.sc_edd_skins .edd_skin_item_wrap .edd_skin_item .edd_skin_item_link .edd-cart-ajax-alert {
  display: none !important;
}

/* Shortcode: EDD Payment */
.sc_edd_payment {
  /* Inputs */
  /* Fieldset */
  /* Payment */
  /* User Info */
  /* Submit */
}
.sc_edd_payment h4 {
  margin-top: 0;
  margin-bottom: 1.6em;
}
.sc_edd_payment input {
  width: 100%;
}
.sc_edd_payment input[type=radio],
.sc_edd_payment input[type=checkbox] {
  width: auto;
}
.sc_edd_payment input[type=radio] + label,
.sc_edd_payment input[type=checkbox] + label {
  color: var(--theme-color-title);
}
.sc_edd_payment #edd-gateway-option-decta:before,
.sc_edd_payment #edd-gateway-option-paypal:before {
  top: 7px;
}
.sc_edd_payment fieldset {
  padding: 0;
}
.sc_edd_payment fieldset legend {
  position: relative;
  font-style: normal;
  font-weight: 600;
  left: auto;
  top: auto;
  margin-bottom: 15px;
  background-color: transparent;
}
.sc_edd_payment .edd-show-terms,
.sc_edd_payment .edd-label {
  display: none;
}
.sc_edd_payment #edd_payment_mode_select {
  /* Decta */
  /* Paypal */
}
.sc_edd_payment #edd_payment_mode_select .edd_payment_mode_field {
  margin-bottom: 15px;
}
.sc_edd_payment #edd_payment_mode_select #edd-gateway-option-decta:after {
  content: "";
  display: inline-block;
  height: 33px;
  width: 88px;
  vertical-align: middle;
  background-image: url(https://themerex.net/wp-content/uploads/2019/04/visa.webp), url(https://themerex.net/wp-content/uploads/2019/04/mastercard.webp);
  background-size: contain, contain;
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  margin-left: 10px;
}
.sc_edd_payment #edd_payment_mode_select #edd-gateway-option-paypal:after {
  content: "";
  display: inline-block;
  height: 33px;
  width: 44px;
  vertical-align: middle;
  background-image: url(https://themerex.net/wp-content/uploads/2019/04/paypal.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.sc_edd_payment #edd_checkout_user_info {
  margin-right: -20px;
}
.sc_edd_payment #edd_checkout_user_info > legend {
  display: none;
}
.sc_edd_payment #edd_checkout_user_info > p {
  padding-right: 20px;
  margin-bottom: 20px;
}
.sc_edd_payment #edd_checkout_user_info input[type=checkbox] {
  display: block;
}
.sc_edd_payment #edd_checkout_user_info #edd-first-name-wrap,
.sc_edd_payment #edd_checkout_user_info #edd-last-name-wrap {
  width: 50%;
  float: left;
}
.sc_edd_payment #edd_checkout_user_info .edd-description,
.sc_edd_payment #edd_checkout_user_info .edd-label {
  display: none;
}
.sc_edd_payment #edd_purchase_submit h6 a {
  display: inline;
}
.sc_edd_payment #edd_purchase_submit #edd_final_total_wrap {
  margin: 1rem 0 3rem;
  color: var(--theme-color-title);
}
.sc_edd_payment #edd_purchase_submit #edd-purchase-button {
  display: block;
  width: 100%;
}

#edd-payment-processing {
  padding: 9.57rem 0;
}
#edd-payment-processing h5 a {
  display: inline-block;
  color: var(--theme-color-text_hover);
}
#edd-payment-processing h5 a:hover {
  color: var(--theme-color-text_link);
}

/* Shortcode: EDD Theme Preview */
.sc_edd_theme_preview {
  padding: 4.2857rem;
  background-color: var(--theme-color-bg_color_2);
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons {
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: -1.2em;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple {
  color: var(--theme-color-title);
  padding-right: 0;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple:hover {
  color: var(--theme-color-text);
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple:after {
  display: none;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple:first-child:before {
  display: none;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple + .sc_button_simple {
  margin-left: 3em;
  padding-left: 3em !important;
  position: relative;
  overflow: visible;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_simple + .sc_button_simple:before {
  content: "";
  width: 1px;
  height: 2em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  opacity: 1;
  background-color: var(--theme-color-bd_color);
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_icon {
  font-size: 0.85em;
}
.sc_edd_theme_preview .sc_edd_theme_preview_buttons .sc_button_text {
  font-family: var(--theme-font-button_font-family);
  font-size: var(--theme-font-button_font-size);
  font-weight: var(--theme-font-button_font-weight);
  text-transform: var(--theme-font-button_text-transform);
  letter-spacing: var(--theme-font-button_letter-spacing);
}

/* Shortcode: Profile editor */
#edd_profile_editor_form {
  /* Fieldset */
}
#edd_profile_editor_form select,
#edd_profile_editor_form input:not([type=submit]) {
  width: 100%;
}
#edd_profile_editor_form h4 {
  margin-bottom: 1.3em;
}
#edd_profile_editor_form fieldset {
  margin-right: calc(var(--theme-var-grid_gap) * -1);
  margin-bottom: calc(var(--theme-var-grid_gap) * -1);
  padding: 0;
}
#edd_profile_editor_form fieldset + fieldset {
  border-top: 1px solid var(--theme-color-bd_color);
  margin-top: 4rem;
  padding-top: 4rem;
}
#edd_profile_editor_form fieldset > p {
  position: relative;
  padding-right: var(--theme-var-grid_gap);
  margin-bottom: var(--theme-var-grid_gap);
  width: 50%;
  display: inline-block;
  margin-right: -0.2em;
}
#edd_profile_editor_form fieldset > p label {
  position: absolute;
  left: 1.85em;
  top: 1.55em;
}
#edd_profile_editor_form fieldset .edd-profile-emails {
  margin-bottom: var(--theme-var-grid_gap);
}
#edd_profile_editor_form #edd_profile_emails_wrap {
  display: none !important;
}
#edd_profile_editor_form #edd_profile_submit_wrap {
  margin-bottom: 0;
}

#edd_login_form {
  border-top: 1px solid var(--theme-color-bd_color);
  margin-top: 4rem;
  padding-top: 4rem;
}
#edd_login_form h4 {
  margin-bottom: 1.3em;
}
#edd_login_form .edd-lost-password {
  margin-bottom: 0;
}

p.edd-logged-out {
  margin-bottom: 0;
}

/* Shortcode: EDD Receipt */
#edd_purchase_receipt_products {
  /* Name */
  /* Files */
  /* Notes */
}
#edd_purchase_receipt_products li > a:before {
  content: "\e8d6";
  font-family: "fontello";
  display: inline-block;
  margin-right: 0.5em;
}
#edd_purchase_receipt_products tbody td:nth-child(2) {
  font-size: 1.571rem;
  font-weight: 400;
  text-align: center;
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  font-size: 1.571rem;
  font-weight: 400;
  margin-bottom: 1.1em;
}
#edd_purchase_receipt_products .edd_purchase_receipt_files {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#edd_purchase_receipt_products .edd_purchase_receipt_files .edd_download_file {
  font-weight: 600;
}
#edd_purchase_receipt_products .edd_purchase_receipt_files .edd_download_file a {
  color: var(--theme-color-alter_hover);
}
#edd_purchase_receipt_products .edd_purchase_receipt_files .edd_download_file a:hover {
  color: var(--theme-color-alter_link);
}
#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
  display: none;
}

/* Shortcode: EDD Multistep Form */
.sc_edd_multi_form {
  /* Top */
  /* Step */
  /* Step 1 - Site Name */
  /* Step 3 - Domain */
  /* Results */
  /* Other */
  /* Step 4 - Demos */
  /* Demos Filter */
  /* Demos Select */
  /* Step 5 - Pages */
  /* Cart */
  /* Page Select */
}
.sc_edd_multi_form input + label,
.sc_edd_multi_form label + input {
  margin-top: 1.55rem;
  display: block;
}
.sc_edd_multi_form .error_field {
  border-color: #CC6868 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
}
.sc_edd_multi_form .edd_multi_form_step_top {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 5em;
}
.sc_edd_multi_form .edd_multi_form_step {
  display: none;
}
.sc_edd_multi_form .edd_multi_form_step.active {
  display: block;
}
.sc_edd_multi_form .edd_multi_form_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sc_edd_multi_form .edd_multi_form_name .name_input {
  width: 100%;
}
.sc_edd_multi_form .edd_multi_form_domain_select {
  position: relative;
  margin-top: 15px;
}
.sc_edd_multi_form .edd_multi_form_domain_select .loading {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: var(--theme-color-alter_bg_color_07);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.sc_edd_multi_form .edd_multi_form_domain_select .loading:before {
  display: block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item {
  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;
  border: 2px solid var(--theme-color-input_bg_color);
  padding: var(--theme-var-input_paddings);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item:hover, .sc_edd_multi_form .edd_multi_form_domain_select .domain_item.selected {
  background-color: var(--theme-color-input_bg_color);
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item:hover .domain_item_name h6, .sc_edd_multi_form .edd_multi_form_domain_select .domain_item.selected .domain_item_name h6 {
  color: var(--theme-color-input_dark);
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item + .domain_item {
  margin-top: 5px;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name {
  position: relative;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name h6 {
  display: inline-block;
  margin: 0;
  color: var(--theme-color-input_light);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name .info {
  font-size: 9px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--theme-color-text_dark_02);
  color: var(--theme-color-text_dark_02);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name .info:hover + .popup {
  display: block;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name .popup {
  display: none;
  font-size: 1rem;
  line-height: 1.428em;
  max-width: 280px;
  width: 280px;
  padding: 0.5em 0.8em;
  color: var(--theme-color-input_light);
  background-color: var(--theme-color-bd_color);
  position: absolute;
  top: 100%;
  margin-top: 5px;
  z-index: 2;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name .popup:before {
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent var(--theme-color-bd_color) transparent;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: -0.5em;
  margin-top: -3px;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_name .label {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--theme-color-extra_dark);
  background-color: var(--theme-color-text_hover);
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item .domain_item_select {
  margin: -2px -2px -2px 0;
}
.sc_edd_multi_form .edd_multi_form_domain_select .domain_item:after {
  display: none;
}
.sc_edd_multi_form .edd_multi_form_domain_other {
  margin-top: 1.2em;
  /* Own domain */
}
.sc_edd_multi_form .edd_multi_form_domain_other h5 {
  margin-bottom: 2.9em;
}
.sc_edd_multi_form .edd_multi_form_domain_other .edd_multi_form_own_domain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sc_edd_multi_form .edd_multi_form_domain_other .edd_multi_form_own_domain .domain_input {
  width: 100%;
}
.sc_edd_multi_form .edd_multi_form_demo_filter ul {
  padding: 0;
}
.sc_edd_multi_form .edd_multi_form_demo_filter ul li {
  list-style-type: none;
}
.sc_edd_multi_form .edd_multi_form_demo_filter ul li h6 {
  cursor: pointer;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.sc_edd_multi_form .edd_multi_form_demo_filter ul li:hover h6, .sc_edd_multi_form .edd_multi_form_demo_filter ul li.selected h6 {
  color: var(--theme-color-text_hover);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc_edd_multi_form .edd_multi_form_demo_filter ul li.selected h6 {
  border-color: var(--theme-color-text_hover);
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item {
  padding: 2.143rem;
  text-align: center;
  background-color: var(--theme-color-alter_bg_color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item:hover {
  background-color: var(--theme-color-alter_bg_hover);
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item.selected {
  border-color: var(--theme-color-text_dark);
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image {
  display: block;
  padding-top: 66%;
  background-color: gray;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--theme-color-extra_bg_color_07);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image .sc_button {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image .sc_button .sc_button_text {
  font-weight: 600;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image:hover .mask {
  opacity: 1;
}
.sc_edd_multi_form .edd_multi_form_demo_select .demo_item .demo_item_image:hover .sc_button {
  top: 50%;
  opacity: 1;
}
.sc_edd_multi_form .edd_multi_form_cart .cart {
  padding: 0;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--theme-color-bd_color);
}
.sc_edd_multi_form .edd_multi_form_cart .cart li + li {
  margin-top: 10px;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li h6, .sc_edd_multi_form .edd_multi_form_cart .cart li h5, .sc_edd_multi_form .edd_multi_form_cart .cart li h4 {
  margin: 0;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li h5, .sc_edd_multi_form .edd_multi_form_cart .cart li h4 {
  font-weight: 600;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li.total {
  border: none;
  margin-top: 20px;
  padding-bottom: 0;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li.buttons {
  border: none;
  margin-top: 3.25em;
  padding-bottom: 0;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li.buttons input[type=submit] {
  display: none;
}
.sc_edd_multi_form .edd_multi_form_cart .cart li.buttons .extra,
.sc_edd_multi_form .edd_multi_form_cart .cart li.buttons .pack,
.sc_edd_multi_form .edd_multi_form_cart .cart li.buttons .subsc {
  display: none;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item {
  padding: 10px;
  background-color: var(--theme-color-alter_bg_color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item:hover {
  background-color: var(--theme-color-alter_bg_hover);
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item.selected {
  border-color: var(--theme-color-text_dark);
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_image {
  display: block;
  padding-top: 66%;
  background-color: gray;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_name {
  margin: 0;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_label {
  font-size: 0.8em;
  font-weight: 600;
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_descr {
  margin-left: auto;
  margin-right: 0;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_descr .info {
  font-size: 9px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--theme-color-text_dark_02);
  color: var(--theme-color-text_dark_02);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_descr .info:hover + .popup {
  display: block;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_descr .popup {
  display: none;
  font-size: 1rem;
  line-height: 1.428em;
  width: 100%;
  padding: 0.5em 0.8em;
  color: var(--theme-color-input_light);
  background-color: var(--theme-color-bd_color);
  position: absolute;
  margin-bottom: 5px;
  z-index: 2;
  bottom: 100%;
  right: 0;
}
.sc_edd_multi_form .edd_multi_form_page_select .page_item .page_item_info .page_item_descr .popup:before {
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: var(--theme-color-bd_color) transparent transparent transparent;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: 10px;
  top: 100%;
  right: 0.3em;
}

/* Online instructions */
.mcc.mycryptocheckout.online_payment_instructions {
  border: none;
  padding: 8.3rem;
  border-radius: 0;
  margin-bottom: 7.14286rem;
  background: var(--theme-color-alter_bg_color);
}
.mcc.mycryptocheckout.online_payment_instructions h2 {
  background: transparent;
  padding: 0;
  margin-bottom: 4.35686rem;
}
.mcc.mycryptocheckout.online_payment_instructions p {
  font-size: inherit;
  margin-bottom: 3rem;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_online_pay_box {
  padding: 0;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_online_pay_box .amount {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_online_pay_box .to {
  margin-left: 40px;
}
.mcc.mycryptocheckout.online_payment_instructions .to_input.clipboardable {
  display: inline-block;
}
.mcc.mycryptocheckout.online_payment_instructions .to_input.clipboardable input {
  height: auto;
  max-width: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding-right: 4em;
  margin: 0;
  background-size: 25px;
  background-position: calc(100% - 1.5em);
  color: var(--theme-color-input_text);
  background-color: #ffffff;
  border-color: var(--theme-color-input_bd_color);
}
.mcc.mycryptocheckout.online_payment_instructions .to_input.clipboardable .mcc_woocommerce_clipboard {
  top: 0 !important;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_qr_code {
  margin-bottom: 0;
  margin-right: 20px;
  vertical-align: middle;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_payment_timer {
  vertical-align: middle;
  margin-bottom: 0;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_payment_timer .timer {
  font-size: inherit;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_payment_timer .timer p {
  line-height: 1.3em;
  margin-bottom: 15px;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_payment_timer .timer .timer_check_text {
  font-size: inherit;
  font-style: normal;
}
.mcc.mycryptocheckout.online_payment_instructions .mcc_payment_timer .timer .hours_minutes {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.mcc.mycryptocheckout.online_payment_instructions .payment_buttons a {
  display: block;
  margin-top: 20px;
}
.mcc.mycryptocheckout.online_payment_instructions .payment_buttons a .open_wallet_payment {
  margin: 0;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("images/wallet_payment.jpg");
}

/* Shortcode: EDD Doc Link */
.sc_doc_link.theme_button span {
  display: none;
}

.theme_button_simple {
  font-family: var(--theme-font-button_font-family);
  font-size: var(--theme-font-button_font-size);
  font-weight: var(--theme-font-button_font-weight);
  letter-spacing: var(--theme-font-button_letter-spacing);
  color: var(--theme-color-title);
}
.theme_button_simple span[class*=icon] {
  font-size: 6px;
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_link);
  display: inline-block;
  text-align: center;
  position: relative;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: -0.4em;
  margin-left: 11px;
  border-radius: 50%;
}

/* Shortcode: EDD Demo Link */
.sc_demo_link {
  width: 100%;
  text-align: center;
}

.theme_button.theme_button_full,
.button.theme_button_full {
  width: 100%;
  text-align: center;
}

.theme_button.sc_download_link {
  padding: 12px 40px;
}
.sc_edd_price {
  font-size: 170px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_edd_price span {
  font-size: 50px;
  margin: 15px 11px 0 0;
}

/* Widgets
-------------------------------------------------------------- */
.edd_details {
  /* Items */
  /* Additional */
}
.edd_details .edd_details_main_item + .edd_details_main_item {
  margin-top: 8px;
}
.edd_details .edd_details_additional_label {
  font-family: var(--theme-font-button_font-family);
  font-size: var(--theme-font-button_font-size);
  font-weight: var(--theme-font-button_font-weight);
  letter-spacing: var(--theme-font-button_letter-spacing);
  color: var(--theme-color-title);
  margin-top: 33px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.edd_details .edd_details_additional_label:hover {
  color: var(--theme-color-link);
}
.edd_details .edd_details_additional_label:after {
  content: "\e872";
  font-family: "fontello";
  font-size: 4px;
  line-height: 16px;
  margin-top: -3px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-link);
  border-radius: 50%;
}
.edd_details .edd_details_additional {
  overflow: hidden;
  height: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.edd_details .edd_details_additional.show {
  padding-top: 14px;
  height: auto;
}
.edd_details .edd_details_additional a {
  color: var(--theme-color-title);
}
.edd_details .edd_details_additional a:hover {
  color: var(--theme-color-link);
}
.edd_details .edd_details_additional .edd_details_additional_item + .edd_details_additional_item {
  margin-top: 8px;
}
.edd_details .edd_details_additional .edd_details_additional_item a:not(:last-child):after {
  content: ", ";
}

/* Widget: EDD License */
.widget_edd_license .edd_license {
  padding: 0;
}
.widget_edd_license .edd_license_popup {
  top: 3.35em;
  left: 0;
  right: 0;
}

.edd_license {
  position: relative;
  padding: 5.2rem 5.7rem 4rem;
  /* Title */
  /* Buttons */
  /* Varible prices */
  /* Popup */
  /* Additional */
}
.edd_license .edd_license_type_item:not(:first-child) {
  display: none;
}
.edd_license .edd_license_type_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  /* Price */
}
.edd_license .edd_license_type_title .edd_license_type_name,
.edd_license .edd_license_type_title .edd_license_type_price {
  margin: 0;
  text-transform: none;
}
.edd_license .edd_license_type_title .edd_license_type_price {
  color: var(--e-global-color-a09d6da);
  font-family: var(--theme-font-h6_font-family);
  font-size: 23px;
  font-weight: 600;
  lline-height: 1em;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edd_license .edd_license_type_title .edd_license_type_price .sale_price + .regular_price {
  font-size: 0.83em;
  text-decoration: line-through;
  font-weight: 500;
  color: var(--theme-color-meta);
  margin: 0 0.3em -0.2em 0;
}
.edd_license .edd_license_type_buttons {
  text-align: center;
  border-top: 1px solid;
  margin-top: 0.7em;
  padding-top: 1.4em;
  border-color: var(--theme-color-bd_color);
}
.edd_license .edd_license_type_buttons .theme_button + .theme_button {
  margin-top: 10px;
}
.edd_license .edd_license_type_buttons .edd_download_purchase_form {
  margin-bottom: -10px;
}
.edd_license .edd_license_type_buttons .edd_download_purchase_form > * {
  margin-bottom: 10px;
}
.edd_license .edd_license_type_buttons .theme_button,
.edd_license .edd_license_type_buttons .edd-add-to-cart,
.edd_license .edd_license_type_buttons .edd_go_to_checkout,
.edd_license .edd_license_type_buttons .edd_purchase_submit_wrapper {
  width: 100%;
}
.edd_license .edd_license_type_buttons .edd-cart-added-alert {
  font-weight: 600;
  margin-top: 1em;
  display: block;
}
.edd_license .edd_license_type_buttons .edd-cart-added-alert svg {
  display: none;
}
.edd_license .edd_license_type_buttons .sc_button_simple {
  font-weight: 600 !important;
  margin-top: 1.75em;
  margin-left: 0;
  margin-bottom: -0.4em;
}
.edd_license .edd_license_type_buttons .sc_button_simple:before {
  content: "\e95b";
  font-family: fontello;
  font-size: 0.85em;
  font-weight: 400;
  display: inline-block !important;
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  margin-right: 0.7em;
  -webkit-transition: none;
  transition: none;
}
.edd_license .edd_license_type_buttons .edd_go_to_checkout {
  font-family: var(--theme-font-button_font-family);
  font-size: var(--theme-font-button_font-size);
  font-weight: var(--theme-font-button_font-weight);
  line-height: var(--theme-font-button_line-height);
  text-transform: var(--theme-font-button_text-transform);
  letter-spacing: var(--theme-font-button_letter-spacing);
  padding: var(--theme-font-button_padding);
  border-radius: var(--theme-font-button_border-radius);
  border-width: var(--theme-font-button_border-width);
  border-style: var(--theme-font-button_border-style);
  border-color: var(--theme-font-button_border-color, var(--theme-color-link));
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_bg_color);
  display: block;
}
.edd_license .edd_license_type_buttons .edd_go_to_checkout:hover {
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_bd_color);
}
.edd_license.edd_variable_prices .edd_license_type_title {
  cursor: pointer;
}
.edd_license.edd_variable_prices .edd_license_types .edd_license_type_name:after {
  content: "\e828";
  font-family: fontello;
  margin-left: 0.4em;
  color: var(--theme-color-extra_light);
}
.edd_license .edd_license_popup {
  display: none;
  z-index: 2;
  position: absolute;
  top: 7.9em;
  left: 5.7rem;
  right: 5.7rem;
  background-color: var(--theme-color-extra_bg_hover);
  /* Title */
  /* Name & Price */
  /* Description */
}
.edd_license .edd_license_popup .edd_license_type_item {
  padding: 2.142rem;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
}
.edd_license .edd_license_popup .edd_license_type_item:hover {
  background-color: var(--theme-color-extra_bd_color);
}
.edd_license .edd_license_popup .edd_license_type_title + .edd_license_type_description {
  margin-top: 1em;
}
.edd_license .edd_license_popup .edd_license_type_name,
.edd_license .edd_license_popup .edd_license_type_price {
  font-size: 1.142rem;
  margin: 0;
}
.edd_license .edd_license_popup .edd_license_type_description {
  font-size: 1rem;
  line-height: 1.5em;
}
.edd_license .edd_license_add_info {
  font-weight: var(--theme-font-h6_font-weight);
  line-height: 2.2em;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: -0.8em;
}
.edd_license .edd_license_add_info .revisions:before,
.edd_license .edd_license_add_info .jobs:before {
  content: "\e8ab";
  font-family: "fontello";
  font-weight: 400;
  margin-right: 0.4em;
  font-size: 1.1em;
}
.edd_license .edd_license_add_info .jobs {
  color: var(--theme-color-title);
}
.edd_license .edd_license_add_info .jobs:before {
  content: "\e8ab";
}

/* Widget: EDD Offers */
.edd_wrap {
  --theme-var-grid_gap: 40px;
}

.post_layout_edd {
  font-family: var(--theme-font-h6_font-family);
  padding: 14px 14px 22px;
  border: 1px solid var(--theme-color-bd_color);
  border-radius: 25px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_layout_edd .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 5px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.post_layout_edd .post_featured {
  margin-bottom: 0;
}
.post_layout_edd .post_featured.with_thumb {
  border-radius: 14px;
}
.post_layout_edd .post_featured.with_thumb:hover .mask {
  opacity: 0.6;
}
.post_layout_edd .post_featured.with_thumb:hover .buttons {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post_layout_edd .post_featured.with_thumb .mask {
  background-color: var(--theme-color-bg_color);
}
.post_layout_edd .post_content_wrap {
  padding: 21px 6px 0;
  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;
}
.post_layout_edd .post_title {
  font-size: 17px;
}
.post_layout_edd .post_badge_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  margin-top: 8px;
}
.post_layout_edd .post_badge_wrap .post_badge {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--theme-color-alt_title);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  background-color: var(--theme-color-alt_bg_color);
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 4px 10px rgba(252, 82, 140, 0.27);
          box-shadow: 0 4px 10px rgba(252, 82, 140, 0.27);
  border-radius: 30px;
}
.post_layout_edd .post_badge_wrap .post_badge img {
  max-height: 12px;
  margin-right: 5px;
}
.post_layout_edd .post_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.post_layout_edd .post_category .post_meta {
  font-size: 13px;
  margin-top: 3px;
}
.post_layout_edd .post_category .post_meta .post_meta_item {
  color: var(--theme-color-text);
}
.post_layout_edd .post_category .post_meta a {
  color: var(--theme-color-text);
}
.post_layout_edd .post_category .post_meta a:hover {
  color: var(--theme-color-title);
}
.post_layout_edd .post_meta {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.post_layout_edd .post_meta .post_meta_item {
  color: var(--theme-color-text);
}
.post_layout_edd .post_meta .post_meta_item:after {
  display: none;
}
.post_layout_edd .post_meta .post_meta_item a {
  color: var(--theme-color-title);
}
.post_layout_edd .post_meta .post_meta_item a:hover {
  color: var(--theme-color-link);
}
.post_layout_edd .post_meta.post_meta_other {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_layout_edd .post_meta.post_meta_other .post_meta_likes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post_layout_edd .post_sales {
  font-size: 13px;
  text-transform: lowercase;
  margin-bottom: -4px;
}
.post_layout_edd .post_sales span:first-child:before {
  content: "(";
}
.post_layout_edd .post_sales span:last-child:after {
  content: ")";
}
.post_layout_edd .post_meta_rating {
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
}
.post_layout_edd .post_price {
  font-size: 23px;
  color: var(--e-global-color-a09d6da);
  font-weight: 600;
  line-height: 1em;
  margin-left: auto;
}
.post_layout_edd .post_price del {
  font-size: 0.83em;
  font-weight: 500;
  color: var(--theme-color-meta);
  margin: 0 0.1em -0.2em 0;
}
.post_layout_edd .post_meta_likes.disabled .post_meta_number:before {
  content: "\e827";
}
.post_layout_edd .post_meta_likes .post_meta_number:before {
  content: "\e800";
  font-family: "fontello";
  color: var(--theme-color-link);
  margin-right: 5px;
}
.post_layout_edd .post_meta_likes .post_meta_label {
  display: none;
}

/* Terms panel */
.edd_search_terms_panel {
  padding: 0 0 7.5em;
}
.edd_search_terms_panel .sc_form_field_checklist .sc_form_field_wrap {
  max-height: none;
  overflow: auto;
  padding: 0;
}
.edd_search_terms_panel .sc_form_field_choises {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.15em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item {
  display: inline-block;
  text-align: center;
  padding: 0;
  /* Labels */
  /* Images */
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item + .sc_form_field_choises_item {
  margin-top: 0 !important;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item label {
  font-size: 1.143rem;
  font-weight: 700;
  padding: 0;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: var(--theme-color-alt_title);
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item label:hover {
  color: var(--theme-color-alt_link) !important;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item label:before {
  display: none;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item label span:before {
  background-color: var(--theme-color-extra_bg_color_02);
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item [type=checkbox].selected + label .image .count {
  display: block;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item .image {
  height: 7.5rem;
  width: 7.5rem;
  margin: auto;
  margin-bottom: 0;
  border-radius: 50%;
  position: relative;
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item .image .count {
  font-size: 1.143rem;
  line-height: 2.4em;
  width: 2.25em;
  height: 2.25em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0.1em;
  top: 0.1em;
  z-index: 2;
  display: none;
  color: var(--theme-color-alt_title);
  background-color: var(--theme-color-alt_link);
}
.edd_search_terms_panel .sc_form_field_choises .sc_form_field_choises_item .image img {
  height: 3.6rem;
  margin-top: 1em;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  z-index: 1;
}

/* EDD Search */
.edd_search .edd_search_form_keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-right: 0;
}
.edd_search .edd_search_form_keywords .sc_form_field {
  width: 100%;
  position: relative;
}
.edd_search .edd_search_form_keywords .sc_form_field:before {
  content: "\ea71";
  font-family: "fontello";
  font-size: 20px;
  color: var(--theme-color-input_light);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
}
.edd_search .edd_search_form_keywords input[type=text] {
  letter-spacing: -0.02em;
  padding-left: 44px;
  width: 100%;
  -webkit-box-shadow: 0 4px 26px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 26px rgba(0, 0, 0, 0.02);
}
.edd_search .edd_search_form_keywords input[type=text][placeholder]::-webkit-input-placeholder {
  color: var(--theme-color-text);
}
.edd_search .edd_search_form_keywords input[type=text][placeholder]::-moz-placeholder {
  color: var(--theme-color-text);
}
.edd_search .edd_search_form_keywords input[type=text][placeholder]:-ms-input-placeholder {
  color: var(--theme-color-text);
}
.edd_search .edd_search_form_keywords input[type=text][placeholder]::-ms-input-placeholder {
  color: var(--theme-color-text);
}
.edd_search .edd_search_form_keywords input[type=text][placeholder]::placeholder {
  color: var(--theme-color-text);
}
.edd_search .edd_search_form_keywords button {
  font-size: 20px;
  color: var(--theme-color-text);
  padding: 0;
  text-align: right;
  position: absolute;
  top: 0;
  width: 38px;
  left: 0;
  bottom: 0;
  background: transparent;
  border: 0;
}
.edd_search .edd_search_form_keywords button:hover {
  color: var(--theme-color-title);
}

/* EDD Search style - "Expand" */
.edd_search_form_expand .edd_search_filter_panel,
.edd_search_form_expand .edd_search_advanced_panel {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}
.edd_search_form_expand .edd_search_filter_panel > .edd_search_filter_width,
.edd_search_form_expand .edd_search_advanced_panel > .edd_search_filter_width {
  width: var(--theme-var-page);
  max-width: 100%;
  margin: 0 auto;
}
.edd_search_form_expand .columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.edd_search_form_expand .align_right {
  text-align: right;
}
.edd_search_form_expand .edd_search_filter_panel {
  padding: 30px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: var(--theme-color-bg_color_2);
  /* Button */
  /* Keywords */
  /* Order */
  /* View */
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_advanced_button {
  position: relative;
  margin-right: 20px;
  vertical-align: top;
  padding-right: 30px;
  width: 39%;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_advanced_button:after {
  content: "\e80c";
  font-family: "fontello";
  position: absolute;
  top: 13px;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_advanced_button.open:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_form_keywords {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 51%;
}
.edd_search_form_expand .edd_search_filter_panel .sc_form_field_themes_order {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
  width: 44%;
}
.edd_search_form_expand .edd_search_filter_panel .sc_form_field_themes_order select {
  width: 100%;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view {
  display: inline-block;
  vertical-align: top;
  padding: 8px 25px 9px;
  border-radius: 30px;
  border: 1px solid var(--theme-color-bd_color);
  background-color: var(--theme-color-bg_color);
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view .col_2,
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view .col_3 {
  line-height: 18px;
  display: inline-block;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view .col_2 {
  padding-right: 20px;
  margin-right: 17px;
  border-right: 1px solid var(--theme-color-bd_color);
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view label {
  cursor: pointer;
  padding: 0;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view label:before {
  display: none;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view label:after {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view label:hover:after,
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view input[type=radio]:checked + label:after {
  color: var(--theme-color-title);
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view .col_2 label:after {
  content: "\e878";
  font-family: "fontello";
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view .col_3 label:after {
  content: "\e877";
  font-family: "fontello";
}
.edd_search_form_expand .edd_search_filter_panel .edd_search_columns_view input[type=radio] {
  display: none;
}

/* EDD Search style - "Filter" */
.edd_search_form_filter .edd_search_recent {
  margin-top: 20px;
}
.edd_search_form_filter .edd_search_recent a {
  font-family: var(--theme-font-h6_font-family);
  font-size: 13px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  line-height: 15px;
  font-weight: 500;
  color: var(--theme-color-title);
  border: 1px solid var(--theme-color-bd_color);
  background-color: var(--theme-color-bg_color);
  padding: 6px 18px 6px 13px;
  margin: 0 4px 4px 0;
  white-space: nowrap;
  border-radius: 30px;
}
.edd_search_form_filter .edd_search_recent a:before {
  content: "\e916";
  font-family: "fontello";
  position: absolute;
  top: 1px;
  right: 7px;
  font-size: 7px;
}
.edd_search_form_filter .edd_search_recent a:hover {
  background-color: var(--theme-color-bd_color);
}
.edd_search_form_filter .sc_form_field_order .sc_form_field_result {
  font-size: 15px;
  letter-spacing: 0;
  color: var(--theme-color-meta);
  margin-top: 9px;
  float: left;
}
.edd_search_form_filter .sc_form_field_order .sc_form_field {
  float: right;
}
.edd_search_form_filter .sc_form_field_order select {
  font-size: 15px;
  padding-left: 15px;
  width: 16em;
}
.edd_search_form_filter .sc_form_field + .sc_form_field {
  margin-top: 2.05em;
}
.edd_search_form_filter .sc_form_field_title {
  font-family: var(--theme-font-h6_font-family);
  font-size: 20px;
  font-weight: var(--theme-font-h6_font-weight);
  letter-spacing: 0;
  color: var(--theme-color-title);
  display: block;
  margin-bottom: 21px;
}
.edd_search_form_filter .sc_form_field_choises[data-show-more=true] .sc_form_field_choises_wrap {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  margin-bottom: 2px;
}
.edd_search_form_filter .sc_form_field_choises[data-show-more=true] .sc_form_field_show_more {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
.edd_search_form_filter .sc_form_field_choises[data-show-more=true] .sc_form_field_show_more:not(.show_less) span:nth-child(2) {
  display: none;
}
.edd_search_form_filter .sc_form_field_choises[data-show-more=true] .sc_form_field_show_more.show_less span:nth-child(1) {
  display: none;
}
.edd_search_form_filter .sc_form_field_choises_item {
  display: block;
  margin-bottom: 8px;
}
.edd_search_form_filter .sc_form_field_choises_item label {
  font-size: var(--theme-font-p_font-size);
  color: var(--theme-color-title);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.edd_search_form_filter .sc_form_field_choises_item label:hover {
  color: var(--theme-color-hover);
}
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category label {
  padding-left: 0;
}
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category label:before {
  display: none;
}
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category label span:before {
  content: "\e83c";
  font-family: "fontello";
  color: var(--theme-color-title);
  font-size: 20px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category .lv1,
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category .lv2 {
  padding-left: 0.7em;
}
.edd_search_form_filter .sc_form_field.sc_form_field_themes_category .lv2 {
  margin-left: 0.7em;
}
.edd_search_form_filter .sc_form_field_price_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39% 5px 4% 5px 39% 5px 45px;
  grid-template-columns: 39% 4% 39% 45px;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edd_search_form_filter .sc_form_field_price_wrap label {
  position: relative;
}
.edd_search_form_filter .sc_form_field_price_wrap label .sc_form_field_price_symbol {
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 12px;
}
.edd_search_form_filter .sc_form_field_price_wrap input::-webkit-outer-spin-button,
.edd_search_form_filter .sc_form_field_price_wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.edd_search_form_filter .sc_form_field_price_wrap input[type=number] {
  -moz-appearance: textfield;
  padding-left: 21px;
  width: 100%;
}
.edd_search_form_filter .sc_form_field_price_wrap .sc_form_field_price_submit {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-indent: -5px;
}
.edd_search_form_filter .sc_form_field_price_wrap .sc_form_field_price_submit:before {
  content: "\e80c";
  font-family: "fontello";
  display: block;
  position: relative;
  font-size: 12px;
  top: -4px;
  left: 4px;
  width: 1em;
  height: 1em;
}
.edd_search_form_filter .edd_search_form_buttons {
  display: none;
}
.edd_search_form_filter input[type=checkbox]:not(:checked) + label:before {
  background: var(--theme-color-bg_color);
}
.edd_search_form_filter input[type=checkbox] + label {
  color: var(--theme-color-title);
}
.edd_search_form_filter input[type=checkbox] + label:before {
  width: 18px;
  height: 18px;
  border: 0;
}

html[lang=es-ES] .edd_search_filter_panel .sc_form_field_themes_order {
  width: 21em !important;
}
html[lang=es-ES] .edd_search_filter_panel .sc_form_field_themes_order select {
  padding-left: 8.5em !important;
}

/* Advanced field */
.edd_search_advanced_panel {
  background-color: var(--theme-color-bg_color);
  overflow: hidden;
  position: relative;
  display: none;
  padding-top: 60px;
}
.edd_search_advanced_panel .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.edd_search_advanced_panel .sc_form_field_checklist {
  display: block;
  overflow: hidden;
  /* Title */
  /* Field */
  /* Choise */
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_title {
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 2.1em;
  display: block;
  color: var(--theme-color-title);
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_wrap {
  max-height: 36rem;
  display: block;
  padding-left: 0;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item {
  display: block;
  position: relative;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item + .sc_form_field_choises_item {
  margin-top: 0.37em;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox] + label {
  color: var(--theme-color-text);
  padding-left: 20px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox] + label:hover {
  color: var(--theme-color-link);
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox] + label:before {
  display: none;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox] + label span:before {
  content: "";
  border-radius: 50%;
  height: 4px;
  left: 0;
  line-height: 4px;
  position: absolute;
  top: 8px;
  width: 4px;
  background-color: var(--theme-color-text);
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox]:checked + label {
  color: var(--theme-color-title);
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item input[type=checkbox]:checked + label span:before {
  background-color: var(--theme-color-title);
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item .lv1 {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.edd_search_advanced_panel .sc_form_field_checklist .sc_form_field_choises_item .lv2 {
  padding-left: 1em;
  margin-left: 1em;
  position: relative;
  display: inline-block;
}

/* Freebies
-------------------------------------------------------------- */
.edd-free-download {
  font-family: var(--theme-font-button_font-family);
  font-size: var(--theme-font-button_font-size);
  font-weight: var(--theme-font-button_font-weight);
  line-height: var(--theme-font-button_line-height);
  text-transform: var(--theme-font-button_text-transform);
  letter-spacing: var(--theme-font-button_letter-spacing);
  padding: var(--theme-font-button_padding);
  border-radius: var(--theme-font-button_border-radius);
  border-width: var(--theme-font-button_border-width);
  border-style: var(--theme-font-button_border-style);
  border-color: var(--theme-font-button_border-color, var(--theme-color-link));
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-link);
  display: inline-block;
}
.edd-free-download:hover {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-hover);
}

.edd-free-downloads-modal-wrapper {
  padding: 0;
  z-index: 200002;
  overflow: hidden;
  background-color: var(--theme-color-bg_color);
  /* Close */
  /* Image */
  /* Content */
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: left;
  padding: 0;
}
.edd-free-downloads-modal-wrapper .sc_popup_form_close {
  z-index: 2;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-image {
  width: 33.7%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-image .sc_layouts_logo {
  margin: 3.6rem 0 0 5rem;
  display: block;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-content {
  width: 66.3%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7.142rem 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-content .edd-free-downloads-modal-container {
  width: 37.14rem;
  max-width: 37.14rem;
  display: block;
  margin: auto;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-content .edd-free-downloads-modal-container #edd-free-downloads-modal {
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-content .edd-free-downloads-modal-container #edd-free-downloads-modal #edd_free_download_form label {
  display: none;
}
.edd-free-downloads-modal-wrapper .edd-free-downloads-content .edd-free-downloads-modal-container #edd-free-downloads-modal #edd_free_download_form p {
  margin-bottom: 20px;
}

/* IE & EDGE
-------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .edd_search_filter_panel .edd_search_form_keywords input[type=text],
  .edd_search_filter_panel .sc_form_field_themes_order select {
    padding-top: 1.44em !important;
    padding-bottom: 1.44em !important;
  }
  .edd_search_terms_panel .sc_form_field_choises {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .edd_search_terms_panel .sc_form_field_choises_item {
    vertical-align: bottom;
  }
  .edd_search_terms_panel .sc_form_field_choises_item label {
    font-size: 1.571rem;
    text-decoration: underline;
  }
  .edd_search_terms_panel .sc_form_field_choises_item .image {
    width: auto;
    height: auto;
  }
  .edd_search_terms_panel .sc_form_field_choises_item .image .count {
    right: -1em;
  }
  .edd_search_terms_panel .sc_form_field_choises_item .image img {
    display: none;
  }
  .edd_search_terms_panel .sc_form_field_choises_item [type=checkbox].selected + label .image {
    padding-top: 1.5em;
  }
}
/* Invoices
-------------------------------------------------------------- */
form#edd-invoices {
  margin-right: -30px;
  margin-bottom: -30px;
}
form#edd-invoices .edd-invoices-div {
  width: 49.5%;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
form#edd-invoices .edd-invoices-div:nth-last-child(1),
form#edd-invoices .edd-invoices-div:nth-last-child(2) {
  width: 100%;
}

.edd-invoices-div .edd-invoices-field {
  float: none;
  width: auto;
  display: block;
  margin-bottom: 5px;
}
.edd-invoices-div .edd-invoices-field .select_container {
  position: relative;
  display: block;
}
.edd-invoices-div .edd-invoices-field .select_container select {
  display: block;
}

.edd_product_description b, .edd_product_description strong {
  color: var(--theme-color-title);
}
.edd_product_description > *:last-child {
  margin-bottom: 0;
}
.edd_product_description > h4:first-child {
  margin-bottom: 30px;
}