@import url(../font/stylesheet.css);
body {
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	color: #4D4F53;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #4D4F53;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #4D4F53;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 100%;
}
.clear {
	clear: both;
}
.modal-dialog {
	margin:60px auto;
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	/*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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	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;
}
.nav-tabs a {
	text-transform: uppercase;
	font-size: 22px;
}
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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/*LOGIN POPUP*/
.login-popup h1 {
	text-transform: uppercase;
	color: #F0E927;
	font-weight: 600;
	margin-top: 0;
}
.login-popup h2 {
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
@media only screen and (min-width: 768px) {
.login-popup .border {
	border-right: 1px solid #FFF;
}
}
.login-popup .content-button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.login-popup .link-pass {
	color: #FFF;
	padding: 2% 0;
	font-size: 11px;
}
.login-popup .bt {
	background: #FFF;
	border:0;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2% 3%;
	color: #000;
	font-size: 12px;
	text-align: center;
}
.login-popup .bt:hover, .login-popup .link-pass:hover {
	margin-left: 2%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.login-popup-content .modal-header {
	border-bottom: 0;
}
.login-popup-content .modal-content {
	background: #363636;
	text-align: left;
}
/*TOP HEAD*/
.top-head {
	padding: 0.5rem 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	background: #FAFAFA;
}
@media only screen and (min-width: 250px) {
.top-head .links {
	text-align: center;
}
}
@media only screen and (min-width: 1200px) {
.top-head .links {
	text-align: right;
}
}
.top-head .links a {
	color: #444;
}
@media only screen and (min-width: 250px) {
.top-head .links .orcamento {
	display: inline-block;
}
}
@media only screen and (min-width: 768px) {
.top-head .links .orcamento {
	display: inline;
}
}
.top-head .links .orcamento {
	background: #F48425;
	padding: 0.5rem 1rem;
	color: #FFF;
}
.top-head .links .social i {
	font-size: 1.5rem;
}
.top-head .links .social {
	padding: 0 0.5rem;
}
.top-head .links .social:hover {
	color: #F48425;
}
/*HEADER*/
.header2 {
	background:#FFF;
	background: -moz-linear-gradient(top,  #fff 65%, #f6f6f6 85%, #f2f2f2 98%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#ffffff), color-stop(85%,#f6f6f6), color-stop(98%,#f2f2f2), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	background:linear-gradient(to bottom,  #fff 65%,#f6f6f6 85%,#f2f2f2 98%,#f2f2f2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 )

}
@media only screen and (min-width: 1100px) {
header .container {
	z-index: 30;
	position: relative;
}
}
/* logo */
@media only screen and (min-width: 250px) {
#logo {
	margin: 18px 0 10px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
}
@media only screen and (min-width: 375px) {
#logo {
	margin: 15px 0 10px 0;
}
}
@media only screen and (min-width: 768px) {
#logo {
	margin: 10px 0 10px 0;
}
}
#logo img {
	max-width: 100%;
}
@media only screen and (min-width: 992px) {
#logo {
	margin-top: 1rem;
}
}
@media only screen and (min-width: 1200px) {
#logo {
	margin-top: 0rem;
}
}
@media only screen and (min-width: 1200px) {
.bg-logo {
	width: 613px;
	position: absolute;
	background: url(../image/bg-logo.png) left top no-repeat;
	min-height: 150px;
	z-index: 1;
}
}
@media only screen and (min-width: 1200px) {
.bg-logo {
	left: -300px;
	top: -25px;
}
}
@media only screen and (min-width: 1240px) {
#logo img {
	width: 80%;
	padding-top: 2rem;
}
}
@media only screen and (min-width: 1300px) {
.bg-logo {
	left: -300px;
	top: -25px;
}
}
@media only screen and (min-width: 250px) {
#search {
	z-index: 15;
	position:relative;
	margin-top: 10px;
	margin-bottom: 1rem;
	background: #C2C3C5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}
@media only screen and (min-width: 768px) {
#search {
	width: 100%;
	position:relative;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	-moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}
}
@media only screen and (min-width: 992px) {
#search {
	margin-top: 1.2rem;
}
}
@media only screen and (min-width: 1200px) {
#search {
	margin-top: 2.5rem;
}
}
@media only screen and (min-width: 250px) {
#search input {
	width: 100%;
	text-align: left;
	border:0;
	padding-left: 1rem;
	min-height: 35px;
	text-transform: uppercase;
	color:#FFF;
	outline:none;
	background: transparent;
}
#search button {
	background: transparent;
	height: 85%;
	padding: 0 1rem;
	border: 0;
	color: #736A5D;
	text-transform: uppercase;
	position: absolute;
	right:1px;
	top:1px;
	cursor: pointer;
}
#search button .fa {
	font-size: 18px;
	color: #736A5D;
}
}
@media only screen and (min-width: 250px) {
#search input {
	font-size:10px;
}
}
@media only screen and (min-width: 768px) {
#search input {
	font-size:11px;
}
}
@media only screen and (min-width: 1200px) {
#search input {
	font-size:14px;
	min-height: 45px;
}
}
@media only screen and (min-width: 1200px) {
#search button {
	right:1px;
	top:3px;
}
}
#search button:hover {
	color: #FF7A4C;
	cursor: pointer;
}
/*WELCOME*/
@media only screen and (min-width: 768px) {
.welcome-head {
	margin-top: 1.5rem;
	border-left: 1px solid #CCC;
}
}
@media only screen and (min-width: 992px) {
.welcome-head {
	margin-top: 1.8rem;
}
}
@media only screen and (min-width: 1350px) {
.welcome-head {
	margin-top: 2rem;
}
}
@media only screen and (min-width: 992px) {
.welcome-head #dLabel {
	font-size: 10px;
}
}
@media only screen and (min-width: 1200px) {
.welcome-head #dLabel {
	font-size: 11px;
}
}
.welcome-head #dLabel {
	background:transparent;
	border:0;
	text-align: left;
	text-transform: uppercase;
}
.welcome-head #dLabel .user {
	font-size: 24px;
}
@media only screen and (min-width: 992px) {
.welcome-head #dLabel .conta {
	font-size: 10px;
}
}
@media only screen and (min-width: 1200px) {
.welcome-head #dLabel .conta {
	display: block;
}
}
.welcome-head .dropdown-menu {
	left: inherit;
	right: 0;
	min-width: 280px;
	color: #444;
	padding: 1rem 1rem;
}
.welcome-head .dropdown-menu li a:hover {
	font-weight: 700;
	color: #444;
	background: transparent;
	margin-left: 2%;
}
.welcome-head .caret {
	color: #444;
}
.welcome-head .bt-login {
	background: #6EB561;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
}
.welcome-head .bt-login:hover {
	text-decoration: none;
	background: #444;
}
.welcome-head .bt-register {
	color: #3FA1D8;
	font-weight: bold;
}
.welcome-head .dropdown-menu p {
	margin-top: 2%;
	font-size: 12px;
}
.welcome-head .dropdown-menu .ajuda {
	border:1px solid #F5F5F5;
	text-align: center;
	padding: 1rem 2rem;
}
/* cart */
.cart-xs {
	margin-top: 10px;
}
.cart-xs img{
	width: 70%;
}
#cart .cart-view .product-name {
	width: 30%;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 12px;
}
#cart .cart-view .price {
	color: #FB7B03;
	font-weight: 700;
}
#cart .cart-view .bt-remove {
	background: #444;
	border:0;
	outline: none;
	color: #FFF;
}
#cart .cart-view .bt-remove:hover {
	background: #CC3301;
}
#cart .bt-cart {
	background: #EEE;
	font-size: 12px;
	color: #444;
	padding: 0.5rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
