/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

/* Single product sale badge override */
.single-product .la-custom-badge.onsale {
  background-color: #ed7900;
  color: #fff;
  font-weight: 700;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 14px;
}

.woocommerce ul.products .la-custom-badge.onsale,
.woocommerce .products .la-custom-badge.onsale {
  background-color: #ed7900;
  color: #fff;
  font-weight: 700;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 14px;
}

.lightcase-contentInner .la-custom-badge.onsale {
  background-color: #ed7900;
  color: #fff;
  font-weight: 700;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 14px;
}

.single-product .price ins,
.single-product .price ins .amount,
.single-product .price ins .woocommerce-Price-amount,
.single-product .product--summary .single-price-wrapper .price ins,
.single-product .product--summary .single-price-wrapper .price ins .amount,
.single-product .product--summary .single-price-wrapper .price ins .woocommerce-Price-amount {
  color: #ed7900 !important;
}

.lightcase-contentInner .product--summary .single-price-wrapper .price ins,
.lightcase-contentInner .product--summary .single-price-wrapper .price ins .amount,
.lightcase-contentInner .product--summary .single-price-wrapper .price ins .woocommerce-Price-amount {
  color: #ed7900 !important;
}

.single-product .product--summary .single-price-wrapper .price > .amount,
.single-product .product--summary .single-price-wrapper .price > .woocommerce-Price-amount,
.lightcase-contentInner .product--summary .single-price-wrapper .price > .amount,
.lightcase-contentInner .product--summary .single-price-wrapper .price > .woocommerce-Price-amount {
  color: #ed7900 !important;
}

/* spacing above paragraphs that follow images/galleries in entry content */
.entry-content figure + p,
.entry-content .wp-block-image + p,
.entry-content .wp-block-gallery + p {
  margin-top: 22px;
}

/* spacing below button-style VC heading links */
p.vc_custom_heading.vc_do_custom_heading.heading__button {
  margin-bottom: 22px !important;
}
