@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3a3a3a;
	font-size: 12px;
	line-height: 20px;
	/* background: #FFF url('../image/body-bg.jpg') center top no-repeat; */
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
	margin-top: 0px;
	text-transform: lowercase;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #202d79;
}
a:hover {
	text-decoration: none;
	color: #97c947;
}
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 li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #E7E7E7;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}

/* Full width */
@media (min-width: 768px) {
	header + .container,
	.below_menu_ful,
	body > .container:nth-of-type(2) {
		width: 100%;
		max-width: 1920px;
		padding-left: 0px;
		padding-right: 0px;
	}
	header + .container {
		max-width: 100%;
		margin-bottom: 1px;
	}
	header + .container #menu,
	.breadcrumb,
	.alert,
	/* .below_menu_ful, */
	.above_foot_ful {
		width: 720px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	body > .container:nth-of-type(2) > .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;
	}
}
@media (min-width: 992px) {
	header + .container #menu,
	.breadcrumb,
	.alert,
	/* .below_menu_ful, */
	.above_foot_ful {
		width: 940px;
	}
	body > .container:nth-of-type(2) > .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;
	}
	body > .container:nth-of-type(2) > .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: #97c947;
	/* border-bottom: 1px solid #DDD; */
	padding: 4px 0px;
	margin: 0 0 0px 0;
	min-height: 0px;
	color: #202d79;
	text-align: center;
	line-height: 16px;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 12px;
}
#top a {
	color: #202d79;
	/* font-weight: bold; */
}
#top a:hover {
	color: #999;
}
#top .container {
	padding: 0 0px;
}
#top-links .fa {
	font-size: 12px;
}
#top-links .list-inline {
	margin: 0 10px 2px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 767px) {
	#top-links .list-inline {
		margin: 0 0px 2px;
		justify-content: space-around;
	}
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #202d79;
//	text-shadow: 0 0px 0 #FFF;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	/* font-size: 15px; */
	/* text-transform: uppercase;
	letter-spacing: 1px; */
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
#top-links li .fa {
	font-size: 15px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #3a3a3a;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #444;
}
#top-links .dropdown-menu a:hover {
	color: #000;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 3px;
}
#top-links a + a {
	margin-left: 15px;
}

@media(min-width: 992px) {
	#top .top-banners > div:first-child {
		text-align: left;
	}
	#top .top-banners > div:nth-child(2) {
		text-align: center;
	}		
	#top .top-banners > div:last-child {
		text-align: right;
	}		
}
@media(min-width: 1200px) {
	#top .top-banners > div:nth-child(2) {
		text-align: center;
	}
}

/* Header */
header {
	background: #fff;
}
@media (max-width: 767px) {
	header ul.social-links {
		/* margin-top: 10px;
		flex-wrap: wrap; */
		margin-top: -200px; 
		justify-content: center;
		text-align: center;
		line-height: 1.4em;
		font-size: 1.1em;
	}
	header ul.social-links li {
		flex-basis: 100%;
		margin-bottom: 5px;
	}
	header ul.social-links li + li + li {
		flex-basis: initial;
		margin-bottom: 0px;
	}
}
/* Header Fixo */
@media (min-width: 768px) {
	#top {
		width: 100%;
		z-index: 1001;
	}
	header {
		position: absolute;
		top: 30px;
		min-height: 40px;
		width: 100%;
		padding: 0px;
		z-index: 1000;
		transition: padding .3s ease;
	}
	header > .container {
		padding: 0;
	}
	header + .container {
		position: absolute;
		top: 190px;
		width: 100%;
		/* background: #FFF; */
		z-index: 999;
	}
	body > .container:nth-of-type(2) {
		padding-top: 225px;
	}
	header > .container > .row,
	header + .container #menu {
		width: 750px;
		margin: 0 auto;
	}
	header.fixed {
		position: fixed;
		top: 0px;
		/* min-height: 62px; */
		padding: 10px 0;
		/* -webkit-box-shadow: 0px 5px 6px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 5px 6px rgba(0,0,0,.5);
		-o-box-shadow: 0px 5px 6px rgba(0,0,0,.5);
		box-shadow: 0px 5px 6px rgba(0,0,0,.5); */
	}
	header #logo img {
		margin: 7.5px 0;
		height: 45px;
		width: auto;
		transition: height .3s ease;
	}
	header.fixed #logo img {
		margin-top: 0px;
		height: 40px;
		width: auto;
		transition: height .4s ease;
	}
	header.fixed #search,
	header.fixed .header-icons,
	header.fixed ul.social-links {
		/* -webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px); */
		/* margin-top: 9px; */
		margin-top: 0px; 
		margin-bottom: 0px;
		transition: all .3s ease;
	}
	header.fixed .contacts {
		margin-top: 4px;
		transition: all .3s ease;
	}
	header.fixed .account {
		margin-top: 0px;
		margin-bottom: -7px;
		transition: all .3s ease;
	}
	header.fixed #search {
		margin-top: 0px;
		/* margin-bottom: 20px; */
	}
	header.fixed #cart > .btn {
		/* padding-top: 0px; */
	}
	header.down + .container {
/*		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		transition: transform .3s ease, -webkit-transform .3s ease;
	}
	header.up + .container {
/*		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		transition: transform .3s ease, -webkit-transform .3s ease;*/
	}
	header.fixed + .container {
		position: fixed;
		top: 60px;
		padding-bottom: 5px;
		transition: all .4s ease;
	}

}
@media (min-width: 992px) {
	header #logo img {
		margin: 0;
		height: 60px;
	}
	header > .container > .row,
	header + .container #menu {
		width: 970px;
	}
	header + .container {
		/* top: 180px; */
	}
	body > .container:nth-of-type(2) {
		/* padding-top: 200px; */
	}
}
@media (min-width: 1200px) {
	/* header.fixed #search {
		margin-top: 30px;
	} */
	header.fixed .contacts {
		margin-top: 40px;
	}
	header.fixed .account {
		/* margin-top: 30px; */
		transition: all .3s ease;
	}
	header > .container > .row,
	header + .container #menu {
		width: 1170px;
	}
	body > .container:nth-of-type(2) {
		/* padding-top: 200px; */
	}
}
/* logo */
#logo {
	margin: 0px 0 0px 0;
}
#logo img {
	max-height: 60px;
	width: auto;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 100;
}

