/* Button with bg_icon */
.button_bg_icon_color .sc_button_icon {
  background-color: var(--theme-color-alter_bg_color);
}

/* Shop Style */
.woocommerce ul.products.products_style_info li.product .post_data {
  text-align: center;
}

.woocommerce ul.products.products_style_info li.product .star-rating {
  margin: 15px auto 0;
}

/* Page 404 */
.search-no-results .page_content_wrap,
.error404 .page_content_wrap {
  background-color: var(--theme-color-bg_color);
}

/* Privacy policy */
h3#ship-to-different-address label > span,
input[type="radio"] + label,
input[type="checkbox"] + label,
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type="radio"] + span,
.edd_price_options ul > li > label > input[type="checkbox"] + span {
  font-size: 15px;
  letter-spacing: -0.3px;
}

/* Testimonials */
.sc_testimonials_extra .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle,
.sc_testimonials_extra .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  opacity: 1;
  color: var(--theme-color-text_light);
}

/* Testimonials pagination bullet */
.sc_testimonials_extra .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  border-color: var(--theme-color-bd_color);
}

.sc_testimonials_extra .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_testimonials_extra .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_testimonials_extra .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.sc_testimonials_extra .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_extra .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_testimonials_extra .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.sc_testimonials_extra .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
}

/* Services -- style Extra */
.sc_services_extra .sc_services_item_title + .sc_services_item_text {
  margin-top: 0.05em;
}

/* Events -- style classic */
.sc_events_classic .sc_events_item_meta {
  letter-spacing: -0.3px;
  color: #BEC1C5;
}

/* Widget: Calendar */
[class*="scheme_"].footer_wrap .widget_calendar .wp-calendar-nav a:before {
  background-color: var(--theme-color-bg_color);
}

/*# sourceMappingURL=skin-upgrade-style.css.map */
