/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* Generics CSS */
* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}
.alignCenter{
	text-align: center;
}
.inline{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}


/* width classes */
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w65{width:65px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w150{width:150px !important;}
.w180{width:180px !important;}
.w200{width:200px!important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w350{width:350px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}

/* responsive width classes */
.rw15-or-100{width:15%;} /* 30% ou 100% (O 100% é definido por media-queries!) */
.rw30-or-100{width:30%;} /* 30% ou 100% (O 100% é definido por media-queries!) */
.rw50-or-100{width:50%;} /* 50% ou 100% (O 100% é definido por media-queries!) */
.rw60-or-100{width:60%;} /* 60% ou 100% (O 100% é definido por media-queries!) */


/* height classes */
.h20{height:20px !important;}
.h50{height:50px !important;}
.h100{height:100px !important;}
.h150{height:150px !important;}
.h200{ height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}
.h550{height:550px !important;}
.h600{height:600px !important;}
.h650{height:650px !important;}
.h700{height:700px !important;}
.h750{height:750px !important;}
.h800{height:800px !important;}

.hidden{display:none !important;}


/* Global/Base CSS */

html { font-size: 62.5%; }

body {
	color: #787878;
	font: 1.5rem 'ReplicaPro-Light', sans-serif;
	line-height: 1.8rem;
}

html, body {
	height:100%;
	margin:0;
	color:#000;
	background: transparent;
}
h1 {
	font: 2.7rem 'ReplicaPro', sans-serif;
	line-height:2.7rem;
	font-weight:600;
	text-align:left;
    color: #1d1d1b;
}

h2 {
	font-size:2rem;
	line-height: 2.0rem;
	font-weight: normal;
	vertical-align: top;
}

h2 span.small {
	display: block;
	font-size: 1.8rem;
	line-height: 1.8rem;
}

h3 {
	font-size: 2.5rem;
	font-weight:600;
	color:#4d4d4d;
	padding-top: 2rem;
	padding-bottom: 3rem;
	text-transform: uppercase;
}

h4 {
	font-size: 1.6rem;
	padding-top: 0px;
	padding-bottom: 0px;
}

h5 {
	font-size: 1.4rem;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

h6 {
	font-size: 1.4rem;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	font-size:1.8rem;
	line-height:2rem;
	padding-bottom: 12px;
	text-align: justify;
	color:#4d4d4d;
}

li {
	padding-bottom: 12px;
	text-align: justify;
}

a *{
	cursor:pointer;
}

a {
	color: #0072c6;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #0072c6;
	text-decoration:none;
	outline:0;
}

h2 a {
  color: #0072c6;
}

h2 a:hover {
  color: #0072c6;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #0072c6;
	text-decoration: underline;
}

textarea, input, select, submit {
/*	font: 14px 'Open Sans', sans-serif;*/
	font: 1.3rem 'Exo',  sans-serif;
	outline: none;
}

textarea { resize: none; }

fieldset{
  border:0;
  display:block;
}

fieldset > legend{
  white-space:normal; /* firefox fix */
}


video, div.novideo
{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('/videos_user/jh_intro.jpg') no-repeat center center;
	background-size: cover;
}

div.socialnetwoks-mobile
{
	position: fixed;
	left: 0;
	bottom: 1rem;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	text-align: center;
}

#main-header .socialnetwoks-desktop {
	width: auto;
	xz-index: 99;
	text-align: center;
}



#outer-page-div { width:100%; xheight:100%; position:relative; }

#page-container { width:100%; display:block; /* display:table; */ text-align:center; }

header#main-header{
	position: fixed;
	text-align: center;
	width: 100%;
	background: url('/images/bg_header.jpg') repeat-x;
	z-index: 99;
	height: 13.2rem;
}

#header_wrapper{
	width: 133rem;
	height: 100%;
    margin: 0 auto;
}

#header-titlebar{
	height: 7.6rem;
}

.content-wrapper{
	max-width: 1530px;
	margin: 0 auto;
}

/* PESQUISA HEADER */

#header-toolbox-mobile{
	display: none;
}

#pesquisaHdr-mobile{
	display: none;
}

