/**
Theme Name: p-out
Author: epicobyte
Author URI: https://epicobyte.com
Description: This is a child theme for Astra theme by epicobyte
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p-out
Template: astra
*/

.hide {
	display:none !important;
}

#billing_company, #billing_company_field, #shipping_company  {
	display:none !important;
}

.ast-product-thumbnail img {
	background-color:#FEF1E4 !important;
	border-radius: 6px !important;
}

/*.woocommerce form .form-row input[type="text"], .wc-credit-card-form-card-number {
	padding: 0.5em !important;
}*/

.required_field {
  color: #f5811c !important;
}

.woocommerce-js div.product div.images img {
  background-color: #FEF1E4 !important;
  border-radius: 12px !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
  background-color: #f5811c !important;
  border: solid #f5811c !important;
}