/* search */
#search {
	margin-top: 10px;
	/* margin-bottom: 10px; */
}
/* @media (min-width: 768px) {
	#logo img {
		margin: 0;
	}
	#search {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	#search {
		margin-top: 40px;
		margin-right: -80px;
		margin-left: 50px;
	}
} */
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-width: 2px;
	border-right-width: 0px;
	border-color: #97c947;
	background: #fff;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	color: #444;
}
#search .btn-lg {
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 15px 10px;
	text-shadow: 0 0px 0 #202d79;
	margin-left: 0px;
	background-color: #fff;
	border-color: #97c947;
	border-width: 2px;
	border-left-width: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #444;
}
#search .btn-lg:hover {
	background-color: #202d79;
}
#search .btn-lg .fa {
	-webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
	font-size: 20px;
	line-height: 20px;
}
#search ::-webkit-input-placeholder {
	color: #999;
	text-transform: lowercase;
	font-style: italic;
}
#search :-moz-placeholder {
	color: #999;
	text-transform: lowercase;
	font-style: italic;
}
#search ::-moz-placeholder {
	color: #999;
	text-transform: lowercase;
	font-style: italic;
}
#search :-ms-input-placeholder {
	color: #999;
	text-transform: lowercase;
	font-style: italic;
}

/* cart */
#cart {
	/* margin-top: 6px; */
	/* margin-left: 5px;
	padding-top: 6px;
	height: 40px;
    width: 38px;
    background: #202d79; */
	width: initial;
    text-align: center;
}
@media (min-width: 768px) {
	#cart {
		/* margin-top: 5px; */
	}
}
@media (min-width: 1200px) {
	#cart {
		/* margin-top: 5px; */
	}
}
#cart > .btn {
	/* margin-left: 10px; */
	padding: 0px;
	/* height: 40px; */
	background: #fff;
	text-align: center;
	/* line-height: 25px; */
	color: #97c947;
	font-size: 12px;
	border-width: 0px;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
}
#cart > .btn:hover .fa {
	color: #202d79;
}
#cart > .btn > .fa {
	font-size: 27px;
	/* vertical-align: sub; */
	/* margin-right: 5px; */
	color: #97c947;
}
#cart > .btn > .fa:after {
	display: block;
	content: "Meu carrinho";
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	color: #202d79;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
}
#cart > .btn #cart-total {
	color: #fff;
	background-color: #000;
	/* width: 18px; */
	border-radius: 4px;
	border: 0px solid #DDD;
	padding: 3px 7px;
	vertical-align: 2px;
	display: none;
}
#cart.open > .btn {
	background-image: none;
	/* background-color: #202d79; */
	border: 0px solid #E6E6E6;
	color: #202d79;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
	text-shadow: none;
}
#cart.open > .btn .fa {
	color: #202d79;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 250px;
	margin-top: 0px;
}
@media (max-width: 478px) {
	#cart > .btn {
		right: 0px;
	}
	#cart > .btn #cart-total {
		position: absolute;
		top: -1px;
		right: -5px;
		border-radius: 10px;
		padding: 1px 5px;
	}
	#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;
}
/* Cart Alert */
.alert.flash {
	position: fixed;
	z-index: 1001;
	width: initial;
	box-shadow: 0 0 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.alert.flash button.close {
	padding-left: 10px;
}
/* Floating Cart */
#cart .dropdown-menu {
	position: fixed;
	display: block;
	right: -100%;
	transition: all .5s ease;
	top: 0;
	height: initial;
	max-height: 100vh;
}
#cart.open .dropdown-menu {
	right: 0;
	transition: all .5s ease;
}
#cart-header {
	padding: 8px
}
#cart-header h2 {
	margin: 0;
	font-size: 1.5em;
}