#pesquisaHdr {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	float: left;
	width: 39.2rem;
	/*height: 40px;*/
	background-color: #fff;
	border: 2px #808080 solid;
	margin:1.4rem 0rem 0rem 7rem;
	padding: 0;
}

#pesquisaHdr > form > span, #pesquisaHdr > input{
	vertical-align: top;
}

#pesquisaHdr input#global-search-term {
	border: 0px none #fff;
	padding: 5px 0px 5px 0px;
	color: #666;
	font-family: Cuprum, sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 353px;
	height: 18px;
	margin: 5px 2px 5px 7px;
}

#pesquisaHdr input#global-search-term.loading{
	background: url('/images/ajax-loader-ss.gif') transparent no-repeat 98% center;
}

#pesquisaHdr input#global-search-button {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/images/lupa-pesquisa.jpg') transparent no-repeat;
	border: 0;
	cursor: pointer;
	margin: 7px 5px 0px 0px;
	vertical-align: top;
}



#jquery-live-search {
	font-family: 'Exo', sans-serif;
	background: #fff;
	padding: 0px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	border: 1px solid #cccccc;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	z-index: 99990;
}

#jquery-live-search h2{
	font-size:1.5rem;
}

#jquery-live-search p {
	font-size:1.3rem;
}

.prodDescLiveSearch{
	width: 67%;
}

.prodNomeLiveSearch p{
	font-size:1.3rem;
	text-align:left;
}

.precoRealProduto{
	font-size:1.3rem;
	text-align:right;
}

header#main-header #header-logotipo h1 {

}

header#main-header .c-hamburger span {
	background-color: #fff;
}

header#main-header .c-hamburger span::before, header#main-header .c-hamburger span::after {
	background-color: #fff;
}

header#main-header .c-hamburger--htx.is-active span {
	background-color: inherit;
}

#main-header #header-lang-chooser {
	display: inline-block;
	padding: 1.5rem 0rem 2rem 3rem; /*2.5rem 0rem 3rem 3rem;*/
	text-transform: uppercase;
	letter-spacing: -.1rem;
}

#main-header #header-lang-chooser ul li{
	display: inline-block;
}

#main-header #header-lang-chooser ul li a{
	padding: 0.1rem 0.4rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;

}
#main-header #header-lang-chooser ul li.selected a{
	color: #000;
}

#main-header #header-lang-chooser ul li:after {content:"|"; font-size: 1.2rem;color: #ccc; padding: 0.1rem 0.3rem;}
#main-header #header-lang-chooser ul li:last-child:after {content:none}



#main-header #header-logotipo{
	background:url('/images/logo_mde.png') no-repeat 0% 80%;
	display: inline-block;
	width: 22rem;
	padding:1rem 0rem 0rem 6rem;
}


#main-header #menu{
	display: inline-block;
	width: 10%;
}

#menu-3tracos{
	display: inline-block;
    vertical-align: top;
    width: 6%;
    height: 45px;
    text-align: right;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-top: 2.6rem;
}

#menu-3tracos p{
	text-align:right;
	color:#fff;
}

#likeBoxFacebook{
	display:inline-block;
}

/*#menu-3tracos {
	display: inline-block;
	vertical-align: top;
	width: 6%;
	height: 70px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}*/

#div-menu-mobile{
	display:none;
}

#header-toolbox{
	display: inline-block;
	float: right;
	width:25rem;
	padding: 0; /*2.5rem 0rem 3rem 3rem;*/
	vertical-align: top;
}

#header-account{
	width: 9rem;
	height: 35px;
	background: url('/images/bt_header_account.png') transparent no-repeat 0% 65%;
	padding:1.5rem 0rem 0rem 3rem;
	text-align:left;
	font-size:1.5rem;
	line-height:1.5rem;
	color:#808080;
}


#header-shoppingcart-list {
	width: 9rem;
	height: 35px;
	background: url('/images/bt_header_shoppingcart.png') transparent no-repeat 0% 65%;
	padding:1.5rem 0rem 0rem 3rem;
	text-align:left;
	font-size:1.5rem;
	line-height:1.5rem;
	color:#808080;
}

