ul.products li.product .woocommerce-loop-product__title {
    background: #f3edad;
    color: #000;
	  font-family: gothic;
    font-size: 18px;
	  text-transform: capitalize;
    line-height: 1.6;
    margin: 0 0 0.8em;
    max-width: 350px;
    padding: 0.8em;
    position: relative;
}

.site-branding-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f3e5b;
	}

.menu-primary-container {
	color: fff;
}

.cart-contents {
	color: white;
}

.widget_shopping_cart_content {
	color: white;
}

.main-navigation a, .main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #fff;
}

.site-header-cart .cart-contents .amount {
    color: #fff;
}

.main-navigation a, .main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #fff;
}

.main-navigation {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
	  color: #fff;
}

.main-navigation {
    clear: both;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
   
    text-align: left;
    text-transform: uppercase;
    width: 50%;
    content: "";
    display: table;
    table-layout: fixed;
	 color: #fff;
}
.top-bar {
    padding: 0.8em 0;
    content: "";
    display: none;
    table-layout: fixed;
}
.footer-widgets-wrapper {
    background-color: 
#0f3e5b;
color:
    white;
    padding: 1.6em 5%;
    width: 100%;
}
.site-footer {
    clear: both;
    background-color: 
    #0f3e5b;
    width: 100%;
}
.site-info {
    padding: 1.6em 10%;
    display: none;
}