/* Contacs e Social links */
header .contacts,
header .social-links {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	transition: all .3s ease;
}
header .contacts {
	float: left;
	font-size: 13px;
	color: #97c947;
	margin-top: 10px;
}
header .social-links {
	float: right;
	margin-top: 8px;
	margin-bottom: 0px;
}
header .contacts li,
header .social-links li {
	padding-left: 7px;
}
header .contacts .phone-number {
	font-size: 1.2em;
}
header .contacts li a {
	color: #97c947;
}
header .social-links li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px 0px;
	background-color: #97c947;
	border-radius: 15px;
	color: #fff;
	text-align: center;
}
header .contacts li a:hover {
	color: #202d79;
}
header .social-links li a:hover {
	background-color: #202d79;
}
header .contacts li .fa,
header .social-links li a .fa {
	font-size: 20px;
	vertical-align: bottom;
}
@media (max-width: 767px) {
	header .contacts {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		line-height: 2em;
		font-size: 1em;
	}
	header .contacts li .fa {
		font-size: 25px;
	}
}
@media(min-width: 768px) {
	header .contacts {
		margin-top: 12px;
		width: 75%;
		justify-content: space-around;
		font-size: 0.9em;
	}
}
@media(min-width: 992px) {
	header .contacts {
		font-size: 1.1em;
	}
}
@media(min-width: 1200px) {
	header .contacts {
		margin-top: 50px;
		margin-left: 0;
		width: 90%;
	}
	header .social-links {
		flex-direction: column;
	}
	header .social-links li {
		padding-bottom: 6px;
	}
}

/* Account */
header .account {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	/* margin-right: 10px; */
}
/* header .account .dropdown-toggle {
    margin-top: 10px;
	display: inline-block;
	margin-left: 10px;
	padding: 7px 12px;
	height: 40px;
	width: 38px;
	background: #97c947;
	border-radius: 4px;
	text-align: center;
	line-height: 25px;
	color: #fff;
} */
header .account > a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	color: #202d79;
	font-size: 10px;
}
header .account > a:hover > .fa {
	color: #202d79;
}
header .account > a > .fa {
	font-size: 27px;
	color: #97c947;
	vertical-align: middle;
}
header .account span {
	margin-left: 7px;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
}
header .account .dropdown-menu {
	text-align: left;
}
.calculator-icon {
	display: block;
	margin: -5px auto;
	width: 37px;
	height: 37px;
	background-image: url('../image/orcamento-verde.png');
	background-size: contain;
}
.headset-icon {
	display: block;
	margin: -5px auto;
	width: 37px;
	height: 37px;
	background-image: url('../image/ajuda-verde.png');
	background-size: contain;
}
a:hover .calculator-icon {
	background-image: url('../image/orcamento-azul.png');
}
a:hover .headset-icon {
	background-image: url('../image/ajuda-azul.png');
}

/* Header */
header {
	padding: 50px 0;
}
header .header-icons {
	margin-top: 10px;
}

@media(max-width: 767px) {
	header {
		padding: 10px 0;
	}
	header .header-icons {
		padding-left: 0px;
	}
	/* #cart,
	header .account .dropdown-toggle {
		width: 48px;
	} */
}
@media(min-width:768px) {
	header .header-icons {
		margin-top: 29px;
	}
	header .account {
		margin-top: 7px;
	}
}
@media(min-width:992px) {
	header .account {
		/* margin-left: 5%; */
	}
}
@media(min-width:1200px) {
	header .account {
		/* margin-top: 40px; */
	}
}

