@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
	font-family: Lato, 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 16px;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 300;
	font-family: Lato, 'Open Sans', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	color: #508f30;
	text-transform: uppercase;
}
.module-heading {
	text-align:	center;
}
h3 {
	font-size: 16px;
}
h3.module-heading {
	font-family: Lato, 'Open Sans', sans-serif;
	padding: 5px 0;
	color: #508f30;
	margin-top: 20px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
//	background-color: #508f30;
	border-bottom: 2px solid #aaa;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
a {
	color: #508f30;
}
a:hover {
	color: #999;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu {
	background-color: #C9C9C9;
}
.dropdown-menu li > a {
	letter-spacing: 1px;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
//	color: #ffffff;
	background-color: transparent;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
}

/* Full width */
@media (min-width: 768px) {
	header + .container/*,
	header + .container + .container*/ {
		width: 100%;
		max-width: 1600px;
		padding-left: 0px;
		padding-right: 0px;
	}
	header + .container #menu,
	.breadcrumb,
	.alert/*,*/
/*	.below_menu_ful,*/
	/*.above_foot_ful*/ {
		width: 720px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	header + .container/* + .container*/ > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	.below_menu_2columns,
	.above_foot_3columns {
		margin: 0px;
	}
	.below_menu_2columns > div,
	.above_foot_3columns > div {
		padding: 0 5px 0 0;
	}
	.above_foot_3columns > div + div {
		padding: 0 2.5px;
	}
	.below_menu_2columns > div + div,
	.above_foot_3columns > div + div + div {
		padding: 0 0 0 5px;
	}
	.above_foot_3columns div[id^="banner"] {
		margin-bottom: 0!important;
	}
}
@media (min-width: 992px) {
	header + .container #menu,
	.breadcrumb,
	.alert/*,*/
/*	.below_menu_ful,*/
	/*.above_foot_ful*/ {
		width: 940px;
	}
	header + .container/* + .container*/ > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	header + .container #menu,
	.breadcrumb,
	.alert/*,*/
/*	.below_menu_ful,*/
	/*.above_foot_ful*/ {
		width: 1140px;
	}
	header + .container/* + .container*/ > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 1170px;
	}
}

/* top */
#top {
	background-color: #004a00;
	padding: 4px 0px 4px 0;
	margin: 0 0 5px 0;
	min-height: 20px;
	text-align: center;
}
@media (min-width: 992px) {
	#top {
		margin-bottom: 15px;
	}
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top-links ul {
	margin-bottom: 2px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #508f30;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
//	color: #FFF;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links {
	padding-top: 0px;
	margin-right: 5px;
}
#top-links a + a {
	margin-left: 15px;
}
@media (min-width: 1200px) {
	#top-links a i {
		display: none;
	}
}
.top-banners {
	margin: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.top-banners p {
	margin-bottom: 0px;
}
.top-banners a {
	color: #fff;
}
@media(max-width: 480px) {
	.top-banners {
		font-size: 11px;
	}
}

/* Header Fixo */
header {
	padding-top: 20px;
}
@media (min-width: 768px) {
	#top {
		position: fixed;
		width: 100%;
		z-index: 1001;
	}
	header {
		position: fixed;
		top: 33px;
		width: 100%;
		min-height: 40px;
		padding: 20px 0px;
		background-color: #fff;
		z-index: 1000;
		transition: padding .3s ease;
	}
	header > .container {
		padding: 0;
	}
	#menu-container {
		position: fixed;
		top: 220px;
		width: 100%;
		background: #FFF;
		z-index: 999;
		transition: all .3s ease;
	}
	header + .container {
		padding-top: 133px;
	}
	header > .container > .row,
	header + .container #menu {
		width: 750px;
		margin: 0 auto;
	}
	header.fixed {
		padding: 5px 0;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
		-o-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
		box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	}
	header #logo img {
		/* height: 120px; */
		transition: height .3s ease;
	}
	header.fixed #logo img {
		margin-top: 0px;
		/* height: 80px; */
		transition: height .3s ease;
	}
	header.fixed #search,
	header.fixed #menu {
		margin-top: 10px;
		transition: all .3s ease;
	}
	header.fixed .header-icons {
		/* -webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px); */
		margin-top: 14px;
		margin-bottom: 0px;
		transition: all .3s ease;
	}
	header.fixed #search {
		margin-top: 10px;
	}
	header.fixed #cart > .btn {
		padding-top: 0px;
	}
	header.fixed + #menu-container {
		top: 110px;
		transition: all .3s ease;
	}
}
@media (min-width: 992px) {
	header > .container > .row,
	header + .container #menu {
		width: 970px;
	}
	#menu-container {
		top: 220px;
	}
	#menu-container + .container {
		padding-top: 166px;
	}

}
@media (min-width: 1200px) {
	header > .container > .row,
	header + .container #menu {
		width: 1170px;
	}
	#menu-container {
		top: 220px;
	}
	#menu-container + .container {
		padding-top: 262px;
	}
}

