/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
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
Version: 4.3.0.1687207085
Updated: 2023-06-19 20:38:05

*/

li {
    font-size: 20px;
}

.entry-title {
    display: none;
}


#page,.site-header {
    background-color: #F9F6F3 !important;
}



.site-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 0 !important;
}

.site-branding {
    height: 120px !important;
    width: 120px !important;

}



#menu-hovedmenu {
    width: 1100px;
    margin-right: 200px;
}

.header-widget-region {
    background-color: #501A1D;
    font-size: 12px;
    font-weight: bold;
}

.wp-block-heading {
    color: white;
}

.logo {
    height: 120px !important;
    width: 120px !important;
}

.has-cyan-bluish-grey-color {
    background-color: black !important;
}


.search-field {
    display: none;
}

.woocommerce-product-search {
    display: none;
}


.block-editor-rich-text__editable {
    width: 30%;
}

.site-header-cart {
    display: none;
}

.woocommerce-Price-amount {
    display: none !important;
}

.storefront-handheld-footer-bar {
    display: none;
}

@media screen and (max-width: 1050px) {
    .site-header {
      flex-direction: column;
  }

    #ub-advanced-heading-f2016fb3-aa3a-48f0-bc2e-5cbde4e32196 {
        font-size: 40px;
    }
}