
@media screen and (min-width: 768px) {
    /* LOGO */
    /* .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 30% !important; }Use px values if you want, eg. 350px */ 
    .woocommerce-active .site-header .site-branding img {
        /* width: 100% !important; */
        /* max-width: 50%; */
        /* max-width: 80%; Adjust this percentage up or down to make the logo larger or smaller. */
        
        
     } /* Adjust this percentage up or down to make the logo larger or smaller. */
     
    .site-branding {
        width: 40% !important;
    }
     
    .site-branding img{
        max-width: none !important;
    }
      
    /* SECONDARY NAVIGATION */
    .site-header .secondary-navigation { 
        margin-right: 0px !important; 
        padding-right: 0px !important; 
        margin-bottom: 0px !important; 
        padding-bottom: 0px !important; 
        /* width: 10% !important;   */
    }  /* Use px values if you want, eg. 350px */ 

    /* SEARCH BAR */
    /*.site-header .site-search { width: 30% !important;   } Use px values if you want, eg. 350px */
}


/* nav menu mouse over link */
.menu-item a:hover {
    color: #999999 !important;
}
/* nav menu  active */
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
    color: #FFD13F;
}


.fas , .fab{
    color: #FFD13F !important;
    font-size: 32px !important;
}

.sf-top-bar {
    text-align: right;
    padding: 0.2em 0;
    background: #6d6d6d;
    color: white;
 }

 span.product-tag-badge {
    border-radius: 3px;
    background: #f7f7f7;
    padding: 5px 10px;
    box-shadow: 0px 2px 2px 0px #e3e3e3;
    font-size: 11px;
    margin: 5px;
    display: inline-block;
    line-height: initial;
    min-width: 60px;
    text-align: center;
}


/* .my-accountt:before {
    position: absolute;
    content: "\e7fd";
    color: #882288;
    font-size: 2.4rem;
} */


form.register input[type="radio"].input-radio {
    float: left;
    margin: 8px 5px 0px 5px;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 1.2em !important;
    letter-spacing: 0;
    border-bottom: 0px !important;
    padding: 0 0 0 !important;
    margin-bottom: 1em;
    font-weight:300;
    /* color: red !important; */
}

/* Hide shipping row underneath subtotal in cart */
.woocommerce-cart .woocommerce-shipping-totals {
    display: none;
}

/* Hide shipping row underneath subtotal in checkout */
.woocommerce-checkout-review-order-table .shipping {
    display: none;
}

/* Hide stock status on product detail page */
.stock {
    display: none;
}


