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

body {
	font-family: 'Open Sans', sans-serif;
//	font-family: sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	/* background: #FFF url('../image/body-bg.jpg') center top no-repeat; */
}
h1, h2, h3, h4, h5, h6 {
	color: #2d2d2d;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
//	font-family: sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 27px;
	margin-top: 0px;
	color: #444;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
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: #444;
	background-color: #fff;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}

/* Mobile Column */
@media (max-width: 767px) {
	body > .container > .row {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	#column-left + #content {
		order: -1;
	}
}

/* Full width */
@media (min-width: 768px) {
	header + .container,
	header + .container + .container {
		width: 100%;
		max-width: 1600px;
		padding-left: 0px;
		padding-right: 0px;
	}
	header + .container {
		max-width: 100%;
	}
	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;
	}
	.above_foot_3columns.row > div:first-of-type {
		margin-left: -15px;
	}
}
@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;
	}
	.below_menu_ful {
		width: 1156px;
	}
	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: #E7E7E7;
	border-bottom: 1px solid #e2e2e2;
	border-top: 2px solid #f00;
	padding: 0px 0px 0px 0;
	margin: 0 0 0px 0;
	min-height: 0px;
}
#top .container {
	padding: 0 20px;
}
#top-links ,fa {
	font-size: 12px;
}
#top-links .list-inline {
	margin: 0 10px 4px;
}
#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: #999;
	text-shadow: 0 0px 0 #FFF;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
//	font-family: sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
#top .telefone {
	font-size: 12px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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: 5px;
}
#top-links a + a {
	margin-left: 15px;
}

/* Header */
/* logo */
#logo {
	margin: 0 0 0px 0;
}
@media (max-width: 767px) {
	#logo img {
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
}

.header-contacts {
	margin-top: 10px;
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header-contacts li {
	padding: 0 10px;
}
.header-phone a,
.header-email a {
	color: #666;
	font-weight: 300;
	font-size: 15px;
}
.header-contacts .fa {
	font-size: 23px;
	vertical-align: sub;
	color: #ff7f00;
}
@media (max-width: 767px) {
	.header-contacts {
		-webkit-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.header-phone {
		margin-bottom: 7px;
	}
	.header-email {
		order: 4;
	}
}

/* search */
#search {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
}
@media (min-width: 768px) {
	#search {
		margin-top: 17px;
		margin-bottom: 0px;
	}
}
#search .input-lg {
	height: 35px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 4px;
	border-width: 1px;
	border-color: #eee;
	background: transparent;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 6px 11px 9px;
	text-shadow: 0 0px 0 #FFF;
	margin-left: -35px;
	background-color: #f00;
	border-width: 0px;
	border-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
}
/* Account */
header .account-cart {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 300;
}
header .account-cart li {
	margin: 0 auto;
}
header .account-cart li:last-of-type {
	margin-right: 0px;
}
header .account,
header .quote {
	margin-top: -4px!important;
    /* margin-left: 25%; */
    display: inline-block;
}
header .account .fa,
header .quote .fa {
	font-size: 27px;
	color: #063ad0;
}
@media(max-width:767px) {
	header .account-cart {
		margin-top: 10px;
	}
}

/* cart */
#cart {
	margin-top: -16px;
    /* margin-right: 15px; */
    float: right;
    width: initial;
}
@media (min-width: 768px) {
	#cart {
		margin-top: -16px;
	}
}
#cart > .btn {
	text-align: right;
	right: 10px;
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: none;
	border-width: 0px;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
}
#cart > .btn > .fa {
	font-size: 30px;
	vertical-align: sub;
	margin-right: 5px;
	color: #063ad0;
}
#cart > .btn #cart-total {
	color: #FFF;
	background-color: #f00;
	width: 18px;
	border-radius: 50%;
	/* border: 1px solid #DDD; */
	/* padding: 3px 7px; */
	position: absolute;
    top: 7px;
	right: -6px;
	text-align: center;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: 0px solid #E6E6E6;
	color: #333;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #333;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 250px;
	margin-top: 0px;
}
@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;
}
/* Header */
header {
	background: transparent;
	padding: 10px 0;
}
@media(max-width: 767px) {
	header {
		padding: 10px 0;
	}
}
/* menu */
header + .container {
	background-color: #f00;
	background-image: linear-gradient(90deg, #f00, #ff7f00, #ff7f00, #ff0);
	/* -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); */
	margin-bottom: 5px;
}
header + .container + .container {
//	padding-top: 40px;
}
#menu {
//	background-color: #FFF;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
//	border-color: #8f633f #8f633f #145e7a;
	min-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#menu .nav > li > a {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	padding: 10px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#menu ul.navbar-nav {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		float: none;
	}
	.navbar-collapse.collapse {
		padding: 0px;
	}
	#menu .nav > li {
		margin: 0px auto;
	}
	#menu .nav > li:first-of-type {
		margin-left: 0px;
	}
	#menu .nav > li:last-of-type {
		margin-right: 0px;
	}
	#menu .nav > li > a {
		padding: 10px 0px;
		font-size: 10px;
	}
}
@media (min-width: 992px) {
	#menu .nav > li > a {
		/* padding: 10px 18px; */
		font-size: 13px;
	}
}
@media (min-width: 1200px) {
	#menu .nav > li > a {
		/* padding: 10px 28px; */
		font-size: 15px;
	}
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/* background-color: #EEE; */
	/* color: #063ad0; */
	transform: scale(1.05);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background: #f00;;
    background-image: linear-gradient(90deg, #f00, #ff7f00, #ff7f00);
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 270px;
	display: block;
	padding: 3px 10px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #f00;
}
#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: #333;
	background-color: #fff;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}
