@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,500,700&display=swap');

body {
	font-family: 'Raleway', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 14px;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 300;
	font-family: 'Raleway', 'Open Sans', sans-serif;
}

*{
	font-family: 'Raleway', 'Open Sans', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
h2 {
	font-size: 26px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
}
.module-heading {
	text-align:	center;
}
h3 {
	font-size: 16px;
}
h3.module-heading {
	font-family: 'Raleway', sans-serif;
	padding: 5px 0;
	color: #e1e1e1;
	margin-top: 20px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
//	background-color: #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
a {
	color: #999;
}
a:hover, a:focus {
	color: #333;
	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: #fff;
	/* right: -55px; */
}
.dropdown-menu li > a {
	letter-spacing: 1px;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #7EAF43;
	background-color: transparent;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
}

/* Full width */
.below_menu_ful {
	width: calc(100% + 30px);
	max-width: 1920px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 768px) {
	.below_menu_ful,
	header + .container,
	#menu-container2 ~ .container {
		width: 100%;
		max-width: 1920px;
		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;
	}
	#menu-container2 ~ .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 {
		padding: 0px 15px;
	}
	.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;
	}
	#menu-container2 ~ .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;
	}
	#menu-container2 ~ .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: #e1e1e1;
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 20px;
}
#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: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ddd;
}
#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(max-width: 480px) {
	#top-links > .list-inline > li:first-child {
		display: none;
	}
}
@media(max-width: 768px) {
	#top-links {
		float: none!important;
		text-align: center;
	}
}

/* Header Fixo */
header {
	padding: 10px;
	background-color: #8AB925;
	margin: 0;
	/* background-image: linear-gradient(0deg, #000 40%, #333 50%, #444 51%, #000); */
}
@media (min-width: 768px) {
	#top {
		/* position: fixed; */
		width: 100%;
		z-index: 1001;
	}
	header {
		margin: 15px 1%;
		padding: 10px 0 0 0;
		width: 98%;
		min-height: 40px;
		height: 59px;
		background-color: #8AB925;
		border-radius: 26px;
		z-index: 1000;
		transition: padding .3s ease;
		position: fixed;
		top: 0px;
	}
	header.fixed {
		position: fixed;
		top: 0px;
		transition: padding .3s ease;
	}
	header > .container {
		padding: 0;
	}
	#menu-container2 ~ .container {
		padding-top: 142px;
	}
	body.common-home #menu-container2 ~ .container {
		padding-top: 0px;
	}
	header > .container > .row,
	header + .container #menu {
		/* width: 750px; */
		margin: 0 auto;
	}
	header.fixed {
		/* padding: 5px 0; */
	}
	header #logo img {
		width: 100%;
		max-width: 200px;
		height: auto;

		/* width: 269px;
		height: 227px;
		transition: height .3s ease;
		width: auto; */
		/* margin-top: 10px; */
		/* margin-left: 10px; */
	}
	header.fixed #logo img {
		/* margin-top: 8px;
		margin-bottom: 8px; */
		/* width: 269px;
		height: 227px; */
		/* transition: height .3s ease; */
		/* max-width: auto; */
		width: 100%;
		height: auto;
	}
	header.fixed #search,
	header.fixed #menu {
		/* margin-top: 2px; */
		transition: all .3s ease;
	}
	header.fixed #menu {
		/* min-height: 26px; */
	}
	header #menu .nav > li > a {
		transition: all .3s ease;
	}
	header.fixed #menu .nav > li > a {
		/* padding: 3px 10px; */
		transition: all .3s ease;
	}
	header .header-icons {
		margin-top: 5px;
	}
	header.fixed .header-icons {
		/* -webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px); */
		/* margin-top: 23px;
		margin-bottom: 0px; */
		transition: all .3s ease;
	}
	header.fixed #search {
		/* margin-top: 15px; */
	}
	header #search .input-lg,
	#search .btn-lg .fa,
	#search .btn-lg {
		transition: all .3s ease;
	}
	header.fixed #search .input-lg {
		height: 30px;
		transition: all .3s ease;
	}
	header.fixed #search .btn-lg {
		/* padding: 6px 10px; */
		transition: all .3s ease;
	}
	header.fixed #search .btn-lg .fa {
		font-size: 15px;
		transition: all .3s ease;
	}
	header.fixed #cart > .btn {
		padding-top: 0px;
	}
	header + #menu-container {
		background: #ffffff;
		transition: all .5s ease;
	}
	header.fixed + #menu-container {
		position: fixed;
		top: 65px;
		width: 100%;
		-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);
		z-index: 999;
		transition: all .5s ease;
	}
}
@media (min-width: 992px) {
	header > .container > .row,
	header + .container #menu {
		width: 970px;
	}
	#menu-container {
		/* top: 220px; */
	}
	#menu-container + .container {
		/* padding-top: 166px; */
	}
	header #logo img {
		width: 100%;
		height: auto;
		/* max-width: 200px;
		margin-top: 5px; */

		/* position: absolute;
		top: -33px;
		left: -210px;
		z-index: 10002; */
		/* width: auto; */

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

/* logo */
#logo {
	margin: 0 0 -8.4% 0;
}

