/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-footer li a {
  color: #fff;
}

ul.products .woocommerce-variation-price{
	display: block !important;
}

ul.products li {
  background: whitesmoke;
  padding: 15px !important;
}

ul.products li table tbody select {
  width: 100% !important;
  background: #fff !important;
  font-size: 14px;
}

ul.products li table tbody a {
  display: none;
}

ul.products li h2 {
  font-size: 16px !important;
  color: #000;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.single-product .summary table tbody th {
  text-align: left;
}

.user-menu > ul > li > a {
  color:#037503;
}

.user-menu ul li a {
  text-transform: capitalize;
}

.user-menu ul ul li {
  padding: 4px 18px;
  border-bottom: 1px solid #fff;
	background: #037503;
}

.user-menu ul ul {
  border: 2px solid #fff;
margin: 0;
list-style-type: none;
	position: absolute;
z-index: 9;
	display: none;
}

.user-menu ul ul li a {
  color: #fff;
}

.user-menu ul {
  margin: 0;
  list-style-type: none;
}

.user-menu > ul > li:hover > ul {
  display: block;
}

.account > a{
	color: #037503;
}

@media (max-width: 768px){
	.client-port{
		width: 145px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}