#cart .bt-checkout {
	background: #26D07C;
	font-size: 12px;
	color: #FFF;
	padding: 0.5rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
#cart .table.cart-view > tbody > tr > td {
	border-top: 0;
}
#cart .table.cart-view > tbody > tr {
	border-bottom: 1px solid #FAFAFA;
}
@media only screen and (min-width: 250px) {
#cart {
	margin-top: 5px;
}
}
@media only screen and (min-width: 768px) {
#cart {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
#cart {
	margin-top: 1.8rem;
}
}
@media only screen and (min-width: 1200px) {
#cart {
	margin-top: 3rem;
}
}
#cart .cart-class {
	border:0;
	background: transparent;
}
#cart button {
	position: relative;
}
#cart #cart-total {
	position: absolute;
	top: 0;
	right: -10px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	padding: 0 0.5rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
#cart .cart-class .img-cart {
	max-height: 25px;
}
}
@media only screen and (min-width: 1200px) {
#cart .cart-class .img-cart {
	max-height: 35px;
}
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #FFF;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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;
}
/*MODAL COTACAO*/
.modal-cotacao .modal-content {
	position: relative;
}
.modal-cotacao .modal-header {
	z-index: 30;
	position: relative;
}
.modal-cotacao .modal-content .img {
	max-height: 480px;
}
.modal-cotacao .modal-content .img {
	position: absolute;
	right: -203px;
	z-index: 10;
	top: 0;
}
/*ACESSO RAPIDO LINKS*/
@media only screen and (min-width: 250px) {
.links-acesso-rapido {
	font-family: 'ABeeZee', sans-serif;
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.links-acesso-rapido {
	text-align: left;
	margin-top: 5px;
}
}
.links-acesso-rapido .navigation {
	font-weight: 700;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
}
.links-acesso-rapido a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #D20000;
}
.links-acesso-rapido a:hover {
	color: #444;
	text-decoration: underline;
}
/*ACCOUNT HEADER XS*/
@media only screen and (min-width: 250px) {
.account-header-xs {
	display: none;
}
}
@media only screen and (min-width: 375px) {
.account-header-xs {
	display: inline-block;
}
}
@media only screen and (min-width: 768px) {
.account-header-xs {
	display: none;
}
}
/* ICONS XS */
.icons-xs {
	margin-top: 20px;
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs .ico {
	font-size: 18px;
	color: #71695C;
}
.icons-xs img {
	height: 20px;
	vertical-align: sub;
}
}
@media only screen and (min-width: 350px) {
.icons-xs a {
	padding: 0 0.1rem 0 0;
}
.icons-xs .ico {
	font-size: 25px;
}
.icons-xs img {
	height: 25px;
}
}
@media only screen and (min-width:410px) {
.icons-xs a {
	padding: 0 0.5rem 0 0;
}
}
/*MENU NAV XS*/
.drawer-nav .drawer-brand img {
	max-width: 70%;
}
.drawer-nav .logar {
  border-bottom: 1px solid #CCC;
}
.drawer-nav .logar a {
	font-size: 11px;
}
.drawer-nav .contact-xs {
	padding: 1rem;
	border-top: 1px solid #CCC;
}
.drawer-nav .contact-xs a {
	color:#666;
}
.drawer-nav .contact-xs a i {
	font-size: 20px;
}
/* menu */
@media only screen and (min-width: 768px) {
.bg-nav {
	margin-top: 1rem;
}
}
#menu {
	min-height: 40px;
	text-align: center !important;
	align-items: center;
	justify-content: center;
}
#menu.navbar {
	margin-bottom: 1px;
}
#menu .navbar-nav {
	float: none;
	text-align: center;
	margin: 0 auto;
}
#menu .nav {
	margin:0 auto;
	padding-left: revert !important;
}
@media only screen and (min-width: 768px) {
#menu .nav > li > a {
	padding: 1rem 0.85rem;
	font-size: 0.9rem;
}
#menu .nav > li:nth-child(7) {
	display: none;
}
}
@media only screen and (min-width: 992px) {
#menu .nav > li:nth-child(7) {
	display: block;
}
}
@media only screen and (min-width: 992px) {
#menu .nav > li > a {
	padding: 1rem 0.7rem;
	font-size: 1rem;
}
}
@media only screen and (min-width: 1220px) {
#menu .nav > li > a {
	padding: 1rem 1.6rem;
	font-size: 1.1rem;
}
}
@media only screen and (min-width: 1350px) {
#menu .nav > li > a {
	padding: 1rem 1.9rem;
	font-size: 1.2rem;
}
}
#menu .nav > li > a {
	color: #4D4F53;
	font-weight: 400;
	text-transform: uppercase;
	min-height: 15px;
	border-bottom: 2px solid transparent;
	-webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: transparent;
	color: #F48425;
	-webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