/* logo */
#logo {
	margin: 0 0 15px 0;
}
@media(max-width: 767px) {
	#logo img {
		margin-left: auto;
		margin-right: auto;
	}
}
#phone {
	margin-top: 20px;
	font-family: 'Open Sans', Helvitica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #508f30;
}
@media (min-width: 768px) {
	#logo {
		margin: 0;
	}
	#phone {
		font-size: 10px;
	}
}
@media (min-width: 992px) {
	#phone {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	#phone {
		font-size: 18px;
	}
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 20px;
	float: right;
}
#search .input-lg {
	height: 24px;
	line-height: 16px;
	padding: 0 10px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 10px;
	background: transparent;
	color: #666;
}
#search .btn-lg {
	font-size: 10px;
	line-height: 14px;
	padding: 4px 10px;
	text-shadow: 0 0px 0 #FFF;
	background: #508f30;
	color: #FFF;
	border-radius: 0px;
	border-color: #508f30;
	box-shadow: none;
}
#search .btn-lg .fa {
	font-size: 10px;
}
#search ::-webkit-input-placeholder {
	text-transform: uppercase;
}
#search :-moz-placeholder {
	text-transform: uppercase;
}
#search ::-moz-placeholder {
	text-transform: uppercase;
}
#search :-ms-input-placeholder {
	text-transform: uppercase;
}
/* header icons */
header .header-icons {
	margin-top: 14px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
header .header-icons .fa {
	font-size: 30px;
}
/* cart */
.fa-shopping-cart:before {
    content: "\f291";
}
#cart {
	/* margin-bottom: 10px;
	margin-top: 20px; */
}
#cart > .btn {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	padding: 0;
}
#cart > .btn i {
	margin-right: 5px;
	font-size: 29px;
	color: #666;
}
#cart #cart-total {
	position: absolute;
	top: -3px;
	right: calc(50% - 20px);
	background: #508f30;
	border-radius: 13px;
	padding: 0 4px 0px;
}
#cart .btn-inverse {
	background: none;
	border-radius: 0px;
	box-shadow: none;
	color: #FFF;
	border-color: #CCC;
	border-width: 0px;
	text-shadow: none;
}
#cart.open > .btn {
	background-image: none;
//	background-color: #EEEEEE;
	border: 0px solid #E6E6E6;
	color: #FFF;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0px;
}
#cart.open > .btn:hover {
	color: #FFF;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 300px;
	color: #666;
}
#cart .dropdown-menu a {
	color: #999;
}
#cart .dropdown-menu a:hover {
	color: #508f30;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
//	background-color: #229ac8;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
//	border-color: #1f90bb #1f90bb #145e7a;
	border-width: 0px;
	border-radius: 0px;
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media(min-width: 768px) {
	#menu .navbar-nav {
		float: none;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
#menu .nav > li > a {
	color: #444;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 10px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}
@media (min-width: 768px) {
	#menu .nav > li > a {
		padding: 10px 5px;
		font-size: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#logo {
		margin-top: 8px;
	}
	#menu .nav > li:first-child,
	#menu .nav > li:last-child {
		display: none;
	}
}
@media (min-width: 992px) {
	#menu .nav > li > a {
		padding: 10px 10px;
		font-size: 9px;
	}
}
@media (min-width: 1200px) {
	#menu .nav > li > a {
		padding: 10px 10px;
		font-size: 12px;
	}
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #508f30;
	color: #FFF;
}
#menu .dropdown-menu {
	Background-color: #FFF;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 230px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #444;
	font-size: 12px;
	text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #508f30;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #CCC;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	font-size: 12px;
	color: #444;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #508f30;
//	background-color: #229ac8;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #444;
//	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #508f30;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
	border-color: #508f30;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #508f30;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
		background-color: #eee;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* Slideshow */
.owl-carousel {
	margin-bottom: 10px!important;
	background: #FFF!important;
	border: 0px solid #fff!important;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
	box-shadow: 0 0px 0px rgba(0,0,0,.2)!important;
}
.owl-carousel .owl-buttons div {
	color: rgba(35,35,35,0.8)!important;
}
.owl-controls {
	margin-top: -20px!important;
}
.owl-pagination {
	top: -5px!important;
	text-align: center!important;
}
.owl-pagination .owl-page {
	margin: 0 3px!important;
}
.owl-pagination .owl-page span {
//	border: 2px solid #AEAEAE;
}
.owl-controls .owl-page span {
	background: rgba(35,35,35, 0.6)!important;
	width: 15px!important;
    height: 15px!important;
}
.owl-controls .owl-page.active span {
	background: rgba(80,143,48,1)!important;
	box-shadow: 1px 1px 4px 0 #212121 inset;
}