/* menu */
header + .container {
	/* background-color: #202d79; */
	margin-bottom: 3px;
}
.container:nth-of-type(2) {
//	padding-top: 40px;
}
#menu {
//	background-color: #FFF;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
//	border-color: #8f633f #8f633f #145e7a;
	border-width: 0px;
	min-height: 0px;
	margin-bottom: 0px;
}
.navbar-collapse {
	/* padding: 0px; */
}
#menu .nav > li > a {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	/* padding: 10px; */
	min-height: 15px;
	background-color: #fff0;
	font-size: 15px;
	/* letter-spacing: 1px; */
	font-weight: 400;
	/* font-style: italic; */
	text-transform: uppercase;
}
.category-image {
	display: none;
}
/* #menu .nav > li > a .category-image {
	transition: all 0.3s;
}
#menu .nav > li > a:hover .category-image {
	transform: translateY(-5px);
}
#menu .nav > li > a .category-name {
	display: none;
} */
#menu .nav > li.separator {
	display: none;
}
@media (min-width: 768px) {
	header + .container {
		padding-bottom: 15px;
		background: #fff;
		-webkit-box-shadow: 0px 5px 6px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 5px 6px rgba(0,0,0,.3);
		-o-box-shadow: 0px 5px 6px rgba(0,0,0,.3);
		box-shadow: 0px 5px 6px rgba(0,0,0,.3);	
		/* border-top: 1px solid #ccc; */
		transition: all 0.4s ease;
	}
	.navbar-nav {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0px;
	}
	#menu .nav {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
		float: none;
		transition: all 0.4s ease;
	}
	#menu .nav > li {
		margin: 0 auto;
		/* flex-basis: 100px; */
		max-width: 100px;
		text-align: center;
	}
	#menu .nav > li.separator {
		display: block;
		height: 40px;
		border-right: 1px solid #97c947;
	}	
	#menu .nav > li:first-child {
		margin-left: 0px;
	}
	#menu .nav > li:nth-last-child(2) {
		margin-right: 0px;
	}
	#menu .nav > li:last-child {
		display: none;
	}
	#menu .nav > li > a {
		padding: 5px 3px;
		display: -webkit-flex;
		display: flex;
		background-color: #fff;
		align-items: center;
		height: 50px;
		font-size: 9px;
		color: #202d79;
	}
	/* #menu .nav > li:last-child > a {
		padding-right: 0px;
	} */
}
@media (min-width: 992px) {
	header + .container {
		/* background: #0000; */
	}
	#menu .nav {
		/* margin-top: -60px; */
	}
	#menu .nav > li {
		/* margin: 0 auto; */
		/* flex-basis: 120px; */
		max-width: 130px;
	}
	#menu .nav > li > a {
		padding: 5px 5px;
		font-size: 11px;
	}
}
@media (min-width: 1200px) {
	#menu .nav > li {
		/* margin: 0 auto; */
		/* flex-basis: initial; */
		max-width: 130px;
	}
	#menu .nav > li > a {
		padding: 5px 10px;
		font-size: 13px;
	}
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #202d79;
	color: #fff;
	/* font-weight: 600; */
}

#menu .dropdown-menu {
	/* padding-bottom: 0; */
	min-width: 150px;
	background-color: #202d79;
	border-width: 0;
	text-align: left;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	/* min-width: 215px; */
	white-space: nowrap;
	display: block;
	padding: 5px 15px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	/* text-transform: uppercase; */
}
#menu .dropdown-inner li a:hover {
	background-color: #1e1d4f;
	color: #fff;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 10px;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff;
	background-color: #1e1d4f;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	display: none!important;
}
#menu .btn-navbar {
	margin: 0;
	font-size: 23px;
	font-stretch: expanded;
	color: #fff;
	padding: 5px 2px;
	float: none;
	background-color: #97c947;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
	border-color: #000;
	border-width: 0px;
}
#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] {
	/* background-color: #202d79; */
	color: #202d79;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu-container {
		background-color: #97c947;
	}
	.navbar-header {
		text-align: center;
	}
	#menu .navbar-nav {
		background: #fff0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #202d79;
		border-radius: 0px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		font-weight: 400;
	}
	#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: #333;
	}
}

/* Slideshow */
.below_menu_ful .owl-carousel {
	margin-top: 0px!important;
	border: 0px solid #fff!important;
	border-bottom: 1px solid #CCC!important;
	border-top-width: 0px!important;
	border-radius: 0px;
}
.owl-carousel {
	margin-bottom: 30px!important;
	background: #FFF!important;
	border: 0px solid #fff!important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	-o-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
}
.owl-controls {
	height: 0;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	transform: scaleY(3);
}
.owl-controls .owl-buttons .fa-chevron-left::before {
	content: "\f0d9";
}
.owl-controls .owl-buttons .fa-chevron-right::before {
	content: "\f0da";
}
.owl-pagination {
	top: -28px!important;
	text-align: center!important;
}
.owl-pagination .owl-page span {
	border: 2px solid #AEAEAE;
}
.owl-controls .owl-page span {
	background: rgba(0, 0, 0, 1)!important;
}
.owl-controls .owl-page.active span {
	background: rgba(255, 255, 255, 1)!important;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-buttons div i {
	font-size: 20px;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-controls .owl-buttons .owl-next,
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-controls .owl-buttons .owl-prev {
	top: 50%;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-pagination {
	/* display: none; */
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-fade-out {
	z-index: 10;
	  -webkit-animation: fadeOut 1s both ease;
	-moz-animation: fadeOut 1s both ease;
	animation: fadeOut 1s both ease;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-fade-in {
	-webkit-animation: fadeIn 1s both ease;
	-moz-animation: fadeIn 1s both ease;
	animation: fadeIn 1s both ease;
}

/* Banners */
div[id^="banner"] {
	border-radius: 0px;
}
#banners-categorias .module-heading {
	display: none;
}
#banners-categorias .btgrid .row {
	margin: 0;
}
#banners-categorias .btgrid .row .col {
	padding: 1px;
	float: left;
}
@media(max-width: 991px) {
	#banners-categorias .btgrid .row .col {
		width: 33.3333%;
	}
	#banners-categorias .btgrid .content p {
		margin-bottom: 0px;
	}
}
@media(max-width: 767px) {
	#banners-categorias .btgrid .row .col {
		width: 50%;
	}
}