@media only screen and (min-width: 992px) {
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	margin-top: -5px;
}
}	
#menu .nav > li > .cat401:hover, #menu .nav > li > .cat401:hover .ico {
	color: #00D560;
}
#menu .nav > li > .cat402:hover, #menu .nav > li > .cat402:hover .ico {
	color: #B1C900;
}
#menu .nav > li > .cat317:hover, #menu .nav > li > .cat317:hover .ico {
	color: #00A5E7;
}
#menu .nav > li > .cat403:hover, #menu .nav > li > .cat403:hover .ico {
	color: #DB4D33;
}
#menu .nav > li > .cat200:hover, #menu .nav > li > .cat200:hover .ico {
	color: #FF0071;
}
#menu .nav > li > .cat198:hover, #menu .nav > li > .cat198:hover .ico {
	color: #FF0000;
}
@media only screen and (min-width: 768px) {
#menu .dropdown .ico {
	display: block;
	text-align: center;
	font-size: 3rem;
	color: #71695C;
}
}
@media only screen and (min-width: 1200px) {
#menu .dropdown .ico {
	font-size: 3.3rem;
}
}
/*DROPDOWN MENU*/
@media only screen and (min-width: 992px) {
#menu .dropdown-menu {
	padding: 1rem 2rem;
	/*padding-bottom: 0.5rem;*/
}
}
/*.drop401 {
	display: block !important;
}*/
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
/*	border-bottom: 1px solid #FAFAFA;*/
	text-transform: uppercase;
	display: block;
	padding: 2px 20px;
	clear: both;
	line-height: 20px;
	color: #444;
	font-size: 11px;
}
#menu .dropdown-inner li a:hover {
	color: #F48425;
	background: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/*MENU TODOS DEPARTAMENTOS*/
@media only screen and (min-width: 768px) {
.all-nav {
	background:#736A5D !important; 
	color: #FFF !important; 
	padding: 1.2rem !important;
}
}
@media only screen and (min-width: 1200px) {
.all-nav {
	padding: 1.5rem !important;
}
}