/* Banners home */
.common-home .below_top {
	margin-top: 20px;
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #eee;
	/* border-top: 1px solid #ddd; */
	font-size: 13px;
	color: #666;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #CCC;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #508f30;
}
footer h5 {
	font-family: Lato, 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
footer .footer-payment {
    display: inline-block;
	padding-bottom: 5px;
	/* max-width: 300px; */
	margin: 0 auto;
	/* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}
footer .selo-site-seguro {
	display: inline;
}
footer .selo-site-seguro img {
	margin: 20px auto 0;
	/* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}
@media(min-width: 768px) {
	footer .row:first-of-type .col-sm-3 {
//		width: 100%;
	}
/*	footer h5 {
		margin-top: 0px;
	}
	footer h5::after {
		content: ": ";
	}
	footer ul,
	footer ul li {
		display: inline-block;
	}
	footer ul li {
		margin-right: 15px;
	}*/
	footer .selo-site-seguro img {
		margin-top: 25px;
		float: right;
	}
}
footer .powered {
	text-align: right;
}
footer .powered a {
	color: #333;
}
footer .powered a:hover {
	color: #508f30;
}
footer .store-address {
	text-align: left;
	padding-bottom: 10px;
	font-size: 10px;
}
#whatsapp-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
@media (max-width: 767px) {
	footer .container,
	footer .powered,
	footer .store-address {
		text-align: center;
	}
}

/* Home */
.common-home #content {
	min-height: 0px;
}
.common-home .below_top,
.common-home .above_bott {
	margin: 0!important;
	padding: 0!important;
}
.common-home footer {
	margin-top: -10px;
}
.common-home .html-module {
	padding: 50px 15px;
}
.common-home .above_foot_ful .html-module {
	padding: 0px;
}
/* @media (min-width: 768px) {
	.common-home .html-module > * {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.common-home .html-module > * {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.common-home .html-module > * {
		width: 1170px;
	}
} */

/* Modules */
.menu-module-heading {
    background-color: #DDD;
    color: #333;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #DDD;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover {
	color: #508f30;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
//	text-shadow: 0 0px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
//	background-color: #e7e7e7;
//	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
//	background-repeat: repeat-x;
//	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #508f30;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
	border-color: #508f30;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .input-group-btn .btn-primary:hover {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	background-color: #508f30;
	border-color: #508f30;
}
.input-group-btn .btn-primary {
	background-color: #000;
	border-color: #333;
}
.input-group-btn .btn-primary:hover {
	opacity: 0.9;
	background-color: #000;
	border-color: #333;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
//	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
//	background-repeat: repeat-x;
	border-color: #d2322d;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #508f30;
	/* background-image: linear-gradient(to bottom, #62c462, #51a351); */
	/* background-repeat: repeat-x; */
	border-color: #508f30;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #508f30;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	/* background-image: linear-gradient(to bottom, #444444, #222222); */
	background-repeat: repeat-x;
	border-color: #508f30;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #bccea0;
	/* background-image: linear-gradient(to bottom, #333333, #111111); */
}

