@font-face {
  font-family: Segoe;
  src: url(font/SegoeUI.ttf);
}
@font-face {
  font-family: Segoe;
  src: url(font/SegoeUIBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Segoe;
  src: url(font/SegoeUIItalic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Segoe;
  src: url(font/SegoeUIBoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
.alert{
	width: 90%;max-width: 1197px;	margin: 0 auto;
	max-width: 1197px;
}
.alert-success, .alert-danger{
	position: absolute;
	top: 120px; left: 0; right: 0;
	width: 100%;
	z-index: 1000;
}
.clear{
	clear: both;
}
body{
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
	
}
a:hover{
	text-decoration: none;
}

.menuTop{
	width: 90%; max-width: 1197px;
	margin: 42px auto 24px auto;
	position: relative;
}
.menuTop .imagem{
	width: 200px;
	margin: 0 auto;
	display: block;
}
.phone{
	position: absolute;
	left: 0; top: 0;
	width: 300px;
}
.phoneSymbol{
	float: left;
	width: 47px;
	height: 47px;
	margin-right: 20px;
	margin-top: 3px;
	background-image: url('../images/email.png');
}
.textoLigue{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 0;
	color: #A4A4A4;
	margin-top: 3px;
}
.telefone{
	font-size: 20px;
	color: #736F66;
}
.menuTop .imagem img{
	width: 100%;
}
.loginCarrinhoDispositivos{
	display: none;
}
.loginCarrinho{
	position: absolute;
	top: 0; right: 0;
}
.loginUser, .loginUserDispositivo{
	float: right;
	width: 40px;
	height: 40px;
	background: #D0DE8C33 0% 0% no-repeat padding-box;
	border: 2px dashed #D0DE8C;
	position: relative;
}
.loginUserImage{
	background: transparent url('../images/002-user.svg') 0% 0% no-repeat;
	background-position: cover;
	background-size: 100%;
	width: 17px;
	height: 21px;
	margin: 6px auto;
}
.menuLogado{
	display: none;
	position: absolute;
	top: 38px;
	left: auto; right: -50%;
	margin: 0; padding: 0;
	min-width: 200px;
	z-index: 10;
}
.menuLogado li{
	list-style: none;
	min-width: 150px;
	display: block;
	border-bottom: 2px dashed #D0DE8C;
	padding: 5px;
}
.menuLogado a{
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.menuLogado li{
	background: #517fa4;
}
.loginUser:hover .menuLogado{
	display: block;
}
.carrinhoCompras{
	float: right;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: #E0F4FB 0% 0% no-repeat padding-box;
	border: 2px dashed #9EB9CC;
	position: relative;
}
.carrinhoImage{
	background: url('../images/001-shopping-bag.svg') ;
	background-position: cover;
	background-size: 100%;
	width: 17px;
	height: 21px;
	margin: 6px auto;
}
.totalCarrinho{
	position: absolute;
	top: 1px; right: 1px; left: auto;
	background: #517fa4;
	border-radius: 10px;
	width: 15px; height: 16px;
	text-align: center;
	font-size: 10px;
	font-weight: 600px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0;
	color: #FFFFFF;
}
.navbar{
	border-top: 2px dashed #DEDEDE;
	padding-top: 24px;
	margin-bottom: 0px;
}
.navbar-toggle{
	border-radius: 2px;
    padding: 12px 10px;
    margin-top: 12px;
}
.navbar-default .navbar-nav>li{
	margin-right: 40px;
}

.navbar-default .navbar-nav>li>a.menuOpcoes{
	text-align: left;
	font-size: 21px;
	letter-spacing: 0;
	color: #736F66;
	padding: 0;
}
.navbar-default .navbar-nav>li>a.selectedMenu{
	color: #9EB9CC;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.footerImage{
	width: 100%;
}
.newsletter{
	background: #D7E4F0 0% 0% no-repeat padding-box;
	width: 100%;
	padding: 17px;
}
footer .container{
	width: 90%;max-width: 1197px;
	max-width: 1197px;
	margin: 0 auto;
}
.newsletter > .container > span{
	text-align: left;
	font-size: 22px;
	display: inline-block;
	color: #FFFFFF;
}
.newsletter > .container > form{
	float: right;
}
.newsletter > .container > form > input[type="email"]{
	width: 400px;
	border-radius: 6px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	padding: 15px;
	color: #A4A4A4;
	margin-right: 10px;
	border: none;
}
.newsletter > .container > form > input[type="submit"]{
	background: #517fa4 0% 0% no-repeat padding-box;
	border-radius: 6px;
	letter-spacing: 1.18px;
	color: #FFFFFF;
	font-size: 17px;
	width: 220px;
	border: none;
	padding: 15px;
}
footer{
	margin-bottom: 50px;
}
.borderFotter{
	border-top: 2px dashed #DEDEDE;
}
footer > .infoFooter{
	height: 200px;
	margin-top: 50px;
}
.colFooterLeft{
	text-align: left;
}
.colFooterCenter{
	text-align: center;
	border-left: 2px dashed #DEDEDE;
	border-right: 2px dashed #DEDEDE;
}
.colFooterRight{
	text-align: right;
}
.colFooterRight a{
	width: 150px;
	margin-left: auto; margin-right: 0;
	text-align: left;
}
.colFooterRight 
.colFooter{
	height: 100%;
}
.colFooter, .colFooter a{
	font-family: 'Raleway', sans-serif;
	color: #A4A4A4;
	font-size: 14px;
}
.tituloFooter{
	font-family: 'Amaranth', sans-serif;
	font-size: 25px;
	color: #9EB9CC;
	display: block;
	margin-bottom: 30px;
}
.colFooterRight  .tituloFooter{
	width: 150px;
	margin-left: auto; margin-right: 0;
	text-align: left;
}
.colFooter a{
	display: block;
	margin-bottom: 10px;
}
.colFooter img{
	display: block;
	margin: 0 auto 30px auto;
}
.colFooterCenter .list-inline img{
	margin-bottom: 0px;
}
.categoriasCentro{
	width: 90%;max-width: 1197px;
	margin: 0 auto 24px auto;
	display: block;
	text-align: center;
}
.categoriasCentro img{
	position: absolute;
	top: 0; left: 0;
}
.categoriasCentro a{
	position: relative;
	margin-right: 1%;
	width: 18%; height: 300px;
	display: inline-block;
	max-width: 224px;
	border-radius: 10px;
}
.categoriasCentro a:last-child{
	margin-right: 0px;
}
.categoriasCentro a:hover, .destaquePagina:hover{
	text-decoration: none;
}
.nomeCategoria{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 26px;
    color: #FFFFFF;
    width: 100px;
    line-height: 106%;
    margin-left: auto;
    margin-right: auto;
}
.destaques{
	width: 90%;max-width: 1197px;
	margin: 0 auto;
	display: block;
}
.tituloDestaques{
	text-align: center;
	font-size: 35px;
	color: #9EB9CC;
	display: block;
	border-bottom: 2px dashed #DEDEDE;
}
.destaquesProd{
	/*width: 90%;max-width: 1197px;*/
	margin: 30px auto 0 auto;
	/*display: block;*/
	height: 300px;
	/*display: -webkit-flex;
	display: flex;*/
	text-align: center;
}
.destaquePagina{
	position: relative;
	margin-right: 1%;
	width: 23%; /*height: 300px;*/
	display: inline-block;
	flex: 1;
}
.destaquePagina img{
	border-radius: 10px;
}
.destaquePagina:last-child{
	margin-right: 0px;
}
.backgroundDestaque{
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.tituloDestaque{
	text-align: center;
	font-size: 22px;
	color: #736F66;
	width: 100%;
	display: block;
	margin-top: 20px;
	height: 70px;
}
.precoDestaque{
	text-align: center;
	font-size: 30px;
	color: #9EB9CC;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.headerCategoria{
	background: #9EB9CC;
	width: 100%;
	height: 70px;
	position: relative;
}
.headerQuestionario{
	background: #9EB9CC;
	width: 100%;
	position: relative;
	padding: 10px 0;
}
.tituloCategoria{
	width: 90%;max-width: 1197px;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 25px;
	position: absolute;
	top: 15px; left: 0; right: 0;
}
.tituloQuestionario{
	width: 90%;max-width: 1197px;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 25px;
}
.descricaoQuestionario{
	width: 90%; max-width: 1197px;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: justify;
	font-size: 14px;
	top: 55px; left: 0; right: 0;
}
.produtoDivCategoria{
	margin-top: 15px;
}
.categoriasListagem{
	width: 90%;max-width: 1197px;
	margin: 0px auto;
}
#ordenarCategoria{
	margin: 0 0 16px auto;
	display: block;
	height: 50px;
	background: #F9F9F9;
	border: 1px solid #70707033;
	border-radius: 6px;;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #707070;
}
.tituloProdutos{
	text-align: center;
	margin-top: 25px;
	font-size: 22px;
	color: #736F66;
}
.precoCategoria{
	text-align: center;
	font-size: 30px;
	color: #9EB9CC;
	display: block;
	
}
.precoCategoriaAntigo{
	text-decoration:line-through;
	text-align: center;
	font-size: 26px;
	color: #9EB9CC;
	margin-left: 20px;
}
.alinhados{
	display: inline-block;
}
.imagemProdutoCategoria{
	position: relative;
}
.imagemProdutoCategoria img{
	width: 100%;
	border-radius: 10px;
}
.imagemHover{
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(255,255,255,0.5);
	display: none;
}
.imagemProdutoCategoria:hover .imagemHover{
	display: block;
}
.botaoProdutoCategoria{
	position: absolute;
    width: 50%;
    height: 80px;
    background: #FFF;
    bottom: 0;
    display: inline-block;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #736F66;
    line-height: 80px;
}
.botaoEsquerdo{
	left: 0;
	border-bottom: none;
	border-left: none;
	border-right: 2px dashed #DEDEDE;
}
.botaoDireito{
	right: 0;
}
.botaoProdutoCategoria:hover{
	background: #517fa4;
	color: #fff;
}
.botaoComprarCategoria{
	background: #517fa4 0% 0% no-repeat padding-box;
    width: 140px;
    height: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    top: 35%;
    left: 0;
    right: 0;
    position: absolute;
	border: none;
}
.botaoComprarCategoria:hover{
	color: #fff;
}
.tituloLightBox{
	font-size: 35px;
	color: #736F66;
}
.precoLightBox{
	font-size: 35px;
	color: #9EB9CC;
	display: block;
	margin-top: 20px;
}
.descricaoLightBox{
	text-align: left;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #707070;
	margin-top: 20px; display: block;
}
.detalhesProduto form{
	max-width: 390px;
}
.adicionarDiv{
	background: #F9F9F9;
	margin-top: 30px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	padding: 18px;
	width: 200px;
	float: left;
	height: 60px;
}
.adicionarDiv span{
	color: #A4A4A4;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	color: #A4A4A4;
}
.adicionarDiv input{
	color: #A4A4A4;
	font-family: 'Raleway', sans-serif;
	width: 60px;
	margin-left: 5px;
	border: none;
	text-align: center;
}
.submeterLightBox{
	background: #517fa4 0% 0% no-repeat padding-box;
	text-align: center;
	font-size: 22px;
	letter-spacing: 1.3px;
	color: #FFFFFF;
	height: 60px;
	border-radius: 6px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	width: 173px;
	border: none;
}
.clubeOlivia{
	background: #9EB9CC;
	text-align: center;
	font-size: 22px;
	letter-spacing: 1.3px;
	color: #FFFFFF;
	border-radius: 6px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	width: auto;
	border: none;
	padding: 5px 10px;
}
.clubeOlivia:hover{
	color: #FFFFFF;
}
.envelopeLightBox{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	display: block;
	letter-spacing: 0;
	color: #A4A4A4;
	margin-top: 10px;
	float: left;
}
.breadcrumbProduto{
	width: 100%;
	display: block;
	background: #e8f7f7 0% 0% no-repeat padding-box;
	height: 60px;
	position: relative;
	margin-bottom: 30px;
}
.breadcrumb{
	position: absolute;
    font-family: Segoe;
    width: 90%;
    max-width: 1197px;
    margin: 8px auto;
    left: 0;
    right: 0;
    display: block;
    background: none;
    font-size: 18px;
}
.breadcrumb a{
	color: #a4a4a4;
}
.breadcrumb>.active{
	color: #9EB9CC;
}
.produtoDetails, .carrinhoDetails, .checkoutDetails{
	width: 90%;max-width: 1197px;
	margin: 0 auto;
}
.imagensRelacionadas{
	margin-right: 15px;
}
.imagensRelacionadas a{
	display: block;
	width: 120px;
	border-radius: 6px;
	height: 115px;
	margin-bottom: 15px;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.descricaoProduto{
	border: 1px solid #9EB9CC;
	border-radius: 10px;
	padding: 30px;
	margin-top: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #707070;
}
.produtosRelacionados{
	margin-top: 100px;
}
.produtosRelacionadosTitulo{
	font-size: 45px;
	color: #9EB9CC;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.ligacaoProduto{
	display: inline-block;
	margin-right: 10px;
	width: 300px;
	height: 500px;
	position: relative;
}
.relImage{
	width: 300px;
	height: 340px;
	display: block;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	border-radius: 10px;
}
.produtoRelacionadoTitulo{
	text-align: center;
	font-size: 25px;
	width: 100%;
	color: #736F66;
	margin-top: 20px;
	display: flex;
}
.headerCarrinho{
	width: 100%;
	display: block;
	background: #e8f7f7 0% 0% no-repeat padding-box;
	height: 120px;
	position: relative;
	margin-bottom: 50px;
}
.forbabiesTable{
	width: 100%;
}
.forbabiesTable th{
	font-size: 20px;
	color: #736F66;
	font-weight: 400;
	border-bottom: 1px solid rgb(44, 44, 44);
    border-bottom: 1px solid rgba(44, 44, 44, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.forbabiesTable td{
	padding: 20px 10px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px solid rgb(44, 44, 44);
    border-bottom: 1px solid rgba(44, 44, 44, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	text-decoration: none;
}
.forbabiesTable td a{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #707070;
	text-decoration: none;
	vertical-align: middle;
}
.carrinhoImagemProduto{
	width: 70px;
	height: 70px;
	display: inline-block;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
	border-radius: 10px;
	margin-right: 20px;
}
.button{
	height: 60px;
	background: #517fa4;
	color: white;
	display: block;
	text-align: center;
	border-radius: 10px;
	text-align: center;
	font-size: 19px;
	letter-spacing: 1.3px;
	margin-top: 20px;
	padding: 15px 20px;
	border: none;
}
.buttonInverso{
	height: 60px;
	background: white;
	color: #9EB9CC;
	display: block;
	text-align: center;
	border-radius: 10px;
	text-align: center;
	font-size: 19px;
	letter-spacing: 1.3px;
	margin-top: 20px;
	padding: 15px 20px;
	margin-right: 20px;
	border: solid 1px #9EB9CC;
}
.button:hover{
	color: white;
}
.buttonInverso:hover{
	color: #9EB9CC;
}
.buttonRight{
	float: right;
}
.buttonLeft{
	float: left;
}
.checkoutTitulo{
	font-size: 25px;
	color: #9EB9CC;
	display: block;
	margin: 30px 0px;
}
.checkoutDetails input[type="text"]{
	background: #F9F9F9;
	border: 1px solid #70707033;
	border-radius: 6px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	color: #888888;
	height: 60px;
}
.tableCheckout td, .tableCheckout td a {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #707070;
}
.tableCheckout .infoText{
	font-family: 'Amaranth', sans-serif;
	margin-top: 5px;
	font-size: 18px;
	color: #736F66;
}
.tableCheckout th{
	font-weight: 400;
	text-align: left;
	font-size: 18px;
	color: #736F66;
}
#totalCompra{
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #707070;
}
hr{
	border-top: solid 1px #9EB9CC;
}
.formLogin, #formRegisto{
	width: 600px;
	margin: 50px auto 0 auto;
}
.formLogin  input[type="email"], .formLogin  input[type="password"], #formRegisto input, #questionarioForm input[type="text"]{
	background: #F9F9F9;
	border: 1px solid #70707033;
	border-radius: 6px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	color: #888888;
	height: 60px;
}
#formRegisto input[type="checkbox"]{
	height: auto;
}
#formRegisto label{
	font-weight: 400;
}
.encomendas, .personalizacaoDetalhes, .encomendaDetails, .questionario{
	width: 90%;max-width: 1197px;
	margin: 0 auto;
}

.encomendaDetails .panel-heading{
	background-color: #9EB9CC;
	border: solid 1px #9EB9CC;
	color: white;
}
.number{
	text-align: right;
}
.swiper-slideShow{
	margin-bottom: 50px;
    width: 100%;
    height: 500px;
}
.swiper-slide{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.colFooterCenter ul.list-inline{
	margin-top: 25px;
}
.colFooterCenter ul.list-inline li{
	padding: 0px;
}

.linksUteis{
	display: none !important;
}
.conteudoTexto{
	width: 90%;max-width: 1197px;
	display: block;
	margin: 0 auto;
}
a.preco{
	border: 1px solid #70707080;
	padding: 20px 45px;
	display: inline-block;
	font-size: 16px;
	color: #707070;
	border-radius: 10px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

a.preco.selected{
	background-color: #DEDEDE;
}
a.preco span{
	font-size: 16px;
	color: #707070;
	font-family: 'Raleway', sans-serif;
}
.localPreco{
	font-weight: 700;
	font-size: 16px;
	color: #707070;
	display: block;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}
.selecLocal{
	font-weight: 400;
	font-size: 13px;
	color: #F36F62;
	display: block;
	margin-top: 10px;
	font-family: 'Raleway', sans-serif;
}
.swiper-button-next, .swiper-button-prev{
    background: white;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    border: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content:'';
}
.swiper-button-prev {
	background-image: url('../images/left-arrow_v-1.0.0.png');
}
.swiper-button-next {
	background-image: url('../images/right-arrow_v-1.0.0.png');
}
.botaoCompleto{
	width: 100%;
	margin: 0 auto; left: 0; right: 0;
	border: solid 1px #736F66;
	border-top: none;
}
.badge{
	border-radius: 5px;
    position: absolute;
    z-index: 100;
    right: 12px;
	top: 2px;
    left: auto;
	font-weight: 500;
	font-size: 18px;
	color: #9EB9CC;
	background-color: white;
}
a.destaquePagina > .badge{
	right: 2px;
}
#precoAntigo{
	font-weight: 500;
	text-decoration:line-through;
	opacity: 0.5;
	color: #A9A9A9;
}
.pergunta{
	display: block;
	margin-bottom: 20px;
}
.pergunta label{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-left: 30px;
}
.tituloPergunta{
	font-size: 20px;
	margin-bottom: 0px;
	text-align: justify;
}
#numTelemovel{
	display: none;
	width: 100%;
	padding: 6px 12px;
    font-size: 14px;
}
@media (min-width: 992px) {
	.navbar-brand{
		display: none;
	}
	a.vistaRapida{
		display: block;
	}
	.botaoComprar{
		display: none;
	}
}

@media (max-width: 992px){
	body{
		font-size: 12px;
	}
	.menuTop{
		display: none;
	}
	.loginCarrinhoDispositivos{
		display: block;
		float: right;
		margin-right: 10px;
		margin-top: 12px;
	}
	.navbar{
		padding: 0;
		border: none;
	}
	.navbar img{
		max-height: 36px;
	}
	.navbar-default .navbar-nav>li{
		margin: 15px 0px;
	}
	.categoriasCentro {
		height: 200px;
		margin-bottom: 0px;
	}
	.categoriasCentro a{
		width: 120px;
		margin-right: 1%;
		height: 160px;
	}
	.nomeCategoria {
		font-size: 18px;
		bottom: 10px;
	}
	.destaquePagina{
		/*height: 200px;*/
	}
	.precoDestaque{
		font-size: 24px;
		margin-top: 0px;
	}
	.tituloProdutos ,.tituloDestaque{
		font-size: 16px;
	}
	.precoCategoria{
		font-size: 26px;
	}
	.newsletter > .container > form{
		float: none;
	}
	.newsletter > .container > form > input[type="email"]{
		width: 60%;
	}
	.newsletter > .container > form > input[type="submit"]{
		width: 30%;
	}
	.colFooterCenter .list-inline{
		margin-top: 10px;
	}
	a.vistaRapida{
		display: none;
	}
	.imagemHover{
		display: block;
		background: none;
	}
	.headerCategoria {
		height: 80px;
	}
	.tituloCategoria{	
		font-size: 28px;
		top: 20px;
	}
	.tituloQuestionario{	
		font-size: 28px;
	}
	.descricaoQuestionario{
		color: white;
		font-size: 12px;
	}
	.botaoComprarCategoria{
		display: none;
	}
	.botaoProdutoCategoria{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.botaoProdutoCategoria.botaoEsquerdo{
		border-left: solid 1px #736F66;
		border-bottom:  solid 1px #736F66;
		border-top: none;
		width: 51%;
	}
	.botaoProdutoCategoria.botaoDireito{
		border-right: solid 1px #736F66;
		border-bottom:  solid 1px #736F66;
		width: 49%;
	}
	.botaoProdutoCategoria.botaoCompleto{
		width: 100%;
	}
	.alert-success, .alert-danger {
		top: 215px;
	}
	.alert{
		padding: 10px;
	}
	.descricaoLightBox{
		font-size: 14px;
	}
	.detalhesProduto{
		padding-left: 0px !important;
	}
	.carrinhoImagemProduto{
		display: none;
	}
	.forbabiesTable th, .tableCheckout th{
		font-size: 16px !important;
	}
	.forbabiesTable td, .forbabiesTable td a, .tableCheckout td, .tableCheckout td a{
		font-size: 14px;
	}
	.button, .buttonInverso{
		font-size: 16px;
	}
	.formLogin, #formRegisto{
		width: 80%;
	}
	.colFooterRight a{
		width: auto;
	}
	.button, .buttonInverso{
		height: auto;
	}
	.newsletter > .container > span{
		margin-top: 0px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 768px){
	.alert-success, .alert-danger {
		top: 130px;
	}
	.swiper-slideShow{
		margin-bottom: 0px;
		height: 350px;
	}
	.categoriasCentro{
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 25px;
	}
	.categoriasCentro a{
		display: block;
		width: 100%;
		max-width: none;
		padding-bottom: 10px;
		border-radius: 0px;
	}
	.categoriasCentro a img{
		width: 80px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.categoriasCentro a span{
		width: 100px;
		margin: 0 auto;
		bottom: 20px;
		font-size: 24px;
	}
	.destaquePagina{
		width: 43%;
		margin-bottom: 20px;
	}
	.destaquesProd {
		display: inline-block;
		/*display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		height: 550px;*/
	}
	.backgroundDestaque{
		height: 200px;
	}
	.tituloDestaques{
		border-bottom: none;
	}
	.tituloDestaque {
		font-size: 14px;
		margin-top: 0px;
		height: 60px;
	}
	.precoDestaque {
		font-size: 14px;
		margin-top: 0px;
	}
	.newsletter > .container > form > input[type="email"]{
		width: 100%;
	}
	.newsletter > .container > form > input[type="submit"]{
		padding: 10px 5px;
		margin-top: 10px;
		width: 50%;
	}
	footer .container{
		width: 100%;
	}
	.newsletter > .container > form{
		width: 100%;
	}
	.newsletter > .container > span{
		font-size: 18px;
	}
	.tituloFooter{
		font-size: 16px;
	}
	.colFooter, .colFooter a{
		font-size: 10px;
	}
	.colFooterCenter{
		width: 100%;
		margin: 0 auto;
		display: block;
		float: none;
		border: none;
	}
	.detalhesProduto{
		max-width: 85%;
	}
	.imagemProduto{
		width: 100% !important;
	}
	.tituloLightBox{
		font-size: 30px;
	}
	.colFooterLeft, .colFooterRight{
		display: none;
	}
	.imagensRelacionadas{
		display: none;
	}
	.descricaoProduto{
		font-size: 12px;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.breadcrumb>.active{
		font-size: 14px;
	}
	.tituloLightBox{
		font-size: 22px;
		margin-top: 15px;
	}
	.precoLightBox{
		margin-top: 10px;
		font-size: 28px;
	}
	.submeterLightBox{
		margin-left: 10px;
	}
	.descricaoProduto{
		margin-top: 20px;
		padding: 15px;
	}
	.botaoProdutoCategoria{
		height: 70px;
		line-height: 70px;
		font-size: 18px;
	}
	.imagemProdutoCategoria img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.linksUteis{
		display: block !important;
	}
	.botaoProdutoCategoria.botaoEsquerdo{
		width: 41%;
		margin-left: 10%;
	}
	.botaoProdutoCategoria.botaoDireito{
		width: 39%;
		margin-right: 10%;
	}
	.botaoProdutoCategoria.botaoCompleto{
		width: 80%;
		margin: 0 auto; left: 0; right: 0;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.badge{
		right: 52px;
		font-size: 20px;
	}
}