#header-shoppingcart-list #qtdCart {
	display: block;
	position: absolute;
	top: 27px;
	right: -6px;
	xz-index: 100;
	width: 12px;
	height: 12px;
	background-color: #0971c3;
	text-align: center;
	color: #fff;
	line-height: 12px;
	font-weight: normal;
	font-size: 0.9rem;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}


/* BLOCO RESUMO DE COMPRAS */
#resumoCompras {
	display: none;
	width: 384px;
	background: transparent;
	position: absolute;
	right: -10px;
	top: -10px;
	xz-index: 9999999;
	font-size: 1.2rem;
}

#painelHeaderSeta {
width: 100%;
height: 22px;
background: url('/assets/css/images/setaCompras.png') transparent no-repeat 310px 15px;
}
.painelHeader {
width: 100%;
height: 5px;
background: #fff;
}
#subPainel {
	background: #FFF;
	-webkit-box-shadow: 0px 2px 3px 1px #ccc;
	-moz-box-shadow: 0px 2px 3px 1px #ccc;
	box-shadow: 0px 2px 3px 1px #ccc;
	border: 1px solid #bbb;
}

#lstProdutosResumoCart {
display: inline-block;
width: 100%;
background: #F4F4F4;
border-bottom: 1px solid #fff;
}
#lstProdutosResumoCart li {
display: inline-block;
padding: 7px 11px;
}
.imgProdutoResumoCart {
display: inline-block;
width: 40px;
height: 30px;
margin: 5px 5px 5px 0px;
}
.nomeProdutoResumoCart {
display: inline-block;
width: 217px;
height: 40px;
margin-right: 5px;
vertical-align: top;
}
.qtdPrecosProdutoResumoCart {
display: inline-block;
width: 86px;
height: 40px;
vertical-align: top;
}
.qtdPrecosProdutoResumoCart div {
text-align: right;
}

.precoRealProduto {
font-size: 13px;
xfont-weight: bold;
}

.emPromo {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	xpadding-left: 24px;
	padding-top: 2px;
	line-height: 16px;
	/*background: url('/images/ico_promocao.png') transparent no-repeat left center;*/
}

#valoresResumoCart {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 376px;
height: 45px;
margin: 4px;
}
#valoresResumoCart div {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 219px;
font-size: 15px;
padding: 18px 0px;
}
#valoresResumoCart #valoresResumoCartLftSd {
margin: 0px 3px 0px 12px;
text-align: left;
}
#valoresResumoCart #valoresResumoCartRghtSd {
width: 132px;
margin: 0px 3px 0px 3px;
text-align: right;
}
#verCart {
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
width: 372px;
background: #494949;
margin: 6px;
text-align: center;
font-family: 'Exo', sans-serif;
font-size: 1.5rem;
font-weight: bold;
padding: 6px 0px;
}
#verCart a {
color: #FFF;
text-decoration: none;
}



#cart_message{
	display: none;
	overflow:visible;
	position:fixed;
	z-index: 1020;
	color:#fff;
	background-color: #4d4d4d;
	left:0;
	top:0;
	text-align:center;
	padding:1.9rem;
	width:100%;
}
#cart_message p{
	padding: 0.8% 0%;
	font-size: 1.6rem;
	text-align: center;
	color:#fff;
}
#cart_message p span#item_name{
	font-size: 1.8rem;
	text-shadow: 2px 2px #009;
	color:#fff;
}

#cart_message a{
	color:#fff;
}

#quero-registar{
	width:100%;
	margin:0 auto;
	height:61.5rem;
	background:url('/images/fundo-registar.jpg') no-repeat top center;
	padding:0;
}

#quero-registar_wrapper{
	max-width:30%;
	float:right;
	padding:5% 10% 1% 0%;
}

#quero-registar_wrapper h1{
	font-weight:600;
	font-size:3rem;
}

#quero-registar_wrapper h2{
	font-weight:200;
	font-size:2.5rem;
	line-height:3rem;
	padding-bottom:2rem;
}

#quero-registar_wrapper span{font-weight:600;}

