/*
 Theme Name:   Demo
 Theme URI:
 Description:  Storefront Child Theme
 Author:
 Author URI:
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  demo
*/
@media (min-width: 768px) {
    .woocommerce-products-header {
        padding: 0 0 0 .5em !important;
    }

    ul.products li.product, .site-branding {
        margin-bottom: 0 !important;
    }

    .site-header {
        padding-top: .5em !important;
    }

    .current-menu-item {
        /*border-bottom: 2px silver solid !important;*/
        /*border-color: black !important;*/
        border: 1px solid silver;
    }

    .site-header {
        border-bottom-color: transparent !important;
    }

    .woocommerce-active .site-header .main-navigation {
        width: 100% !important;
    }

    .menu-item {
        /*border: 1px solid silver;*/
    }

    .menu-item > a {
        padding: 1em !important;
    }


    #menu-item-122, #menu-item-121 {
        float: right;
        margin: 0 2px;
    }
}

#colophon {
    display: none
}

body.home figure.wp-block-media-text__media {
    border: 1px solid silver;
}

body.home h2 {
    margin-top: 2em;
}

span.onsale, ins {
    color: #f00 !important;
    font-weight: bold !important;
}
