/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


.woocommerce-form label, .edit-account label {
	color: #3671fc !important;
}

.woocommerce-form .form-row input, .woocommerce-form select, .edit-account .form-row input, .edit-account select {
	color: black !important;
}

.woocommerce-form .form-row select, .edit-account .form-row select {
	padding: 1rem !important;
	background-color: #eee !important;
	border: 0 !important;
	border-bottom: 1px solid #bbb !important;
	border-radius: 0 !important;
}


#left-area .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	line-height: 56px;
}

#left-area .woocommerce-MyAccount-navigation ul li {
	margin-bottom: .25rem;
}

#left-area .woocommerce-MyAccount-navigation ul li:hover {
	opacity: .75;
}

#left-area .woocommerce-MyAccount-navigation ul li a {
		padding: 0 1rem;
    background-color: #3571fc;
	color: white;
	display: block;
}