/*
 Theme Name:   Top Store Pro Child
 Theme URI:    https://bsmemails.com/top-store-pro-child/
 Description:  Top Store Pro Child Theme
 Author:       Bookstore Manager Software
 Author URI:   http://bookstoremanager.com
 Template:     top-store-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, two-columns, right-sidebar, full-width-template, post-formats, theme-options
 Text Domain:  top-store-pro-child
*/

p.stock.in-stock {
  border: 2px solid;
  border-spacing: 5px;
  box-shadow: 5px 5px 10px;
  display: inherit;
  font-weight: bold;
  margin: 10px 10px 15px;
  width: auto;
  color: green;
}

p.stock.available-on-backorder {
  border: 2px solid;
  border-spacing: 5px;
  box-shadow: 5px 5px 10px;
  display: inherit;
  font-weight: bold;
  margin: 10px 10px 15px;
  width: auto;
  color: orange;
}

p.stock.out-of-stock {
  border: 2px solid;
  border-spacing: 5px;
  box-shadow: 5px 5px 10px;
  display: inherit;
  font-weight: bold;
  margin: 10px 10px 15px;
  width: auto;
  color: red;
}

div.wc-block-grid__product-title {
	font-size: 16px;
}

div.wc-block-grid__product-add-to-cart.wp-block-button {
	font-size: 16px;
}

span.woocommerce-Price-amount {
	font-size: 12px !important;
}

div.wc-block-grid__product-onsale {
	font-size: 16px;
}