.has-error .btn-default {
	border-color: #a94442;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.category-title {
    margin-top: 0px;
}
.product-filter {
	margin: 0;
	background-color: #F5F5F5;
	border: 1px solid #DDD;
	padding: 5px;
	display: none;
}
.product-filter div:first-child {
	padding-left: 0;
}
@media(max-width: 767px) {
	.product-filter > div {
		padding: 0;
	}
	.product-filter > div.text-right {
		text-align: left;
	}
}
.product-filter .control-label {
	margin-top: 7px;
}
.product-thumb {
	border: 1px solid #DDD;
	margin-bottom: 20px;
	overflow: auto;
	background: #FFF;
}
.product-thumb:hover {
	border: 1px solid #ddd;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 10px;
		max-width: 230px;
	}
	.product-list .product-thumb .caption h4,
	.product-list .product-thumb .price,
	.product-list .product-thumb .button-group button {
		text-align: left;
	}
	.product-list .product-thumb .button-group button {
		width: initial;
		padding: 2px 10px;
	}
}
.product-thumb h4 {
	font-weight: 700;
	height: 25px; /* Fixed name height */
	overflow: hidden; /* Fixed name height */
	text-align: center;
	text-transform: uppercase;
}
.product-thumb h4 a {
	color: #666;
}
.product-thumb h4 a:hover {
	color: #508f30;
}
.product-thumb .caption {
	padding: 0 20px;
//	min-height: 180px; Hiding product grid description
}
.product-list .product-thumb .caption {
	margin-left: 230px;
//	min-height: 156px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
//	min-height: 210px; Hiding product grid description
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
/* Hiding product grid description */
.product-grid .product-thumb .caption h4 + p, .product-thumb .caption h4 + p {
	display: none;
}
.product-list .product-thumb .caption h4 + p {
	display: block;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #508f30;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.product-thumb .price-new {
	font-weight: 700;
}
.product-thumb .price-old {
	margin-right: 10px;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 0.7em;
	order: -1;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #DDD;
	overflow: auto;
//	padding: 0 40px;
}

@media (min-width: 768px) {
	.product-list .product-thumb .button-group {
		padding: 0 15px;
		background: transparent;
		border-width: 0px;
		position: absolute;
		right: 20px;
		bottom: 40px;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #508f30;
	color: #FFF;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
}
@media (min-width: 1200px) {
	.product-thumb .button-group button i.fa-shopping-cart {
		display: none;
	}
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	background-color: #DDD;
	color: #666;
	display: none;
}
.product-thumb .button-group button:hover {
	color: #508f30;
	background-color: #CCC;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #508f30;
	border-color: #508f30;
}
.pagination>li>a, .pagination>li>span {
	color: #508f30;
}
.input-quantity {
	text-align: center;
}

/* Category */
body[class^="product-category"] .category-title + .row > div img {
	width: 100%!important;
	height: auto!important;
}
#compare-total {
	padding: 5px 10px;
	background-color: #508f30;
	color: #FFF;
	display: none;
}
#compare-total:hover {
	opacity: 0.8;
}

/* Single Product */
body[class^="product-product"] #content .btn-group:first-of-type {
	display: none;
}
.product-title {
	margin-top: 10px;
}
.product-title + .list-unstyled {
	display: none;
}
body[class^="product-product"] #product .form-group {
	position: relative;
}
body[class^="product-product"] #product .form-group label[for="input-quantity"] {
	position: absolute;
	top: 7px;
	left: 13px;
}
body[class^="product-product"] #product .form-group .input-quantity {
	width: 25%;
	padding-right: 20px;
	text-align: right;
}
body[class^="product-product"] #product .form-group #button-cart {
	position: absolute;
	top: 0px;
	left: 30%;
	width: 70%;
	max-width: 200px;
	padding: 6.5px 16px;
}
.addthis_sharing_toolbox::before {
	content: "Indique/compartilhe este serviço:";
}
.related-title {
	padding: 5px 0px;
	color: #508f30;
	margin-top: 20px;
	font-family: Lato, 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 2px solid #aaa;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 74px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* Search Page */
label[for="input-search"] + .row > div:nth-of-type(3) {
	display: none;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* 88 Modifications */
/* Adjust Breadcrumb for mobile */
.breadcrumb {
	padding: 0;
  }
  .breadcrumb > li {
	line-height: 35px;
	white-space: normal;
  }
  .breadcrumb > li:after {
	top: 5px;
  }
  .breadcrumb > li:last-of-type:after {
	border-width: 0px;
  }
  /* Below_menu positions above breadcrumb */
  body:not(.common-home) > .container:first-of-type {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
  }
  .below_menu {
	order: -1;
  }
  /* Remove List View */
  #list-view, #grid-view {
	display: none;
  }
  @media(min-width: 768px) {
	  .row.product-filter {
		  margin-top: -35px;
	  }
  }
  /* Colunas abaixo do conteúdo no mobile */
  @media (max-width: 767px) {
	body > .container > .row {
	  display: -webkit-flex;
	  display: flex;
	  flex-direction: column;
	}
	#column-left + #content {
	  order: -1;
	}
  }
  /* Imagens responsivas */
  #content img {
	max-width: 100%;
	height: auto!important;
  }
  /* CKEditor Bootstrap */
  .btgrid .row .col img {
	  max-width: 100%;
	  height: auto!important;
  }
  /* Esconder subcategorias */
  body[class^='product-category'] .subcategories-title,
  body[class^='product-category'] .subcategories-title + div {
	display: none;
  }

/* Product Series */
.pds a.pds-current {
	display: inline-block;
}

/* Esconder botão de comprar */
.product-thumb .caption .price + .input-group,
.product-thumb .caption + .button-group,
body[class^='product-product'] #product > .form-group {
	display: none;
}