@media(min-width: 768px) {
	#menu .navbar-nav > li:first-child .dropdown-inner ul {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
		padding-bottom: 10px;
	}
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #063ad0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #063ad0;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
	border-color: #063ad0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #063ad0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#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: #333;
	}
	#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;
	}
}
#menu .third-level-category {
	min-width: 100px!important;
    font-size: 0.7em!important;
	text-transform: none!important;
	display: none!important;
}
#menu .navbar-nav > li:first-child .dropdown-inner ul > ul.list-unstyled {
	padding-bottom: 0px;
}
#column-right .list-group a.third-level-category, #column-left .list-group a.third-level-category {
	padding-left: 8px;
}
/* Slideshow */
.below_menu_ful .owl-carousel {
	margin-top: 10px!important;
	border: 8px solid #fff!important;
	border-top-width: 0px!important;
	border-radius: 0px;
}
.owl-carousel {
	margin-bottom: 30px!important;
	background: #FFF!important;
	border: 1px solid #eee!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-pagination {
	top: -20px!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;
}
/* Home */
.common-home .above_bott {
	padding-top: 0!important;
}
.common-home .below_top .owl-carousel {
	margin-bottom: 0px!important;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 45px;
//	margin-bottom: 30px;
//	padding-top: 30px;
	background-color: #EEE;
//	border-top: 1px solid #ddd;
	color: #333;
}
footer .container {
	background-color: #EEE;
	padding: 20px 30px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #DDD;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #666;
}
footer h5 {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
//	font-family: sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #333;
}
footer .footer-payment {
	padding-bottom: 5px;
}
footer .selo-site-seguro {
	float: right;
}
footer .powered {
	text-align: right;
}
@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;
	}
	footer .selo-site-seguro {
		float: none;
	}
	footer .selo-site-seguro img {
		margin: 5px auto;
	}
}
#whatsapp-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/* Menu Module */
.menu-module-heading {
    margin-bottom: 10px;
	padding: 5px 5px;
    background-image: linear-gradient(90deg, #f00, #ff7f00, #ff7f00, #ff0);
	color: #fff;
	/* text-transform: uppercase; */
    font-size: 15px;
	font-weight: 600;
}

/* Modules */
.module-heading {
	background-image: linear-gradient(90deg, #f00, #ff7f00, #ff7f00, #ff0);
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	/* border-bottom: 4px solid #f00; */
	padding: 5px 10px;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #fff;
}
.above_foot_3columns .module-heading {
	margin: 0;
	padding: 0;
	border-width: 0px;
}
.above_foot_3columns .col-sm-4:nth-of-type(2) .module-heading {
	margin-bottom: 7px;
}
.above_foot_3columns .col-sm-4:nth-of-type(3) > div {
	overflow: hidden;
    height: 390px;
    border-bottom: 1px solid #DDD;
    border-radius: 10px;
}

/* alert */
.alert {
	max-width: 100%;
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 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;
}
.pagination>li>a, .pagination>li>span {
	color: #063ad0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #063ad0;
	border-color: #063ad0;
}
/* 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);
}
.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: #063ad0;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
	border-color: #063ad0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #DDD!important;
//	background-position: 0 -15px; /* remove bootstrap butto active color */
	border-color: #AEAEAE!important;
	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: #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: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.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: #1d1d1d;
	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: #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 {
	padding: 8px 12px;
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #666;
/*	text-transform: uppercase;  */
	font-weight: 600;
	line-height: 15px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #063ad0;
	background: #2d2d2d;
	border: 1px solid #DDDDDD;
	text-shadow: 0 0px 0 #FFF;
}
#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;
}
body[class^="product-category"] .subcategories-title, body[class^="product-category"] .subcategories-title + div {
    display: none;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	padding: 20px 0;
	margin-bottom: 20px;
	overflow: auto;
	transition: all 0.3s;
}
.product-thumb:hover {
	transform: scale(1.03);
	transition: all 0.3s;
}
.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;
//	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: 15px;
	line-height: 1.4em;
	height: 40px; /* Fixed name height */
	overflow: hidden; /* Fixed name height */
	text-align: center;
}
.product-thumb h4 a {
	color: #666;
}
.product-thumb .caption {
	padding: 0 20px;
//	min-height: 180px; Hiding product grid description
}
.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;
	}
	.product-thumb h4 {
		font-size: 12px;
		height: 48px;
	}
}
/* 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;
	display: none;
}
.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 {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	color: #063ad0;
	display: -webkit-flex; /* Re-order prices */
	display: flex; /* Re-order prices */
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.4em;
	font-weight: 700;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
	-webkit-order: -1; /* Re-order prices */
	order: -1; /* Re-order prices */
	font-weight: 300;
	font-size: 0.7em;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
