/*
Theme Name: Starter Theme Gutenberg
Author: Pando Studio
Author URI: https://pando-studio.com/
Description: A short description of the theme.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.0.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pndo-gutenberg

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.filters-fieldset.filters-fieldset--brand{
	display:none !important;
	visibility: hidden !important;
}

body main p.text-max-520{
	max-width: 520px;
}

body main p.text-max-650{
	max-width: 650px;
}

.border-radius-10 img{
	border-radius: 10px !important;
}

html:lang(en-US) body main p.text-max-520{
	max-width: 480px;
}

html:lang(en-US) body main p.text-max-650{
	max-width: 500px;
}

body form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	margin-top: 20px;
}

body .woocommerce form .form-row.woocommerce-invalid .select2-container,
body .woocommerce form .form-row.woocommerce-invalid input.input-text,
body .woocommerce form .form-row.woocommerce-invalid select{
    border: 2px solid #f00;
}

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a{
	color:white;
}

body .payment_box.payment_method_stripe fieldset{
	border:none;
}