/* Carousel */
div[id^="carousel"] img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
}
div[id^="carousel"] img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}
div[id^="carousel"] .owl-pagination {
	display: none;
}

/* content */
#content {
	min-height: 600px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3em;
}
/* footer */
#footer-strip {
	margin-top: 45px;
	padding: 10px 0;
	background: #202d79;
	-webkit-box-shadow: -2px 0px 10px rgba(0,0,0,.4);
	-moz-box-shadow: -2px 0px 10px rgba(0,0,0,.4);
	-o-box-shadow: -2px 0px 10px rgba(0,0,0,.4);
	box-shadow: -2px 0px 10px rgba(0,0,0,.4);
	color: #fff;
}
#footer-strip a {
	color: #fff;
	font-size: 17px;
	font-style: italic;
}
#footer-menu-1 {
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#footer-menu-1 > li {
	padding: 10px;
}
#footer-social-links {
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#footer-social-links > li {
	background: #fff;
	margin: 0 3px;
	padding-top: 6px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}
#footer-social-links > li > a {
	color: #202d79;
}
#footer-social-links > li > a .fa {
	font-size: 23px;
}
footer {
	margin-top: 30px;
	/* margin-bottom: 30px; */
	/* padding-top: 30px; */
	background: #f0f0f0;
	/* background-image: linear-gradient(135deg,#fff 65%,#202d79 20%); */
	border-top: 15px solid #202d79;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	color: #3a3a3a;
}
footer .container {
	background-color: transparent;
	padding: 20px 15px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #CCC;
}
footer a {
	color: #3a3a3a;
}
footer a:hover {
	color: #202d79;
	font-weight: normal;
}
footer h5 {
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #202d79;
	text-transform: uppercase;
}
footer .footer-payment {
	margin-bottom: 20px;
}
footer .store-address {
	margin-top: 20px;
	font-size: 0.8em;
	/* text-transform: uppercase; */
	line-height: 1.3em;
}
@media (min-width: 768px) {
	#footer-social-links {
		justify-content: flex-end;
	}
}
@media(min-width: 992px) {
	footer .footer-payment img {
		/* max-width: 600px; */
	}
}
footer .footer-payment,
footer .selo-site-seguro {
	display: block;
	text-align: right;
}
footer .footer-payment img,
footer .selo-site-seguro img {
	display: inline;
}
@media(max-width: 767px) {
	#footer-menu-1 > li {
		flex-basis: 100%;
		text-align: center;
	}
	footer .selo-site-seguro img {
		float: none;
		margin: 5px auto;
	}
	footer .footer-payment,
	footer .selo-site-seguro {
		margin-top: 20px;
		text-align: center;
	}
}
footer .powered {
	margin-top: 20px;
	text-align: right;
	line-height: 1.3em;
	/* color: #fff; */
}
/* footer .powered a {
	color: #fff;
} */
@media (max-width: 767px) {
	footer,
	footer .powered,
	.store-address {
		text-align: center;
	}
/*	.footer-payment {
		width: 115px;
		overflow: hidden;
		margin: 0 auto;
	}
	.footer-payment img {
		max-width: initial;
	}*/
}
#whatsapp-link {
	position: fixed;
	right: 20px;
	bottom: 50px;
}

/* Menu Module */
.menu-module-heading {
	background-color: #202d79;
	/* background-image: linear-gradient(135deg,#000 70%,#202d79 20%); */
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	/* border-radius: 4px; */
	line-height: 40px;
	font-weight: 700;
}