.button-style-registar {
    display: inline-block;
    padding: 2.5rem 1.6rem 1.5rem 3.5rem;
    font-size: 2.5rem;
    text-transform: none;
    line-height: 2rem;
    background-color: #000;
    border: 1px solid #000;
    width: 27.7rem;
    height: 3rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    vertical-align: top;
    text-transform: uppercase;
}


.button-style-registar:hover {
    background: transparent;
	color:#000;
}


/* FIM BLOCO RESUMO DE COMPRAS */

#content {
	padding-top:13.2rem;
}

#withpadding-container{
	/*padding: 1.0rem 1.0rem 1.0rem 1.0rem;*/
	padding: 3.5rem;
	text-align:left;
}

/*#withpadding-container h3{
	font-size: 1.5rem;
}*/

div.contentListNoResults{
	min-height: 400px;
	padding-top: 130px;
	text-align: center;
}

div#notFoundContainer{
	min-height: 400px;
	padding-top: 130px;
	text-align: center;
}



#categorias {
	width:100%;
	background:#fff;
	text-align:center;
}

#categorias_wrapper{
	max-width:1530px;
	margin: 0 auto;
	height:auto;
	padding:6rem 0rem;
}

#categorias h3{
	font: 3.5rem 'ReplicaPro';
    line-height: 4rem;
    font-weight: 800;
    text-align: center;
    color: #333;
	text-transform:uppercase;
}

#categorias p{
	text-align:center;
}


#blocos-categorias{
	max-width:155rem;
	margin-bottom:10rem;
}

.bloco-categorias-item{
	width:25rem;
	height:55rem;
	display:inline-block;
	vertical-align:top;
	padding:2rem;
	margin:2rem 1rem 0rem 0rem;
	border:1px solid #cfcfcf;
}

#blocos-categorias .bloco-categorias-item h3{
	font-size:2rem;
	line-height:2.5rem;
	font-weight:600;
	color:#333;
	text-transform:none;
	text-align:left;
	padding:0.5rem 0rem;
}

#blocos-categorias .bloco-categorias-item h3 span{
	display:block;
	font:1.6rem 'ReplicaPro-Light';
	line-height:2rem;
	font-weight:200;
	color:#4d4d4d;
	text-transform:none;
	text-align:left;
}

.bloco-categorias-imagem{
	display:block;
	height:34rem;
	padding-top:5rem;
}

.bloco-categorias-desde{
	display:block;
	background:url('/images/bg_categorias_desde.jpg') no-repeat bottom right;
	height:8rem;
	text-align:right;
	padding-right:1rem;
}

#blocos-categorias .bloco-categorias-desde p{
	font:1.5rem 'ReplicaPro-Light';
	line-height:2rem;
	text-align:right;
	color:#4d4d4d;
}

#blocos-categorias .bloco-categorias-desde span{
	display:block;
	font:2.5rem 'ReplicaPro';
	line-height:2rem;
	font-weight:600;
	text-align:right;
	color:#333;
}






#distingue {
	width:100%;
	padding-top:10rem;
	height:auto;
	background:#f5f5f5;
	text-align:center;
}

#distingue_wrapper{
	max-width:156rem;
	height:auto;
	margin:0 auto;
}

#distingue p{
	text-align:center;
	padding-bottom:3rem;
}

#distingue h3{
	font: 3.5rem 'ReplicaPro';
    line-height: 4rem;
    font-weight: 800;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

#blocos-distingue {
	text-align:center;
}

#bloco-distingue-variedade{
	background:url('/images/bg_distingue_variedade.jpg') no-repeat top left;
	width:29.7rem;
	height:72rem;
	display:inline-block;
	vertical-align:top;
	padding:3rem;
	margin:0rem 2rem 0rem 0rem;
}

#bloco-distingue-variedade h3{
	text-align:left;
	color:#fff;
	padding-bottom:43rem;
}

#bloco-distingue-variedade p{
	font-size:1.8rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
}

#bloco-distingue-precos{
	background:url('/images/bg_distingue_preco.jpg') no-repeat top left;
	width:29.7rem;
	height:72rem;
	display:inline-block;
	vertical-align:top;
	padding:3rem;
	margin:0rem 2rem 0rem 0rem;
}

