/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Description:  Storefront Child Theme
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.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.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

.woocommerce-result-count{
	visibility: hidden;
}

.site-header-cart .widget_shopping_cart a.button{
	color: #000 !important;
	background-color: #eeeeee;
}
.site-header-cart .widget_shopping_cart a.button:hover{
	background-color: #d5d5d5;
}

.storefront-breadcrumb{
	margin: 0;
}
/*
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 380px !important;
    object-fit: cover;
}
*/
ul.products {
  ...
  /*display: block */;
  display: flex;
  flex-wrap: wrap; /* allow items to be flowed on multiple lines */
  align-items: flex-end;
}

ul.products li.product a h3 {
  ...
  min-height: 40px;
}

.site-header{
	padding-top: 1em;
}

.vipps-express-checkout{
	background-color: #1e73be !important;
}

.ui-slider-range, .ui-slider-handle {
	background-color: #1e73be !important;
}

.remove_from_cart_button:before{
	color: #FFF !important;
}

.storefront-primary-navigation {
	background-color: #1e73be;
}

.woocommerce-products-header__title.page-title {
	visibility: hidden;
}
.woocommerce-products-header{
	display: none !important;
}

.slider-container {
	padding: 2px;
	max-width: 81.4989378333em;
 	margin: 0 auto;
	align-self: center;
}

.woocommerce-products-header {
	padding: 0 !important;
}

.site-header{
	margin-bottom: 5px !important;
}

.site-header-cart .cart-contents {
    padding: 0.5em 0;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,0);
    height: auto;
    width: auto;
    align-items: center;
	text-indent: 0;
}

.main-navigation ul li a, .sub-menu{
	background-color: #1e73be;
}

.mega-menu .max-mega-menu .mega-menu-horizontal, .remove_from_cart_button:before{
	background-color: #1e73be;
}

.cart-contents, .widget_shopping_cart a, .widget_shopping_cart span, .woocommerce-mini-cart__buttons a{
	color: #FFFFFF !important;
}
.button .vipps-express-checkout{
	color: #1e73be !important;
}

.widget_shopping_cart, .woocommerce-mini-cart__total, .woocommerce-Price-amount amount, .woocommerce-mini-cart__buttons {
	color: #FFF !important;
	background-color: #1e73be !important;
}

.col-full{
	max-width: 81.4989378333em;
}
/*
.site-footer {
	position: fixed;
    width: 100%;
    bottom: 0;
}
*/
/*.woocommerce-ordering, .woocommerce-result-count{
	visibility: hidden;
}
*/
@media screen and (min-width: 1352px) {
		.secondary-navigation {
        max-width: 81.4989378333em;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
    }

	.slider-container {
		display: block !important;
	}
	
	.slider-container.desktop {
		visibility: hidden !important;
	}
	
}
	
@media screen and (min-width: 400px) {
	.menu ul li a{
		color: #FFF;
	}

	.slider-container {
		visibility: hidden !important;
	}
		
	.slider-container.desktop {
		display:block !important;

	}
}
