/*!
Theme Name: Excelsium
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: excelsium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Excelsium is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#wpadminbar {
	display: none;
}

#ppc-button {
	text-align: center;
	margin-top: 2%;
}

.woocommerce {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.woocommerce-MyAccount-navigation {
	display: block !important;
	width: 100% !important;
	max-width: 1920px !important;
	margin-bottom: 20px !important;
}

.woocommerce-MyAccount-navigation>ul {
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -20px 0 0 0 !important;
}

.woocommerce-MyAccount-navigation>ul>li {
	margin: 20px 0 0 0 !important;
	min-width: 75px !important;
	text-align: center;
}

.woocommerce-MyAccount-navigation>ul>li>a {
	display: block !important;
	color: #000000 !important;
	transition: .3s all;
	text-align: center;
	padding: 2px 5px;
	border: 1px solid #000000;
}

.woocommerce-MyAccount-navigation>ul>li>a:hover {
	transform: scale(1.05) !important;
	color: #1F4D8F !important;
	border: 1px solid #1F4D8F;
}

.woocommerce-MyAccount-navigation>ul>li:last-of-type>a:hover {
	transform: scale(1.05) !important;
	color: red !important;
	border: 1px solid red;
}

.woocommerce tbody {
	height: 100px !important;
	margin-top: 20px !important;
	overflow-y: scroll !important;
}

.woocommerce .afwc_products tbody td:last-child {
	text-align: left !important;
}

.woocommerce th {
	text-align: left !important;
	font-weight: bold !important;
}

.woocommerce-MyAccount-content {
	width: 100% !important;
	max-width: 1920px !important;
}

.logo-container {
	display: flex;
	flex-direction: column;
	max-width: 152px;
}

#afwc_reg_form_wrapper {
	border: 4px solid #80C700;
}