#bloco-distingue-precos h3{
	text-align:left;
	color:#fff;
	padding-bottom:43rem;
}

#bloco-distingue-precos p{
	font-size:1.8rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
}

#bloco-distingue-rapidez{
	background:url('/images/bg_distingue_rapidez.jpg') no-repeat top left;
	width:29.7rem;
	height:72rem;
	display:inline-block;
	vertical-align:top;
	padding:3rem;
	margin:0rem 2rem 0rem 0rem;
}

#bloco-distingue-rapidez h3{
	text-align:left;
	color:#fff;
	padding-bottom:43rem;
}

#bloco-distingue-rapidez p{
	font-size:1.8rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
}

#bloco-distingue-variedade p span{
	font-weight:800;
}

#bloco-distingue-precos p span{
	font-weight:800;
}

#bloco-distingue-rapidez p span{
	font-weight:800;
}

#bloco-distingue-apoio p span{
	font-weight:800;
}

#bloco-distingue-apoio{
	background:url('/images/bg_distingue_apoio.jpg') no-repeat top center;
	width:29.7rem;
	height:72rem;
	display:inline-block;
	vertical-align:top;
	padding:3rem;
	margin:0rem 0rem 20rem 0rem;
}

#bloco-distingue-apoio p{
	font-size:1.8rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
}

#bloco-distingue-apoio h3{
	text-align:left;
	color:#fff;
	padding-bottom:39rem;
}

/* FOOTER */

footer#main-footer {
	width:100%;
	clear:both;
	background: url('/images/bg_rodape.jpg');
	color: #fff;
	text-align: left;
	z-index: 10;
	height:87.2rem;
}

footer#main-footer .content-wrapper{
	width: 85rem;
	text-align:left;

}

#texto-rodape{
	display:inline-block;
	width:30rem;
	padding:14rem 4rem 0rem 4rem;

}

#texto-rodape p{
	color:#e0e0e0;
	font-size:1.3rem;
	line-height:1.6rem;
	text-align:left;
}

#container-info-contactos{
	width: 35rem;
	vertical-align:top;
	text-align: left;
	background:#fff;
	padding:3rem;
	margin-top:12rem;
	color:#4d4d4d;
}

#container-info-contactos h3{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:600;
	padding:0.5rem 0rem;
}

#container-info-contactos p{
	font-size:1.2rem;
	line-height:1.4rem;
	font-weight:200;
}

#container-info-contactos span{
	text-shadow:none;
	display:block;
}

#footer-logotipo{
	background:url('/images/logo_mde.png') no-repeat 0% 10%;
	display: inline-block;
	width: 22rem;
	padding:1rem 0rem 5rem 6rem;
}


.footerMenuOrcamentos{
	padding-top: 1.7rem;
}


#container-copyrights{
	padding: 2% 0;
	color: #3b3b3b;
	font-size: 1.2rem;
	text-transform:uppercase;
}

#container-copyrights span{
	font-weight:900;
}

#container-abstract{
	padding: 1.4rem 1.4rem;
	color: #3b3b3b;
	background-color: #fff;
}
#container-abstract, #container-abstract p{
	text-align: center;
}

#title-categoria{
	height:71px;
}

/******************************************************************************/
/* DIALOGS                                                                    */
/******************************************************************************/
.ui-input-style1 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	padding: 0px 10px !important;
	margin-bottom: 5px;
	color: #5a86a3;
	height: 34px;
   background-color: #fff;
}
input.ui-input-style1, select.ui-input-style1, button.ui-input-style1{
  line-height:28px;
}

.ui-box-wizard-button {
	border: 0px solid white;
	color: #333;
	height: 30px;
	width: 123px;
	cursor: pointer;
	border-image: initial;
}
.ui-box-wizard-button span {
	visibility: hidden;
}

.ui-box-prosseguir-button {/*background: transparent url(images/bt_prosseguir.png) no-repeat;*/}
.ui-box-retroceder-button {/*background: transparent url(images/bt_retroceder.png) no-repeat;*/}
.ui-box-finalizar-button {/*background: transparent url(images/bt_finalizar.png) no-repeat;*/}
.ui-box-sair-button {/*background: transparent url(images/bt_sair.png) no-repeat;*/}


