/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.18.1480970023
Updated: 2016-12-05 20:33:43

*/


/* Hide categories on Woo product pages */
.product_meta {
	display: none;
}

/* Product sidebar styles */
input.search-field {
	border: 1px solid #d9d9d9;
	padding: 3%;
}
.woocommerce-product-search button {
	border: 2px solid #2ea3f2;
	color: #2ea3f2;
	padding: 2% 4%;
	margin-top: 2%;
	cursor: pointer;
	border-radius: 3px;
}

/* Stick footer to bottom of page - footer floats up when there's not enough content */
#main-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* Margin for short product descriptions */
.woocommerce-product-details__short-description {
	margin-top: 2.5%;
}