#carousel0 .img-responsive{
	margin: auto;
}

#slideshow1{
	display: none !important;
	z-index: -1;
}


@media(max-width: 480px) {
	header #logo img {
		max-height: 60px!important;
	}
}
@media(max-width: 767px) {
	header #logo img {
		max-height: 100px;
	}
	#logo img {
		margin-left: auto;
		margin-right: auto;
	}


	#slideshow0{
		display: none !important;
	}

	#slideshow1{
		display: block !important;
	}

	/* .owl-wrapper .img-responsive{
		padding: 5px;
	} */

}
#phone {
	margin-top: 20px;
	font-family: 'Raleways', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #e1e1e1;
}



@media (min-width: 768px) {
	#logo {
		margin: -30px -20px 0 0;
	}
	#phone {
		font-size: 10px;
	}
}
@media (min-width: 992px) {
	#phone {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	#phone {
		font-size: 18px;
	}
}
/* search */


.div-menu{
	/* background-color: blue; */
}
#search {
	/* margin: 10px 0px; */
	float: none;
}
#search .input-lg {
	height: 40px;
	line-height: 16px;
	padding: 0 10px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 15px;
	background: transparent;
	color: #666;
	border-right: none;
	/* border-bottom-left-radius: 5px;
	border-top-left-radius: 5px; */
	border: none;
}
#search .btn-lg {
	font-size: 10px;
	line-height: 11px;
	padding: 9px 10px;
	text-shadow: 0 0px 0 #808080;;
	background: transparent;
	color: #666;
	/* border-radius: 5px;
	border-bottom-left-radius: 0px; */
	border-top-left-radius: 0px;
	border-color: #ccc;
	box-shadow: none;
	border-left: none;
	border: none;
}
#search .btn-lg .fa {
	font-size: 20px;
}
#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;
}

.div-search{
	border-radius: 5px;
	border: solid 1px #ccc;
	max-height: 40px;

	margin-top: 20px;
	margin-bottom: 5px;
}

@media(min-width: 768px) {

	.div-search{
		border-radius: 5px;
		border: solid 1px #ccc;
		max-height: 40px;
		/* max-width: 200px; */
		min-width: 245px;
		margin-top: 20px;
		margin-bottom: 5px;
		margin-left: -50px;
		/* padding-top: -10px; */
	}


	#search {
		/*
			margin: 20px 75px 0px;
			margin-left: -20px;*/
		margin: 0px 0px 0px;

	}
}

/* header icons */
header .header-icons {
	/* margin-top: 24px; */
	margin-top: 7px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;

}
header .header-icons .account .fa {
	font-size: 26px;
	color: #fff;
}
/* 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: 20px;
	color: #fff;
}
#cart #cart-total {
	position: absolute;
	top: -3px;
	right: calc(50% - 20px);
	background: #f26f27;
	border-radius: 13px;
	padding: 0 4px 0px;
}
#cart .btn-inverse {
	background: none;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	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;
	min-width: 300px;
	color: #666;
	max-height: 400px;
	overflow: scroll;
}
#cart .dropdown-menu a {
	color: #999;
}
#cart .dropdown-menu a:hover {
	color: #333;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	header .header-icons {
		margin-top: 12px!important;
	}
	#cart .dropdown-menu {
		width: 100%;
		right: -77px;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
@media(max-width: 767px) {
	header .header-icons {
		margin-top: 31px;
	}
}

/* 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: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
}
@media(min-width: 768px) {
	#menu .navbar-nav {
		float: none;
		 display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		/* margin-top: 20px; */
	}
	.navbar-nav > li {
		margin: 0px auto;
	}
	.navbar-nav > li:first-child {
		margin-left: 10px;
	}
	.navbar-nav > li:last-child {
		margin-right: 10px;
	}
}
#menu .nav > li > a {
	color: #ffffff;
	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: 100;
	letter-spacing: 1px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .nav > li > a {
		padding: 10px 5px;
		font-size: 13px;
		font-weight: 500;
		color: #e1e1e1;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		color: #c5f38c;

	}
}
@media (min-width: 992px) {
	#menu .nav > li > a {
		padding: 10px 5px;
		font-size: 13px;
	}

	#menu .navbar-nav {
		/* float: none; */
		/* display: block; */
	}
}
@media (min-width: 1200px) {
	#menu .nav > li > a {
		padding: 10px 10px;
		font-size: 14px;
		font-weight: 500;
		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: 260px;
	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: #7EAF43;
}
#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: #e1e1e1;
//	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: 400;
	line-height: 40px;
	color: #fff;
	display: none!important;
	/* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
}
#menu .btn-navbar {
	margin-top: -43px;
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	width: 20px;
	text-align: right;
	float: right;
	/* background-color: #e1e1e1; */
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x; */
	border-color: transparent;
}
#menu .btn-navbar .fa {
	font-size: 25px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	/* color: #ffffff;
	background-color: #e1e1e1; */
}
@media (min-width: 480px) {
	#menu .btn-navbar {
		margin-top: -59px;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
		/* border-top: dotted 1px #ccc;
		border-bottom: solid 2px #999; */
		/* background-color: #fff; */
		color: #000;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#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: #000;
	}
}

