/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Mar 20 2021 | 21:28:04 */
.woocommerce-orders-table__cell-order-actions .view { margin-left: 5px; }
.wpem-main-vmenu-dashboard-nav-menu { display:none; }
.wpem-theme-text  { display:none; }
.wpem-main-vmenu-dashboard-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
}
@media screen and (min-width: 768px) {
	.wpem-main-vmenu-dashboard-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
}

.woocommerce-account .wpem-main-vmenu-dashboard-wrapper { margin-top:0!important; }
.woocommerce-Button[name=save_account_details] { margin-top:10px!important; }
	
/*-- HIDING FIELDS --*/

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area { display: none; }
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads { display: none; }


.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

@media screen and (max-width: 768px) {
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%!important;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 0!important;
    width: 100%;
    margin-top: 25px;
	}
	
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	font-size: 15px !important;
	font-family: 'Roboto'
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

/*-- tab links ---*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
	color: #333;
	font-weight: 400 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}


/*--- TAB STYLING START ---*/

/*--- DASHBOARD TAB ---*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f3fd";
	font-weight: 900;
	color: #001E32;
}

/*--- PAST ORDERS TAB ---*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f1da";
	font-weight: 900;
	color: #001E32;
}

/*-- SUBSCRIPTIONS --*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f49e";
	font-weight: 900;
	color: #001E32;
}

/*-- ADDRESSESS --*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f3c5";
	font-weight: 900;
	color: #001E32;
}


/*-- PAYMENT METHODS --*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f3d1";
	font-weight: 900;
	color: #001E32;
}



/*-- ACCOUNT --*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f007";
	font-weight: 900;
	color: #001E32;
}


/*-- EVENTS --*/

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--event-dashboard a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f073";
	font-weight: 900;
	color: #001E32;
}


/*-- LOG OUT --*/

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 5 Free';
	content: "\f2f5";
	font-weight: 900;
	color: #001E32;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