@media(min-width: 768px) {
	.filter-module > .list-group {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.filter-module .list-group-item {
		margin-bottom: 0;
		border: 1px solid #ccc!important;
		border-width: 0 1px!important;
	}
	.filter-module .list-group-item:not(:first-child) {
		border-left-width: 0!important;
	}
}


/* Modules */
.module-heading,
.related-title,
.carousel-title,
h1 {
	display: inline-block;
	background-color: #fff;
	/* background-image: linear-gradient(135deg,#000 50%,#202d79 20%); */
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	/* text-align: center; */
	/* border-bottom: 2px solid #00ea9a; */
	padding: 5px 20px 5px 0;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #202d79;
	/* text-transform: uppercase; */
	/* letter-spacing: -0.5px; */
	line-height: 40px;
}
h1 {
	margin-top: 0;
}
h1 + label {
	display: block;
}
.module-heading:after,
.related-title:after,
.carousel-title:after,
h1:after {
	content: "";
	display: block;
	position: absolute;
    width: calc(100% - 30px);
	height: 4px;
    left: 15px;
    transform: translateY(-22px);
	background: #97c947;
	/* background-image: linear-gradient(to right, #97c947 27%, #666 20%); */
	z-index: -1;
}
/* .module-heading:first-child {
	margin-top: 0px;
} */
#titulo-novidade {
	margin-bottom: 20px;
}
#depoimentos {
	position: relative;
}
#depoimentos .btgrid {
	margin-top: 30px;
}
#depoimentos .btgrid .col .content {
	background: #ddd;
	padding: 15px 30px 15px 15px;
	min-height: 180px;
	color: #000;
}
#depoimentos .btgrid .col img {
	border-radius: 50%;
}
.no-title .module-heading {
	display: none;
}
.carousel-title p {
	margin-bottom: 0;
}

@media(max-width: 480px) {
	.module-heading,
	.related-title {
		font-size: 15px;
	}
	#depoimentos .btgrid .col img {
		display: block;
		float: none!important;
		margin: 0px auto 0px!important;
		width: 150px!important;
	}
}
@media(min-width: 768px) {
	.common-home .above_foot_2columns .module-heading + .row > div {
		width: 50%;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	max-width: 100%;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 8px 0;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: inline-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); */
}
.breadcrumb > li:last-child:after {
	content: "";
}
.pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span,
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #202d79;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #202d79;
	border-color: #202d79;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
	border-radius: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.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: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FFF;
//	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: #97c947;
	/* background-image: linear-gradient(to bottom, #1d1d1d, #8f633f); */
	/* background-repeat: repeat-x; */
	border-color: #97c947;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #202d79!important;
	//	background-position: 0 -15px; /* remove bootstrap butto active color */
	border-color: #202d79!important;
	color: #fff;
	/* border-radius: 0; */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.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: #8f233d;
//	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
//	background-repeat: repeat-x;
	border-color: #8f233d;
}
.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: #202d79;
//	background-image: linear-gradient(to bottom, #62c462, #51a351);
//	background-repeat: repeat-x;
	border-color: #202d79;
}
.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);
	filter: saturate(150%);
	background-color: #000;
	border-color: #000;
}
.btn-success.disabled, .btn-success[disabled] {
	filter: saturate(100%);
	opacity: 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: #1d1d1d;
	border-radius: 4px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
//	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

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

/* list group */
.list-group a {
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #2d2d2d;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #202d79;
	background: #2d2d2d;
	border: 1px solid #DDDDDD;
	text-shadow: 0 0px 0 #FFF;
	/* font-weight: bold; */
}
#column-right .list-group a,
#column-left .list-group a {
	border-width: 0px;
	background-color: transparent;
	padding: 5px 0;
}
/* 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;
}
/* Category */
.category-title {
	margin-top: 0px;
}
.category-title + .row img {
	width: 100%!important;
	height: auto!important;
}
body[class^="product-category"] .below_menu_ful div[id^="banner"] {
	margin-bottom: 0px!important;
}