.menu-all {
	min-width: 300px;
}
.menu-all .menu-second {
	color: #444 !important;
	text-transform: uppercase !important;
}
.menu-all .menu-second:hover {
	background: transparent;
	border-left: 0 !important;
	font-weight: 700;
	color: #F48425 !important;
}
.menu-all .menu-first .dropdown-toggle {
	color: #444 !important;
}
.menu-all .menu-first .dropdown-toggle:hover {
	background: transparent;
	border-left: 0 !important;
	color: #F48425 !important;
}
.menu-all .menu-first {
	position: relative;
}
.menu-all .menu-first:hover .dropdown-inner2 {
	display: block;
	position: absolute;
	z-index: 20;
	background: #FFF;
	top: 0 !important;
	left: 60%;
	-webkit-transition: all 0.5s ease-out;
}
.menu-all .dropdown-inner2 {
	display: none;
	border:1px solid #444;
}
.menu-all .dropdown-inner2 ul {
	display: table-cell;
}
.menu-all .dropdown-inner2 a {
	min-width: 300px;
	border-bottom: 1px solid #FAFAFA;
	text-transform: uppercase;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #444;
	font-size: 11px !important;
}
.menu-all .dropdown-inner2 li a:hover {
	color: #F48425;
	font-weight: normal;
	background: transparent;
}
.menu-all h3 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 0.1rem 0 0.3rem 1rem;
}
/*HOME*/
.bg-sombra {
	width: 100%;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin: 0.1rem 0 0.1rem 0;
}
.bg-sombra-head {
	width: 100%;
	position: relative;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
	margin: 0rem 0 0.1rem 0;
}
.content-img img {
	width: 100%;
}
@media only screen and (min-width: 250px) {
.content-img .col-xs-12 {
	margin-bottom: 1%;
}
}
/*INSTAGRAM HOME*/
.instagram-home {
	background: #FAFAFA;
	padding: 1rem 0;
}
/*BG CAT*/
.bg-none {
	overflow-x: hidden;
}
@media only screen and (min-width: 250px) {
.bg-cat317 {
	background: linear-gradient(to left, #F48425,#FFB814);
	padding: 1rem 0;
}
}
@media only screen and (min-width: 768px) {
.bg-cat317 {
	padding: 1rem 0 10rem 0;
	clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
}
.bg-cat317 .box-heading {
	color: #FFF;
}
.bg-cat317 .box-heading a {
	color: #FFF;
	border-color: #FFF;
}
.bg-cat317 .product-thumb {
	background: #FFF;
}
.bg-cat200 {
	background: linear-gradient(to left, #FAFAFA,#F5F5F5);
	padding: 8rem 0 1rem 0;
	clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-cat200 .product-thumb {
	background: #FFF;
}
/*BOX HEADING*/
.box-heading {
	text-align: left;
	font-size: 2.3rem;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.box-heading::before {
    height: 5px;
    content: "";
    position: absolute;
    width: 60px;
    background: #F48425;
    bottom: 0;
    left: 0;
}
.box-heading::after {
    height: 5px;
    content: "";
    position: absolute;
    width: 20px;
    background: #444;
    bottom: 0;
    left: 70px;
}
.box-heading-p {
	font-size: 14px;
	font-family: 'ABeeZee', sans-serif;
	font-weight: 600;
	color: #444;
}
.box-heading a {
	font-weight: 400;
	text-shadow: none;
	float: right;
	border:1px solid #666;
}
@media only screen and (min-width: 250px) {
.box-heading a {
	font-size: 11px;
	padding: 0.6rem;
}
}
@media only screen and (min-width: 992px) {
.box-heading a {
	font-size: 14px;
	padding: 1rem;
}
}
/* content */
@media only screen and (min-width: 250px) {
#content {
	min-height: 150px;
}
}
@media only screen and (min-width: 768px) {
#content {
	min-height: 200px;
}
}
/*Max Limit*/
.max-limit {
	max-width: 1250px;
	margin:0 auto;
}
.max-limit2 {
	max-width: 1250px;
	margin:0 auto;
}
/*PAGE CART*/
.page-cart .input-group {
  z-index: 1;
}
.page-cart .input-group-addon {
  cursor:pointer;
}
.page-cart h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.page-cart .name-product {
	text-transform: uppercase;
	font-weight: 700;
}
.page-cart .model {
	font-weight: 700;
	color: #4BA02D;
	font-size: 11px;
	text-transform: uppercase;
}
.page-cart .price {
	font-size: 24px;
	color: #4BA02D;
	font-weight: 700;
}
.page-cart .resumo-pedido {
	border:1px solid #D6D6D6;
	min-height: 120px;
	padding: 2rem;
}
.page-cart .resumo-pedido h2 {
	margin-top: 0;
	color: #444;
}
.page-cart .resumo-pedido h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.page-cart .resumo-pedido .title-total {
	text-transform: uppercase;
	border-bottom: 1px solid #EEE;
	padding: 1rem 0;
	font-weight: 700;
	font-size: 16px;
}
.page-cart .resumo-pedido .title-total span {
	color: #4BA02D;
}
.page-cart .buttons-cart {
	margin-top: 2%;
}
.page-cart .buttons-cart .bt-checkout {
	background: #4BA02D;
	display: block;
	width: auto;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding: 1rem 0;
}
.page-cart .buttons-cart .bt-checkout:hover {
	background: #444;
}
.page-cart .buttons-cart .bt-continue {
	background: #CCC;
	margin-top: 2%;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding: 0.5rem 2rem;
}
.page-cart .buttons-cart .bt-continue:hover {
	background: #444;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart {
	font-size: 11px;
	font-weight: 700;
	margin-top: 2%;
	text-transform: uppercase;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart .parcelas {
	color: #CC3301;
}
.page-cart .resumo-pedido .parcelamento-do-prouto-cart .valor {
	color: #CC3301;
}
.page-cart .modules-cart h4 {
	text-transform: uppercase;
}
.page-cart .modules-cart h4 .icofont {
	font-size: 20px;
}
.page-cart .modules-cart .nao-sei-cep {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	text-decoration: underline;
}
@media only screen and (min-width: 250px) {
.frete-gratis-cart {
	border:0;
	background: #363636;
	font-size: 12px;
	color: #FFF;
	padding: 0.25rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.frete-gratis-cart {
	position: absolute;
	top: 0;
	right: 0;
}
}
/*PAGE PRODUCT*/
@media only screen and (min-width: 250px) {
.page-product .lado-left {
	text-align: center;
}
.page-product .title-product {
	text-align: left;
	font-size: 2rem;
	text-transform: uppercase;
}
}
@media only screen and (min-width: 992px) {
.page-product .title-product {
	font-size: 3.2rem;
	max-width: 90%;
}
.page-product .lado-left {
	text-align: left;
}
.page-product .lado-right {
	border-left: 1px solid #F5F5F5;
}
}
.page-product .new-product {
	border:0;
	text-transform: uppercase;
	background: #6B6356;
	opacity: 0.9;
	font-size: 12px;
	color: #FFF;
	padding: 0.25rem 1rem;
}
.page-product .stock {
	font-weight: bold;
	text-transform: uppercase;
}
.page-product .frete-gratis {
	border:0;
	background: #363636;
	font-size: 11px;
	color: #FFF;
	padding: 0.25rem 1rem;
}
.page-product .rating a {
	display: block;
	font-size: 14px;
}
.page-product .list-unstyled h2 {
	font-size: 16px;
	font-family: 'ABeeZee', sans-serif;
}
.page-product .list-unstyled h2 span {
	color: #666;
	font-size: 14px;
}
.page-product .bt-esgotado-product {
	width: 100%;
	background: #DB0303;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border:0;
	padding: 2% 2%;
	margin-top: 0.25%;
	margin-bottom: 2%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.page-product .bt-esgotado-product:hover {
	background: #666;
}
@media only screen and (min-width: 768px) {
.page-product .parcelamento-do-produto {
	font-size: 12px;
}
}
@media only screen and (min-width: 1200px) {
.page-product .parcelamento-do-produto {
	font-size: 12px;
}
}
.page-product .vendido {
	font-size: 12px;
	text-transform: lowercase;
}
.page-product .vendido span {
	font-weight: 700;
}
.page-product .leia {
	font-size: 11px;
	padding-top: 1%;
	text-decoration: underline;
}
.page-product .manufacturer {
	font-size: 11px;
	color: #85858C;
}
.page-product .manufacturer a {
	font-weight: 700;
	color: #444;
}
.page-product .price-content h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #F5821F;
}
.page-product .price-content .economize {
	font-size: 16px;
}
.page-product .price-content .economize .economize-price {
	color: #CD3402;
	font-size: 24px;
}
.page-product .price-content .normal {
	font-size: 1.8rem;
	text-decoration: line-through;
}
.page-product .price-content .special {
	font-size: 2.2rem;
	font-weight: bold;
	color: #F5821F;
}
.page-product .avista_page_product .valor_desconto {
	font-size: 2.2rem;
	font-weight: bold;
	color: #F5821F;
}
.page-product .upload-files {
	font-size: 11px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0.5%;
}
.page-product .points {
	background: #F4F4F4;
	padding: 1rem 1rem;
}
.page-product .points h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.page-product .points a {
	color: #003298;
}
.page-product .points-content {
	background: #F4F4F4;
	margin-top: 1%;
	padding: 1rem 0;
	text-align: center;
}
.page-product .options-content {
	margin-top: 1%;
}
.page-product .options-content h3 {
	display: none;
}
.page-product .options-content .select-content .label-select {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 11px;
}
.page-product .options-content .select-content .label-tamanhos {
	font-size: 11px;
	color: #85858C;
	float: right;
}
.page-product .options-content .select-content .label-tamanhos:hover {
	text-decoration: underline;
	color: #000;
}
.page-product .content-button-buy .control-label {
	display: none;
}
.page-product .content-button-buy #input-quantity {
	display: none;
}
.page-product .content-button-buy .button-buy {
	width: 100%;
	border:0;
	color: #FFF;
	font-size: 2rem;
	text-transform: uppercase;
	padding: 2rem 1rem;
	background: #F5821F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-product .content-button-buy .button-buy:hover {
	background: #6B6356;
	color: #FFF;
}
.page-product .button-wishlist {
	background: #6B6356;
	border:0;
	position: absolute;
	top: 1%;
	right: 0.5%;
	padding: 0.5rem 1rem;
}
.page-product .button-wishlist i {
	color: #FFF;
	font-size: 1.2em;
}
.page-product .share {
	border-top: 1px solid #F5F5F5;
	padding-top: 1rem;
	margin-top: 2rem;
}
.page-product .share p {
	text-transform: uppercase;
	font-weight: bold;
}
.rating-product .fa-stack {
	width: 5px;
}
.page-product .rating-product .fa-stack {
	font-size: 8px;
}
.page-product .rating-product .fa-star-o {
	color: #999;
	font-size: 11px;
}
.page-product .rating-product .fa-star {
	color: #FC0;
	font-size: 11px;
}
.page-product .rating-product .fa-star + .fa-star-o {
	color: #E69500;
}
.page-product .rating-product a {
	font-size: 11px;
	color: #666;
}
.page-product .login-product h1 {
	font-size: 16px;
}
.page-product .login-product h2 {
	font-size: 14px;
}
.page-product .login-product .login-bt {
	display: inline-block;
	color: #FFF;
	background: #6EB561;
	padding: 1rem 1rem;
	text-align: center;
}
.page-product .login-product .register-bt {
	display: inline-block;
	color: #FFF;
	background: #E6356A;
	padding: 1rem 1rem;
	text-align: center;
}
.nav-tabs {
	margin-top: 1%;
	margin-bottom: 15px;
}
@media only screen and (min-width: 250px) {
.nav-tabs li a {
	color: #444;
	font-size: 11px;
}
}
@media only screen and (min-width: 768px) {
.nav-tabs li a {
	font-size: 14px;
}
}
.nav-tabs .active a {
	color: #F5821F !important;
}
.tab-content h2 {
	font-size: 14px;
}
.tab-content h3 {
	font-size: 14px;
}
.tab-content .fa {
	font-size: 11px;
	color: #FFCC00;
	width: 1em;
	margin-top: 2%;
}
/*ATTRIBUTES*/
#tab-specification {
}
#tab-specification h2 {
	text-transform: uppercase;
	font-size: 18px;
}
#tab-specification h3 {
	text-transform: uppercase;
	font-size: 14px;
}
#tab-specification p {
}
@media (min-width: 768px) {
.modules-colspeci .col-sm-6:nth-child(2n+1) {
	clear:left;
}
}
@media (min-width: 992px) {
.modules-colspeci .col-md-4:nth-child(3n+1) {
	clear:left;
}
}
@media only screen and (min-width: 768px) {
.col-child-4 .product-layout:last-child {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
.col-child-4 .product-layout:last-child {
	display: block;
}
}
#tab-specification .block {
	border:1px solid #FAFAFA;
	padding: 1rem;
	margin-bottom: 1rem;
}
#tab-specification .block:hover {
	background: #FFF6EC;
	color: #000;
}
/*Produto Adicionado*/
.produto-adicionado {
	padding: 0 0 2rem 0;
}
.produto-adicionado h1 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
.produto-adicionado h1 .name-product {
	color: #F5821F;
}
.produto-adicionado h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
.produto-adicionado .continuar {
	width: 50%;
	background: #F5F5F5;
	border:1px solid #CCC;
	text-align: center;
	padding: 1rem 1rem;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}
