/*
Theme Name: GivenBase
Theme URI: http://www.givenbase.com
Template: raworganic
Author: Given Hirschau
Description: Created by Given Hirschau
Version: 1.0.1556051035
Updated: 2019-04-23 20:23:55

*/

.site-footer.footer-layout2 .top-footer-logo {
    margin-top: 45px !important;
}

section#nav_menu-4 .menu-menu-navigation-container ul#menu-menu-navigation .current_page_item a{
    color: #73B043;
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-out-of-stock a {
    background-color: red !important;
    border: 1px solid red !important;
}

.woocommerce-out-of-stock a:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.woocommerce span.onsale{
    background-color: orange !important;
}

#site-header-wrap.header-layout1 .site-header-middle {
    background-color: #2d1a20!important;
}

#site-header-wrap .topbar-product-cart {
    margin: auto!important;
}

#site-header-wrap .topbar-my-account a {    
    color: #ffffff;
}

#site-header-wrap .topbar-my-account svg {
    background-color: #ffd355!important;
    padding: 3px;
}

@media screen and (max-width: 768px) {
    #site-header-wrap.header-layout1 .row {
        background-color: #2e1a20!important;
    }
    i.zmdi.zmdi-shopping-cart {
        color: #fff!important;
		margin-right: 15px;
    }
    span.btn-nav-mobile.open-menu {
        background-color: #735cb0;
    }
}

@media screen and (max-width: 425px) {

    #site-header-wrap .site-branding img {
        width: 80% !important;
        margin-left: -15px !important;
    }
}