/*
Theme Name:   GPL Cellar
Theme URI:    https://www.gplcellar.com/
Description:  Make your modifications to [Parent Theme].
Template:     sasico
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/* =Theme customization starts here
------------------------------------------------------- */


.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}

li.woocommerce-MyAccount-navigation-link {
    padding: 6px 0;
}

.woocommerce form .form-row label {
	color: var( --e-global-color-primary );
}

code {
	color: #000;
}

body {
	background-color: #000;
}