/*
Theme Name: Cervejando WooCommerce WordPress Theme
Theme URI: http://cervejando.com
Description: Tema desenvolvido para a loja virtual da cervejando.com 
Version: 1.0.1
Author: PH Gomes
Author URI: http://phgomes.com.br
Tags: woocommerce, wordpress, e-commerce
*/

.alignnone {
		margin: 5px;
	}
.aligncenter,
div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
.alignright {
		float:right;
		margin: 5px 0 5px 5px;
	}
.alignleft {
		float: left;
		margin: 5px 5px 5px 0;
	}
a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
a img.alignnone {
		margin: 5px 20px 20px 0;
	}
a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}
.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}
.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}
.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}
.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}
.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
	margin: 0;
}
.bypostauthor {}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.container {
  margin: 0 auto;
  width: 1180px;
}
.feature-text-area .container {
  max-width: 768px;
}
.clear { clear: both; }
body {
  color: #000000;
  font-family: "Roboto",sans-serif;
  font-size: 1em;
  margin: 0;
  background-color: #fff;
}
p { font-size: 1em; font-family: 'Roboto', sans-serif; color: #000000; }
a { text-decoration: none; font-weight: 700; }
img { max-width: 100%; height: auto; }
::-moz-selection {
    background-color: #000;
    color: #fff;
}
 ::selection {
    background-color: #000;
    color: #fff;
}
/**HEADER**/
.logo-area {
	background-color:#000000;
	padding: 0 0 10px 0;
	display:block;
	overflow:hidden;
}
.logo {float:left;}
.logo_norberto { float:right; }

div.head {display:block; background-color:#000000; color:#fff; font-size:0.77em; padding: 5px 0 0; text-align:center;}
div.head a {color:#c29f54; font-weight: 400; padding: 0 10px;}
.head-m p {margin:0; padding:0; vertical-align:text-top; color:#fff; letter-spacing: 1px;}
span.woocommerce-Price-amount.amount {}

header.fixed .header-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.header-nav {
	background: -webkit-linear-gradient(bottom, black 50%, transparent 50%);
    background: -o-linear-gradient(bottom, black 50%, transparent 50%);
    background: -moz-linear-gradient(bottom, black 50%, transparent 50%);
    background: linear-gradient(to bottom, black 50%, transparent 50%);
}
.header-nav .menu {
	display:block;
	background-color: #c29f54;
	padding: 0;
}
.header-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-nav ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0;
}
.header-nav ul li:last-child {
	margin-right: 0;
}
.header-nav ul li a {
	color: #000;
	font-weight: 400;
	display: block;
	padding: 1em 2em;
	text-transform: uppercase;	
}
.header-nav ul li a:hover {
	background-color: #a98a48;
	color:#fff;
}
.header-nav ul li.current-menu-item a {
	font-weight: 700;
}
.header-nav ul li ul {
	background: #ffffff none repeat scroll 0 0;
	/*border: 1px solid #dddddd;*/
	display: none;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 100;
}
.header-nav ul li ul li {
	background-color: #000000;
	float: none;
	font-size: 0.88em;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px #333 solid;
}
.header-nav ul li ul li ul {
	left: 100%;
	padding: 0;
	top: 0;
}
.header-nav ul li ul li a { padding: 0.64em 1em; display: block; border-bottom: none; color:#c29f54;}
.header-nav ul li ul li a:hover { background-color: #a98a48; color: #000000; text-decoration: none; border:none; }

.header-nav li:hover > .sub-menu { display: block; }
.sub-menu { display: none; }

.slicknav_menu { display: none; background: #fff; }
.slicknav_menu ul li a { color: #333; }
.slicknav_menu ul li a:hover a, .slicknav_menu ul li a:hover, .slicknav_menu ul li ul li a:hover, .slicknav_nav .slicknav_row:hover { background: #333; color: #fff !important; border-radius: 0; }
/**HOME**/

/** slider **/
.slider {display:block;width:100%;margin:0 auto;background-color:#fff;padding:25px 0;overflow:hidden;}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }


.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }


.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_container {
  margin-bottom: 25px;
  position: relative;
  float: left;
  width: 100%;
  }


.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 55%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.gif") no-repeat left top;
  margin-top: -55px;
  }


.rslides_nav:active {
  opacity: 1.0;
  }


.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


.rslides_nav:focus {
  outline: none;
  }


.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }


.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }


.rslides_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }


.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}
.main-home {}
.main-home ul{display:block; margin:0 auto; padding:0;}
.main-home ul li {width:32%;display:block;float:left;}
.main-home ul li:first-child {margin:0 2% 0 0;}
.main-home ul li:last-child {margin:0 0 0 2%;}
.main-home ul li img {width:100%;}
/** end slider **/

.feature-text-area {
	padding: 40px 0;
}
.feature-text-area h3 {
	font-size: 30px;
	line-height: 1.3;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
.feature-text-area p {
	color: #999999;
	font-size: 18px;
	text-align: center;
}
.blog-posts {
	overflow: hidden;
}
.blog-post-box {
	box-sizing: border-box;
	float: left;
	margin: 0 2.5% 60px 0;
	overflow: hidden;
	width: 47.5%;
}
.blog-post-box:nth-child(2n+2) {
	margin: 0 0 60px 2.5%;
}
.blog-post-box.sticky-post {
	border: 2px solid #333333;
}
.blog-post-box:nth-child(2n+3) {
	clear: left;
}
.blog-post-feature {
	position: relative;
}
.blog-post-image {
	height: 325px;
	display: block;
	overflow: hidden;
}
.blog-post-image > a {
	background-color: #dddddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.blog-post-image > a:hover {
	transform: scale(1.05);
}
.blog-post-info {
	padding: 15px 0;
	text-align: center;
}
.blog-post-info > h3 {
	margin: 0;
	line-height: 1.5;
}
.blog-post-info > h3 a {
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
}
.blog-post-info > h3 a:hover {
	text-decoration: underline;
}
.blog-post-feature iframe {
	display: block;
	font-size: 0;
	height: 325px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.blog-post-excerpt p {
	margin: 20px 0 0;
}
.blog-post-excerpt a {
	color: #333333;
}
.content .container {  overflow: hidden; }
/**BLOG**/
.post_content .blog-post-info > h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0 5 10px;
}
.post_content .blog-post-info > h3 a {
	font-size: 18px;
}
.post_content .blog-post-excerpt {
	font-size: 15px;
	line-height: 1.5;
	margin: 30px 0 0;
}
.blog-pagination {
	text-align: center;
}
.blog-pagination .page-numbers {
	border: 1px solid #333333;
	font-size: 12px;
	padding: 10px 15px;
	display: inline-block;
}
.blog-pagination .page-numbers.current {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
}
.post_content .archive_title h2 {
	display: inline-block;
	margin: 20px 0 30px;
	text-transform: uppercase;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
	padding: 0 20px;
}
.link_pages {
	margin: 20px 0;
}
.link_pages > span {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #dddddd;
	padding: 5px 10px;
}
.link_pages a span {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	padding: 5px 10px;
}
/**CONTENT**/
.content { overflow: hidden; margin: 0 auto 40px; }
.home .content { margin-top: 50px; }
.post_content {
	color: #000;
	min-height: 600px;
	padding: 2em 0;
}
.post_content > article { overflow: hidden; }
.post_content a { color: #000; }
.post_content h1.page-title {
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	margin: 1em auto;
	text-transform: uppercase;
}
.post_content h1 { line-height: 1; font-size: 2em; margin: 15px 0 25px; }
.post_content h2 { line-height: 1; font-size: 1.64em; margin: 15px 0 25px; }
.post_content h3 { line-height: 1; font-size: 1.24em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 140%; letter-spacing: 1.5px; margin: 15px 0 25px; }
.post_content h4,
.post_content h5,
.post_content h6 { line-height: 1; font-size: 1em; 
	font-weight: bold; margin: 0 0 10px; }
table, td, th {
	border: 1px solid #f5f5f5;
	border-collapse: collapse;
	padding: 5px;
}
.post_content img { max-width: 100%; }
.post_content input[type="text"], .post_content input[type="email"], .post_content input[type="password"], .post_content input[type="search"], .post_content input[type="tel"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 40px;
  margin: 0 0 5px;
  padding: 5px 10px;
  width: 300px;
}
.post_content input[type="submit"], button {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px;
  padding: 1em 2em;
  text-transform: uppercase;
}
.post_content textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dddddd;
}
	.load_more_text {
	display: block;
	text-align: center;
}
textarea, select, input {
	border: 1px solid #c29f54;
	border-radius: 0px;
	padding: 1em 0.44em;
	font-size: 0.88em;
	margin: 0;
}
.load_more_text a {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 15px;
	width: 240px;
}
/**COMMENTS**/
.home_blog_box { margin: 30px 0;  
	padding: 30px 0 10px; }
	#commentform label { display: block; }
.commentlist {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 15px;
	list-style: none;
}
.commentlist ol.children { list-style: none; }
.comment.even {
	background: #ffffff none repeat scroll 0 0;
	padding: 10px;
}
.comment.odd {
	background: #eee;
	padding: 10px;
}
#comments .comment-reply-link { background: #000; 
	padding: 5px 10px; font-size: 12px; color: #fff; 
	display: inline-block;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="phone"], .woocommerce-cart table.cart td.actions .coupon .input-text {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c29f54;
  box-sizing: border-box;
  height: 40px;
  line-height: 1;
  margin: 0 0 5px;
  min-width: 140px;
  padding: 5px 10px;
}
input[type="submit"], button { padding: 5px 10px; 
background: #000; color: #fff; text-transform: uppercase; 
border: none; margin: 0 0 5px; cursor: pointer; }
/**WIDGETS**/
.widget_box ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_box ul.children { padding-left: 20px; margin: 10px 0 0; }
.widget_box ul li {
	margin: 0 0 5px;
}
.widget_box ul.children li {
	border-bottom: 1px dotted #dddddd;
}
.widget_box ul.children li:last-child { border-bottom: none; }
.widget_box ul.children li:before {
	content: '-';
}
.widget_box ul li a {
	display: inline-block;
}
.widget_box .textwidget a:hover,
.widget_box ul li a:hover {
	text-decoration: underline;
}
.widget_box .search-form input[type="text"] {
	width: 100%;
}
.widget_box select {
	border: 2px solid #dddddd;
	height: 40px;
	max-width: 100%;
	padding: 5px 10px;
}
.tagcloud a {
	border: 1px solid #aaaaaa;
	color: #333333;
	display: inline-block;
	font-size: 14px !important;
	margin: 2px 0;
	padding: 10px 15px;
}
.tagcloud a:hover {
	color: #fff;
	background: #333;
	border-color: #fff
}
.footer-col input[type="submit"], button {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.widget_box.widget_nav_menu ul li {
	border-bottom: medium none;
}
.widget_box.widget_nav_menu ul li a {
	display: block;
	padding: 2px;
	font-weight: 400;
	font-size:0.88em;
	text-decoration: none;
}
.widget_box.widget_nav_menu ul li.menu-item-has-children a {
	margin: 0;
}
.widget_box.widget_nav_menu ul li .sub-menu {
	padding-left: 20px;
}
.widget_box.widget_nav_menu ul li .sub-menu li, .widget_box.widget_nav_menu ul li .sub-menu li a {
	margin: 0;
}
.widget_box .side_title .rsswidget {
	color: #333333;
}
.widget_box.widget_rss ul li {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.widget_box ul li a.rsswidget {
	background: #cccccc none repeat scroll 0 0;
	color: #333333;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px 0;
	text-align: center;
}
.widget_box .rss-date {
	display: block;
	font-weight: bold;
	text-align: center;
}
.widget_box.widget_rss cite {
	display: block;
	text-align: right;
}
.widget_box.widget_calendar caption {
	background: #dddddd none repeat scroll 0 0;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}
.widget_box.widget_calendar tfoot a {
	background: #eeeeee none repeat scroll 0 0;
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: center;
}
.widget_box.widget_calendar tbody td {
	text-align: center;
}
.widget_box.widget_calendar tbody td a {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
}
.widget_box.widget_calendar table {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #333333;
	margin: 0 auto;
	padding: 10px;
	width: 200px;
}
/**FOOTER**/

.pioneira {background-color:#c29f54; text-align:center; padding: 0.44em 0; font-size: 1.24em;}
.pioneira p {color:#000; letter-spacing: 1.2px; font-size: 0.88em; font-style: italic;}

.main-footer {
	background: #000 none repeat scroll 0 0;
	overflow: hidden;
	padding: 30px 0;
}
.footer-social ul {
  font-size: 0;
  list-style: outside none none;
  padding: 0 0 30px;
  margin:0;
}
.footer-social ul li {
  display: inline-block;
  margin:0 10px;
}
.footer-col {
	box-sizing: border-box;
	color: #fff;
	float: left;
	padding: 0 15px;
	width: 33%;
}
.footer-col p, .footer-col a, .footer-col .wp-caption-text {
	color: #fff;
}
.footer-col:last-child {
	border: none;
}
.footer_box h3 {
	color: #fff;
	text-transform: uppercase;
}
.bottom-footer {
	background: #ffffff none repeat scroll 0 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.bottom-footer p {
	margin: 0;
	font-size: 12px;
}

.bottom-footer a {
	margin: 0;
	font-size: 12px;
	color: #000;
	
}
/*WOOCOMMERCE*/
.woocommerce ul.products li.product .price {
  color:#77A464;
  font-size:0.957em;
  font-weight:400;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0;
}

.pswp__bg{background: rgba(0,0,0,0.8);}

.woocommerce-product-gallery__wrapper {
margin: 0;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
min-height: 0!important; 
}


.woocommerce table.shop_table, .woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
  padding: 0;
}
.woocommerce .woocommerce-info::before {
	color: #333333;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-color: #333;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 2% 120px 0;
	padding: 5px;
	position: relative;
	width: 18.4%;
	background-color:#ffffff;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 0;
}
.woocommerce ul.products li.product a img {
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.woocommerce ul.products li.product a img:hover {
	transform: scale(1.05);
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  background: #000000 none repeat scroll 0 0;
  left: -8px;
  right: auto;
  top: -13px;
  z-index: 2;
}
.woocommerce ul.products li.product h3 {
	color: #999999;
}
.woocommerce ul.products li.product h3:hover {
	text-decoration: underline;
}
.product-image-wrapper {
	overflow: hidden;
}
.woocommerce ul.products li.product .price {
	color: #000;
	font-size: 1.24em;
	font-weight: 700;
	min-height: 50px;
}
.woocommerce ul.products li.product .price del {
	display: block;
	font-size: 0.66em;
}
.woocommerce p.stars a {
	color: #000000;
}
.woocommerce nav.woocommerce-pagination ul {
	border: medium none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: 1px solid #f5f5f5;
	margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 1.88em;
	font-weight: bold;
	line-height: 1;
}
.woocommerce div.product .product_title {
	font-size: 2.12em;
	font-weight: 400;
	margin: 0 0 1.44em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #000000;
	border-radius: 0;
	text-transform: uppercase;
}

.pswp__bg{background: rgba(0,0,0,0.8);}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #c29f54 none repeat scroll 0 0;
	color: #000000;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #000000 none repeat scroll 0 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #555555;
}
.summary.entry-summary a {
	color: #333333;
}
.summary.entry-summary a:hover {
	text-decoration: underline;
}
.woocommerce-tabs.wc-tabs-wrapper {
	padding: 40px 0;
}
.related.products > h2 {
	margin-bottom: 40px;
	text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: block;
	margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #333;
}

.woocommerce div.product div.images .flex-control-thumbs {padding: 0 0 20px 0;}

.woocommerce-Price-currencySymbol {padding: 0 4px 0 0; font-weight:normal; font-size: 0.88em;}
.woocommerce-loop-product__title {text-align:center;font-weight:400;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {padding:1em 0; min-height: 60px; color: #777;}
.woocommerce ul.products li.product a.button {width:100%; padding: 0.64em 0; border:1px solid #777; color:#777 ; background-color:#fff;}
.woocommerce ul.products li.product a.button:hover {background-color: #c29f54; color:#000; border-color: #c29f54;}
.woocommerce ul.products li.product a {text-align:center;color:#000000;}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {width:18.4%;}
.woocommerce ul.products li, .woocommerce .products ul li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {display: block; font-size: 0.66em;}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {display: block; text-decoration-line: none; -webkit-text-decoration-line: none;}

.woocommerce ul.products li.product .price ins {display: block; text-decoration-line: none; -webkit-text-decoration-line: none;}

.product-page-container {margin: 1em auto;}
.home_products_featured {display:block;width:100%;background-color:#f8f8f8; overflow: hidden;}
.home_products_featured h3 {font-weight:400; font-size:2em; text-align: center; text-transform:uppercase; padding: 2em 0 0em;}
.home_products_featured h4 {font-weight:normal; font-size:1.44em; text-align: center; padding: 0em 0 2em;}

.woocommerce .woocommerce-breadcrumb { margin: 0 0 1em; padding: 1em 0; font-size: .92em; color: #777; }


.woocommerce-product-details__short-description p, .product_meta, .wc-tab, .woocommerce-product-details__short-description ul li {font-size:0.88em;}
.product_meta span{padding: 0.64em 0;}
.woocommerce-product-details__short-description ul li {padding: 0.64em 0; list-style: square inside;}
.product_meta span.sku_wrapper, .product_meta span.tagged_as {display:block;width:100%;}
.added_to_cart {display:block; width:100%; text-align:center; padding: 0.44em 0; border: 1px solid #f5f5f5;}
.woocommerce ul.products li.product a.added {background-color:#00802b;color:#fff;}
button.single_add_to_cart_button.button.alt {background:#c29f54; color:#000; padding:1em 5em;}
button.single_add_to_cart_button.button.alt:hover {background-color:#a98a48;}
.woocommerce div.product form.cart .variations select {max-width:100%; min-width:inherit; display:inline-block; margin-right:1em; box-shadow:none; border: 0; border: 1px solid #f5f5f5;
    background: #fff url('images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    padding: 1em 4em 1em 1em;
    background-position:  right 10px center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;}

.woocommerce div.product form.cart .variations label {line-height: 3em;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #f5f5f5;
    color: #fff;
}

.woocommerce table.shop_attributes td {padding: 0 1em;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color:#f5f5f5;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {box-shadow: 2px 2px 0 #f5f5f5;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {box-shadow: 2px 2px 0 #f5f5f5;}
.woocommerce-product-details__short-description {padding: 1em 0;}
#coupon_code {margin-right: 5px; height: 48px;}

.woocommerce table.cart td.actions {padding: 2em 1em;}


.shopping-cart {background: url(images/ic_grade.png) no-repeat;width:25px;height:24px;display:block;margin:-4px 0 0 0;padding:0 0.24em;float:left;}
li.right-cart {float:right; padding: 0; background-color: #a98a48; }
.right-cart a.cart-menu {padding:1em 2em;margin:0; color:#000; }
.right-cart a.cart-menu:hover {color: #ffffff;}

.woocommerce-MyAccount-navigation ul li{
    list-style: none;
    padding: 0.64em 0;
    border-bottom: 1px solid #c29f54;
}

h1.page-title {display:block; margin:1em auto 0;}
.term-description {margin: 0 auto; display: block;}
.ordering_box { display:block; margin:2em auto; padding:1em; background-color:#f5f5f5; overflow:hidden; }


/**RESPONSIVE**/
@media only screen and ( max-width: 1200px ){
	.container {
		width: 940px;
	}
}
@media only screen and ( max-width: 960px ){
	.container {
		width: 748px;
	}
	.header-nav { display: none; }
	.logo-area {
		padding-top: 40px;
	}
	.slicknav_menu {
		background: #fff;
		display: block;
		position: relative;
		right: 0;
		width: 100%;
		padding: 0;
		z-index: 999999;
	}
	.fixed .slicknav_menu {
		position: fixed;
	}
	.slicknav_nav {
		background: #ffffff none repeat scroll 0 0;
		box-shadow: 0 2px 1px 0 #cccccc;
		width: 100%;
	}
	.blog_posts { width: auto; }
	.post_content .blog-post-excerpt {
		margin: 10px 0 0;
	}
	.blog-post-feature iframe,
	.blog-post-image {
		height: 240px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: left !important;
		clear: none !important;
	}
	
}
@media only screen and ( max-width: 767px ){
	.container { width: 300px; }
	.logo-area {
		margin: 0 auto;
		position: relative;
		padding-top: 10px;
	}
	.blog-post-feature {
		float: none;
		position: relative;
		width: 100%;
	}
	.nav-arrows span {
		height: 30px; width: 30px; top: 35%;
	}
 .post_content .blog-post-image, .post_content .blog-post-feature iframe,
 .blog-post-image, .blog-post-feature iframe {
		display: block;
		height: 150px;
	}
	.post_content .blog-post-info, .blog-post-info {
		height: auto;
	}
	.blog-post-info {
		width: 100%;
	}
	.post_content .blog-post-info {
		float: none;
		height: auto;
		width: 100%;
	}
	.blog-post-box {
		float: none;
		margin: 0 0 20px !important;
		width: auto;
	}
	.post_nav {  float: right; position: static; }
	.home_posts .grid_post { width: 300px; }
	.grid_post > iframe { height: 178px; }
	.blog_box_featured_image iframe,
	.post_box iframe { height: 178px; }
	.footer-col {
		border: medium none;
		float: none;
		padding: 0;
		width: auto;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: none !important;
		margin: 20px 20px 30px 20px;
		width: auto;
	}
	.woocommerce ul.products li.product.sale, .woocommerce-page ul.products li.product.sale {
		margin: 30px 0 10px;
	}
	.home-slider .sl-slider h2 {
		line-height: 1;
		padding: 0 10px;
	}
	.sl-desc blockquote p {
		line-height: 1.1;
	}

	.main-home ul li {width:100%;}
	.main-home ul li:first-child {margin:0;}
	.main-home ul li:last-child {margin:0;}

	.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {width:100%; }

	


}