/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront
Template: storefront
Author: WooThemes
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 it's 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
Version: 2.2.5.1528362762
Updated: 2018-06-07 09:12:42

*/

.widget {
border-bottom: 1px solid #ddd !important;
margin-bottom: 30px !important;
padding-bottom: 10px !important;
}

.widget-area .widget .widget-title {
border-bottom: none !important ;
}
.storefront-full-width-content .woocommerce-products-header{
text-align: left !important;
padding: 0px !important;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2{
font-weight:600 !important;
}
@media (min-width: 768px) {

body.archive.tax-product_cat.storefront-full-width-content .content-area {
width:73% !important;
}
.woocommerce .woocommerce-tabs {
	margin-top: 10px;
}
html {
  max-width: 1105px;
  margin: 0 auto;
}

.sidebar {
    border-left: 1px solid #efefef !important;
    padding-left: 10px !important;
}
/* tabs */
ul.tabs li a {
font: bold 18px sans-serif;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}
}