.shopping-cart{
	margin: 20px 0;
	float: right;
	width: 420px;
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .2s, opacity .2s;
	background-color: #efefef;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.cart-open{
	visibility: visible !important;
	opacity: 1 !important;
}

.shopping-cart:after{
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #efefef;
	border-width: 8px;
	margin-left: -8px;
}

.produtosCarrinho{
	position: initial;
	opacity: inherit;
	background: #efefef;
	padding: 0;
}

.btnsCarrinho a, .btnsCarrinho a:hover, .btnsCarrinho a:focus, .btnsCarrinho a:active{
	background: linear-gradient(90deg, #c12427 0%, #671729 100%);
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.marcaProdCarrinho, .nomeProdCarrinho, .precoProdCarrinho{
	font-size: 13px;
	color: #5f5f5f;
	font-weight: 300;
}

.subTotal{
	font-size: 13px;
	color: #5f5f5f;
	font-weight: 500;
	text-transform: uppercase;
}

.subTotal>span{
	font-weight: 300 !important;
}

.shopping-cart .tabelaProdutos>tbody>tr{
	border-bottom: 1px solid #ccc;
}

.shopping-cart .tabelaProdutos>tbody>tr>td{
	padding: 5px 0;
}

.shopping-cart .tabelaProdutos>tbody>tr:last-child{
	border-bottom: 0;
}

.numItemsCarrinho{
	position: absolute;
	width: 15px;
	height: 15px;
	color: #5f5f5f;
	border-radius: 50%;
	left: 40px;
	line-height: 16px;
	top: 11px;
	font-size: 9px;
	text-align: center;
	transition-duration: color .4s;
}

.navbar-branco .numItemsCarrinho{
	color: #fff;
}


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

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track { 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #999; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666; 
}

.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.hamburger{
	padding: 24px 15px;
	left: 0;
	position: absolute;
}

.hamburger.is-active{
	top: 0;
}

.hamburger-box{
	width: 25px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #fff;
	width: 25px;
	border-radius: 0;
	transition-duration: background-color .4s;
}

.navbar-branco .hamburger-inner, .navbar-branco .hamburger-inner:after, .navbar-branco .hamburger-inner:before, .is-active .hamburger-inner, .is-active .hamburger-inner:after, .is-active .hamburger-inner:before{
	background-color: #000;
}

.menu-mobile{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: -100vw;
	overflow-y: auto;
	z-index: 9999;
	background-color: #fff;
	padding: 15px;
	top: 0;
	padding-top: 80px;
	-webkit-transition: left .8s cubic-bezier(.88,0,.24,1.01);
			transition: left .8s cubic-bezier(.88,0,.24,1.01);
}

.menu-mobile.aberto{
	left: 0;
}

.navbar{
	margin-bottom: 0;
	transition: background-color .4s, box-shadow .4s;
}

.navbar-branco{
	background-color: #efefef;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
}

.navbar-brand, .logo-menu-mobile{
	height: auto;
}

.navbar-nav>li>a{
    padding-top: 35px;
    padding-bottom: 36px;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active{
    background-color: transparent;
}

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

.logo-menu-mobile>img{
	max-width: 140px;
}

.logo-menu-mobile{
	position: absolute;
	top: 14px;
	left: 54px;
}

.nav-bar-margin-top{
	position: absolute !important;
	top: 30px !important;
}

.logo-branco{
	position: absolute;
	top: 15px;
	transition: opacity .4s;
}

.navbar-branco .logo-branco{
	opacity: 0;
}

.favorito-branco{
	position: absolute;
	left: 15px;
	top: 39.3px;
	transition: opacity .4s;
}

.navbar-branco .favorito-branco{
	opacity: 0;
}

.carrinho-branco{
	position: absolute;
	left: 40px;
	top: 8.6px;
	transition: opacity .4s;
}

.navbar-branco .carrinho-branco{
	opacity: 0;
}

.link-carrinho{
	padding-top: 30px;
	padding-bottom: 29px;
}

.link-carrinho:hover .shopping-cart{
	opacity: 1;
	visibility: visible;
}

.link-carrinho>a{
	background: linear-gradient(to right, #fff, #fff);
	color: #5f5f5f;
	font-size: 11px;
	border-radius: 5px;
	padding: 6px 40px !important;
	text-transform: uppercase;
	transition: .4s;
}

.link-carrinho>a>img{
	margin-right: 5px;
}

.navbar-branco .link-carrinho>a{
	background: linear-gradient(90deg, #c12427 0%, #671729 100%);
	color: #fff;
}

.barra-header{
	background-image: linear-gradient(90deg, #c12427 0%, #671729 100%);
	height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
}

.link-login, .link-login:hover, .link-login:focus, .link-login:active{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

.link-login>span{
	position: absolute;
	right: 38px;
	font-weight: 500;
	font-size: 16px;
	top: -3px;
}

.link-login>img{
	margin-top: -9px;
}

.slide-home-item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}

.pontos-slide{
	text-align: right;
	margin-top: -50px;
}

.pelicula-slide-home{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.5);
	height: 600px;
}

.slick-track{
	margin-left: 0;
}

.slick-dots>li{
    display: inline-block;
    border: 1px solid #f5f5f5;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 3px;
}

.slick-dots>li:last-child{
	margin-right: 0;
}

.slick-dots>li>button{
    line-height: 0;
    font-size: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: transparent;
    border: 0;
}

.slick-dots>li.slick-active{
    background-color: #f5f5f5;
}

.alinha-centro{
	display: table;
	height: 100%;
	width: 100%;
}

.alinha-centro>div{
	display: table-cell;
	vertical-align: middle;
}

.titulo-banner{
	font-size: 36px;
	color: #fff;
	text-align: right;
	font-weight: 300;
	font-style: italic;
}

.descricao-banner{
	font-size: 14px;
	color: #fff;
	text-align: right;
	line-height: 22px;
	width: 30%;
	margin-bottom: 30px;
}

.link-banner, .link-banner:hover, .link-banner:focus, .link-banner:active{
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 30px;
}

.list-group-item a.expande[aria-expanded="true"] {
    transform: rotate(90deg);
}

.list-group-item a.expande {
    float: right;
    width: 6px;
    height: 6px;
    margin-top: 8px;
    background: url("/assets/images/icon_menu.svg") center center no-repeat;
    background-size: cover;
    content: " ";
    transition: .3s
}

.panel{
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.list-group-item{
	background-color: transparent;
	padding: 15px 0;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
}

.list-group>.list-group-item:last-child{
	border-bottom: 0;
}

.list-group-item a, .list-group-item a:hover, .list-group-item a:focus, .list-group-item a:active{
    font-size: 13px;
    color: #5f5f5f;
    text-decoration: none;
    font-weight: 300;
}

.list-group-item a.active, .list-group-item a.active:hover, .list-group-item a.active:focus, .list-group-item a.active:active{
    font-weight: 500;
}

.collapse, .collapsing{
    margin-left: 20px;
}

.lista-categorias{
	background: #f5f5f5;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.20);
	border-radius: 5px;
	padding: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.lista-categorias.fixed{
	position: fixed;
	top: 100px;
}

.menu-categorias{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-filtros{
	margin-top: 30px;
	margin-bottom: 30px;
}

.menu-nao-fixo{
	background: #f5f5f5;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.20);
	border-radius: 5px;
	padding: 15px !important;
}

.menu-categorias li{
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
}

.menu-categorias>li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.menu-categorias li a, .menu-categorias li a:hover, .menu-categorias li a:focus, .menu-categorias li a:active{
	font-size: 13px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: 300;
}

.container-destaques-home{
	padding-top: 30px;
	padding-bottom: 30px;
}

.coluna-produto{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px;
	margin: 0 15px;
	position: relative;
}

.icon-promocao-listagem{
	background-image: linear-gradient(51deg, #c12427 9%, #671729 100%);
	width: 74px;
	height: 74px;
	position: absolute;
	text-align: center;
	padding: 22px 0;
	border-radius: 50%;
	font-size: 22px;
	color: #fff;
	left: 25px;
}

.icon-favorito-listagem{
	position: absolute;
	right: 25px;
	cursor: pointer;
}

.link-produto-listagem, .link-produto-listagem:hover, .link-produto-listagem:active, .link-produto-listagem:focus{
	text-decoration: none;
}

.imagem-produto-listagem{
	width: 100%;
	height: 200px;
	background-size: 75% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.categoria-produto-listagem{
	font-size:11px;
	color:#5f5f5f;
	font-weight: 100;
}

.nome-produto-listagem{
	font-size: 18px;
	color: #5f5f5f;
	margin: 5px 0;
}

.preco-normal-listagem{
	font-weight: 400;
	font-size: 13px;
	color: #222;
}

.preco-promocao-listagem{
	text-decoration: line-through;
	font-weight: 300;
	font-size: 11px;
	color: #5f5f5f;
	padding-left: 10px;
}

.estilo-setas{
	position: absolute;
	padding: 0px 30px;
	margin-top: -175px;
	width: 100%;
}

.estilo-setas>div{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f5f5f5;
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.estilo-setas>.seta-anterior{
	background-image: url(/assets/images/seta_anterior.svg);
	float: left;
}

.estilo-setas>.seta-seguinte{
	background-image: url(/assets/images/seta_seguinte.svg);
	float: right;
}

.banner-home-esquerda{
	border-radius: 5px;
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.banner-home-direita-topo{
	border-radius: 5px;
	height: 205px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
	position: relative;
}

.banner-home-direita-fundo{
	border-radius: 5px;
	height: 205px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.pelicula-banners-home{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	border-radius: 5px;
}

.descricao-banner-centro{
	font-size: 21px;
	color: #ffffff;
	text-align: center;
	z-index: 1;
}

.link-banner-centro, .link-banner-centro:hover, .link-banner-centro:focus, .link-banner-centro:active{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

.banner-fundo-promocoes{
	background-image: linear-gradient(90deg, #c12427 0%, #671729 100%);
/* 	height: 130px; */
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.56px;
	line-height: 22px;
	padding-top: 55px;
	padding-bottom: 30px;
}

.banner-fundo-promocoes span{
	font-size: 9px;
	color: #fff;
	background: #c12427;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: -25px;
	text-transform: uppercase;
	padding: 0px 15px;
}

.container-listagem{
	padding-top: 100.2px;
}

.coluna-produto-listagem{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}

.titulo-categorias, .tituloCarrinhoCompras{
	font-size: 36px;
	color: #636363;
	font-style: italic;
	font-weight: 300;
	margin: 50px 0 0;
}

.tituloCarrinhoCompras{
	margin: 0;
}

.tituloFiltro, .grupoFiltro{
	font-size: 18px;
	color: #5f5f5f;
}

.vw-gamaPreco input{
	height: 34px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	background: transparent;
	font-size: 10px;
	font-weight: 300;
}

.vw-gamaPreco input::-webkit-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-gamaPreco input::-moz-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-gamaPreco input:-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-gamaPreco input::-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-gamaPreco input::placeholder{
	color: #5f5f5f;
	opacity:1
}

#precoDe{
	margin-bottom: 10px;
}

.filtrosProdutos>.itemFiltros>label.filtro{
	font-weight: 300;
	font-size: 13px;
	color: #5f5f5f;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 5px;
	margin-bottom: 0;
}

.filtrosProdutos>.itemFiltros>label.filtro:last-child{
	border-bottom: 0;
	margin-bottom: 20px;
}

.filtrosProdutos>.itemFiltros>label.filtro>.filtrosSecundarios{
	float: right;
}

#vw-filters-apply, .submitbtn{
    background: linear-gradient(90deg, #c12427 0%, #671729 100%);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
	border-radius: 5px;
	padding: 6px;
	border: 0;
	width: 100%;
}

.sem-resultados{
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	color: #5f5f5f;
	padding-top: 100px;
	padding-bottom: 100px;
}

.pagination>li>a, .pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>a:active{
	color: #636363;
	background-color: transparent;
	font-weight: 300;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>a:active{
	font-weight: 500;
	background-color: #f5f5f5;
}

.breadcumbs{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

.breadcumbs>li{
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	color: #636363;
	font-size: 10px;
}

.breadcumbs>li:first-child{
	padding-left: 0;
}

.breadcumbs>li:last-child{
	padding-right: 0;
}

.breadcumbs>li>a{
	color: #636363;
	text-decoration: none;
}

.lista-ordenar{
	list-style: none;
	padding: 0;
}

.lista-ordenar>li{
	display: inline-block;
	font-size: 10px;
	color: #636363;
	text-transform: uppercase;
}

.lista-ordenar>li.short-padding{
	padding: 0 5px;
}

.lista-ordenar>li.long-padding{
	padding: 0 5px 0 15px;
}

.container-detalhe-produto{
	margin-top: 100px;
}

select{
	padding-right: 15px;
	border-radius: 5px;
	font-size: 10px;
	color: #636363;
	text-transform: uppercase;
	background: #fff url("/_inc/vw-imgs/arrow_drop_down.png") no-repeat scroll 95% 50% / auto 13%;
}

.opcoesExtra{
	margin-top: 8px;
}

.opcoesExtra select{
	width: 316px;
	height: 34px;
}

.imagem-produto-detalhe{
	height: 500px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.estilo-setas-detalhe{
	position: absolute;
	margin-top: -275px;
	width: calc(100% - 30px);
}

.estilo-setas-detalhe>div{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f5f5f5;
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.estilo-setas-detalhe>.seta-anterior{
	background-image: url(/assets/images/seta_anterior.svg);
	float: left;
}

.estilo-setas-detalhe>.seta-seguinte{
	background-image: url(/assets/images/seta_seguinte.svg);
	float: right;
}

.slide-imagens-produtos-thumbs{
	margin-top: 10px;
}

.imagem-produto-detalhe-thumb{
	height: 80px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: border .3s cubic-bezier(.88,0,.24,1.01);
			transition: border .3s cubic-bezier(.88,0,.24,1.01);
}

.imagem-produto-detalhe-thumb:focus{
	outline: 0;
}

.imagem-produto-detalhe-thumb.slick-current{
	border: 1px solid #888;
}

.descricao-imagem-produto{
	position: absolute;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 80px;
	font-weight: 300;
	padding: 5px;
	font-size: 11px;
	display: table;
}

.descricao-imagem-produto>div{
	display: table-cell;
	vertical-align: middle;
}

.coluna-detalhe-produto{
	height: 500px;
}

.categoria-detalhe{
	font-size: 13px;
	color: #5f5f5f;
	margin: 0;
	font-weight: 500;
}

.nome-produto-detalhe{
	font-size: 29px;
	color: #5f5f5f;
	font-weight: 500;
}

.preco-normal-detalhe{
	font-weight: 700;
	font-size: 25px;
	color: #c12427;
}

.preco-promocao-detalhe{
	text-decoration: line-through;
	font-size: 13px;
	color: #5f5f5f;
	padding-left: 20px;
	font-weight: 300;
}

.ref-detalhe{
	font-weight: 300;
	font-size: 11px;
	color: #5f5f5f;
	margin-bottom: 18px;
}

.quantidade-detalhe{
	margin: 13px 0 20px;
	height: 40px;
}

.titulo-quant-prod{
	font-size: 11px;
	color: #5f5f5f;
	float: left;
	margin-top: 10px;
}

.iva{
	font-weight: 500;
	font-size: 11px;
	color: #5f5f5f;
}

.bootstrap-touchspin{
	width: 30% !important;
	float: left;
	margin-left: 10px;
}

.bootstrap-touchspin .input-group-btn>button{
	border-radius: 5px !important;
}

.vw-quantidade-listagem{
	width: auto !important;
	margin: 0 5px;
	border-radius: 5px !important;
	text-align: center;
}

.vw-adicionar-carrinho-listagem-custom, .vw-adicionar-carrinho-listagem-custom:hover, .vw-adicionar-carrinho-listagem-custom:focus, .vw-adicionar-carrinho-listagem-custom:active{
	background-image: linear-gradient(90deg, #c12427 3%, #671729 99%);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 40px;
	font-size: 11px;
	font-weight: 300;
}

.vw-adicionar-carrinho-listagem-custom>img{
	margin-right: 10px;
}

#tabs{
	margin: 80px 0;
}

.titulos-tabs>ul{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.titulos-tabs>ul>li{
    display: inline-block;
    text-align: center;
}

.titulos-tabs>ul>li:first-child{
	margin-left: 0;
}

.titulos-tabs>ul>li>a{
    font-size: 12px;
	color: #5f5f5f;
	font-weight: 300;
	text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    padding: 25px;
    width: 190px;
    border-radius: 5px;
    margin-left: 5px;
}

.titulos-tabs>ul>.ui-state-active>a{
	font-weight: 500;
	font-size: 12px;
	color: #5f5f5f;
}

.ui-tabs-panel{
	font-size: 14px;
	color: #5f5f5f;
	text-align: center;
	line-height: 27px;
	margin-top: 30px;
	font-weight: 300;
}

.lista-caracteristicas{
	width: 100%;
	display: inline-table;
}

.lista-caracteristicas tbody tr td{
	font-size: 12px;
	color: #5f5f5f;
	border: 0;
}

.lista-caracteristicas tbody tr td:first-child{
	padding: 10px 0 10px 15px;
	font-weight: 500;
	text-align: left;
}

.lista-caracteristicas tbody tr td:last-child{
	padding: 10px 15px 10px 0;
	text-align: right;
}

.lista-caracteristicas tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.link-ficha-tecnica, .link-ficha-tecnica:hover, .link-ficha-tecnica:focus, .link-ficha-tecnica:active{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.link-ficha-tecnica i{
	color: #9f1414;
}

.coluna-anexo{
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}

.coluna-anexo:first-child{
	padding-top: 0;
}

.coluna-anexo:last-child{
	border-bottom: 0;
}

.titulo-relacionados{
	font-size: 19px;
	color: #434343;
	font-style: italic;
}

.resumo-conteudo{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 27px;
	font-weight: 500;
	font-style: italic;
}

.descricao-conteudo{
	font-size: 12px;
	color: #636363;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 130px;
	margin-top: 30px;
}

.container-carrinho{
	margin: 20px 0;
}

.fundo-footer{
	background: #f5f5f5;
}

.footer{
	padding-top: 120px;
	padding-bottom: 120px;
}

.titulo-footer{
	font-size: 12px;
	color: #434343;
	letter-spacing: 0.5px;
	line-height: 36px;
	text-transform: uppercase;
}

.texto-rodape{
	font-weight: 300;
	font-size: 12px;
	color: #434343;
	letter-spacing: 0.5px;
}

.lista-conteudos-rodape, .lista-social{
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-conteudos-rodape>li{
	padding: 10px 0;
}

.lista-conteudos-rodape>li:first-child{
	padding-top: 0;
}

.lista-conteudos-rodape>li>a, .lista-conteudos-rodape>li>a:hover, .lista-conteudos-rodape>li>a:focus, .lista-conteudos-rodape>li>a:active{
	font-size: 12px;
	color: #434343;
	line-height: 22px;
	text-decoration: none;
	font-weight: 500;
	font-style: italic;
}

.lista-social li{
    display: inline-block;
    padding-right: 20px;
}

.lista-social li a, .lista-social li a:active, .lista-social li a:focus, .lista-social li a:hover{
    color: #434343;
    text-decoration: none;
}

.cookiesBar.open {
    bottom: 0;
}
.cookiesBar {
    position: fixed;
    background: #f5f5f5;
    bottom: -190px;
    z-index: 99999;
    font-size: 13px;
    color: #aaa;
    width: 100vw;
    left: 0;
	-webkit-transition: all .3s cubic-bezier(.88,0,.24,1.01);
			transition: all .3s cubic-bezier(.88,0,.24,1.01);
}

.cookiesBar > div {
    padding: 8px 60px 8px 40px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    color: #9c9c9c;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.verDetalheCookiesBar, .verDetalheCookiesBar:hover, .verDetalheCookiesBar:focus, .verDetalheCookiesBar:active {
    color: #636363 !important;
    text-decoration: none;
    cursor: pointer;
}

.cookiesBar .acceptCookies {
    border: none;
    background: #d8d8d8;
    font-size: 17px;
    top: 0;
    right: 0;
    height: 31px;
    width: 39px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.acceptCookies > div:first-child {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    width: 12px;
    left: 14px;
}

.acceptCookies > div:last-child {
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    width: 12px;
    left: 14px;
}

.acceptCookies > div {
    position: absolute;
    background-color: #636363;
    height: 1px;
}

.cookiesBar span{
	float: none;
	margin: 0 !important;
}

.infoCookiesBar{
	width: 500px !important;
	margin: 0 auto !important;
	text-align: left !important;
	padding: 0 !important;
}

#botaoRegistar, #botaoLoginEntrar, .finalizarEncomenda>div, #botaoguardarRegisto, #botaoRecuperarPassword, .btnsCarrinhoComprasDesativar>div, .vw-form input[type="submit"], #accordionEnderecos .guardarEndereco{
	background-image:linear-gradient(90deg, #c12427 3%, #671729 99%);
	border-radius: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

.btnsCarrinhoComprasDesativar, .btnsCarrinhoComprasDesativar:hover, .btnsCarrinhoComprasDesativar:focus, .btnsCarrinhoComprasDesativar:active{
	color: #000;
	text-decoration: none;
}

.FormStepList-item.is-active .FormStepIcon-circle, .FormStepList-item.is-passed .FormStepIcon-circle{
	background-image: linear-gradient(51deg, #c12427 9%, #671729 100%);
	border: 0;
}

.FormStepList-item.is-passed .FormStepIcon::after{
	background: linear-gradient(90deg, #671729 3%, #c12427 99%);
}

.fa-close:before{
    content: "\f00d";
}

.fa-long-arrow-left:before{
    content: "\f30a";
}

.modal{
	border: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
			box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}

.input-group{
	width: 100%;
}

#searchstr{
	float: left;
	height: 34px;
	border: 1px solid #c7c7c7;
	border-left: 0;
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	font-size: 10px;
	font-weight: 300;
	width: 100%;
}

#searchstr::-webkit-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

#searchstr::-moz-placeholder{
	color: #5f5f5f;
	opacity:1
}

#searchstr:-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

#searchstr::-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

#searchstr::placeholder{
	color: #5f5f5f;
	opacity:1
}

.input-group-btn{
	width: 1% !important;
}

form#searchForm button[type="submit"]{
	display: inline-block;
	padding: 6px 12px !important;
	margin-right: -1px !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;
	background-image: none;
	border: 1px solid #c7c7c7;
	border-right: 0;
	border-radius: 5px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	position: relative;
	float: none;
	height: auto;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	width: auto;
	left: auto;
	background-color: transparent;
}

#pesquisaOutput{
	margin-top: -3px;
	width: calc(100% - 30px);
	border-radius: 5px !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border: 1px solid #c7c7c7;
	border-top: 0;
}

#pesquisaOutput a, #pesquisaOutput a:hover, #pesquisaOutput a:focus, #pesquisaOutput a:active{
	text-decoration: none;
}

.searchCategoriaTitle{
	border-bottom: 0;
	background: linear-gradient(90deg, #c12427 0%, #671729 100%);
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.vw-formulario .form-control{
	border: 1px solid #c7c7c7;
	font-size: 10px;
	font-weight: 300;
}

.vw-formulario .form-control::-webkit-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-formulario .form-control::-moz-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-formulario .form-control:-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-formulario .form-control::-ms-input-placeholder{
	color: #5f5f5f;
	opacity:1
}

.vw-formulario .form-control::placeholder{
	color: #5f5f5f;
	opacity:1
}

@media screen and (max-width: 767px){
	.navbar-brand{
		padding: 15px 0 15px 55px;
	}
	
	.navbar-right{
		float: right !important;
		margin: -88px 0 0 !important;
	}
	
	.navbar-right>li{
		display: inline-block;
	}
	
	.navbar-brand>img{
		max-width: 140px;
	}
	
	.link-carrinho>a{
		padding: 6px 15px !important;
	}
	
	.link-carrinho>a>img{
		display: none;
	}
	
	.numItemsCarrinho{
		background: linear-gradient(90deg, #c12427 0%, #671729 100%);
		left: 67px;
		color: #fff;
		top: 3px;
	}
	
	.navbar-branco .numItemsCarrinho{
		background: #fff;
		color: #5f5f5f;
	}
	
	.shopping-cart{
		width: calc(100vw - 30px);
		padding: 5px;
	}
	
	.produtosCarrinho{
		width: calc(100vw - 40px);
	}
	
	.shopping-cart .tabelaProdutos>tbody>tr>td{
		padding: 5px;
	}
	
	.slide-home-item{
		height: 400px;
	}
	
	.descricao-banner{
		width: 70%;
	}
	
	.banner-home-esquerda{
		height: 205px;
		margin-bottom: 30px;
	}
    
    .breadcumbs>li{
	    display: none;
    }
    
    .imagem-produto-detalhe{
	    height: 300px;
    }
    
    .estilo-setas-detalhe{
	    margin-top: -175px;
	}
	
	.titulos-tabs>ul>li{
		width: auto;
		display: block;
		margin-bottom: 5px;
	}
	
	.titulos-tabs>ul>li>a{
		margin-left: 0;
		display: block;
	}
	
	#tabs{
		margin: 30px 0;
	}
	
	.coluna-detalhe-produto{
		height: auto;
		margin: 30px 0;
	}
	
	.vw-quantidade-listagem{
		width: 80px !important;
	}
	
	.table-responsive{
		border: 0;
	}
	
	.googlemaps{
		height: 250px !important;
	}
	
	.footer{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.cookiesBar>div{
    	padding: 5px 50px 5px 10px;
    }
    
    .cookiesBar .acceptCookies{
	    margin-top: 0;
	    height: 39px;
    }
}