/* product list */
.product-thumb {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	padding: 0px 0 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
	/* -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: 0px 1px 4px rgba(0,0,0,.2); */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb:hover {
	/* border-color: #202d79; */
    /* -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03); */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
//	opacity: 0.8;
}
/* .product-thumb .image a:after {
    content: "+ detalhes";
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
    padding: 14px 10px;
    background: #97c947;
    color: #fff;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb:hover .image a:after {
	background-color: #202d79;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
} */
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	/* border: 1px solid #202d79; */
	/* border-bottom: 1px solid #ddd; */
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 300;
	font-size: 17px;
	height: 56px; /* Fixed name height */
	overflow: hidden; /* Fixed name height */
	text-align: center;
	text-transform: lowercase;
}
.product-thumb h4 a {
	color: #202d79;
}
.product-thumb .caption {
	padding: 0 10px;
	height: 122px;
	/* min-height: 180px; Hiding product grid description */
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
@media(min-width: 992px) and (max-width: 1199px) {
	.product-thumb .caption {
		height: 135px;
	}
}
.product-list .product-thumb .caption {
	margin-left: 230px;
	min-height: 150px;
}
@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;
	text-align: center;
	order: 1;
	/* display: none; */
}
.rating .fa-stack {
	font-size: 8px;
	width: 1.5em;
}
.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 {
	font-family: 'Fjalla One', 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
	color: #4890b7;
	text-transform: initial;
}
ul.price li,
.price-old-live,
.discount-price {
	text-transform: initial!important;
	font-family: 'Fjalla One', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #4890b7;
}
.product-thumb .price {
	margin: 5px 0px;
	font-family: 'Fjalla One', 'Open Sans', sans-serif;
	color: #4890b7;
	display: -webkit-flex; /* Re-order prices */
	display: flex; /* Re-order prices */
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
}
.product-thumb .price-new {
	/* font-weight: 500; */
}
.product-thumb .price-old {
	color: #97c947;
	text-decoration: line-through;
	margin-right: 10px;
	-webkit-order: -1; /* Re-order prices */
	order: -1; /* Re-order prices */
	font-weight: 700;
	font-size: 0.6em;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .parcelamento,
.product-thumb .boleto-discount {
    text-align: center;
    line-height: 1em;
	font-size: 0.8em;
}
.product-thumb .boleto-discount + p {
	display: none;
}
.product-thumb .button-group {
	/* border-top: 1px solid #ddd; */
	/* background-color: #DDDDDD66; */
	overflow: auto;
	text-align: center;
	padding: 15px 0 0;
	transition: all 0.3s ease;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	background-color: #97c947;
	color: #FFF;
	line-height: 15px;
	font-weight: 400;
	text-align: center;
	text-transform: lowercase;
	border: 1px solid #FFF;
	border-radius: 23px;
	padding: 10px 0px;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	font-size: 18px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .button-group button .fa {
	display: none;
}
.product-thumb:hover .button-group button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .button-group button + button {
	width: initial;
	padding: 8px;
	border-left: 1px solid #FFF;
	background-color: #666;
	color: #FFF;
	border-radius: 0px;
	display: none;
}
.product-thumb:hover .button-group button + button {
	border-radius: 0px;
}
.product-thumb .button-group button + button + button {
	bottom: calc(60% - 38px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb:hover .button-group button + button + button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .button-group button:hover {
	/* color: #202d79; */
	background-color: #202d79;
	filter: saturate(150%);
	border-color: #fff;
	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: 33.33%;
	}
} */
body[class^="product-category"] #content .category-title + .row img {
	max-width: 100%;
	height: auto;
}


/* Single Product */

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

body[class^="product-category"] h1,
body[class^="product-product"] h1 {
	/* display: inline-block;
	background-color: #202d79; */
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	/* padding: 5px 20px; */
	margin-bottom: 20px;
	color: #131877;
	text-transform: none;
	line-height: 40px;
	text-transform: lowercase;
}
body[class^="product-product"] h1:after {
	display: none;
}
body[class^="product-category"] h1 {
	font-size: 24px;
	color: #97c947;
}
body[class^="product-category"] h1::after {
	display: none;
}
/* body[class^="product-category"] h1:after,
body[class^="product-product"] h1:after {
	content: "";
	display: block;
	position: absolute;
    width: calc(100% - 30px);
	height: 4px;
    left: 15px;
    transform: translateY(-22px);
	background: #97c947;
	z-index: -1;
} */
body[class^="product-product"] .price-old {
	font-weight: 700;
	color: #97c947;
}

body[class^="product-product"] #content .btn-group:first-of-type {
	display: none;
}
body[class^="product-product"] h1 + .list-unstyled li {
	text-transform: lowercase;
}
body[class^="product-product"] .attribute-list {
	text-transform: lowercase;
}
body[class^="product-product"] .attribute-title {
	font-weight: 700;
	font-size: 0.8em;
	text-transform: uppercase;
}
body[class^="product-product"] #product h3 {
	font-family: 'DM Sans', 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #97c947;
	text-transform: lowercase;
}
body[class^="product-product"] #product h3 ~ .form-group label {
	text-transform: uppercase;
}
/* upload */
body[class^="product-product"] #product .drop-zone {
	font-size: 10px;
	padding: 10px;
}
@media(min-width: 992px) {
	body[class^="product-product"] #product .upload-ctrl {
		position: relative;
	}
	body[class^="product-product"] #product .drop-zone {
		width: 60%;
		float: right;
	}
	body[class^="product-product"] #product .drop-zone .bg-text {
		margin: 0;
	}
	body[class^="product-product"] #product .drop-zone button[id^="copu-button-upload"] {
		position: absolute;
		left: 5px;
		top: 20px;
	}
}
body[class^="product-product"] label[for='input-quantity'] {
    display: none;
}
body[class^="product-product"] #input-quantity {
	max-width: 19%;
	margin-right: 0.5%;
    display: inline-block;
    float: left;
    height: 42px;
    border-color: #97c947;
    border-radius: 20px 0px 0 20px;
	/* border-right-width: 0px; */
}
body[class^="product-product"] input[name=product_id] + br {
    display: none;
}
body[class^="product-product"] #button-cart,
body[class^="product-product"] #button-quote {
	position: relative;
    max-width: 80%;
    height: 42px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0px;
    background-color: #97c947;
    border-color: #97c947;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
    color: #fff;
    border-radius: 0px 20px 20px 0;
    font-weight: 600;
    text-transform: lowercase;
}
body[class^="product-product"] #button-cart:hover {
	/* max-width: 220px; */
	/* border-radius: 0 20px 0 20px; */
}
/* #button-cart {
	text-transform: uppercase;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	background-color: #202d79;
	border-color: #202d79;
}
#button-cart:hover {
	color: #FFF;
	background-color: #00ea9a!important;
	border-color: #00ea9a!important;
} */
body[class^="product-product"] #button-cart + h4,
body[class^="product-product"] #button-quote + h4 {
    display: none;
}
body[class^="product-product"] #button-cart + h4 + .form-group .input-group,
body[class^="product-product"] #button-quote + h4 + .form-group .input-group {
    display: block;
}
body[class^="product-product"] #input-postcode {
    margin-right: 0.5%!important;
    width: 69%!important;
	height: 42px;
    max-width: 70%;
    display: inline-block;
    border-color: #97c947;
    border-radius: 20px 0 0 20px;
    /* border-right-width: 0px; */
}
body[class^="product-product"] #simular {
	background: #97c947;
	border-color: #97c947;
	border-radius: 0 20px 20px 0;
    width: 30%;
	height: 42px;
    max-width: 30%;
    display: inline-block;
	font-family: 'DM Sans', 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
	font-size: 15px;
	text-transform: lowercase;
}
body[class^="product-product"] #simular:hover {
	background: #202d79;
	border-color: #202d79;
}
body[class^="product-product"] #simular .fa-list-alt {
    display: none;
}
.addthis_sharing_toolbox .at-icon-wrapper {
	transform: scale(0.9, 0.9);
	/* border-radius: 50%!important; */
}
.addthis_sharing_toolbox .at-share-btn-elements a {
	background-color: #fff!important;
	border: 1px solid #202d79!important;
    border-radius: 50%!important;
}
.addthis_sharing_toolbox .at-share-btn-elements .at-icon {
	fill: #202d79!important;
}