//	border-top: 1px solid #ddd;
//	background-color: #eee;
	overflow: auto;
	text-align: center;
}
.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: 50%;
	border: none;
	display: inline-block;
	float: none;
	background-color: #FFF;
	color: #2d2d2d;
	line-height: 15px;
	font-weight: normal;
	text-align: center;
//	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 10px;
}
.product-thumb .button-group button + button {
	width: 15%;
	/* border-left: 1px solid #ddd;
	background-color: #2d2d2d;
	color: #FFF; */
	/* display: none; */
}
.product-thumb .button-group button + button + button {
	/* display: none; */
}
.product-thumb .button-group button:hover {
	color: #FFF;
	background-color: #ff7f00;
	border-color: #ff7f00;
	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: 30%;
	}
}


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

.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;
}


#button-cart {
	text-transform: uppercase;
}
#button-cart:hover {
	color: #FFF;
	background-color: #690!important;
}
@media(max-width:767px) {
	#tab-description img {
		max-width: 100%!important;
		height: auto!important;
	}
}
.related-title {
	background-image: linear-gradient(90deg, #f00, #ff7f00, #ff7f00, #ff0);
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	/* border-bottom: 4px solid #f00; */
	padding: 5px 10px;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #fff;
}

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

/* Blog Module */
.blog-module.latest > h3 {
	border-bottom: 2px solid #2d2d2d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.blog-module.latest .blog_item {
	margin-bottom: 10px;
}
.blog-module.latest .summary .blog_title {
	font-size: 18px;
}
/* Facebook */
#fb-root {
	margin-top: -11px;
}
.fb_iframe_widget {
	max-width: 100%;
	overflow: hidden;
}

/* Modal */
.common-home .modal-dialog.modal-lg {
	width: 500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.common-home .modal-content {
	border-radius: 0px;
}
.common-home .modal-body {
	padding: 0px;
}
.common-home .modal-body p {
	margin: 0px;
}
.common-home .modal-body .module-heading {
	display: none;
}
.common-home .modal-body img {
	max-width: 100%!important;
	height: auto!important;
}
.common-home .modal-footer {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.common-home .modal-footer button.btn.btn-default {
    /* width: 20px; */
    color: rgba(0, 0, 0, 0);
    border-width: 0px;
    /* width: 30px; */
    position: absolute;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px;
    top: -17px;
    right: -25px;
}
.common-home .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;
}

/* Whatsapp */
body.information-contact #content a[href*="api.whatsapp"]::before {
	content: "\f232";
	font-family: FontAwesome;
	padding-right: 5px;
}

/* Product Series */
.product-thumb .caption {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	min-height: 95px;
}
.product-thumb .caption h4 + .pds {
	order: 3;
	text-align: center;
}
.product-thumb .caption h4 + .pds + p {
	display: none;
}
.pds a.pds-current {
	display: inline-block;
}

/* Remove Purchase */
/* .product-thumb .caption .price,
.product-thumb .button-group,
body[class^='product-product'] h1.product-title + ul.list-unstyled,
body[class^="product-product"] #product .form-group label[for="input-quantity"],
body[class^='product-product'] .price,
body[class^='product-product'] #input-quantity {
	display: none;
}
body[class^='product-product'] .price.pds {
	display: block;
} */

/* Orçamento */
body.information-quote td.quantity {
	width: 140px;
}