/*
Theme Name: Storefront Child
Theme URI: https://woothemes.com/products/boutique/
Template: storefront
Author: WooThemes
Author URI: http://woothemes.com
Description: A Storefront child theme designed for small WooCommerce stores / boutiques. Boutique features a simple, traditional design which you can customise using the settings available in the WordPress Customizer. Looking for a theme for your new WooCommerce store? Look no further than Storefront and Boutique!
Tags: light,dark,two-columns,right-sidebar,responsive-layout,accessibility-ready
Version: 1.2.0.1452748518
Updated: 2016-01-14 05:15:18
*/

@charset "UTF-8";


.woocommerce-message {
    background-color: #D5D5D5 !important;
}

.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}


.woocommerce .page-title {
	display: none;
}


.woocommerce-ordering {
display:none
}

li.menu-item-1442 {display:none}

.product-cat .single_add_to_cart_button{ display: none !important; }

.woocommerce-breadcrumb {
  display: none;
}

.page-template-template-homepage .hentry {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

#masthead.site-header {
  margin-bottom: 10px;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
margin-bottom: 0; }

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 155px; /* '.push' must be the same height as 'footer' */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.product_meta {
   display: none;
}