@media(max-width:767px) {
	#tab-description img {
		max-width: 100%!important;
		height: auto!important;
	}
}
@media(min-width: 992px) {
	body[class^="product-product"] #button-cart,
	body[class^="product-product"] #button-quote {
		max-width: 40%;
	}
	body[class^="product-product"] #input-postcode {
		width: 29%!important;
	}	
}

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

/* Information banner */
body.information-information #content img:first-of-type {
	max-width: 100%;
	height: auto!important;
}

/* Modal */
/*.modal-dialog.modal-lg {
	width: 500px;
}
.modal-content {
	border-radius: 0px;
}
.modal-body {
	padding: 0px;
}
.modal-body p {
	margin: 0px;
}
.modal-body .module-heading {
	display: none;
}
.modal-footer {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.modal-footer button.btn.btn-default {
    color: rgba(0, 0, 0, 0);
    border-width: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px;
    top: -17px;
    right: -25px;
}
.modal-footer button.btn.btn-default::after {
    content: "x";
    color: #000;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 0px 5px 1px;
    height: 30px;
    background: #FFF;
    font-weight: bold;
}*/

/* CKEditor Bootstrap */
.btgrid .row .col img {
	max-width: 100%;
	height: auto!important;
}

/* Blog */
.summary .blog_title {
	font-size: 16px!important;
	height: 44px;
}
.blog_stats {
	display: none;
}

/* Size Chart */
.button-sizechart {
	display: block;
    margin-bottom: 15px;
    max-width: 150px;
    background: #fff;
    border-color: #ccc;
    color: #000;
}
.chart-header-bg th {
	text-align: center;
}

/* 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 */
.product-thumb .caption {
	position: relative;
	/* padding: 50px 20px 0;
	height: 140px; */
}
.price.pds h3 + br {
	display: none;
}
.product-thumb .pds {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.product-thumb .pds + p {
	display: none;
}
body[class^="product-product"] .pds {
	margin-bottom: 15px;
	padding: 10px 16px;
	border-radius: 8px;
	border: 2px solid #999;
}
.pds a.pds-current {
	display: inline-block;
}

/* Mercado Pago */#MP-Checkout-dialog {  z-index: 1200!important;}

/* Featured Category */
.featcatNav a {
	background-color: #fff0!important;
	border-width: 0!important;
}
.featcatNav a .fa {
	color: #97c947;
}
.featcat .caption {
	text-transform: lowercase;
}
div[id^="featcatcar"] .owl-pagination {
	display: none;
}

/* Orçamentos */
body.information-quote .btn-default {
	background-color: #202d79;
	border-color: #202d79;
	color: #fff;
}
body.information-quote .btn-default:hover {
	background-color: #fff;
	border-color: #202d79;
	color: #202d79;
}
.quote-contacts > p:first-child {
	font-size: 1.2em;
	font-weight: 700;
	color: #202d79;
}
@media(max-width: 767px) {
	.quote-contacts {
		clear: both;
	}
}