/*
Theme Name: Bottleshop
Theme URI: https://shop.originalbrands.se
Description: Storefront
Child Theme Author: Marc Balbo
Author URI: https://shop.originalbrands.se
Template: storefront
Version: 1.0.3
License: GNU General Public License v2 or later License
URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, full-width, responsive-layout, accessibility-ready
Text Domain: storefront-child
Theme customisations start here
*/
 @media (min-width: 768px) {
	 .site-header {
		 padding-top: 1em;
		 padding-bottom: 0;
		 background-color: #ffffff;
		 border-bottom: 1px solid #00000014;
	}
	 .main-navigation {
		 padding: 0;
		 display: block;
		 position: relative;
		 background-color: transparent;
		 height: auto;
		 width: auto;
		 text-indent: 0;
	}
	 .storefront-breadcrumb {
		 padding: 0.2em 0;
		 margin: 0 0 1em;
	}
	 .site-header-cart .cart-contents {
		 padding: 0.5em 0;
	}
	 .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
		 padding: 0.5em 0.6em;
	}
	 .woocommerce-result-count {
		 display: none;
	}
	 .secondary-navigation .menu a {
		 padding: 0 0.5em;
	}
	 .archive .quantity {
		 display: inline-block;
	}
	 .tabs.wc-tabs {
		 display: none;
	}
	 .woocommerce-tabs .woocommerce-Tabs-panel {
		 display: block !important;
		 margin-bottom: 3em;
		 width: 100%;
		 float: left;
	}
	 .price {
		 margin-bottom: 0 !important;
	}
	 .woocommerce-loop-product__title {
		 font-size: 1.5rem !important;
		 margin-bottom: 0.2em !important;
	}
	
	.storefront-full-width-content .woocommerce-tabs .panel {
    width: 50%;
    float: left;
    margin-right: 0;
}
	
	
}
.brewery {
	 padding: 0;
	 margin: 0;
	 font-size: 14px;
	 color: #555555;
	 font-weight: 400;
}
 ul.products li.product h2 {
	 margin: 0 !important;
	 padding: 0 !important;
	 font-size: 20px !important;
}
 span.price {
	 margin-bottom: 0 !important;
}
 .storefront-breadcrumb {
	 display: block !important;
	 position: relative !important;
	 margin-bottom: 0 !important;
}
.storefront-sorting {
	 float: right;
	 position: absolute;
	 top: -30px;
	 right: 0;
}
 .col-full {
	 position: relative;
}
 .woocommerce-products-header {
	 padding: 0 0 2em !important;
}


.product {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 1em;
  /*
  https://codepen.io/sdthornton/pen/wBZdXq
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/

    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.woocommerce-products-header{
  display: none;
}

/*
.product:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} */

/*
.woocommerce #primary { width: 100%; }
.woocommerce.single-product #primary { width: 100 %; }
*/

.single-product div.product {box-shadow: none}
.woocommerce-tabs .woocommerce-Tabs-panel {
    display: block !important;
    margin-bottom: 3em;
    width: 50%;
    float: left;
}


.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.wc-block-grid__product-onsale,
.widget_search form:before,
.widget_product_search form:before {
	color: #131315;
}


.woocommerce-loop-product__title h2{    
	font-size: 1.2rem;
	font-weight: 600;

}
.button{
	background-color: #544945;
}

.button.alt{
	background-color: #544945;
}


a.added_to_cart.wc-forward {
    display:none;
}


a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none; }

.site-info a {
  display: none;
}
