/**
Theme Name: Porcellino Child Theme
Author: Porcellino Grasso
Author URI: https://porcellino.hu
Description: Porcellino Grasso Child Theme
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: porcellino-child-theme
Template: astra
*/


.elementor-add-to-cart form .wc-pao-addons-container label  {
	color:red;
}

.elementor-add-to-cart form .wc-pao-addons-container textarea  {
	border: 1px solid red;
}

.product-type-simple .ast-loop-product__link::after {
	font-family: 'IBM Plex Sans',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size:12px;
	letter-spacing: 2px;
	color:red;
	border:1px solid red;
	padding:2px;
	content: "megjegyzés hozzáadása";
}

.cart_item .variation dt{
	color:red!important;
}