/******************************************************************************/
div.blockBar{
	display: block;

}

hr.separador-style1{
/* linha cinza com sombra branca */
	border: 0;
	height: 1px;
	background: #c0c0c0;
	box-shadow: 0px 1px 0px #ffffff;
}

.button-style1{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	margin: 0px;
	padding: 4px 24px;
	font-size: 15px;
	line-height: 15px;
	background-color: #fff;
	border: 1px solid #d5d5d6;
	color: #838384;
	text-transform: lowercase;
	cursor: pointer;
}

.button-style1:hover{
	background-color: #616161;
	border: 1px solid #616161;
	color: #e6e6e6;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


.button-style2 { /*button com 2 linhas de texto */
padding: 4px 10px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
min-width: 100px;
height: 30px;
background-color: #9eed0c;
font-size: 16px;
line-height: 16px;
text-align: left;
vertical-align: middle;
border: 1px solid #6fa906;
text-transform: lowercase;
}
.button-style2 span.smallline{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}

.messageBox{
	margin: 5px 0px;
	padding:8px;
	font-size: 14px;
}

.errorMessages{
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px dashed #F00000;
}

.errorMessages > li{
	list-style-type:square !important;
	list-style-position:inside !important;
	color: #FF4D4D;
}
.errorMessages > li a{
	color: #FF4D4D;
}

.infoMessages{
	border: 1px solid #00a401;
	background: #99ff9a;
}

.infoMessages p{
	color:#00a401 !important;
	padding-bottom: 0px !important;
}


#paginas {
	display: block;
    width: 100%;
    margin: 40px 0px 0px 0px;
    text-align: right;
}


#moradaCliente {
	padding-top:40px;
}

#moradaEntrega {
	padding-top:40px;
}





#faixa-pesquisa{
	width:100%;
	text-align:center;
	margin: -60px auto;
}

#container-produtosdestaque{
	padding-top:2%;
	background:#f5f5f5;
	width:100%;
	margin:0 auto;
}

#ajuda{
	display:inline-block;
	background:url('/images/chat.png') no-repeat;
	width:20%;
	height:200px;
	vertical-align:top;
}

#destaques{
	max-width:1300px;
	margin:0 auto;
	text-align:center;
}

#destaques-index{
	display:inline-block;
	text-align:center;
	width:68%;
	padding: 2% 0% 2% 0%;
}

#destaques-index p{
	text-align:center;
	font-weight:200;
}

.produtosList{
	background:#f5f5f5;
	max-width:1530px;
	margin:0 auto;
	padding-bottom:40px;
}


.produto{
	padding-bottom:0px;
	position: relative;
	background:#fff;
	width:290px;
	height:380px;
	display:inline-block;
	vertical-align:top;
	margin:0px 11px 11px 0px;
}

.prodImg{
	padding:10px;
	height:35%;
	text-align:center;
}

