/*
Theme Name: Storefront Custom 01
Theme URI:    https://a_i.a_i/
description: Storefront Custom 01
Author:       A_I
Author URI:   https://a_i.a_i/
Description:  Storefront has been customised to Storefront Custom 01
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Template: storefront
Text Domain:  storefront-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style


header.woocommerce-products-header {
    display: none;
}
*/
div.site-info {
    display: none;
    padding: 0 0;
    margin: 0 0 0;	
}
header.woocommerce-entry-header {
    display: none;
    padding: 0 0;
    margin: 0 0 0;
}

.storefront-primary-navigation {
    display: none;
    padding: 0 0;
    margin: 0 0 0;
}

.storefront-breadcrumb {
    padding: 0 0;
    margin: 0 0 0;
}
.nav-menu {
    line-height: 0.2;
}

.hentry {
    padding: 0 0;
    margin: 0 0 0;
}

.main-navigation ul.nav-menu > li > a {
    padding: 1em 1em;
}

div.custom-menu-class ul {
    margin: 1em 1em -0.2em 1em;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align: left;
}

div.custom-menu-class li {
   padding: .2em 0.2em 0 1em;
   display: inline-block;
   color:#FFFFFF;
} 

.menu-item-type-post_type {
    background-color: #ffffff;
    color: brown;
/*    border-radius: 16px;*/
}
#menu-item-1087 {
    margin: -1em -1em 0 0;    
    float: right;
    background-color:brown;
    padding: 1em 2em 1em 2em;
}
#menu-item-1087 a {
    color: white;
}

#menu-item-1075 {
    margin:0 1em 0 0;
    float: right;
    background-color:rgb(11, 230, 11);
    color: white;
    border-radius: 4px;
    padding: 0em 1em 0em 1em;
}
#menu-item-1075 a {
    color: white;
}

#menu-item-1082 {
    font-size: 1em;
    margin: -1em 20em 0 20em;    
    float: center;
    background-color:white;
    padding: 1em 1em 1em 1em;
}
#menu-item-1082 a {
    color:green;
}
