/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2026 | 17:58:41 */
/* Add your CSS code here.
For example:
.example {
color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */ 
.user_dashboard .woocommerce-MyAccount-navigation {
	text-align: center;
	padding: 3%;
}
.user_dashboard .woocommerce-MyAccount-navigation .is-active {
	background: #ffff;
	border-radius: 20px;
	padding: 3%;

}
.user_dashboard .woocommerce-MyAccount-content {
	background: #ffff;
	padding: 3%;
	border-radius: 20px;
}
.user_dashboard .woocommerce-MyAccount-content .button {
	background: #DA2140;
	border-radius: 20px;
}
.user_dashboard .woocommerce-MyAccount-content .button:hover {
	background: #FDCED7;
}

.woocommerce-Address-title a {
	float: none !important;
	font-size: 24px;
}

.woocommerce-Address-title h2 {
	font-size: inherit;
}

.woocommerce-Address address {
	display: none;
}

.addresses .col-2 {
	float: none !important;
    padding-top: 5%;
}

. woocommerce-checkout {
	background: #ffff;
}