/*
Theme Name:   	Morfars Värld tema
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Hedda Fager
Author URI:     https://hedda.pirateboy.net
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.2
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/* Fonts */
@import url("//use.typekit.net/hua1gjv.css");
@import url('//fonts.googleapis.com/css2?family=Bitter:wght@300;400&display=swap');
body, button, input, textarea {
  font-family: 'Bitter', serif;
}
h1, h2, .site-title {
  font-family: epicursive, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Header */
.site-header .site-branding img {
   height: auto;
   max-width: 300px;
}

/* Navigation */
.menu.nav-menu li a {
  font-weight: 400;
  text-transform: uppercase;
}

/* Product list*/
ul.products li.product .woocommerce-loop-product__title, 
ul.products li.product .woocommerce-loop-category__title, 
ul.products li.product .wc-block-grid__product-title, 
ul.products li.product .wc-block-grid__product-title > a:not(.has-font-size), 
ul.products .wc-block-grid__product .woocommerce-loop-product__title, 
ul.products .wc-block-grid__product .woocommerce-loop-category__title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size), 
.wc-block-grid__products li.product .woocommerce-loop-product__title, 
.wc-block-grid__products li.product .woocommerce-loop-category__title, 
.wc-block-grid__products li.product .wc-block-grid__product-title, 
.wc-block-grid__products li.product .wc-block-grid__product-title > a:not(.has-font-size), 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size) {
  font-size: 1.8rem;
}

/* Remove item from cart */
a.remove::before {
  color: #b68181;
}

/* Add to cart bar */
.woocommerce-message, .woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, p.no-comments {
  background-color: #51878a;
}

/* Block bug in Storefront averted */
.wp-block-gallery {
  margin: 0 0 1.41575em;
}

/* Search input padding */
.widget_search form:not(.wp-block-search) input[type="text"], 
.widget_search form:not(.wp-block-search) input[type="search"], 
.widget_product_search form:not(.wp-block-search) input[type="text"], 
.widget_product_search form:not(.wp-block-search) input[type="search"] {
  padding: 1rem;
}