/*
 Theme Name: Storefront Child
 Theme URI: http://example.com/storefront-child
 Description: A child theme for Storefront
 Author: Your Name
 Author URI: http://example.com
 Template: storefront
 Version: 1.0.0
 Text Domain: storefront-child
*/

/* Add custom styles below this line */

.main-navigation ul li a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: #fff;
}

.navbar-light .navbar-collapse {
    z-index: 30;
}

.woocommerce .u-column1, .woocommerce .u-column2 {
    width: 100% !important;
}
.site-header-cart .cart-contents {
    text-align: right;
    color: #fff !important;
}
.site-branding .site-title a {
    color: #fff  !important;
}