/*
Theme Name: Kurt Wenner Shop
Theme URI: http://weavertheme.com
Description: Customized Shop theme based on Weaver II Child demo
Author: James Van Lommel
Author URI: http://fireandmotion.com/
Version: 1.0
Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light
Template: weaver-ii

!!!!!!!!!!!!!!!!! IMPORTANT: Change above from weaver-ii to weaver-ii-pro for Pro version !!!!!!!!!!!!!!!!

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/



/* Use the following @import for parent Weaver II theme.
  IMPORTANT:
  For free weaver, the @import line should use: url('../weaver-ii/style.min.css')
  For Weaver II Pro, you MUST make two changes.
	For the @import, use: url('../weaver-ii-pro/style.min.css')
    AND
	Change the above line "Template: weaver-ii" to be "Template: weaver-ii-pro"

*/
@import url('../weaver-ii/style.min.css');	/* alternatively, you can use style.css instead of style.min.css */

/* Minified version: You can create a minified version of this file for your child theme
  directory called style.min.css. If you do that, you MUST have both the child style.css and
  the child style.min.css. The style.min.css version will be used automatically if it is defined.

  ------------------------------------------------------
 Add specific style overrides here...
*/
mark {
   background-color: inherit;
   color: #bbb;
}
#content img.attachment-shop_catalog {
}
#content img.wp-post-image.attachment-shop_catalog {
   padding: 0;
   margin: 0;
   width: auto;
   height: auto;
   border: 5px solid #B7996F;
}
.product_img_container {
   height: 210px;
   max-height: 210px;
}
.woocommerce ul.products li.product h3 {
   padding-bottom: 2px !important;
}