.produto-adicionado .finalizar {
	width: 50%;
	background: #444;
	border:1px solid #444;
	text-align: center;
	padding: 1rem 1rem;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.produto-adicionado .finalizar:hover, .produto-adicionado .continuar:hover {
	background: #666;
	border:1px solid #666;
	color: #FFF;
}
.produto-adicionado .buttons-adicionado {
	text-align: center;
}
@media only screen and (min-width: 250px) {
.produto-adicionado .buttons-adicionado a {
	display: block;
	width: 100%;
	margin-bottom: 1%;
}
}
@media only screen and (min-width: 768px) {
.produto-adicionado .buttons-adicionado a {
	width: auto;
	display: inline;
}
}
/* footer */
footer {
	margin-top: 1%;
}
/*FOOT2*/
@media only screen and (min-width: 250px) {
.foot2 {
	background: #FFF;
	padding: 1% 0;
}
}
/*LOGO CONTENT*/
@media only screen and (min-width: 250px) {
.foot2 .logo-content {
	text-align: center;
}
.foot2 .logo-content img {
	width: 60%;
}
}
@media only screen and (min-width: 768px) {
.foot2 .logo-content {
	text-align: left;
}
.foot2 .logo-content img {
	width: 100%;
}
}
@media only screen and (min-width: 1200px) {
.foot2 .logo-content img {
	width: auto;
}
}
.foot2 h5 {
	color: #F5821F;
	text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
.foot2 {
	background: url(../image/bg-foot2.png) top right no-repeat #FFF;
}
.foot2 h5 {
	font-size: 14px;
}
}
.foot2 .list-unstyled li {
	list-style: none;
}
@media only screen and (min-width: 250px) {
.foot2 .list-style {
	min-height: 200px;
}
}
@media only screen and (min-width: 1024px) {
.foot2 .list-style {
	min-height: 150px;
}
}
@media only screen and (min-width: 250px) {
.foot2 .list-unstyled li a {
	color: #000;
	font-size: 12px;
}
}
@media only screen and (min-width: 768px) {
.foot2 .list-unstyled li a {
	color: #000;
	font-size: 14px;
}
}
@media only screen and (min-width: 768px) {
.foot2 .list-unstyled li a:hover {
	font-weight: 700;
	color: #F5821F;
}
}
@media only screen and (min-width: 250px) {
.foot2 h1 {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.foot2 h1 {
	text-align: left;
}
}
.foot2 h1 {
	color: #444;
	text-transform: uppercase;
	margin-top: 0;
}
@media only screen and (min-width: 250px) {
.foot2 .fone-foot {
	text-align: center;
}
.foot2 .fone-foot .fone {
	font-size: 20px;
	color: #444;
	font-weight: 700;
}
}
@media only screen and (min-width: 768px) {
.foot2 .fone-foot {
	text-align: right;
}
.foot2 .fone-foot .fone {
	font-size: 18px;
}
}
.foot2 .fone-foot .mail {
	font-size: 14px;
}
.foot2 .whats a {
	background: #26D07C;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	padding: 2% 2%;
}
.foot2 .whats a:hover {
	background: #CCC;
}
@media only screen and (min-width: 250px) {
.foot2 .redes-sociais {
	text-align: center
}
.foot2 .redes-sociais h5 {
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 1200px) {
.foot2 .redes-sociais h5 {
	font-size: 2.2rem;
}
}
.foot2 .redes-sociais a {
	font-size: 1.7rem;
	padding-right: 2%;
}
.foot2 .redes-sociais a img {
	height: 25px;
}
.foot2 .redes-sociais .iface {
	color: #097EEB;
}
/*SELOS*/
@media only screen and (min-width: 768px) {
.foot2 .selos {
	text-align: right;
	margin-top: 1rem;
}
}
@media only screen and (min-width: 1200px) {
.foot2 .selos {
	margin-top: 9rem;
}
}
@media only screen and (min-width: 250px) {
.foot2 .selos .seal {
	width: 35%;
	display: inline;
}
}
@media only screen and (min-width: 992px) {
.foot2 .selos .seal {
	width: auto;
}
}
.foot2 .selos .pay {
	width: 100%;
	display: inline;
}
@media only screen and (min-width: 250px) {
.foot2 .selos .pay {
	padding: 2rem;
}
}
@media only screen and (min-width: 768px) {
.foot2 .selos .pay {
	padding: 0.5rem;
}
}
/*POWERED*/
.powered {
	background: #FFF6EC;
	padding: 1rem 0;
	font-size: 12px;
	font-weight: 700;
}
.powered span {
	display: block;
}
@media only screen and (min-width: 250px) {
.powered span { 
	display: none;
}
.powered .chamons {
	text-align: center;
}
.powered p {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.powered span { 
	display: inline-block;
}
.powered p {
	text-align: left;
}
.powered .chamons {
	text-align: right;
}
}
.powered .chamons img {
	max-height: 25px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
@media only screen and (min-width: 250px) {
.breadcrumb {
	background: transparent;
	margin: 0 0 1px 0;
	padding: 8px 0;
	font-size: 11px;
}
.breadcrumb i {
	font-size: 11px;
}
}
@media only screen and (min-width: 768px) {
.breadcrumb {
	font-size: 14px;
}
.breadcrumb i {
	font-size: 14px;
}
}
.breadcrumb > li {
	padding: 0 2px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb span:last-child {
	display: none;
}
.pagination {
	margin: 0;
}
.pagination > li > a {
	color: #444;
}
.pagination > li.active > span {
	background: #444;
	border:1px solid #444;
	color: #FFF;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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: #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: #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);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*CAT PAGE*/
.cat-page h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1rem;
}
#input-search {
	margin-bottom: 1rem;
}
/*SUB-CATS*/
.sub-cats {
	margin:1% 0;
	padding: 0;
}
.sub-cats li {
	display: block;
	list-style: none;
}
.sub-cats li a {
	color: #666;
	text-transform: lowercase;
	padding: 1rem 0;
	margin-bottom: 1%;
}
.sub-cats li a:hover {
	font-weight: bold;
}
/*BG-SPECIAL*/
.bg-special {
	background: #FAFAFA;
	padding: 1rem 0;
	margin-bottom: 1%;
}
.bg-special .product-thumb {
	background: #FFF;
}
.bg-module {
	background: #CCC;
	padding: 1rem 0;
	margin-bottom: 1%;
}
.bg-module .product-thumb {
	background: #FFF;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-grid .product-thumb {
	padding-bottom: 2%;
}
.product-thumb:hover {
		z-index:10;
		box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;
		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
}
.product-thumb .manufacturer {
	text-align: center;
	text-transform: lowercase;
}
.product-thumb .manufacturer {
	min-height: 30px;
}
.product-thumb .saving {
	border:0;
	font-size: 11px;
	background: #F48425;
	color: #FFF;
	position: absolute;
	padding: 0.25rem;
	top: 2rem;
	right: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
}
.product-thumb .new-product {
	border:0;
	background: #444;
	opacity: 0.9;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	position: absolute;
	padding: 0.25rem 1rem;
	top: 2rem;
	left: 2rem;
}
.product-thumb .esgotado {
	border:0;
	background: #CC3301;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	padding: 0.25rem;
	top: 2rem;
	left: 1rem;
	z-index: 1;
}
.product-thumb .avise {
	display: none;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	o/*pacity: 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: 0 15px;
}
}
@media only screen and (min-width: 250px) {
.product-thumb h4 {
	min-height: 50px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb h4 {
	min-height: 55px;
}
}
.product-thumb h4 {
}
.product-thumb h4 a {
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #444;
}
.product-thumb .wishlist-thumb:after {
	clear: both;
}
.product-thumb .wishlist-thumb .wishlist-icon {
	color: #444;
	cursor: pointer;
}
@media only screen and (min-width: 250px) {
.product-thumb .caption {
	padding: 0 0 0 4px;
}
}
@media only screen and (min-width: 1024px) {
.product-thumb .caption {
	padding: 0 20px;
	min-height: auto;
}
}
.product-thumb .caption .description {
	display: none;
}
.product-thumb .caption .description-cat {
	font-size: 11px;
	line-height: 20px;
	min-height: 60px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 768px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 5px;
}
}
@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;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .rating.col-sm-9 {
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (min-width: 1024px) {
.product-thumb .rating.col-sm-9 {
	padding-left: 1px;
	padding-right: 15px;
}
.product-thumb .wishlist-thumb.col-md-2 {
	padding-left: 1px;
	padding-right: 15px;
}
}
.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 {
	text-align: center;
}
.product-thumb .price .avista-modules {
	display: block;
}
@media only screen and (min-width: 250px) {
.product-thumb .price .avista-modules .valor-desconto {
	color: #F48425;
	font-size: 1.8rem;
}
}
@media only screen and (min-width: 992px) {
.product-thumb .price .avista-modules .valor-desconto {
	font-size: 2.2rem;
}
}
@media only screen and (min-width: 250px) {
.product-thumb .price .content_parcelamento_produto {
	display: block;
	font-size: 12px;
}
}
@media only screen and (min-width: 1200px) {
.product-thumb .price .content_parcelamento_produto {
	display: inline;
}
.product-thumb .price .content_parcelamento_produto:before {
	content: '|';
}
}
@media only screen and (min-width: 250px) {
.product-thumb .price { 
	min-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.product-thumb .price .price-not-special {}
}
@media only screen and (min-width: 768px) {
.product-thumb .price { 
	min-height: 80px;
	font-size: 11px;
}
}
@media only screen and (min-width: 992px) {
.product-thumb .price { 
	min-height: 80px;
	font-size: 12px;
}
}
.product-thumb .price-new {
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.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;
	display: none;
}
.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: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	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: 33.33%;
	}
}
@media only screen and (min-width: 250px) {
.product-thumb .button-view {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.product-thumb .button-view {
	display: block;
}
}
.product-thumb .button-view a {
	background: #6EB561;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
.product-thumb .button-view a {
	padding: 1rem 0.4rem;
	font-size: 10px;
}	
}
@media only screen and (min-width: 1024px) {
.product-thumb .button-view a {
	padding: 1rem 2rem;
	font-size: 12px;
}	
}
.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: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
.modules-col .col-lg-3:nth-child(4n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
.modules-col .col-md-3:nth-child(4n+1) {
		clear:left;
	}
.modules-col .col-md-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.modules-col .col-sm-3:nth-child(4n+1) {
		clear:left;
	}
.modules-col .col-sm-6:nth-child(2n+1){
	clear: left;
}
}
@media (min-width: 250px) and (max-width: 767px) {
.modules-col .col-xs-6:nth-child(2n+1) {
		clear:left;
	}
}

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

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.form-control {
	min-height: 40px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