.prodImgExclusivo{
	background:url('/images/sticker-exclusivo.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

.prodImgNovidade{
	background:url('/images/sticker-novidade.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

.prodImgExclusivoNovidade{
	background:url('/images/sticker-exclusivo-novidade.jpg') no-repeat 96% 10%;
	padding:10px;
	height:35%;
}

span.sticker-promo {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 25px;
    height: 120px;
    z-index: 10;
}

.prodDesc{
	height:27%;
	text-align:center;
	padding:0px 10px 0px 10px;
}

.prodDesc span{
	font-size: 1.3rem;
	text-align:center;
	line-height: 2rem;
	font-weight:200;
}

.prodDesc p{
	font-size: 1.7rem;
	text-align:center;
	line-height: 2rem;
	font-weight:400;
	color:#4d4d4d;
}

.prodPreco{
	vertical-align:top;
	text-align:center;
	height:30%;
}

.priceOld{
	color:#666;
    text-decoration: line-through;
	font-size: 1.66rem;
}

.priceCurrent{
	font-size: 3.1rem;
	font-weight:800;
	line-height: 3.5rem;
	color:#666;
	display:block;
}

.priceCurrentSP{
	text-align:center;
	font-size: 3.1rem;
	font-weight:800;
	line-height:130%;
	color:#666;
	display:block;
	padding-top:16px;
}

.priceIVA{
	text-transform:uppercase;
	color:#b3b3b3;
	display:block;
	width:100%;
}

.priceDesconto{
	font-size: 1.5rem;
	padding:1rem 0rem 0rem 0rem;
	margin:0rem 1rem 1rem 0rem;
	color:#fff;
	width:42px;
	height:32px;
	display:block;
	background: #1a1a1a;
	text-align:center;
	float:right;
}


#headerCtg{
	background: url('/images/fundo-header-ctg.jpg') repeat-x;
	width:100%;
	height:185px;
	margin:0 auto;
}

#headerCtg-wrapper{
	max-width:1590px;
	margin:0 auto;
}

#atual-ctg{
	background: url('/images/fundo-ctg-atual.jpg') no-repeat;
	width:34%;
	min-width:400px;
	height:185px;
	text-align:left;
	vertical-align:top;
	display:inline-block;
}

#atual-ctg h2{
	text-transform:uppercase;
	font-size:1.75rem;
	font-weight:200;
	padding:8px 0px 0px 20px;
}

#atual-ctg h1{
	padding-top:12%;
	text-transform:uppercase;
	font-size: 1.36rem;
	line-height: 1.36rem;
	font-weight:400;
}

#atual-ctg span{
	display:block;
}

#img-ctg{
	padding:7px 0px 0px 5px;
	display:inline-block;
}

#titulo-ctg{
	display:inline-block;
	vertical-align:top;
	padding-top:5%;
	text-align:left;
}

#outras-ctg{
	background: url('/images/fundo-ctg-atual.jpg') no-repeat;
	min-width:312px;
	height:185px;
	text-align:left;
	width:64%;
	vertical-align:top;
	display:inline-block;
}

#outras-ctg h2{
	text-transform:uppercase;
	font-size:1.75rem;
	font-weight:200;
	padding:8px 0px 0px 20px;
}

#outras-ctg-nome1{
	margin-top:15px;
	margin-left:10px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra1.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;
}

#outras-ctg-nome10 span{
	display:block;
}

#outras-ctg-nome10{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra10.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;
}

#outras-ctg-nome1 span{
	display:block;
}

#outras-ctg-nome2{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra2.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome2 span{
	display:block;
}

#outras-ctg-nome3{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra3.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome3 span{
	display:block;
}

#outras-ctg-nome4{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra4.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome4 span{
	display:block;
}

#outras-ctg-nome5{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra5.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome5 span{
	display:block;
}

#outras-ctg-nome6{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra6.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome6 span{
	display:block;
}

#outras-ctg-nome7{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra7.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome7 span{
	display:block;
}

#outras-ctg-nome8{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra8.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome8 span{
	display:block;
}

#outras-ctg-nome9{
	margin-top:15px;
	padding-top:53px;
	width:68px;
	height:79px;
	background:url('/images/fundo-outra9.jpg') no-repeat;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 0.88rem;
	text-align:center;
	line-height: 1rem;

}

#outras-ctg-nome9 span{
	display:block;
}



#chat-ctg{
	display:none;
	width:17%;
	min-width:260px;
	background: url('/images/fundo-chat-ctg.jpg') no-repeat;
	vertical-align:top;
	xdisplay:inline-block;
	height:185px;
}

#chat{
	width:17%;
	min-width:227px;
	background: url('/images/chat.png') no-repeat;
	vertical-align:top;
	display:inline-block;
	height:150px;
}

#links-rodape{
	padding-left:2%;
	padding-right:2%;
}

#copy{
	display:inline-block;
	width:15%;
	vertical-align:top;
	text-align:left;
	font-weight:300;
}

#termos{
	display:block;
	width:100%;
	vertical-align:top;
	text-align:left;
	font-weight:400;
	padding-bottom:4rem;
}

#wdnostri{
	display:inline-block;
	width:15%;
	vertical-align:top;
	text-align:right;
	font-weight:800;
}

