/* Tab title */
.elementor-element .elementor-toggle .elementor-tab-title{
	text-align:center;
	
}

/* Button */
.cart_totals .wc-proceed-to-checkout a{
	background-color:#af6812 !important;
	
}

button.single_add_to_cart_button.button.alt {
    flex-basis: 20% !IMPORTANT;
}

/* Link */
.woocommerce-MyAccount-navigation ul a{
	color:#000000;
	font-weight:600;
	font-size:18px;
	line-height:2em;
}

/* List Item */
.woocommerce-MyAccount-navigation ul li{
	border-width:1px;
	border-style:solid;
	border-color:#AF6812;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding-left:10px;
	margin-top:5px;
}