/* Slideshow */
.owl-carousel {
	margin-bottom: 10px!important;
	background: #FFF!important;
	border: 0px solid #fff!important;
	border-radius: 0px!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: #fff !important;
	box-shadow: 1px 1px 4px 0 #212121 inset;
}

/* Banners home */
.common-home .below_top {
	/* margin-top: 20px; */
}
div[id^="banner"] {
	/* -webkit-box-shadow: 0 0px 6px rgba(0,0,0,.2)!important;
    -moz-box-shadow: 0 0px 6px rgba(0,0,0,.2)!important;
    -o-box-shadow: 0 0px 6px rgba(0,0,0,.2)!important;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2)!important; */
}

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

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #55782C;
	/* border-top: 1px solid #ddd; */
	font-size: 13px;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #CCC;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #8AB925;
	/* text-decoration: underline; */
}
footer h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
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: #fff;
}
footer .powered a:hover {
	color: #8AB925;
}
footer .store-address {
	text-align: left;
	padding-bottom: 10px;
	font-size: 10px;
}
@media (max-width: 767px) {
	footer .container,
	footer .powered,
	footer .store-address {
		text-align: center;
	}

	footer .selo-site-seguro img {
		margin-top: 25px;
	}
}
#whatsapp-link {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

/* 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;
}

/* Modules */
.menu-module-heading {
	margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    padding: 5px 0;
    color: #e1e1e1;
    margin-top: 20px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1em;
	border-bottom: 2px solid #e1e1e1;
}

/* HTML module */
.bg-verde {
	background: #55782C;
	color: #fff;
}
.bg-verde h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Category Module */
#column-left .main-category {
	border-width: 0px;
}
#column-left .main-category {
	color: #fff;
	border-width: 0px;
	padding: 8px 12px!important;
}
#column-left .list-group a {
	border-width: 0px;
	padding: 4px 12px;
}
#column-left .main-category.even {
	/* background-color: #e1e1e1; */
}
#column-left .main-category.odd {
	/* background-color: #999999; */
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #DDD;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover {
	color: #333;
}
.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);
}
#menu .btn{
	box-shadow: none;
}
.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: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #7EAF43;
//	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
//	background-repeat: repeat-x;
	border-color: #7EAF43;
}
.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: #47a447;
	border-color: #398439;
	color: #fff;
}
.input-group-btn .btn-primary {
	background-color: #7EAF43;
	border-color: #7EAF43;
}
.input-group-btn .btn-primary:hover {
	opacity: 0.9;
    background-color: #47a447;
	border-color: #398439;
}
.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: #7EAF43;
	/* background-image: linear-gradient(to bottom, #62c462, #51a351); */
	/* background-repeat: repeat-x; */
	border-color: #7EAF43;
}
.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: #e1e1e1;
	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: #e1e1e1;
}
.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;
}
/* accordion */
#accordion h4.panel-title a:hover,
#accordion h4.panel-title a:focus {
	color: #fff;
}

/* list group */
.list-group a,  #column-left .main-category.even, #column-left .main-category.odd  {
	/* border: 1px solid #DDDDDD; */
	color: #888888;
	padding: 8px 12px;
}


.list-group a:before,  #column-left .main-category.even:before, #column-left .main-category.odd:before {
	content: '\f054';
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 3px;
}

.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: 400;
	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: #333;
}
.product-thumb .caption {
	padding: 0 5px;
//	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: #000000;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.product-thumb .price-new {
	font-weight: 700;
}
.product-thumb .price-old {
	margin-right: 5px;
	margin-left: 5px;
	color: #999;
	text-decoration: line-through;
	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: #e1e1e1;
	color: #555555;
	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: #222;
	background-color: #CCC;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button span.hidden-xs.hidden-sm.hidden-md {
	display: inline!important;
}
@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%;
	}
}

/* Category */
body[class^="product-category"] .category-title + .row > div img {
	width: 100%!important;
	height: auto!important;
}
.subcategories-title,
.subcategories-title + .row {
	display: none;
}
#compare-total {
	padding: 5px 10px;
	background-color: #e1e1e1;
	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%;
	padding: 6.5px 16px;
}
.addthis_sharing_toolbox::before {
	content: "Indique/compartilhe este serviço:";
}
.related-title {
	padding: 5px 0px;
	color: #444;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 2px solid #e1e1e1;
}

.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 */

/* Breadcrumb */
.breadcrumb>li {
    white-space: normal;
}
/* 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;
    }
}
/* Breadcrumbs abaixo do below_menu */
body > .container:nth-of-type(2) {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
body > .container:nth-of-type(2) .below_menu {
    order: -1;
}
/* CKEditor Bootstrap */
.btgrid .row .col img {
    max-width: 100%;
    height: auto!important;
}

.panel-default > .panel-heading {

    color: #fff;
    background-color: #8AB925;
    border-color: #ddd;
    border-radius: 25px;

}

.panel-default {

    border-color: transparent;

}

.panel-footer {


    border-radius: 24px;
	}

	.border-radius: {
		26px;
	}