#search_mde{
	background: url('/images/bt_header_search_white.png');
	width:24px;
	height:21px;
	line-height: 34px;
}

#filterContainer{
	width: 100%;
	min-height: 16px;
    max-width: 1530px;
	margin: 0 auto;
}

#searchResumeContainer{
	padding-top: 8px;
	width: 100%;
	min-height: 16px;
    max-width: 1590px;
	margin: 0 auto;
	text-align: left;
}

#catname-block{
	float: left;
	text-align: left;
}

#catname-block p{
	padding: 5px 0 0 0;
	color: #787878;
	text-transform: uppercase;
}

.filtersubblock p{
	padding: 0 8px 0 25px;
	display:inline-block;
}

.filtersubblock select{
	padding: 3px 10px;
	border: 0px none;
}

#filter-block, #sort-block{
	float: right;
}

#subcategoriasList{
	margin-top: 0;
	background-color: #f8f8f8;
}
.subcategoriasListWrapper{
	width: 100%;
    max-width: 1530px;
	margin: 0 auto;
	text-align: left;
}

.openmenucol{
	display:inline-block;
	vertical-align:top;
	margin-right: 16px;
}

.imgProdutoLiveSearch{
	display:inline-block;
    width: 10%;
}

.prodDescLiveSearch{
	display:inline-block;
	padding-top:1%;
}

.prodNomeLiveSearch{
/*	font-size: 140%;*/
}

.qtdPrecosProdutoLiveSearch{
	display:inline-block;
    width: 18%;
    text-align: right;
}

.seo-text{
	padding:1% 5% 2% 5%;
	text-align:center;
}

#razoes-titulo{
	display:inline-block;
	vertical-align:top;
	padding:2rem 0rem 4rem 0rem;
}

#razoes-titulo2{
	display:inline-block;
	vertical-align:top;
	padding:0;
}

#razoes-titulo2 h3{
	display:block;
	font-size:3rem;
	font-weight:600;
	text-transform:none;
}

#razoes-titulo2 p{
	display:block;
	font-size:2.5rem;
	line-height:3rem;
	font-weight:300;
}

#razoes-titulo h2{
	display:inline-block;
	vertical-align:top;
	font-size:7rem;
	color:#000;
	font-weight:800;
}

#pf1{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf1.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
}

#pf1 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf1 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf1 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

#pf2{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf2.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
}

#pf2 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf2 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}



#pf3{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf3.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
}

#pf3 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf3 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf4{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf4.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
}

#pf4 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf4 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf4 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

#pf5{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf5.png') #cd1232 no-repeat top center;
	text-align:center;
	width:12.5rem;
	height:7rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
}

#pf5 h1{
	color:#fff;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf5 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
	color:#fff;
}

#pf5 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

#pf4 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}


#pf6{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf6.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
	color:#000;
}

#pf6 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf6 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf7{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf7.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
	color:#000;
}

#pf7 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf7 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}


#pf8{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf8.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
	color:#000;
}

#pf8 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf8 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf8 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

#pf9{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf9.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
	color:#000;
}

#pf9 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf9 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf9 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

#pf10{
	display:inline-block;
	vertical-align:top;
	background:url('/images/pf10.png') no-repeat top center;
	text-align:center;
	width:11.5rem;
	height:12rem;
	padding: 7rem 1.4rem 3rem 1.4rem;
	color:#000;
}

#pf10 h1{
	color:#000;
	font-size:2rem;
	font-weight:600;
	line-height:2rem;
	padding:0;
}

#pf10 p{
	font-size:1.6rem;
	text-align:center;
	font-weight:300;
	line-height:1.8rem;
}

#pf10 span{
	font-size:1.6rem;
	text-align:center;
	font-weight:600;
	line-height:1.8rem;
}

.stickers{
	display:none;
}

#container-desconto-info-mobile p.price_info_note{
	padding-left: 1.3rem;
	font-size: 1.2rem;
	text-align: left;
}

#termos a{
	font-weight:600;
}

#texto-rodape a{
	font-weight:600;
	color:#fff;
}