/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 1.0.0
*/

body.woocommerce-account .site-main{
	padding-top: 50px;
	padding-bottom: 50px;
}
body.woocommerce-account .site-main h1{}
body.woocommerce-account .woocommerce-MyAccount-navigation{
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-top: 5px solid #7F0B0A;
	padding-top: 20px;
	padding-bottom: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	padding: 10px 10px 10px 20px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{
	background-color: #7F0B0A;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a{
	text-decoration: none;
	color: #222;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color: #fff;
}

body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content{
	background-color: #fff;
	border-top: 5px solid #7F0B0A;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 15px;
}
body.woocommerce-account .woocommerce-info::before{
	color: #7F0B0A;
}
body.woocommerce-account .woocommerce-info .button{
	background-color: #fff;
	border: 1px solid #222;
	font-weight: 500;
}
body.woocommerce-account .woocommerce-MyAccount-content table{
	border: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content table td,
body.woocommerce-account .woocommerce-MyAccount-content table th{
	border: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content table .woocommerce-button{
	background-color: #fff;
	border: 1px solid #222;
	font-weight: 500;
	margin: 2px;
}
@media (min-width: 1200px) {
	body.woocommerce-account .site-main{
		max-width: 1280px;
	}
}