body{
	font-family: 'Titillium Web', sans-serif;
}

.cookiesBar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -500px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
    z-index: 99999;
    font-size: 12px:
}

.cookiesBar > div {
	padding: 15px 50px;
	overflow: hidden;
}

.cookiesBar > div > span{
	margin-top: 5px;
}

.cookiesBar.open{
	bottom: 0;
}

.cookiesBar span{
	float: left
}

.cookiesBar .acceptCookies{
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 5px 20px !important;
	float: right;
	cursor: pointer;
}

.roda-90{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.roda-270{
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

.no-padding{
	padding: 0;
}

.container-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-cinza-escuro{
	background-color: #eee;
}

.container-cinza{
	background-color: #f9f9f9;
}

.navbar-default{
	background-color: #fff;
	border-color: transparent;
}

.menu-principal, .menu-secundario{
	text-align: center;
	width: 100%;
}

.menu-principal > li, .menu-secundario > li{
	float: none;
	display: inline-block;
	text-transform: uppercase;
}

.menu-principal > li{
	padding: 30px 10px;
}

.menu-principal{
	border-bottom: 1px solid #ccc;
}

.menu-principal > li > a, .menu-principal > li > a:focus, .menu-principal > li > a:active{
	text-decoration: none;
	text-transform: uppercase;
	color: #777 !important;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 5px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom 0.2s ease-in-out;
	-moz-transition: border-bottom 0.2s ease-in-out;
	-o-transition: border-bottom 0.2s ease-in-out;
	transition: border-bottom 0.2s ease-in-out;
}

.menu-principal > li > a:hover{
	border-bottom: 1px solid #EB7D28;
}

.menu-principal > li > a.active, .menu-principal > li > a.active:hover, .menu-principal > li > a.active:focus, .menu-principal > li > a.active:active{
	color: #EB7D28 !important;
	border-bottom: 1px solid #777;
}

.menu-principal > li.btn-loja-menu > a {
	border: 1px solid #777;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.menu-principal > li.btn-login-menu > a, .menu-principal > li.btn-login-menu > a:hover, .menu-principal > li.btn-login-menu > a:focus, .menu-principal > li.btn-login-menu > a:active{
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ddd;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background-color: #fff;
	color: #777;
	border-color: #EB7D28;
}

.dropdown-menu{
	top: 75%;
}

.menu-secundario > li > a{
	padding: 24px 15px;
}

.navbar-fixed-top{
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -93px;
}

.navbar-brand{
	position: fixed;
	padding: 15px 50px;
	top: 0;
	left: 0;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-up .navbar-brand{
	transform: scale(0.4, 0.4);
	top: -43px;
	left: -43px;
}

.navbar-brand > img{
	max-width: 100px;
}

.shadowItem {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
}

.link-loja, .link-loja:hover, .link-loja:focus, .link-loja:active{
	background-color: #EB7D28;
	color: #fff;
	border-radius: 25px;
	position: fixed;
	right: 20px;
	top: 21px;
	padding: 15px 50px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.link-loja-top{
	top: 10px;
}

.link-loja i{
	font-size: 20px;
	padding-right: 10px;
}

.blocoCarrinho:hover .produtosCarrinho{
	opacity: 1;
	display: block;
}

.blocoCarrinho {
    position: fixed;
	right: 20px;
	top: 10px;
	width: 208px;
	height: 60px;
}

.produtosCarrinho {
    position: fixed;
    width: 400px;
    right: 15px;
    top: 65px;
    background: #fff;
    z-index: 99999;
    padding: 15px 0;
    opacity: 0;
    display: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.produtosCarrinho .tabelaProdutosCarrinho {
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}

table.carrinhoCompras, table.tabelaProdutos {
    width: 100%;
    margin-bottom: 15px;
}

.blocoCarrinho .produtosCarrinho table td {
    background: none;
}

.tabelaProdutosCarrinho .tabelaProdutos td {
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.blocoCarrinho .produtosCarrinho table td {
    background: none;
}

.tabelaProdutos p {
    float: left;
    width: auto;
    margin: 0 5px 0 0;
}

.precoNormal.cortado {
    text-decoration: line-through;
}

.eleminarProdCarrinho, .eleminarProdCarrinhoCompras {
    padding: 5px;
    cursor: pointer;
}

.subTotal, .btnsCarrinho{
    padding: 5px 0;
}

.btnsCarrinho{
	text-align: center;
	margin-top: 10px;
}

.btnsCarrinho a, .btnsCarrinho a:hover, .btnsCarrinho a:focus, .btnsCarrinho a:active{
    background-color: #EB7D28;
	border-radius: 25px;
	padding: 5px 40px;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	text-decoration: none;
}

.semProdutos {
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
}

.pelicula-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.item-slide-home{
	height: -moz-calc(80vh - 122px);
	height: -webkit-calc(80vh - 122px);
	height: -o-calc(80vh - 122px);
	height: calc(80vh - 122px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.slide-arrow{
	background-color: #EB7D28;
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-top: -75px;
	right: 0;
	float: right;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/assets/images/seta_branca.png);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 2;
	cursor: pointer;
}

.slide-arrow-bottom{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.setas-slide{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 300px;
}

.seta-esquerda{
	float: left;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: -150px;
	padding-top: 4px;
}

.seta-direita{
	float: right;
	height: 50px;
	border-radius: 25px;
	background-color: #EB7D28;
	margin-top: -150px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 50px;
}

.slide-caption{
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	width: 100%;
	color: #fff;
}

.slide-caption .texto-slide{
	font-size: 18px;
	font-weight: 300;
	line-height: 35px;
}

.seta-direita img, .seta-esquerda img{
	cursor: pointer;
	height: 40px;
}

.primeiro-container{
	margin-top: 162px;
}

.titulo-seccao{
	text-align: center;
}

.titulo-seccao-esquerda{
	text-align: left;
}

.titulo-seccao h1, .titulo-seccao-esquerda h1{
	color: #EB7D28;
	font-size: 50px;
	font-weight: 300;
}

.titulo-seccao h1 span, .titulo-seccao-esquerda h1 span{
	font-size: 30px;
}

.titulo-seccao hr, .titulo-seccao-esquerda div{
	width: 130px;
	border: 2px solid #EB7D28;
}

.titulo-seccao-esquerda div{
	margin: 20px 0;
}

.link-ver-mais, .link-ver-mais:hover, .link-ver-mais:focus, .link-ver-mais:active{
	height: 50px;
	border-radius: 25px;
	font-size: 11px;
	padding: 16px 50px 17px;
	font-weight: 700;
	color: #777;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	white-space: nowrap;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
}

.img-empresa{
	height: 500px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.texto-empresa{
	display: table;
	height: 500px;
	padding: 0 30px;
}

.texto-empresa div{
	display: table-cell;
	vertical-align: middle;
}

.texto-empresa div p{
	padding: 20px 0;
	color: #777;
	font-size: 16px;
	line-height: 30px;
}

.slide-noticias > .slick-list{
	padding-top: 100px;
	padding-bottom: 100px;
}

.css-setas-noticias{
	position: absolute;
	top: -webkit-calc(50% - 25px);
	top: -moz-calc(50% - 25px);
	top: -o-calc(50% - 25px);
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
}

.seta-esquerda-noticias{
	left: 10px;
}

.seta-direita-noticias{
	right: 10px;
}

.item-slide-noticias{
	padding: 100px 20px;
	margin: 0 25px;
	display: table;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	z-index: 2;
}

.item-slide-noticias:hover{
	background-color: #EB7D28;
}

.item-slide-noticias h2{
	color: #EB7D28;
	height: 70px;
	overflow: hidden;
	font-weight: 300;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.item-slide-noticias:hover h2{
	color: #fff;
}

.item-slide-noticias p{
	padding: 20px 0;
	color: #777;
	font-size: 16px;
	line-height: 30px;
	height: 200px;
	overflow: hidden;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.item-slide-noticias:hover p{
	color: #fff;
}

.ver-mais-noticias, .ver-mais-noticias:hover, .ver-mais-noticias:focus, .ver-mais-noticias:active{
	color: #777;
	border-bottom: 1px solid #777;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
}

.banner-conteudos{
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.titulo-breadcrumbs h1{
	margin: 0;
	text-transform: uppercase;
	color: #777;
	padding: 38px 0;
}

.breadcrumbs{
	text-align: right;
}

.breadcrumbs ul, .filtros-galerias{
	list-style: none;
	margin-bottom: 0;
}

.breadcrumbs ul li, .filtros-galerias li{
	display: inline-block;
	padding: 50px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #777;
}

.breadcrumbs ul li a, .breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus, .breadcrumbs ul li a:active{
	color: #777;
	text-decoration: none;
}

.icons-sobre{
	font-size: 30px;
	color: #000;
}

.texto-conteudo{
	color: #777;
	line-height: 30px;
	letter-spacing: 1px;
}

.texto-conteudo ul{
	padding-left: 15px;
}

.titulo-conteudo{
	text-align: center;
}

.titulo-conteudo-esquerda{
	text-align: left;
}

.titulo-conteudo h1, .titulo-conteudo-esquerda h1{
	color: #EB7D28;
	font-size: 30px;
	font-weight: 300;
}

.titulo-conteudo h1 span, .titulo-conteudo-esquerda h1 span{
	font-size: 20px;
}

.titulo-conteudo hr, .titulo-conteudo-esquerda div{
	width: 70px;
	border: 1px solid #EB7D28;
}

.titulo-conteudo-esquerda div{
	margin: 10px 0;
}

.fundo-filtros{
	background-color: #fff;
	padding: 5px 20px 20px;
}

.filtros-galerias li a, .filtros-galerias li a:hover, .filtros-galerias li a:focus, .filtros-galerias li a:active{
	height: 50px;
	border-radius: 25px;
	font-size: 11px;
	padding: 16px 50px 17px;
	font-weight: 700;
	color: #777;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.filtros-galerias li a.ativo{
	background-color: #EB7D28;
	color: #fff;
}

.thumb-galeria{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
}

.pelicula-galeria{
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	display: table;
}

.pelicula-galeria div{
	display: table-cell;
	vertical-align: middle;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.thumb-galeria:hover .pelicula-galeria{
	opacity: 1;
}

.grid-item{
	margin-bottom: 15px;
}

.link-botoes-produtos, .link-botoes-produtos:hover, .link-botoes-produtos:focus, .link-botoes-produtos:active{
	color: #333;
	text-decoration: none;
}

.botoes-produtos{
	background-color: #ddd;
	display: table;
	width: 100%;
}

.botoes-produtos div{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.imagem-produto{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 30px;
}

.botao-favorito, .botao-favorito-wish{
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 20px;
	cursor: pointer;
}

.nome-produto{
	background-color: #fff;
	padding: 25px 15px;
	font-size: 16px;
	letter-spacing: 1px;
}

.nome-produto a, .nome-produto a:hover, .nome-produto a:focus, .nome-produto a:active{
	color: #333;
	text-decoration: none;
}

.preco-produto{
	font-size: 14px;
	color: #777;
}

.preco-produto del{
	margin-right: 5px;
	font-size: 12px;
	font-weight: 300;
}

.fundo-produto{
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
}

.lista-categorias-laterais{
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.lista-categorias-laterais li a, .lista-categorias-laterais li a:hover, .lista-categorias-laterais li a:focus, .lista-categorias-laterais li a:active{
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	padding: 0 5px;
}

.lista-categorias-laterais li div{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	width: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lista-categorias-laterais li.ativa div{
	width: 100%;
}

.lista-categorias-laterais li:hover div{
	width: 100%;
}

.opcoesExtraProdutos{
	display: none;
}

.tituloFiltros,
.tituloFiltroPreco,
.grupoFiltro {
	width: 100%;
	padding: 5px 0;
}

.tituloFiltroPreco, .grupoFiltro{
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
}

.itemFiltros{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.itemFiltros .filtro {
    width: 100%;
    float: left;
    font-weight: 400;
}

.filtroContent{
	margin-bottom: 15px;
}

.opcaoFiltros {
	width: 100%;
	padding: 5px 0 5px 15px;
}

.filtrosSecundarios{
	margin-right: 8px !important; 
}

.vw-gamaPreco{
	margin-bottom: 15px;
}

.gamaPreco input,
.vw-gamaPreco input{
	display: inline-block;
	width: 45%;
	border: 1px solid #dedede !important;
	padding: 5px;
	background: transparent;
}

.gamaPreco input:first-child,
.vw-gamaPreco input:first-child{
	margin-right: 15px;
}

.gamaPreco input:last-child,
.vw-gamaPreco input:last-child {
    float: right;
}

#vw-filters-apply{
	height: 50px;
	background-color: #EB7D28;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	border-radius: 25px;
	padding: 0 40px;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	width: 100%;
}

.categoria-produto{
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 25px;
	font-size: 20px;
}

.ref-produto{
	color: #aaa;
}

.nome-produto-detalhe{
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 25px;
	color: #EB7D28;
	margin: 5px 0;
}

.preco-produto-detalhe{
	font-size: 25px;
	color: #333;
}

.preco-produto-detalhe del{
	margin-right: 10px;
	font-size: 18px;
	font-weight: 300;
}

.imagem-grande-produto{
	height: 700px;
}

.imagem-thumb-produto{
	height: 200px;
}

.imagens-produto-nav{
	margin-top: 30px;
}

.item-slide-produto-nav{
	margin: 0 5px;
}

.css-slide-produtos{
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: -moz-calc(50% - 15px);
	top: -o-calc(50% - 15px);
	top: calc(50% - 15px);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.4);
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
}

.seta-esquerda-produtos{
	left: -5px;
}

.seta-direita-produtos{
	right: -7px;
}

.tituloquantidade{
	text-transform: uppercase;
	margin: 30px 0 10px 0;
}

.vw-quantidade-listagem{
    width: 100px;
    text-align: center;
    border: 1px solid #000;
    padding: 8px;
    margin-right: 5px;
    background: transparent;
    font-weight: 700;
    margin-bottom: 20px;
}

.items-count, .items-count:hover, .items-count:focus, .items-count:active{
    padding: 7px 10px;
    border: 1px solid #000;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.opcoesExtra{
	display: none;
}

.listagemOpcoes {
    width: auto;
    min-width: 260px;
    border: 1px solid #e1e1e1;
	background: transparent url("../../../../_inc/vw-imgs/arrow_drop_down.png") no-repeat scroll 95% 50% / auto 20%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.listagemCores{
	padding: 15px 0;
}

.listagemProdutos .itemProduto{
	margin-bottom: 30px;
}

.contentItemCor{
	padding: 2px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	border: 1px solid #fff;
	margin-left: -3px;
}

.contentItemCor.active{
	border: 1px solid #000;
}

.itemCor{
	height: 30px;
	width: 30px;
}

.vw-adicionar-carrinho-listagem {
    color: #fff;
    background: #000;
    padding: 5px 30px;
    cursor: pointer;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-right: 20px;
}

.botao-favorito-detalhe{
	cursor: pointer;
	font-size: 20px;
}

.contentTabs{
	margin-top: 100px;
}

.nav-tabs{
	border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background: transparent;
	text-transform: uppercase;
	color: #333;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #EB7D28;
	padding: 5px 20px;
}

.tab-pane{
	padding-top: 20px;
	color: #888;
	font-style: italic;
	letter-spacing: 2px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active{
	background: transparent;
	color: #333;
	text-transform: uppercase;
	border: 0;
	padding: 5px 20px;
	border-bottom: 1px solid transparent;
}

.form-control{
	border-radius: 0;
	font-size: 12px;
	background-color: transparent;
}

.form-control::-moz-placeholder{
	color:#777;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	opacity:1;
}

.form-control:-ms-input-placeholder{
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

.form-control::-webkit-input-placeholder{
	color:#777;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
}

.submitbtn{
	height: 50px;
	background-color: #EB7D28;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
	border-radius: 25px;
	padding: 0 40px;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
}

.botao-topo{
	background-color: #EB7D28;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
	right: 10px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.6);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/assets/images/seta_branca.png);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}

.mostra-botao-topo{
	opacity: 1;
}

.textos-rodape div{
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	color: #777;
}

.textos-rodape div b{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.barra-rodape{
	background-color: #EB7D28;
}

#captcha>.g-recaptcha {
    transform:scale(0.65);
    transform-origin:0 0;
    margin-top: 0;
}

/*/////////////////////////////////////////////*/
/*////////////////RESPONSIVE///////////////////*/
/*/////////////////////////////////////////////*/

@media screen and (min-width:1200px){
	.slide-arrow{
/* 		margin-left: 990px; */
	}
}

@media screen and (min-width:1430px){
	.slide-arrow{
/* 		margin-left: 1220px; */
	}
}

@media screen and (max-width:1199px){
	.link-loja, .link-loja:hover, .link-loja:focus, .link-loja:active{
		padding: 15px 30px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width:991px){
	.menu-principal > li > a, .menu-principal > li > a:focus, .menu-principal > li > a:active{
		letter-spacing: 1px;
		padding: 5px 0;
	}
	.link-loja, .link-loja:hover, .link-loja:focus, .link-loja:active{
		padding: 4px 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		right: 50px;
		top: 26px;
	}
	.blocoCarrinho{
		width: 40px;
		right: 70px;
		top: 5px;
	}
	.link-loja-top{
		top: 16px;
	}
	.slide-arrow{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
}

@media screen and (max-width:768px){
	.blocoCarrinho{
		width: 40px;
		right: 70px;
		top: 5px;
	}
	.link-loja, .link-loja:hover, .link-loja:focus, .link-loja:active{
		padding: 4px 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		right: 70px;
		top: 16px;
	}
	.navbar{
		min-height: 70px;
	}
	.navbar-default .navbar-toggle{
		border-color: transparent;
		margin-top: 19px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: transparent;
	}
	.menu-secundario{
		display: none;
	}
	.menu-principal{
		border-bottom: 0;
	}
	.menu-principal > li{
		display: block;
		padding: 5px 10px;
	}
	.menu-principal > li > a.active, .menu-principal > li > a.active:hover, .menu-principal > li > a.active:focus, .menu-principal > li > a.active:active{
		border-bottom: 0;
	}
	.menu-principal > li > a:hover{
		border-bottom: 1px solid transparent;
	}
	.menu-principal > li.btn-loja-menu > a{
		border: 1px solid #777;
	}
	.dropdown-menu{
		text-align: center;
	}
	.navbar-brand {
	    transform: scale(0.4, 0.4);
	    top: -43px;
	    left: -43px;
	}
	.primeiro-container{
		margin-top: 70px;
	}
	.item-slide-home{
		height: -moz-calc(80vh - 70px);
		height: -webkit-calc(80vh - 70px);
		height: -o-calc(80vh - 70px);
		height: calc(80vh - 70px);
	}
	.slide-caption h1{
		font-size: 25px;
		margin: 0;
	}
	.slide-caption .texto-slide{
		font-size: 12px;
		line-height: 14px;
	}
	.slide-arrow{
		display: none;
	}
	.seta-esquerda, .seta-direita{
		margin-top: -60px;
	}
	.titulo-seccao h1, .titulo-seccao-esquerda h1{
		font-size: 30px;
	}
	.texto-empresa{
		padding: 0;
		height: auto;
		min-height: 270px;
	}
	.texto-empresa div p{
		padding: 5px 0;
		font-size: 12px;
		line-height: 14px;
	}
	.link-ver-mais, .link-ver-mais:hover, .link-ver-mais:focus, .link-ver-mais:active{
		padding: 16px 25px 17px;
		letter-spacing: 1px;
	}
	.item-slide-noticias{
		padding: 50px 10px;
	}
	.item-slide-noticias p{
		height: 150px;
	}
	.titulo-breadcrumbs h1{
		font-size: 20px;
		padding: 5px 0;
	}
	.breadcrumbs ul li, .filtros-galerias li{
		padding: 5px 2px;
		letter-spacing: 0;
	}
	.filtros-galerias li{
		display: block;
		margin-bottom: 35px;
	}
	.banner-conteudos{
		height: 200px;
	}
	.item-slide-noticias{
		margin: 0 5px;
	}
	table > tbody > tr > td {
	    display: block;
	    width: 100% !important;
	    height: auto !important;
	}
	img{
		max-width: 100%;
	}
	.grid-item{
		width: 100%;
	}
	.googlemaps{
		height: 200px !important;
	}
}