/*
	Theme Name: Cop.Academy Theme
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: cop-academy-theme
*/

.woocommerce table.shop_attributes td {
  padding: 0;
}

.woocommerce .quantity input.qty {
  width: 70px;
}

.page-header {
  padding-top: 10px;
}

h1.product_title.entry-title {
  font-size: 2.25em !important;
}

.woocommerce div.product p.price {
  font-size: 1.8em !important;
}

.e-atc-qty-button-holder {
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
}

.e-atc-qty-button-holder > * {
  flex-basis: auto !important;
}

.e-atc-qty-button-holder .single_add_to_cart_button {
  margin-block-start: 0 !important;
}
