/*
 Theme Name:   Holz Design Arbeiten Shop
 Theme URI:    https://woocommerce.com/storefront/
 Description:  Storefront Child Theme
 Author:       Dhana Sauernheiemr
 Author URI:   https://www.lichtschreiber.de
 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
 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
 Text Domain:  storefront-child

dark brown: #613a26
light brown: #ccae8f;
*/


.site-footer {
    background-color: #ccae8f;
    color: #ffffff;
}
.storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, 
.storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content .woocommerce-products-header {
    text-align: left;
    padding: 30px 0;
}

h3 {
    font-weight: 500;
}

.woocommerce-products-header,
.primary-navigation,
.site-search,
.storefront-breadcrumb,
.edit-link {
	display: none;
}

#masthead {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

#masthead .col-full .site-title a {
	color: #fff;
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 1px;
}
#masthead .col-full .site-description {
	color: #fff;
	font-size: 24px;
}

h1.entry-title,
.storefront-sorting,
.site-header-cart {
    display: none !important;
}

#content {
    padding-top: 30px;
}

#site-navigation-menu-toggle {
    display: none;
}

ul.products li.product {
    background-color: #f2e8de;
    border: 10px solid #f2e8de;
}

ul.products li.product:hover {
    opacity: .8;
    cursor: pointer;
}

ul.products li.product small {
    font-size: 1rem;
}

ul.products li.product button {
    pointer-events: none;
}

.woocommerce-active .site-header .site-branding {
	margin-bottom: 0;
}

.home.post-type-archive-product .site-header {
    margin-bottom: 35px;
 }

#site-header-cart a.cart-contents {
 	color: #fff; 	
 	padding: 10px;
 	float: right;
 }

.storefront-primary-navigation.sticky-element-original.element-is-sticky {
 	background-color: #271616;
}
 
.site-header-cart .cart-contents:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: left;
    line-height: 1.618;
    padding-right: 10px;
}
.site-header-cart .cart-contents:after {
    content: " ";
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout,
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
 	border-color:  #271616;
 	background-color: #271616;
 }


#order_review, #order_review_heading {
	float: left;
}

.wp-block-uagb-info-box:hover {
    opacity: .8;
    cursor: pointer;
}

.produktkategorien .wp-block-uagb-container {
    background: #f2e8de;
}
.wp-block-uagb-info-box .uagb-ifb-title {
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 1023px) {

    #masthead .col-full .site-title a {
        font-size: 24px;
    }
}