/*
 Theme Name:   storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  storefront Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront-child
*/
/********** Insert CSS styles below ***********/
.custom-logo-link {
  max-width: 150px;
}
.storefront-primary-navigation {
  background-color: #905944;
  padding-left: 50px;
  font-size: 1.15rem;
}
.site-header ul.menu li.current-menu-item > a,
.main-navigation ul li a,
.main-navigation ul li a:hover {
  color: white;
}
.site-header ul.menu li.current-menu-item > a {
  background-color: #643f2f;
}
.cart-contents span,
cart-contents ::after,
ul.menu li a {
  color: white;
}
.site-footer {
  background-color: #444444;
  color: #f9f9f9;
}
.site-header-cart .widget_shopping_cart a.button {
  background-color: #444444;
  border-color: #eeeeee;
  color: #ffffff;
}
.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
  background-color: rgb(68, 68, 68);
  border-color: #eeeeee;
  color: #ffffff;
}
#site-header-cart .current-menu-item {
  background-color: #905944;
}
