/*
 Theme Name:   None More Black
 Description:  Storefront Child Theme
 Author:       Brad Vickers
 Author URI:   https://nonemoreblack.com.au
 Template:     storefront
 Version:      1.0.0
 Text Domain:  nonemoreblack
*/

.storefront-primary-navigation {
    background: #3a3b4c;

}
@media (min-width: 768px){
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a,
    .site-header-cart .cart-contents {
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom:0;
}

@media (min-width: 66.4989378333em){
    .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    padding-left: 0;
    padding-right: 0;
    }
}

@media (min-width: 768px){
    .woocommerce-active .site-header .col-full::before, .woocommerce-active .site-header .col-full::after {
        display: none;
    }
    .woocommerce-active .site-header .col-full{
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

    .woocommerce-active .site-header .site-branding {
        width: 40%;
        float: none;
        margin-right: 0;
    }
    .woocommerce-active .site-header .header-widgets {
        width: 60%;
        display:flex;
        justify-content:flex-end;
    }
    .woocommerce-active .site-header .site-search,
    .woocommerce-active .site-header .country-selector {
        width: 40%;
        float: none;
        margin-right: 0;
        /* clear: left; */
    }
    .wccr-country-selector-independent,
    .wccr-country-selector.menu-item {
        height:46px;
        background:#f2f2f2;
    }

    .wccr-country-selector.menu-item  {
        padding:10px;
    }
}