@charset "UTF-8";

/** START BASE **/

.xdebug-var-dump {
	letter-spacing:normal !important;
}

.clear:before, .clear:after,
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}

.clear:after,
.clearfix:after {
	clear:both;
}

.hideMobile {
	display:none;
}

.printOnly {
	display:none;
}
.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearsafari {
	width:100%;
	width:calc(0px);
}
* {
	outline:none !important;
}

html {
	font-size: 62.5%;
	overflow-x:hidden;
}
html.tpl-embed-gca .wrapperMain {
	padding: 0;
}

body {
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	background-color: #F4F3F1;
	color: #000000;
	box-sizing: border-box;
}

::-moz-selection { background: #000000; color: #FFFFFF;}
::-webkit-selection { background: #000000; color: #FFFFFF;}
::-ms-selection { background: #000000; color: #FFFFFF;}
::-o-selection { background: #000000; color: #FFFFFF;}

a { text-decoration: none; color: #000000; }
a:link {}
a:visited {}
a:hover {}
a, a:focus, :focus {}

a img {
	border:none;
}

img { vertical-align: middle; }

h1,h2,h3,h4,h5,h6 { font: 500 13px/100% 'futura-pt', Arial, Helvetica, sans-serif; color: #000000; }

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; margin-bottom: 5px; }
h1,h2,h3 { margin:0 0 15px 0; }

abbr, acronym { border-bottom:1px dotted #000000; cursor:help; } 
em { font-style: italic; }
strong { font-weight: 700; }
blockquote, ul, ol, dl {}
ol, ul, dl {}

ol li { list-style: decimal inside; }
ul li { list-style: disc inside; }

dl dd { margin-left:1em; }
th, td { border:0; padding:.5em; }
th { font-weight:700; text-align:center; }
p, fieldset, table { margin-bottom:1em; }
textarea { resize: vertical; }
hr {
	height: 1px;
	margin: 20px 0;
	padding: 0;
	color: #F00;
	background-color: #E8E8E8;
	border: 0;
	clear: both;
}

table {
	border-spacing: 0;
	border-collapse: separate;
}
table th, table td { padding:0; }
table caption { display:none; }
.displayCaption { display:table-caption; }

input[type='text'],
input[type='password'],
textarea,
select {
	display:inline-block;
	margin:0 0 5px 0;
	padding:5px 10px;
	background:#FFFFFF;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	border-radius:5px;
	color:#333333;
}

.newbtnsubmit {
	display:inline-block;
	margin:0;
	padding:10px 20px 11px 20px;
	color:#FFFFFF;
	border:0;
	background-color:#FF6600;
	font:400 17px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius:3px;
	text-transform:capitalize;
	text-align:center;
	-webkit-transition: background-color 100ms ease-in 100ms;
	-moz-transition: background-color 100ms ease-in 100ms;
	-o-transition: background-color 100ms ease-in 100ms;
	transition: background-color 100ms ease-in 100ms;
}
.newbtnsubmit[disabled] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.newbtnsubmit[disabled]:hover {
	background-color:#FF6600;
}
.newbtnsubmit:hover, .newbtnsubmit:focus {
	background-color: #E65B00;
}
#frmNew td {
	padding-bottom:5px;
}

.perc_15 { width:15%; }
.perc_15_important { width:15% !important; }
.perc_20 { width:20%; }
.perc_20_important { width:20% !important; }
.perc_25 { width:25%; }
.perc_25_important { width:25% !important; }
.perc_30 { width:30%; }
.perc_30_important { width:30% !important; }
.perc_35 { width:35%; }
.perc_35_important { width:35% !important; }
.perc_40 { width:40%; }
.perc_40_important { width:40% !important; }
.perc_45 { width:45%; }
.perc_45_important { width:45% !important; }
.perc_50 { width:50%; }
.perc_50_important { width:50% !important; }
.perc_55 { width:55%; }
.perc_60 { width:60%; }
.perc_75 { width:75%; }
.perc_75_important { width:75% !important; }
.perc_80 { width:80%; }

.floatLeft{ float:left; }
.floatRight{ float:right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignRight_important { text-align: right !important; }
.posRelative { position: relative; }
.posBottom { position: absolute; bottom: 0; }
.posRight { position: absolute; right: 0; }
.marginTop { margin-top: 10px; }
.marginBottom { margin-bottom: 10px; }
.marginRight { margin-right: 10px; }
.marginLeft { margin-left: 10px; }
.underline {text-decoration: underline; }
.wrapper { max-width: 1020px; width: calc(100% - 30px); margin: 0 15px; }
.wrapperMain { width: 100%; margin: 0 15px; padding: 40px 0 70px 0; letter-spacing:normal; }
body.tpl-detalhes-produto .wrapperMain { max-width:1020px; margin:0 auto; }
.block { display:block; }
.inline-block { display:inline-block; }
img.autoscale { max-width:100%; max-height:100%; }
.bold { font-weight:700; }
.italic { font-style:italic; }
.noPadding { padding:0; }
.noPaddingImportant { padding:0 !important; }
.noMargin { margin:0; }
.noMarginImportant { margin:0 !important; }
.noBorder { border:0; }
.noBorderImportant { border:0 !important; }
.capitalize { text-transform:capitalize; }
.cursorPointer { cursor:pointer; }

.transition.t-ultra {
	-webkit-transition: color 75ms ease-in-out, background 75ms ease-in-out, opacity 75ms ease-in-out;
	-moz-transition: all 75ms ease-in-out;
	-ms-transition: all 75ms ease-in-out;
	-o-transition: all 75ms ease-in-out;
	transition: all 75ms ease-in-out;
}
.transition.t-fastest {
	-webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
	-moz-transition: all 125ms ease-in-out;
	-ms-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}
.transition.t-faster {
	-webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.transition,
.transition.t-fast {
	-webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.transition.t-medium {
	-webkit-transition: color 500ms ease-in-out, background 500ms ease-in-out, opacity 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.transition.t-slow {
	-webkit-transition: color 1000ms ease-in-out, background 1000ms ease-in-out, opacity 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
.transition.t-slower {
	-webkit-transition: color 1500ms ease-in-out, background 1500ms ease-in-out, opacity 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.transition.t-sloth {
	-webkit-transition: color 2000ms ease-in-out, background 2000ms ease-in-out, opacity 2000ms ease-in-out;
	-moz-transition: all 2000ms ease-in-out;
	-ms-transition: all 2000ms ease-in-out;
	-o-transition: all 2000ms ease-in-out;
	transition: all 2000ms ease-in-out;
}
.transition.t-forever {
	-webkit-transition: color 10000s ease-in-out, background 10000s ease-in-out, opacity 10000s ease-in-out;
	-moz-transition: all 10000s ease-in-out;
	-ms-transition: all 10000s ease-in-out;
	-o-transition: all 10000s ease-in-out;
	transition: all 10000s ease-in-out;
}

#content .btn-voltar {
	display:inline-block;
	margin:0;
	padding:15px 25px 15px 34px;
	background:#000000 url('/temas/pdartes/images/btn-voltar.png') no-repeat left 13px center;
	color:#FFFFFF;
	font: 600 11px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-radius:5px;
}
#content .btn-voltar:hover,
#content .btn-voltar:active,
#content .btn-voltar:focus {
	opacity:0.7;
	text-decoration: none;
}

/** END BASE **/


/** JQUERY UI OVERWRITE **/

body .ui-widget-content {
	border:1px solid #CCCCCC;
	font: 400 1em 'Open Sans', Arial, Helvetica, sans-serif;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
	color:#333333;
}

body .ui-state-highlight, 
body .ui-widget-content .ui-state-highlight, 
body .ui-widget-header .ui-state-highlight {
	background:#66CC66;
	border-color:#01973E;
	font-weight:bold;
	color:#FFFFFF;
}

/** END JQUERY UI OVERWRITE **/
.btWishlist {
	display: inline-block;
	width: 13px;
	height: 12px;
	background: transparent url("../images/wishlist-icon.png") no-repeat left center;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	transition: background 100ms ease;
	cursor: pointer;
}
.btWishlist.active {
	background-position: right center;
}

/** START HEADER **/
header {
	display:block;
	margin:0;
	padding:0;
	z-index:1;
	position:relative;
	background: #FFFFFF;
}

header #logotipo {
	padding:0;
	margin:0;
	line-height:0;
	float:left;
}
header #logotipo > a {
	width:169px;
	height:60px;
	background:transparent url("/temas/pdartes/images/logo-topo-sm.png");
	text-indent: -5000px;
	display:inline-block;
	margin:10px 0 10px 15px;
}
header #optionsRight {
	display:block;
	float:right;
}

header #menu-anchor {
	display:inline-block;
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	right:20px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:transparent url("/temas/pdartes/images/menu-anchor.png") no-repeat center;
	float:right;
}
#sidemenu #menu-anchoractive {
	width:35px;
	height:20px;
	text-indent:-9999px;
	cursor:pointer;
	background:#000000 url("/temas/pdartes/images/menu-anchor-active.png") no-repeat center;
	display:none; 
	margin:0 0 10px 0;
	position:absolute;
	bottom:10px;
	right:10px;
}

.menu-active header #menu-anchor {
	display:none;
	background:#000000 url("/temas/pdartes/images/menu-anchor-active.png") no-repeat center;
}
.menu-active #sidemenu #menu-anchoractive {
	display:block;
	background:#000000 url("/temas/pdartes/images/menu-anchor-active.png") no-repeat center;
}

#sidemenu {
	position:fixed;
	top:-5px;
	right:0;
	z-index:1000;
	width:calc(100% - 40px);
	height:242px;
	padding:20px 20px 0 20px;
	background:#000000;
	overflow-x:auto;
}
#sidemenu {
	-webkit-transform:translateY(-260px);
	-moz-transform:translateY(-260px);
	-ms-transform:translateY(-260px);
	transform:translateY(-260px);
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
header,
footer,
.main {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.menu-active #sidemenu {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	
	box-shadow:0px 8px 12px rgba(0, 0, 0, 0.4);
}
.menu-active header,
.menu-active footer,
.menu-active .main,
.menu-active #menu-anchor {
	-webkit-transform:translateY(260px);
	-moz-transform:translateY(260px);
	-ms-transform:translateY(260px);
	transform:translateY(260px);
}

#sidemenu #menuTopoHidden {
	margin:30px auto 0 auto;
	display:block;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:10px 0;
}
#sidemenu #menuTopoHidden > ul {
	margin:0;
	padding:0;
	display:table;
	table-layout:auto;
	width:100%;
}
#sidemenu #menuTopoHidden > ul > li {
	list-style:none;
	display:block;
	float:left;
}
#sidemenu #menuTopoHidden > ul > li > a {
	color:#FFFFFF;
	font:300 12px 'Open Sans',Sans-serif;
	text-transform:uppercase;
	padding:0 0 0 0px;
	margin:0 20px 0 0px;
}
#sidemenu > #menuTopoHidden > ul > li > #area-clientes-topo-mobile {
	color:#FF6600;
}
#sidemenu .wishlistTopo {
	float: right;
	display: inline-block;
	float: left;
	margin: 7px 20px 0 0;
}
#sidemenu .wishlistTopo:hover:before,
#sidemenu .wishlistTopo:focus:before {
	background-position: left center;
}
#sidemenu .wishlistTopo > span {
	display: inline-block;
	font:700 14px 'PT Sans', Arial, Helvetica, sans-serif;
	padding-left: 5px;
	vertical-align: middle;
	color: #FFF;
}
#sidemenu .wishlistTopo:before {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	width: 13px;
	height: 12px;
	background: url("../images/wishlist-icon.png") no-repeat right center;
	content: '';
}
#sidemenu .cartContainer {
	float: right;
}
#sidemenu #carrinhoTopoHidden {
	display: inline-block;
	font:700 11px 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:right;
	margin:10px 0 0 0px;
	background:transparent url("/temas/pdartes/images/carrinho-topo-hidden.png") no-repeat left top;
	padding:4px 0 0 24px;
}
#sidemenu #carrinhoTopoHidden > span {
	display:block;
	font:700 18px 'PT Sans',sans-serif;
	color:#FF6600;
}

header .divCategoriasMarcas {
	display:none;
	float:left;
}
header .marginCategoriasMarcas {
	margin:0 5px 10px 5px;
	width:calc(100% - 10px);
}

header #desktopView {
	display:block;
	text-align:center;
	margin:5px 0 15px 0;
	letter-spacing:normal;
}
header #mobileView {
	display:none;
}
header .divCategoriasMarcas > a {
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:11px 36px 9px 16px;
	font:700 16px 'futura-pt', Arial, Heveltica, sans-serif;
	background:transparent url("/temas/pdartes/images/arrow-02.png") no-repeat 90% center;
}
header .divCategoriasMarcas > a.categorias {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position:relative;
}
header .divCategoriasMarcas > a.categorias.open {
	border-bottom:0;
	border-bottom-left-radius:0;
}
header .divCategoriasMarcas > a.marcas {
	border-left:0px solid #CCCCCC;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	position:relative;
}
header .divCategoriasMarcas > a.marcas.open {
	border-bottom:0;
	border-bottom-right-radius:0;
}

header .divCategoriasMarcas > a.categorias > span,
header .divCategoriasMarcas > a.marcas > span {
	display:none;
	margin:0;
	padding:0;
	height:12px;
	width:100%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top:0;
	border-bottom:0;
	position:absolute;
	bottom:-12px;
	left:-1px;
}

#menuDesktop {
	display:none;
	float:right;
	margin:15px 2px 0 0;
}

.facebookTopo {
	display:block;
	float:left;
	background:transparent url("/temas/pdartes/images/facebook-topo.png") no-repeat 0 0;
	width:14px;
	height:14px;
	text-indent:-5000px;
	margin:1px 8px 0 0;
}
.twitterTopo {
	display:block;
	float:left;
	background:transparent url("/temas/pdartes/images/twitter-topo.png") no-repeat 0 0;
	width:14px;
	height:14px;
	text-indent:-5000px;
	margin:1px 8px 0 0;
}
.facebookTopo:hover,
.twitterTopo:hover {
	opacity:0.5;
}

.idiomasTopo {
	margin:2px 0 0 21px;
}
.idiomasTopo > ul {
	margin:0;
	padding:0;
}
.idiomasTopo > ul > li {
	list-style:none;
	float:left;
	margin:0 0 0 11px;
	display:block;
	text-indent:-5000px;
	opacity:0.5;
}
.idiomasTopo > ul > li > a,
.idiomasTopo > ul > li.active {
	display:block;
	width:16px;
	height:14px;
}
.idiomasTopo > ul > li.active,
.idiomasTopo > ul > li:hover {
	opacity:1;
}
.idiomasTopo > ul > li.pt {
	display:block;
	background:transparent url(/temas/pdartes/images/flag-pt.png) no-repeat 0 0;
}
.idiomasTopo > ul > li.es {
	display:block;
	background:transparent url(/temas/pdartes/images/flag-es.png) no-repeat 0 0;
}
.idiomasTopo > ul > li.en {
	display:block;
	background:transparent url(/temas/pdartes/images/flag-en.png) no-repeat 0 0;
}

header #menuTopo {
	float:left;
	margin:2px 0 0 14px;
	position:relative;
}
header #menuTopo > ul {
	margin:0;
	padding:0;
}
header #menuTopo > ul > li {
	list-style:none;
	float:left;
	position:relative;
}
header #menuTopo > ul > li > a {
	display:inline-block;
	margin:0;
	padding:5px 12px;
	float:left;
	color:#666666;
	font:300 10px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:transparent url("/temas/pdartes/images/arrow-01.png") no-repeat left 2px center;
}
header #menuTopo > ul > li > #area-clientes-topo {
	color:#FF6600;
}
header #menuTopo > ul > li > #loginTopo {
	text-align:right;
	padding-right:10px;
	padding-left:20px;
	background-position:left 10px center;
	position:relative;
}
header #menuTopo > ul > li > #loginTopo > span {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:-2px;
	background:#FFFFFF;
	width:100%;
	height:4px;
	z-index:3;
}
header #menuTopo > ul > li > a:focus,
header #menuTopo > ul > li > a:active,
header #menuTopo > ul > li > a:hover {
	color:#000000;
}

header #menuTopo > ul > li > #loginTopo_wrapper {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:24px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	z-index:550;
}
header #menuTopo > ul > li.login_open > #loginTopo {
	background-color:#FFFFFF;
	padding:4px 9px 5px 19px;
	background-position:left 9px center;
	border:1px solid #CCCCCC;
	border-bottom:0;
	margin-bottom:-5px;
}
header #menuTopo > ul > li.login_open > #loginTopo_wrapper {
	display:block;
}
header #menuTopo > ul > li > #loginTopo_wrapper > form {
	display:block;
	margin:0;
	padding:20px 15px;
	background:#FFFFFF;
}
header #menuTopo > ul > li > #loginTopo_wrapper > form > h3 {
	display:block;
	margin:0 0 10px 0;
	padding:0;
	font:700 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='text'],
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='password'] {
	display:block;
	margin:0 0 8px 0;
	width:170px;
	padding:5px 15px;
	background:#FFFFFF;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	border-radius:5px;
	color:#555555;
}
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='submit'] {
	display:block;
	margin:0;
	padding:5px 15px;
	background:#FF6600;
	color:#FFFFFF;
	font:400 15px 'futura-pt', Arial, Helvetica, sans-serif;
	border:0px;
	border-radius:5px;
}
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='submit']:hover,
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='submit']:focus,
header #menuTopo > ul > li > #loginTopo_wrapper > form > input[type='submit']:active {
	background:#FF8800;
}

header #menuTopo > ul > li > #loginTopo_wrapper > .outros {
	display:block;
	margin:0;
	padding:15px 15px;
	background:#F1F1F1;
	font:400 10px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#777777;
}
header #menuTopo > ul > li > #loginTopo_wrapper > .outros a {
	color:#777777;
	text-decoration:underline;
}
header #menuTopo > ul > li > #loginTopo_wrapper > .outros a:hover,
header #menuTopo > ul > li > #loginTopo_wrapper > .outros a:focus,
header #menuTopo > ul > li > #loginTopo_wrapper > .outros a:active {
	color:#444444;
}
header #menuTopo > ul > li > #loginTopo_wrapper > .outros .registo {
	color:#FF6600;
}

header .cartContainer {
	display: inline-block;
	margin-left: 15px;
}
header .cartContainer .wishlistTopo {
	display: inline-block;
	float: left;
	margin: -2px 10px 0 0;
}
header .cartContainer .wishlistTopo:hover:before,
header .cartContainer .wishlistTopo:focus:before {
	background-position: left center;
}
header .cartContainer .wishlistTopo > span {
	display: inline-block;
	font:700 14px 'PT Sans', Arial, Helvetica, sans-serif;
	padding-left: 5px;
	vertical-align: middle;
}
header .cartContainer .wishlistTopo:before {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	width: 13px;
	height: 12px;
	background: url("../images/wishlist-icon.png") no-repeat right center;
	content: '';
}
header .cartContainer #carrinhoTopo {
	display: inline-block;
	font:700 14px 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	text-align:right;
	margin:0 0 0 10px;
	background:transparent url("/temas/pdartes/images/carrinho-topo.png") no-repeat left top;
	padding: 0 0 0 24px;
}
header .cartContainer #carrinhoTopo > span {
	display:block;
	font:700 18px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#FF6600;
}

.pesquisaTopo {
	display:none;
}
.pesquisaTopo > input[type="text"] {
	display:none;
	border:0;
	margin:0;
	padding:0;
	float:left;
	background:none;
	font:400 0px 'PT Sans', Arial, Helvetica, sans-serif;
	width:240px;
}
.pesquisaTopo > input[type="submit"] {
	border:0;
	margin:0;
	padding:0;
	float:left;
	background:transparent url("/temas/pdartes/images/lupa.png") no-repeat top right;
	width:23px;
	height:16px;
	text-indent:-5000px;
}

#sidemenu .pesquisaTopo {
	display:block;
	margin:12px 0 0 0px;
	padding:10px 10px;
	border:1px solid #DDDDDD;
	border-radius:5px;
	-webkit-box-shadow:inset 2px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:inset 2px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow:inset 2px 2px 10px 0px rgba(0,0,0,0.10);
	background:#FFFFFF;
}
#sidemenu .pesquisaTopo > input[type="text"] {
	font-size:13px;
	display:inline-block;
}

.divGeralDestaquesHomeBottom {
	background:black;
	padding:20px 0;
	display:block;
	width:100%;
}
.destaqueHomeBottom {
	margin:15px 0 15px 0;
}
.destaqueHomeBottom > div {
	display:table-cell;
	vertical-align:middle;
	padding-right:10px;
}
.destaqueHomeBottom > div > img {
	max-width:241px;
	width:100%;
}
.destaqueHomeBottom > div.blocotexto {
	color:#FFFFFF;
	padding-right:0;
}
.destaqueHomeBottom > div.blocotexto > div {
	font:300 14px 'futura-pt', Arial, Helvetica, sans-serif;
}
.destaqueHomeBottom > div.blocotexto > div > span {
	display:block;
	font:400 22px 'futura-pt', Arial, Helvetica, sans-serif;
}
.destaqueHomeBottom > div.blocotexto > a {
	display:inline-block;
	margin:10px 0 0 0;
	font:300 14px 'futura-pt', Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	padding:12px 30px;
	border-radius:5px;
}
.destaqueHomeBottom > div.blocotexto > a:hover {
	opacity:0.5;
}

/** START GALERIA HOMEPAGE **/

.divDestaqueHome {
	display:block;
	position:relative;
	width:100%;
	height:320px;
	overflow:hidden;
}

.imagemDestaqueHome {
	display:table;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center top !important;
	background-size: cover !important;
	position:absolute;
	z-index:0;
}

#divPositionDestaqueHome {
	display: block;
	position:relative;
	z-index:1;
	width:100%;
	height:100%;
	z-index:4;
}
#divPositionDestaqueHome .divSlide {
	width:100% !important;
	height:100% !important;
}

#divPositionDestaqueHome .divTextDestaqueHome {
	display:block;
	position:absolute;
	bottom:40px;
	z-index:2;
	text-align:center;
	width:100%;
}
#divPositionDestaqueHome .divTextDestaqueHome .titulo {
	display: block;
	margin:0 0 5px 0;
	padding:0;
	font:300 28px/100% 'futura-pt', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#divPositionDestaqueHome .divTextDestaqueHome .texto {
	display:none;
	margin:0;
	padding:0;
}
#divPositionDestaqueHome .divTextDestaqueHome > a {
	display: inline-block;
	margin:20px 0 10px 0;
	padding:8px 25px;
	font:300 16px 'futura-pt', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 3px;
}
#divPositionDestaqueHome .divTextDestaqueHome > a:hover,
#divPositionDestaqueHome .divTextDestaqueHome > a:focus,
#divPositionDestaqueHome .divTextDestaqueHome > a:active {
	opacity:0.75;
}

#divPositionDestaqueHome .positionDestaqueHome {
	display:block;
	height:100%;
	position:relative;
}

#paginacaoDestaqueHome {
	display:none;
	position:absolute;
	bottom:13px;
	right:0;
	z-index:5;
	width:100%;
	text-align:center;
}
#paginacaoDestaqueHome ul {
	margin: 0;
	padding: 0;
	height:14px;
}
#paginacaoDestaqueHome ul li {
	display:inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#paginacaoDestaqueHome ul li:first-of-type {
	margin-left:0;
}
#paginacaoDestaqueHome ul li a {
	display: block;
	float: left;
	width:10px;
	height:10px;
	background:#FFFFFF;
	border:2px solid #FFFFFF;
	border-radius:50%;
	text-indent: -5000px;
}
#paginacaoDestaqueHome ul li a:hover,
#paginacaoDestaqueHome ul li a.active {
	background:none;
}

/** END GALERIA HOMEPAGE **/


/** START SIDEBAR **/

#sidebar {
	width:218px;
	float:left;
	
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	
	opacity:0;
	
	-webkit-transform:translateX(770px);
	-moz-transform:translateX(770px);
	-ms-transform:translateX(770px);
	transform:translateX(770px);
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

#sidebar #filtros {
	display:block;
	margin:0 0 20px 0;
	padding:0;
	background:#FBFAF9;
	border-radius:2px;
	overflow:hidden;
}
#sidebar #filtros #filtros-total {
	display:block;
	margin:0;
	padding:16px 20px;
	background:#000000;
	color:#FFFFFF;
	font:400 21px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing:0.3px;
}
#sidebar #filtros #filtros-total > #filtros-total-valor {
	color:#FF6600;
	font-weight:700;
}
#sidebar #filtros #filtros-total > #sidebar-btn-close {
	display:none;
	width:22px;
	height:22px;
	background:transparent url('/temas/pdartes/images/icon-close-white.png') no-repeat center;
	float:right;
	cursor:pointer;
}

#sidebar #filtros .filtros-filtro {
	display:block;
	margin:0;
	padding:15px 20px;
	background:#FBFAF9;
	color:#222222;
	font:400 13px/100% 'PT Sans', Arial, Helvetica, sans-serif;
	border-bottom:1px solid #F4F3F1;
}
#sidebar #filtros .filtros-filtro.open {
	background:#FFFFFF;
}
#sidebar #filtros .filtros-filtro .titulo {
	display:inline-block;
	margin:0;
	padding:0;
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
}
#sidebar #filtros .filtros-filtro .toggle {
	display:inline-block;
	margin:0;
	padding:0;
	width:9px;
	float:right;
	background:transparent url('/temas/pdartes/images/icon-mais.png') no-repeat center;
	text-indent:-9999px;
}
#sidebar #filtros .filtros-filtro.open .toggle {
	background-image:url('/temas/pdartes/images/icon-cruz.png');
}
#sidebar #filtros .filtros-filtro .filtros-filtro-check-wrapper {
	display:none;
	padding-top:10px;
	cursor:initial;
}
#sidebar #filtros .filtros-filtro.open .filtros-filtro-check-wrapper {
	display:block;
}
#sidebar #filtros .filtros-filtro .filtros-filtro-check {
	display:block;
	margin:0;
	padding:0;
}
#sidebar #filtros .filtros-filtro .filtros-filtro-check input[type='checkbox'] {
	visibility:hidden;
	display:none;
}
#sidebar #filtros .filtros-filtro .filtros-filtro-check input[type='checkbox'] + label {
	display:block;
	margin:0;
	padding:6px 0 6px 25px;
	cursor:pointer;
	background:transparent url('/temas/pdartes/images/checkbox.png') no-repeat left center;
	min-width:15px;
}
#sidebar #filtros .filtros-filtro .filtros-filtro-check input[type='checkbox']:checked + label {
	background-image:url('/temas/pdartes/images/checkbox-checked.png');
}

#sidebar #filtros .filtros-filtro .filtros-filtro-selected {
	display:block;
	margin:15px 0 0 0;
	padding:0;
	cursor:initial;
}
#sidebar #filtros .filtros-filtro .filtros-filtro-selected > div {
	display:block;
	margin:0 0 5px 0;
	padding:10px 30px 10px 15px;
	cursor:pointer;
	background:#979696 url('/temas/pdartes/images/icon-cruz-white-bold.png') no-repeat right 10px center;
	color:#FFFFFF;
	border-radius:5px;
}

#sidebar #filtros .filtros-filtro input[type='text'] {
	display:block;
	margin:10px 0 0 0;
	padding:5px 10px;
	width:80%;
	width:calc(100% - 20px);
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-radius:3px;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}

#sidebar #filtros .filtros-filtro input[type='submit'] {
	display:block;
	margin:0;
	padding:5px 10px;
	width:100%;
	background:#FF6600;
	border:0;
	border-radius:5px;
	font:400 17px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#sidebar #filtros .filtros-filtro input[type='submit']:hover,
#sidebar #filtros .filtros-filtro input[type='submit']:focus,
#sidebar #filtros .filtros-filtro input[type='submit']:active {
	background:#FF5500;
}
#sidebar #filtros #filtros-submit {
	padding-top:10px;
}

#sidebar #divCategoriasLeft {
	display:block;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	border-radius:2px;
}
#sidebar #divCategoriasLeft ul {
	margin:0;
	padding:0;
}
#sidebar #divCategoriasLeft > ul > li > ul {
	display:none;
}
#sidebar #divCategoriasLeft > ul > li.open > ul {
	display:initial;
}
#sidebar #divCategoriasLeft ul > li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar #divCategoriasLeft > ul > li:first-child {
	margin:0;
	padding:15px 18px;
	list-style:none;
	font:700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}
#sidebar #divCategoriasLeft ul > li > a {
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	border-top:1px solid #DDDDDD;
	padding:7px 18px;
	display:block;
	background:#EEEEEE url("/temas/pdartes/images/icon-mais.png") no-repeat right 8% center;
}
#sidebar #divCategoriasLeft ul > li > a:hover {
	background-color:#F7F7F7;
}
#sidebar #divCategoriasLeft ul > li.open > a {
	color:#FFFFFF;
	background-image:url("/temas/pdartes/images/icon-menos-white.png");
	background-color:#333333;
}

#sidebar #divCategoriasLeft ul > li > ul {
	padding:7px 0;
	background:#F5F5F5;
}
#sidebar #divCategoriasLeft ul > li > ul > li > a {
	padding:5px 18px;
	border:0;
	background:#F5F5F5;
	color:#444444;
	font-size:13px;
}
#sidebar #divCategoriasLeft ul > li > ul > li > a:hover,
#sidebar #divCategoriasLeft ul > li > ul > li > a:focus,
#sidebar #divCategoriasLeft ul > li > ul > li > a.active {
	color:#FF6600;
	background:#F5F5F5;
}

/** END SIDEBAR **/


/** START PRODUTOS HOMEPAGE **/

#divProdutosHome {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}
#divProdutosHome #headProdutosHome {
	border-bottom:1px solid #C3C2C1;
	margin:0 0 20px 0;
	padding:0px 0 10px 0;
	width:calc(100% - 8px);
}
#divProdutosHome #headProdutosHome .hide {
	display:none;
}
#divProdutosHome #headProdutosHome > div.titulo {
	display:inline-block;
	margin:0 20px 0 0;
	padding:0;
	font:700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#999999;
	text-transform:uppercase;
	float:left;
	cursor:pointer;
}
#divProdutosHome #headProdutosHome > .titulo.open {
	color:#000000;
}
#divProdutosHome #headProdutosHome > div.link {
	clear:both;
	padding:5px 0 0 0;
}
#divProdutosHome #headProdutosHome > div.link > a {
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	background:transparent url("/temas/pdartes/images/arrow-01.png") no-repeat left center;
	padding:0 0 0 7px;
	opacity:0.6;
}
#divProdutosHome #headProdutosHome > div.link > a:hover {
	opacity:1;
}

#divProdutosHome #produtosHome {
	margin:0 0 0 -7px;
}
#divProdutosHome #produtosHome > div {
	float:left;
	margin:10px 0 0 0;
}
#divProdutosHome #produtosHome > div > div {
	padding:0 7px;
	text-align:center;
}
#divProdutosHome #produtosHome > div > div > a {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
#divProdutosHome #produtosHome > div > div > a:hover > div > span {
	color:#444444;
}
#divProdutosHome #produtosHome > div > div > a > div {
	width:100%;
	background:white;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}
#divProdutosHome #produtosHome > div > div > a > div.hover {
	display:none;
	margin:0;
	padding:40px 20px 0 20px;
	position:absolute;
	width:100%;
	left:-20px;
	top:-20px;
	z-index:2;
	
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
}
#divProdutosHome #produtosHome > div > div > a > div.hover > span {
}
#divProdutosHome #produtosHome > div > div > a > div.hover > .ver_mais {
	display:inline-block;
	margin:15px 0;
	padding:3px 13px;
	background:#FF6600;
	color:#FFFFFF;
	min-height:0;
	
	border-radius:3px;
}
#divProdutosHome #produtosHome > div > div > a > div.hover > .ver_mais:hover,
#divProdutosHome #produtosHome > div > div > a > div.hover > .ver_mais:focus,
#divProdutosHome #produtosHome > div > div > a > div.hover > .ver_mais:active {
	background:#FF5500;
	text-decoration:none;
}
#divProdutosHome #produtosHome > div > div > a > div > .img {
	display:block;
	height:130px;
	overflow:hidden;
	margin-bottom:20px;
}
#divProdutosHome #produtosHome > div > div > a > div > .img.no-img {
	width:100%;
	background:transparent url('/temas/pdartes/images/no-image.png') no-repeat center;
}
#divProdutosHome #produtosHome > div > div > a > div > .img > img {
	display:block;
	max-width:250px;
	max-height:130px;
	margin:0 auto;
}
#divProdutosHome #produtosHome > div > div > a > div > span {
	display:block;
	padding:0 5px;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:38px;
	max-height:38px;
	overflow: hidden;
}
#divProdutosHome #produtosHome > div > div > a > div > span.preco {
	margin-top:5px;
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:0;
}
#divProdutosHome #produtosHome > div > div > a > div > span.preco > span {
	font:700 20px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}
#divProdutosHome #produtosHome > div > div > a > div > span.preco > .antigo {
	padding:0 10px 0 0;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:line-through;
}
#divProdutosHome #produtosHome > div > div > a > div > span.promolabel {
	display:block;
	position:absolute;
	background:#FF6600;
	width:50px;
	height:37px;
	top:20px;
	left:20px;
	text-align:center;
	font:400 18px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:13px 0 0 0;
	border-radius:100%;
	min-height:0;
}
#divProdutosHome #produtosHome > div > div > a > div.hover > span.promolabel {
	top:40px;
	left:40px;
}

#divProdutosHome #produtosHomeLoading {
	display:none;
	
	margin:0;
	padding:0;
	width:100%;
	width:calc(100% + 10px);
	height:100%;
	height:calc(100% + 10px);
	background:#FFFFFF;
	background:rgba(255, 255, 255, 0.9);
	
	background-image:url('/temas/pdartes/images/loading.png');
	background-repeat:no-repeat;
	background-position:top 100px center;
	position:absolute;
	top:-10px;
	left:-10px;
	border-radius:5px;
	z-index:200;
}
#divProdutosHome.loading #produtosHomeLoading {
	display:block;
}
#divProdutosHome.loading-error #produtosHomeLoading {
	display:block;
	background:#FF0000;
	background:rgba(255, 0, 0, 0.9);
}


/** END PRODUTOS HOMEPAGE **/


/** START FOOTER **/

footer {
	width:calc(100% - 30px);
	max-width:1020px;
	margin:30px 15px;
}

footer #menuFooter01 > ul {
	margin:0;
	padding:0;
}
footer #menuFooter01 > ul > li {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	list-style:none;
	display:block;
	text-align:center;
	border-top:1px solid #CCCCCC;
}
footer #menuFooter01 > ul > li:first-child {
	border-top:0px solid #CCCCCC;
}
footer #menuFooter01 > ul > li > a {
	text-transform:uppercase;
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
}

footer #lojasFooterWrapper {
	padding:20px;
	background:#FFFFFF;
}
footer #lojasFooter {
	background:#FFFFFF;
}
footer #jcarousel-prev,
footer #jcarousel-next {
	display:none;
}
footer #lojasFooter > ul {
	margin:0;
	padding:0;
}
footer #lojasFooter > ul > li {
	display:none;
	margin:0;
	padding:30px 0 0 0;
	list-style:none;
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:110%;
}

footer #lojasFooter > ul > li > div > span {
	display:block;
	text-transform:uppercase;
	color:#000000;
	margin:0 0 5px 0;
}
footer #lojasFooter > ul > li > div > a {
	color:#666666;
}
footer #lojasFooter > ul > li > div > a:hover {
	color:#000000;
}

footer #lojasFooter > ul > li:nth-child(2) {
	padding-top:15px;
}

footer #lojasFooter > ul > li:first-child {
	display:block;
	padding-top:0;
}
footer #lojasFooter > ul > li:first-child > a {
	list-style:none;
	font:700 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#000000;
	display:block;
	text-transform:uppercase;
}
footer #lojasFooter > ul > li:first-child > a > span {
	display:inline-block;
	float:right;
}

footer #logos-parceiros {
	width:100%;
	margin:15px 0;
}
footer #logos-parceiros td {
	display:block;
	padding:15px 0;
	width:100%;
	vertical-align:top;
}

footer .paddingOptionsFooter {
	padding:20px 0;
}
footer .paddingOptionsFooterLine {
	padding:20px 0 0 0;
}

footer #logoQuadrimovel {
	margin:0;
}
footer #logoQuadrimovel > a {
	display:block;
	background:transparent url("/temas/pdartes/images/logo-quadrimovel.png") no-repeat 0 0;
	width:63px;
	height:58px;
	text-indent:-5000px;
}
footer #logoReclamacoes {
	margin:0;
}
footer #logoReclamacoes > a {
	display:block;
	background:transparent url("/temas/pdartes/images/livro-reclamacoes-120x50-b.png") no-repeat 0 0;
	width:120px;
	height:50px;
	text-indent:-5000px;
}
footer #contactos {
	text-align:right;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	line-height:100%;
	padding:10px 0 0 0;
}
footer #contactos > span {
	display:block;
	font:700 14px 'Open Sans', Arial, Helvetica, sans-serif;
}
footer #contactos > a {
	text-decoration:underline;
}
footer #contactos > a:hover {
	text-decoration:none;
	color:#666666;
}

footer #redesSociais .facebook {
	display:inline-block;
	background:transparent url("/temas/pdartes/images/facebook-footer.png") no-repeat 0 0;
	width:29px;
	height:29px;
	text-indent:-5000px;
	margin:14px 15px 0 0;
}
footer #redesSociais .youtube {
	display:inline-block;
	background:transparent url("/temas/pdartes/images/youtube-footer.png") no-repeat 0 0;
	width:29px;
	height:29px;
	text-indent:-5000px;
	margin:14px 0 0 0;
}
footer #redesSociais .facebook:hover,
footer #redesSociais .youtube:hover {
	opacity:0.5;
}

footer  #compraSegura {
	display: inline-block;
	text-align: right;
	margin: 4px 0 0 0;
}
footer #compraSegura > span {
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#625657;
	background:transparent url("/temas/pdartes/images/aloquete.png") no-repeat left center;
	padding:2px 6px 0 15px;
}
footer #compraSegura > img {
	padding:4px 0px 0 0px;
}

footer #geralcopy {
	display:block;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top:1px solid #CCCCCC;
	float:left;
	width:100%;
}

footer #geralcopy #linksFooter {
	display:block;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	line-height:100%;
	width:100%;
}
footer #geralcopy #linksFooter > span,
footer #geralcopy #linksFooter > a {
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #333333;
	font:300 11px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:100%;
}
footer #geralcopy #linksFooter > a:last-child {
	border-right: none;
}
footer #geralcopy #linksFooter > span {
	margin-left:0;
	padding-left:0;
	border-left-width:0px;
}

footer #geralcopy #linksFooter > a:hover {
	color:#666666;
}

footer #geralcopy #logoSeara {
	float:right;
	width:auto;
}
footer #geralcopy #logoSeara > a {
	display:inline-block;
	background:transparent url("/temas/pdartes/images/logo-seara.png") no-repeat 0 0;
	width:51px;
	height:12px;
	text-indent:-5000px;
	margin:0;
	font-size:0px;
	float:left;
}

footer .company-info {
	color: #666;
	font-weight: 300; 
	font-size: 11px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/** END FOOTER **/


/** START DROPDOWN CATEGORIAS **/

.div_categorias {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	width:85%;
	width:calc(100% - 50px);
	z-index:500;
	letter-spacing:normal;
}

.div_categorias > div.wrapper {
	display:block;
	margin:0;
	padding:20px 40px 20px 40px;
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
	background-repeat:no-repeat;
	background-position:bottom right 1000px;
	
	box-shadow:0px 5px 6px #999999;
}
.div_categorias > div.wrapper span {
	display:block;
	margin:0 0 8px 0;
	padding:0;
	clear:both;
	position:relative;
	text-align:center;
}
.div_categorias > div.wrapper span > a {
	display:block;
	margin:0;
	padding:0;
	color:#666666;
	border:1px solid transparent;
}
.div_categorias > div.wrapper span > a:hover,
.div_categorias > div.wrapper span > a:focus,
.div_categorias > div.wrapper span > a:active,
.div_categorias > div.wrapper > span.sub_cat_open > a {
	color:#FF6600;
	margin:-6px 15px -6px -11px;
	padding:5px 10px;
	border:1px solid #DADADA;
	background:#FFFFFF;
	box-shadow:-3px 3px 0px #F1F1F1;
	border-radius:5px;
}
.div_categorias > div.wrapper > span > div {
	display:none;
	margin:0;
	padding:20px 25px 7px 25px;
	position:absolute;
	top:calc(100% + 5px);
	left:-24px;
	background:#FFFFFF;
	border:1px solid #DADADA;
	width:100%;
	z-index:100;
	box-shadow:-3px 3px 0px #F1F1F1;
	border-radius:5px;
	min-height:47px;
}

/** END DROPDOWN CATEGORIAS **/


/** START DROPDOWN MARCAS **/

.div_marcas {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	width:85%;
	width:calc(100% - 50px);
	z-index:500;
	letter-spacing:normal;
}

.div_marcas > div.wrapper {
	display:block;
	margin:0;
	padding:20px 40px 20px 40px;
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
	background-repeat:no-repeat;
	background-position:bottom right 1000px;
	
	box-shadow:0px 5px 6px #999999;
}
.div_marcas > div.wrapper > div {
	max-height:300px;
	overflow:hidden;
	position:relative;
}
.div_marcas > div.wrapper > div > div span {
	display:inline-block;
	margin:0 5% 30px 0;
	padding:0;
	width:45%;
}
.div_marcas > div.wrapper > div > div span > a {
	display:block;
	margin:0;
	padding:0;
	color:#666666;
	width:100%;
	text-align:center;
}
.div_marcas > div.wrapper > div > div span > a:hover,
.div_marcas > div.wrapper > div > div span > a:focus,
.div_marcas > div.wrapper > div > div span > a:active {
	color:#FF6600;
}
.div_marcas > div.wrapper > div > div span:nth-child(2n) {
	margin-right:0;
}
.div_marcas > div.wrapper > div > div span:nth-child(2n + 1) {
	clear:both;
}
.div_marcas > div.wrapper > div > div span > a > img {
	max-width:100%;
	max-height:100px;
}
.div_marcas > div.wrapper #ps-arrows {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	width:9px;
	height:calc(100% + 32px);
	float:none;
	top:0px;
	right:3px;
}
.div_marcas > div.wrapper #ps-arrows #ps-arrow-up {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:14px;
	background:red;
	z-index:2;
}
.div_marcas > div.wrapper #ps-arrows #ps-arrow-down {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:14px;
	background:red;
	z-index:2;
}

/** END DROPDOWN MARCAS **/


/** START BREADCRUMBS **/

#breadcrumbs {
	display:block;
	margin:0;
	padding:13px 17px;
	width:calc(100% - 34px);
	background:#000000;
	color:#CCCCCC;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
}
#breadcrumbs a {
	display:inline-block;
	margin:0;
	padding:0;
	color:#CCCCCC;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active,
#breadcrumbs a.active {
	color:#FFFFFF;
}

/** END BREADCRUMBS **/


/** START CONTENT WRAPPER **/

#content {
	width:100%;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	position:relative;
}
#content a {
	color: #FF6600;
}
#content a:hover {
	text-decoration: underline;
}
body.tpl-detalhes-produto #content {
	background-color:#FFFFFF;
	padding:20px;
	width:calc(100% - 40px);
	border-radius:3px;
}

#content #content-loading {
	display:none;
	
	margin:0;
	padding:0;
	width:100%;
	width:calc(100% + 10px);
	height:100%;
	height:calc(100% + 10px);
	background:#FFFFFF;
	background:rgba(255, 255, 255, 0.9);
	
	background-image:url('/temas/pdartes/images/loading.png');
	background-repeat:no-repeat;
	background-position:top 100px center;
	position:absolute;
	top:-10px;
	left:-10px;
	border-radius:5px;
	z-index:200;
}

#content.loading #content-loading {
	display:block;
}
#content.loading-error #content-loading {
	display:block;
	background:#FF0000;
	background:rgba(255, 0, 0, 0.9);
}
#content #sidebar-btn {
	display:block;
	margin:0;
	padding:0;
	width:24px;
	height:32px;
	background:transparent url('/temas/pdartes/images/icon-btn-sidebar.png') no-repeat top right;
	cursor:pointer;
	position:absolute;
	top:0;
	right:10px;
}

/** END CONTENT WRAPPER **/


/** START CATALOGO CATEGORIAS **/

#catalogoCategorias {
	display:block;
	margin:0;
	padding:0;
}
#catalogoCategorias > div {
	display:block;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}
#catalogoCategorias > div > div {
	padding:0 7px;
}
#catalogoCategorias > div > div > a {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
#catalogoCategorias > div > div > a > div {
	display:block;
	margin:0 auto;
	padding:0 0 20px 0;
	width:100%;
	background:white;
	position:relative;
	min-height:365px;
}
#catalogoCategorias > div > div > a > div.hover {
	display:none;
	margin:0;
	padding:20px 20px 0 20px;
	position:absolute;
	width:100%;
	left:-20px;
	top:-20px;
	z-index:2;
	min-height:395px;
	
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
}
#catalogoCategorias > div > div > a > div.hover > .ver_mais {
	display:inline-block;
	margin:15px 25px 20px 25px;
	padding:2px 14px;
	background:#FF6600;
	color:#FFFFFF;
	min-height:0;
	
	border-radius:3px;
}
#catalogoCategorias > div > div > a > div.hover > .ver_mais:hover,
#catalogoCategorias > div > div > a > div.hover > .ver_mais:focus,
#catalogoCategorias > div > div > a > div.hover > .ver_mais:active {
	background:#FF5500;
	text-decoration:none;
}
#catalogoCategorias > div > div > a > div > .img {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
#catalogoCategorias > div > div > a > div > .img.no-img {
	width:100%;
	background:transparent url('/temas/pdartes/images/no-image.png') no-repeat center;
}
#catalogoCategorias > div > div > a > div > .img > img {
	display:block;
	max-height:130px;
	max-width:100%;
}
#catalogoCategorias > div > div > a > div > span {
	display:block;
	margin:0;
	padding:0 25px;
	font:400 13px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#555555;
}
#catalogoCategorias > div > div > a > div > .titulo {
	margin:0 0 10px 0;
	font:700 17px/100% 'futura-pt', Arial, Helvetica, sans-serif;
	color:#000000;
}

#catalogoCategorias > div > div > a > div > .descricao > .descricao_medium,
#catalogoCategorias > div > div > a > div > .descricao > .descricao_fibra {
	margin-top:15px;
	float:left;
	width:50%;
}
#catalogoCategorias > div > div > a > div > .descricao > .descricao_medium > b:first-of-type,
#catalogoCategorias > div > div > a > div > .descricao > .descricao_fibra > b:first-of-type {
	color:#222222;
}

/** END CATALOGO CATEGORIAS **/


/** START CATALOGO PRODUTOS **/

#listagem-total-produtos {
	display:none !important;
}

#catalogoProdutos {
	margin:0 0 0 -7px;
}
#catalogoProdutos > div {
	float:left;
	margin:10px 0 0 0;
}
#catalogoProdutos > div > div {
	padding:0 7px;
	text-align:center;
}
#catalogoProdutos > div > div > a {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
#catalogoProdutos > div > div > a > div {
	width:100%;
	background:white;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}
#catalogoProdutos > div > div > a > div.hover {
	display:none;
	margin:0;
	padding:40px 20px 0 20px;
	position:absolute;
	width:100%;
	left:-20px;
	top:-20px;
	z-index:2;
	
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
}
#catalogoProdutos > div > div > a > div.hover > span {
}
#catalogoProdutos > div > div > a > div.hover > .ver_mais {
	display:inline-block;
	margin:15px 0;
	padding:3px 13px;
	background:#FF6600;
	color:#FFFFFF;
	min-height:0;
	
	border-radius:3px;
}
#catalogoProdutos > div > div > a > div.hover > .ver_mais:hover,
#catalogoProdutos > div > div > a > div.hover > .ver_mais:focus,
#catalogoProdutos > div > div > a > div.hover > .ver_mais:active {
	background:#FF5500;
	text-decoration:none;
}
#catalogoProdutos > div > div > a > div > .img {
	display:block;
	height:130px;
	overflow:hidden;
	margin-bottom:20px;
}
#catalogoProdutos > div > div > a > div > .img.no-img {
	width:100%;
	background:transparent url('/temas/pdartes/images/no-image.png') no-repeat center;
}
#catalogoProdutos > div > div > a > div > .img > img {
	display:block;
	max-width:275px;
	max-height:130px;
	margin:0 auto;
}
#catalogoProdutos > div > div > a > div > span {
	display:block;
	padding:0 5px;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:38px;
	max-height:38px;
	overflow: hidden;
}
#catalogoProdutos > div > div > a > div > span.preco {
	margin-top:5px;
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:0;
}
#catalogoProdutos > div > div > a > div > span.preco > span {
	font:700 20px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}
#catalogoProdutos > div > div > a > div > span.preco > .antigo {
	padding:0 10px 0 0;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:line-through;
}
#catalogoProdutos > div > div > a > div > span.promolabel {
	display:block;
	position:absolute;
	background:#FF6600;
	width:50px;
	height:37px;
	top:20px;
	left:20px;
	text-align:center;
	font:400 18px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:13px 0 0 0;
	border-radius:100%;
	min-height:0;
}
#catalogoProdutos > div > div > a > div.hover > span.promolabel {
	top:40px;
	left:40px;
}

/** END CATALOGO PRODUTOS **/


/** START DETALHE PRODUTO **/

#detalheProduto {
	display:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

#detalheProduto #galeriaProdutoWrapper {
	display:block;
	margin:0;
	padding:0;
	width:50%;
	max-height:380px;
	float:left;
	overflow:hidden;
	position:relative;
}
#detalheProduto #galeriaProdutoWrapper #galeriaProdutoPrev,
#detalheProduto #galeriaProdutoWrapper #galeriaProdutoNext {
	display:inline-block;
	margin:0;
	padding:0;
	width:62px;
	height:100%;
	background:rgba(255, 255, 255, 0.5);
	cursor:pointer;
	z-index:300;
	text-align:left;
	background:transparent url('/temas/pdartes/images/seta-esquerda.png') no-repeat left 15px center;
	font-size:0px;
	
	position:absolute;
	top:0;
	left:-62px;
}
#detalheProduto #galeriaProdutoWrapper #galeriaProdutoNext {
	left:initial;
	right:-62px;
	text-align:right;
	background:transparent url('/temas/pdartes/images/seta-direita.png') no-repeat right 15px center;
}

#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoPrev,
#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoNext {
	background-color:rgba(0, 0, 0, 0.3);
}

#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoPrev {
	left:0;
}
#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoNext {
	right:0;
}

#detalheProduto #galeriaProdutoWrapper #galeriaProdutoZoom {
	display:inline-block;
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background:rgba(255, 255, 255, 0.5);
	cursor:pointer;
	z-index:300;
	text-align:left;
	background:transparent url('/temas/pdartes/images/zoom.png') no-repeat center;
	font-size:0px;
	
	position:absolute;
	bottom:0;
	right:0;
}
#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoZoom {
	right:62px;
}
#detalheProduto #galeriaProdutoWrapper:hover #galeriaProdutoZoom.no-moving {
	right:0;
}

#detalheProduto #galeriaProduto {
	display:block;
	margin:0;
	padding:0;
	max-height:380px;
	position:relative;
}
#detalheProduto #galeriaProduto .foto {
	width:100%;
	height:100%;
	text-align:center;
}
#detalheProduto #galeriaProduto .foto,
#detalheProduto #galeriaProduto .foto > img {
	max-width:100%;
	max-height:380px;
}

#detalheProduto #infoProduto {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	float:right;
}
#detalheProduto #galeriaProdutoWrapper + #infoProduto {
	margin:-40px 0 0 0;
	width:45%;
}
#detalheProduto #infoProduto #produto-print {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
	background:transparent url('/temas/pdartes/images/print.png') no-repeat left center;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#detalheProduto #infoProduto #produto-email {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
	background:transparent url('/temas/pdartes/images/email.png') no-repeat left center;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#detalheProduto #infoProduto #produto-fb {
	display:inline-block;
	margin:0 0 0 15px;
	height:16px;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#detalheProduto #infoProduto #infoProdutoDetalhe {
	display:block;
	margin:30px 0 0 0;
	padding:45px 40px 50px 40px;
	background:#F7F7F7;
}
#detalheProduto #infoProduto #infoProdutoDetalhe > h1 {
	margin-left:0;
}
#detalheProduto #infoProduto #infoProdutoDetalhe #produto-descricao {
	color:#555555;
	line-height:18px;
}
#detalheProduto #infoProduto #infoProdutoDetalhe #produto-ficheiro a {
	text-decoration:underline;
}

#detalheProduto #infoProduto #comoComprar {
	display:block;
	margin:10px 0 0 0;
	padding:0 0 0 22px;
	float:right;
	text-transform:uppercase;
	color:#000000;
	font:400 11px 'PT Sans', Arial, Helvetica, sans-serif;
	background:transparent url('/temas/pdartes/images/info.png') no-repeat left center;
}

#frmLinhas {
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #555555;
}
.promotion-wrap {
	white-space: nowrap;
}
.promotion-wrap > .label,
.promotion-wrap > .start-date,
.promotion-wrap > .end-date {
	display: inline-block;
	font-size: 12px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #ff6f00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.promotion-wrap > .start-date:before,
.promotion-wrap > .end-date:before {
	content: '-';
	padding: 0 5px 0 3px;
}

/*******************************************
Tabela de Preços
*******************************************/
#tabelaPrecos {
	margin: 0;
	padding: 0;
	width: 100%;
}
#tabelaPrecos > thead {
	display: none;
}
#tabelaPrecos > tbody > tr {
	display: block;
	position: relative;
}
#tabelaPrecos > tbody > tr > td {
	margin: 0;
	font-weight: 400;
}
#tabelaPrecos > tbody > tr > td.referencia {
	padding-top: 60px;
}
#tabelaPrecos > tbody > tr > td.referencia.product-image {
	padding-top: 220px;
}
#tabelaPrecos > tbody > tr > td:last-child {
	padding-bottom: 22px;
	border-bottom: 1px solid #E8E8E8;
}
#tabelaPrecos > tbody > tr > .field {
	display: block;
	width: 100%;
	padding: 2px 0 2px 0;
}
#tabelaPrecos > tbody > tr > .field > .label {
	display: inline-block;
	width: 40%;
	color: #000000;
}
#tabelaPrecos > tbody > tr > .field > .value {
	display: inline-block;
	color: #787878;
}
#tabelaPrecos > tbody > tr > .field.image {
	display: none;
}
#tabelaPrecos > tbody > tr > .field.referencia > .wishlist-remove-button {
	display: none;
}
#tabelaPrecos > tbody > tr > .field.descricao {
	position: absolute;
	top: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #000;
	max-width: 100%;
}
#tabelaPrecos > tbody > tr > .field.descricao > b,
#tabelaPrecos > tbody > tr > .field.descricao > span {
	display: block;
	max-width: 90%;
}
#tabelaPrecos > tbody > tr > .field.descricao > .product-image {
	width: 100%;
	text-align: center;
}
#tabelaPrecos > tbody > tr > .field.descricao > .product-image > img {
	max-width: 150px;
	max-height: 150px;
}
#tabelaPrecos > tbody > tr > .field.wishlist {
	position: absolute;
	top: 26px;
	right: 0;
	width: 20px;
}
#tabelaPrecos > tbody > tr > .field.preco,
#tabelaPrecos > tbody > tr > .field.promocao {
	white-space: nowrap;
}
#tabelaPrecos > tbody > tr > .field.cor > .value > .color-square {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
#tabelaPrecos > tbody > tr > .field.promocao > .value > .perc {
	display: inline-block;
	padding: 0 20px 0 0;
}
#tabelaPrecos > tbody > tr > .field.quantidade > .value > input[type='text'],
#tabelaPrecos > tbody > tr > .field.quantidade > .value > input[type='tel'] {
	display: inline-block;
	margin: 0;
	padding: 3px 5px;
	width: 30px;
	text-align: right;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
#tabelaPrecos > tbody > tr > .field.quantidade > .value.indisponivel {
	display: inline-block;
	padding: 3px 0;
	color: #FF6666;
}
#tabelaPrecos > tbody > tr > .field.wishlist-remove > * {
	display: none;
}

#tabelaPrecos > tbody > tr.promotion {
	border: none;
	height: 0;
	display: block;
}
#tabelaPrecos > tbody > tr.promotion > td {
	display: block;
	position: relative;
	border: none !important;
	border-spacing:0;
	border-collapse: collapse;
	white-space: nowrap;
}
#tabelaPrecos > tbody > tr.promotion > td > .promotion-wrap {
	position: absolute;
	top: -20px;
	left: 0;
}
#content #btn-adicionar {
	display:block;
	margin:0;
	padding:15px 45px 15px 55px;
	color:#FFFFFF;
	border:0;
	background: #FF6600 url('/temas/pdartes/images/adicionar-carrinho.png') no-repeat left 20px center;
	font:400 17px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius: 3px;
	text-transform: capitalize;
}
#content #btn-adicionar-float-wrapper {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
}

/** END DETALHE PRODUTO **/


/** START DETALHE PRODUTO MOBILE **/

#detalheProduto-Mobile {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

#detalheProduto-Mobile #galeriaProdutoWrapper-Mobile {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	max-height:380px;
	float:left;
	overflow:hidden;
	position:relative;
}

#detalheProduto-Mobile #galeriaProdutoWrapper-Mobile #galeriaProdutoZoom-Mobile {
	display:inline-block;
	margin:0;
	padding:0;
	width:40px;
	height:40px;
	background:rgba(255, 255, 255, 0.5);
	cursor:pointer;
	z-index:300;
	text-align:left;
	background:transparent url('/temas/pdartes/images/zoom.png') no-repeat center;
	font-size:0px;
	
	position:absolute;
	bottom:0;
	right:0;
}

#detalheProduto-Mobile #galeriaProduto-Mobile {
	display:block;
	margin:0;
	padding:0;
	max-height:380px;
	position:relative;
}
#detalheProduto-Mobile #galeriaProduto-Mobile .foto {
	width:100%;
	height:100%;
	text-align:center;
}
#detalheProduto-Mobile #galeriaProduto-Mobile .foto,
#detalheProduto-Mobile #galeriaProduto-Mobile .foto > img {
	max-width:100%;
	max-height:380px;
}

#detalheProduto-Mobile #infoProduto-Mobile {
	display:block;
	margin:10px 0 0 0;
	padding:25px 20px 30px 20px;
	background:#F7F7F7;
}
#detalheProduto-Mobile #infoProduto-Mobile #produto-print-mobile {
	display:inline-block;
	margin:0;
	padding:0 0 0 20px;
	background:transparent url('/temas/pdartes/images/print.png') no-repeat left center;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#detalheProduto-Mobile #infoProduto-Mobile #produto-email-mobile {
	display:inline-block;
	margin:0;
	padding:0 0 0 20px;
	background:transparent url('/temas/pdartes/images/email.png') no-repeat left center;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#detalheProduto-Mobile #produto-fb-mobile {
	display:inline-block;
	margin:0 0 0 15px;
	height:30px;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	float:right;
}

#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe-btn {
	display:block;
	margin:0;
	padding:11px 40px 11px 0;
	font:700 14px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	max-width:calc(50% - 40px);
	text-align:right;
	cursor:pointer;
	
	background:transparent url('/temas/pdartes/images/arrow-right-big.png') no-repeat right center;
}
#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe-btn.open {
	padding-right:60px;
	max-width:calc(50% - 60px);
	background-image:url('/temas/pdartes/images/fechar-big.png');
}
#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe-btn > .hidden,
#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe-btn.open > .shown {
	display:none;
}

#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe-btn.open > .hidden {
	display:block;
}

#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe {
	display:block;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top:1px solid #FFFFFF;
	background:#F7F7F7;
}
#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe > h1 {
	margin-left:0;
}
#detalheProduto-Mobile #infoProduto-Mobile #infoProduto-Mobile-Detalhe #produto-descricao-mobile {
	color:#555555;
	line-height:18px;
}

#detalheProduto-Mobile #infoProduto-Mobile #comoComprar-Mobile {
	display:inline-block;
	margin:20px 0 0 0;
	padding:0 0 0 22px;
	text-transform:uppercase;
	color:#000000;
	font:400 11px 'PT Sans', Arial, Helvetica, sans-serif;
	background:transparent url('/temas/pdartes/images/info.png') no-repeat left center;
}

/** START PAGINACAO **/

#content .paginacao {
	display:inline-block;
	margin:20px 0 0 0;
	padding:0;
}
#content h1 + .paginacao {
	margin: 5px 6px 15px auto;
}
#content .paginacao > ul {
	display:block;
	margin:0;
	padding:0;
}
#content .paginacao > ul > li {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}
#content .paginacao > ul > li > a {
	display:block;
	margin:0;
	padding:2px 7px;
	background:none;
	min-width:7px;
	border:1px solid #CCCCCC;
	border-right-width:0px;
	color:#000000;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:center;
}
#content .paginacao > ul > li:last-of-type > a {
	border-right-width:1px;
}
#content .paginacao > ul > li > a:hover,
#content .paginacao > ul > li > a:focus,
#content .paginacao > ul > li > a:active,
#content .paginacao > ul > li > a.active {
	background:#000000;
	border-color:#000000;
	color:#FFFFFF;
}

/** END PAGINACAO **/


/** START LOJA CARRINHO **/

#loja-carrinho {
	display:block;
	margin:0;
	padding:0;
}
#loja-carrinho #loja-carrinho-erro {
	display:block;
	margin:0;
	padding:15px 10px 10px 65px;
	color:#000000;
	border:1px solid rgba(255, 0, 0, 0.4);
	min-height:33px;
	background:transparent url('/temas/pdartes/images/warning.png') no-repeat top 5px left 5px;
	cursor:default;
}
#loja-carrinho #loja-carrinho-erro:hover {
	border-color:rgba(255, 0, 0, 0.8);
}

#loja-botoes {
	display:block;
	margin:20px 0;
	padding:0;
}

#content #loja-botoes-confirmar {
	display:block;
	margin:0;
	padding:15px 30px 15px 55px;
	color:#FFFFFF;
	border:0;
	background: #FF6600;
	background: #FF6600 url('/temas/pdartes/images/adicionar-carrinho.png') no-repeat left 20px center;
	font:400 17px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius:3px;
	text-transform:capitalize;
	text-align:center;
}
#content #loja-botoes-confirmar:active,
#content #loja-botoes-confirmar:focus,
#content #loja-botoes-confirmar:hover {
	background-color:#FF7700;
	text-decoration: none;
}
#content #loja-botoes-confirmar[disabled] {
	background-color: #F0F0F0;
	cursor: not-allowed;
}
#content #loja-botoes-anular,
#content #loja-botoes-continuar {
	display:inline-block;
	margin:10px 0 0 0;
	padding:15px 0;
	text-align:center;
	color:#FFFFFF;
	border:0;
	background:#666666;
	font:400 14px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius:3px;
}
#content #loja-botoes-anular:active,
#content #loja-botoes-anular:focus,
#content #loja-botoes-anular:hover,
#content #loja-botoes-continuar:active,
#content #loja-botoes-continuar:focus,
#content #loja-botoes-continuar:hover {
	background-color:#444444;
	text-decoration: none;
}

#content #loja-botoes-anular {
	width:30%;
}
#content #loja-botoes-continuar {
	width:65%;
	float:right;
}

#loja-carrinho-tabela {
	display:none;
	margin:0;
	padding:0;
	width:100%;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#555555;
}
#loja-carrinho-tabela th,
#loja-carrinho-tabela td {
	margin:0;
	padding:6px 7px;
	font-weight:400;
	border-bottom:1px solid #CCCCCC;
}
#loja-carrinho-tabela th {
	color:#000000;
	border-color:#777777;
	text-align:left;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
}

#loja-carrinho-tabela > tbody > tr.promotion {
	border: none;
	height: 0;
	display: block;
}
#loja-carrinho-tabela > tbody > tr.promotion > td {
	display: block;
	position: relative;
	border: none !important;
	border-spacing:0;
	border-collapse: collapse;
	white-space: nowrap;
}
#loja-carrinho-tabela > tbody > tr.promotion > td > .promotion-wrap {
	position: absolute;
	top: -20px;
	left: 7px;
}

#loja-carrinho-tabela .loja-carrinho-tabela-codigo {
	word-wrap:break-word;
}
#loja-carrinho-tabela .loja-carrinho-tabela-img {
	width:150px;
}
#loja-carrinho-tabela .loja-carrinho-tabela-img > img {
	max-width:150px;
	max-height:120px;
}

#loja-carrinho-tabela td.loja-carrinho-tabela-produto .linkProdutoCarrinho {
	color: #000;
}
#loja-carrinho-tabela .loja-carrinho-tabela-produto-cor {
	display:inline-block;
	margin:0 0 0 10px;
	padding:0;
	width:20px;
	height:20px;
}
#loja-carrinho-tabela .loja-carrinho-wishlist {
	text-align: center;
}

#loja-carrinho-tabela .loja-carrinho-tabela-quantidade {
	min-width: 75px;
}
#loja-carrinho-tabela .loja-carrinho-tabela-preco {
	white-space: nowrap;
}
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade.editable {
	width:100px;
}
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade input[type='text'] {
	display:inline-block;
	margin:0;
	padding:3px 5px;
	width:30px;
	text-align:right;
	border:1px solid #CCCCCC;
	border-radius:3px;
}
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade input[type='submit'] {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0;
	width:20px;
	height:20px;
	border:0;
	background:transparent url('/temas/pdartes/images/update.png') no-repeat center;
}
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade input[type='submit']:active,
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade input[type='submit']:focus,
#loja-carrinho-tabela .loja-carrinho-tabela-quantidade input[type='submit']:hover {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#loja-carrinho-tabela .loja-carrinho-tabela-vazio {
	text-align:center;
	padding:10px;
}
#loja-carrinho-tabela .textoTotalIVA {
	text-align:right;
	color:#000000;
}
#loja-carrinho-tabela .fim > td:first-child {
	border-left: 1px solid #C4C4C4;
}
#loja-carrinho-tabela .fim > td:last-child {
	border-right: 1px solid #C4C4C4;
}
#loja-carrinho-tabela .fim:last-child > td {
	background-color: #D1E8B2;
}

/** END LOJA CARRINHO **/


/** START LOJA CARRINHO MOBILE **/

#loja-carrinho-tabela-Mobile {
	margin:0;
	padding:0;
	width:100%;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#666666;
}
#loja-carrinho-tabela-Mobile td {
	margin:0;
	padding:2px 10px;
	font-weight:400;
}
#loja-carrinho-tabela-Mobile td:first-of-type {
	color:#000000;
	width:40%;
}
#loja-carrinho-tabela-Mobile td[colspan != ''] {
	width:auto;
}
#loja-carrinho-tabela-Mobile td.loja-carrinho-tabela-produto {
	position: relative;
	font-size: 20px;
	font-weight:600;
	padding:8px 10px;
	color:#000000;
}
#loja-carrinho-tabela-Mobile td.loja-carrinho-tabela-produto > .btWishlist {
	position: absolute;
	top: 20px;
	right: 10px;
}
#loja-carrinho-tabela-Mobile td.loja-carrinho-tabela-produto > a {
	font-weight:600;
	color:#000000;
}

#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-codigo {
	word-wrap:break-word;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-codigo > a {
	display:inline-block;
	margin:-5px 0 0 0;
	vertical-align:text-bottom;
}

#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-img {
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-img > img {
	max-width:150px;
	max-height:120px;
}

#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-produto-cor {
	display:inline-block;
	margin:5px 0;
	padding:0;
	width:20px;
	height:20px;
}

#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade {
	width:40px;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade.editable {
	width:100px;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-preco-wrapper td {
	padding: 8px 10px;
	background-color: #F4F3F1;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-preco-wrapper td:first-of-type {
	font-weight: bold;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-preco-wrapper td:last-of-type {
	font-weight: bold;
	color: #000;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-promotion-wrapper td {
	padding: 5px 0 5px auto;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade input[type='text'] {
	display:inline-block;
	margin:0;
	padding:6px 10px;
	width:30px;
	text-align:left;
	border:1px solid #CCCCCC;
	border-radius:3px;
	font-weight:600;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade input[type='submit'] {
	display:inline-block;
	margin:0 0 0 5px;
	padding:0;
	width:30px;
	height:30px;
	border:0;
	background:transparent url('/temas/pdartes/images/update-big.png') no-repeat center;
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade input[type='submit']:active,
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade input[type='submit']:focus,
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-quantidade input[type='submit']:hover {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#loja-carrinho-tabela-Mobile .loja-carrinho-tabela-vazio {
	text-align:center;
	padding:10px;
}
#loja-carrinho-tabela-Mobile .textoTotalIVA {
	text-align:left;
	color:#000000;
	font-weight:600;
}
#loja-carrinho-tabela-Mobile tr.line-end td {
	padding-left:0;
	padding-top:0;
}
#loja-carrinho-tabela-Mobile tfoot {
	background-color: #D1E8B2;
	color: #000;
}
#loja-carrinho-tabela-Mobile tfoot tr:first-child td {
	padding-top: 10px;
}
#loja-carrinho-tabela-Mobile tfoot tr:last-child td {
	padding-bottom: 15px;
}
/** END LOJA CARRINHO MOBILE **/

/** START LOJA CONFIRMAR **/
#confirmaEncomenda {
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
}
#confirmaEncomenda td {
	display:block;
	width:100%;
}
#confirmaEncomenda td label {
	display:block;
	margin:0 0 3px 0;
	padding:0;
	font-weight:600;
	color:#000000;
}
#confirmaEncomenda td .hide {
	display:none;
}
#confirmaEncomenda td input[type='text'],
#confirmaEncomenda td textarea,
#confirmaEncomenda td select {
	display:block;
	width:calc(100% - 22px);
}
#confirmaEncomenda td textarea {
	height:100px;
}

.block-store-delivery {
	display: block;
	margin-top: 40px;
	clear: both;
}
.block-store-delivery.hide {
	display: none;
}
.block-store-delivery > h3 {
	font-size: 20px;
}
.block-store-delivery > .container {
	position: relative;
	z-index: 1;
	background-color: #F4F3F1;
	padding: 15px 0 20px 0;
}
.block-store-delivery > .container:before {
	position: absolute;
	content: '';
	top: 0;
	left: -100vw;
	right: -100vw;
	background-color: #F4F3F1;
	width: 300vw;
	height: 100%;
	z-index: -1;
}
/* step 1 */
.block-store-delivery > .container.step1 > .field {
	display: block;
	margin-top: 10px;
}
.block-store-delivery > .container.step1 > .field.hide {
	display: none;
}
.block-store-delivery > .container.step1 > .field > label {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.block-store-delivery > .container.step1 > .field > select {
	width: 100%;
	text-overflow: ellipsis;
}
/* step 2 */
.block-store-delivery > .container.step2 > .field > .addressForm > .field.AddAddress label {
	display: inline-block;
}
.block-store-delivery > .container.step2 > .field {
	display: block;
	margin: 10px 0 30px 0;
}
.block-store-delivery > .container.step2 > .field:last-child {
	margin-bottom: 0;
}
.block-store-delivery > .container.step2 > .field > label {
	display: block;
	font-size: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
}
.block-store-delivery > .container.step2 > .field > input[type='radio'] {
	visibility: hidden;
	display: none;
}
.block-store-delivery > .container.step2 > .field > input[type='radio'] + label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url('/temas/pdartes/images/radiobutton-mobile.png') no-repeat left center;
}
.block-store-delivery > .container.step2 > .field > input[type='radio']:checked + label:before {
	background-position: right center;
}
.block-store-delivery > .container.step2 > .field > input[type='radio'] + label {
	position: relative;
	display: inline-block;
	padding: 0 0 0 35px;
	margin-bottom: 10px;
	cursor: pointer;
	min-width: 20px;
	min-height: 19px;
	font-weight: 600;
	font-size: 18px;
}
.block-store-delivery > .container.step2 > .field > .addressSelection {
	display: block;
	margin: 10px 0 0 0;
}
.block-store-delivery > .container.step2 > .field > .addressSelection.hide {
	display: none;
}
.block-store-delivery > .container.step2 > .field > .addressSelection > select {
	width: 100%;
	margin-bottom: 25px;
}
.block-store-delivery > .container.step2 > .field > .addressSelection > .address {
	display: block;
	width: 100%;
}
.block-store-delivery > .container.step2 > .field > .addressSelection > .address > h3 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
.block-store-delivery > .container.step2 > .field > .addressSelection > .address > span {
	font-size: 15px;
	color: #333333;
}
.block-store-delivery > .container.step2 > .field > .addressForm {
	display: block;
	margin: 10px 0 0 0;
}
.block-store-delivery > .container.step2 > .field > .addressForm.hide {
	display: none;
}
.block-store-delivery > .container.step2 > .field > .addressForm > .field {
	display: block;
	margin-bottom: 10px;
}
.block-store-delivery > .container.step2 > .field > .addressForm > .field > label {
	display: block;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}
.block-store-delivery > .container.step2 > .field > .addressForm > .field > input[type="text"] {
	width: 100%;
}

.block-store-obs {
	display: block;
	margin-top: 40px;
	clear: both;
}
.block-store-obs.hide {
	display: none;
}
.block-store-obs > h3 {
	font-size: 20px;
}
.block-store-obs > .container {
	position: relative;
	z-index: 1;
	background-color: #F4F3F1;
	padding: 15px 0 20px 0;
}
.block-store-obs > .container:before {
	position: absolute;
	content: '';
	top: 0;
	left: -100vw;
	right: -100vw;
	background-color: #F4F3F1;
	width: 300vw;
	height: 100%;
	z-index: -1;
}
.block-store-obs > .container > label {
	display: block;
	margin-bottom: 10px;
}
.block-store-obs > .container > textarea {
	width: 100%;
}

/** END LOJA CONFIRMAR **/
/** START LOJA PAGAMENTO **/

.tabelaPagamento {
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tabelaPagamento td {
	display:block;
	padding:0 0 1px 0;
	width:100%;
}
.tabelaPagamento td b {
	font-weight:600;
	color:#000000;
}
.tabelaPagamento td:last-of-type {
	padding-bottom:10px;
}
#alterarPagamento {
	display:inline-block;
	text-decoration:underline;
}
#alterarPagamento:focus,
#alterarPagamento:active,
#alterarPagamento:hover {
	color:#FF6600;
}
#submeterPagamento {
	display:inline-block;
}

/** END LOJA PAGAMENTO **/


/** START LOJA ENCOMENDAR **/

#encomendarImprimir {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
	background:transparent url('/temas/pdartes/images/print.png') no-repeat left center;
	text-transform:uppercase;
	color:#555555;
	font:400 11px 'Open Sans', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
/** END LOJA ENCOMENDAR **/


/** START PESQUISA **/

#frmPesquisa input[type='submit'] {
	margin-left:10px;
	padding:8px 20px;
	font-size:14px;
	float:left;
}

#search_results {
	display:block;
	margin:15px 0 0 0;
	padding:0 5px 10px 5px;
	float:left;
	width:100%;
	width:calc(100% - 10px);
	background:#F4F3F1;
}
#search_results .search_results .floatLeft {
	width:100%;
	text-align:justify;
}
#search_results .search_results .floatRight {
	display:none;
}

#search_results > .search_product {
	float:left;
	margin:10px 0 0 0;
}
#search_results > .search_product > div {
	padding:0 7px;
	text-align:center;
}
#search_results > .search_product > div > a {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}
#search_results > .search_product > div > a:hover > div > span {
	color:#444444;
}
#search_results > .search_product > div > a > div {
	width:100%;
	min-height:250px;
	background:white;
	margin:0 auto;
	padding:20px 0;
	position:relative;
}
#search_results > .search_product > div > a > div.hover {
	display:none;
	margin:0;
	padding:40px 20px 0 20px;
	position:absolute;
	width:100%;
	left:-20px;
	top:-20px;
	z-index:2;
	
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.8);
}
#search_results > .search_product > div > a > div.hover > span {
}
#search_results > .search_product > div > a > div.hover > .ver_mais {
	display:inline-block;
	margin:15px 0;
	padding:3px 13px;
	background:#FF6600;
	color:#FFFFFF;
	min-height:0;
	
	border-radius:3px;
}
#search_results > .search_product > div > a > div.hover > .ver_mais:hover,
#search_results > .search_product > div > a > div.hover > .ver_mais:focus,
#search_results > .search_product > div > a > div.hover > .ver_mais:active {
	background:#FF5500;
	text-decoration:none;
}
#search_results > .search_product > div > a > div > .img {
	display:block;
	height:130px;
	overflow:hidden;
	margin-bottom:20px;
}
#search_results > .search_product > div > a > div > .img.no-img {
	width:100%;
	background:transparent url('/temas/pdartes/images/no-image.png') no-repeat center;
}
#search_results > .search_product > div > a > div > .img > img {
	display:block;
	max-width:250px;
	max-height:130px;
	margin:0 auto;
}
#search_results > .search_product > div > a > div > span {
	display:block;
	padding:0 5px;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:38px;
	max-height:38px;
	overflow: hidden;
}
#search_results > .search_product > div > a > div > span.preco {
	margin-top:5px;
	font:400 12px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#666666;
	min-height:0;
}
#search_results > .search_product > div > a > div > span.preco > span {
	font:700 20px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}
#search_results > .search_product > div > a > div > span.preco > .antigo {
	padding:0 10px 0 0;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:line-through;
}
#search_results > .search_product > div > a > div > span.promolabel {
	display:block;
	position:absolute;
	background:#FF6600;
	width:50px;
	height:37px;
	top:20px;
	left:20px;
	text-align:center;
	font:400 18px 'PT Sans', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:13px 0 0 0;
	border-radius:100%;
	min-height:0;
}
#search_results > .search_product > div > a > div.hover > span.promolabel {
	top:40px;
	left:40px;
}

/** END PESQUISA **/


/** START SITEMAP **/

#site_map td {
	display:block;
	vertical-align:top;
	text-align:left;
	padding-bottom:10px;
}
#site_map ul {
	list-style:none;
	padding:0;
	margin:0;
}
#site_map ul ul {
	margin:10px 0 10px 5px;
}
#site_map ul ul ul {
	display:none;
}

#site_map ul > li {
	margin-top:2px;
	list-style:none;
	background:transparent url('/temas/pdartes/images/arrow-01.png') no-repeat top 6px left;
	padding-left:10px;
}
#site_map ul > li > ul > li {
	margin-top:7px;
}

#site_map ul > li > a {
	-webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#site_map ul > li > a:active,
#site_map ul > li > a:focus,
#site_map ul > li > a:hover {
	color:#FF6600;
}

#site_map ul > li > span {
	display:inline-block;
	margin:0 5px 0 0;
	padding:0;
	width:18px;
	border:1px solid #CCCCCC;
	text-align:center;
	cursor:pointer;
	float:left;
	
	-webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#site_map ul > li > span:hover,
#site_map ul > li > span.open {
	background:#FF6600;
	border-color:#FF6600;
	color:#FFFFFF;
}

/** END SITEMAP **/


/** START MARCAS **/

#marcas_container {
	display:block;
	margin:0;
	padding:0;
}
#marcas_container .marca {
	display:block;
	margin:0 28px 28px 0;
	padding:0;
	float:left;
	width:180px;
	font:500 16px 'futura-pt', Arial, Helvetica, sans-serif;
}
#marcas_container .marca:nth-child(5n ) {
	margin-right:0;
}
#marcas_container .marca:nth-child(5n + 1) {
	clear:both;
}
#marcas_container .marca .titulo {
	display:block;
	margin:0 0 5px 0;
	padding:0;
}
#marcas_container .marca .img {
	display:block;
	margin:0;
	padding:0;
	border:1px solid #CCCCCC;
	width:100%;
	overflow:hidden;
	text-align:center;
}
#marcas_container .marca .img > img {
	max-width:100%;
	max-height:130px;
}

/** END MARCAS **/


/** START ORCAMENTOS **/

#orcamentos {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}

#orcamentos #linhasWrapper {
	display:block;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
}
#orcamentos #linhasWrapper .linha {
	display:block;
	margin:0 0 5px 0;
	padding:20px 20px;
	background:#FFF7E6;
}
#orcamentos #linhasWrapper .linha table {
	width:100%;
}
#orcamentos #linhasWrapper .linha table td {
	display:block;
	margin-top:10px;
}
#orcamentos #linhasWrapper .linha table tr:first-of-type td:first-of-type {
	margin-top:0;
}
#orcamentos #linhasWrapper .linha label {
	display:block;
	margin:0 15px 3px 0;
	padding:0 0 0 1px;
	width:100%;
	font-weight:600;
	text-transform:uppercase;
}
#orcamentos #linhasWrapper .linha span {
	display:inline-block;
	margin:0 0 0 4px;
	padding:0;
}
#orcamentos #linhasWrapper .linha input[type='text'],
#orcamentos #linhasWrapper .linha select {
	display:inline-block;
	margin:0;
	max-width:100%;
}

#orcamentos #linhasWrapper .linha input[type='button'],
#orcamentos #linhasWrapper .linha input[type='reset'] {
	display:inline-block;
	margin:4px 0 0 10px;
	padding:10px 20px 11px 20px;
	text-align:center;
	color:#FFFFFF;
	border:0;
	background:#666666;
	font:400 13px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	border-radius:3px;
}
#orcamentos #linhasWrapper .linha input[type='button']:active,
#orcamentos #linhasWrapper .linha input[type='button']:focus,
#orcamentos #linhasWrapper .linha input[type='button']:hover,
#orcamentos #linhasWrapper .linha input[type='reset']:active,
#orcamentos #linhasWrapper .linha input[type='reset']:focus,
#orcamentos #linhasWrapper .linha input[type='reset']:hover {
	background-color:#444444;
}

#orcamentos #orcamentos-gca {
	margin-top:10px;
}
#orcamentos #orcamentos-gca .orcamento-gca-bloco {
	font:400 13px/120% 'Open Sans', Arial, Helvetica, sans-serif;
	color:#111111;
}

#orcamentos #orcamentos-url-1,
#orcamentos #orcamentos-url-2,
#orcamentos #orcamentos-url-3 {
	display:none;
}

/** END ORCAMENTOS **/

/** START SIDEBAR MOBILE **/

#sidebar.sidebar-mobile-open {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:auto;
	border-color:#999999;
	opacity:1;
	
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
	
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	
	background:#000000;
	background:rgba(0, 0, 0, 0.9);
}
#sidebar.sidebar-mobile-open #filtros {
	margin-bottom:0;
}
#sidebar.sidebar-mobile-open #filtros #filtros-total {
	border-bottom:1px solid #999999;
}
#sidebar.sidebar-mobile-open #filtros .filtros-filtro {
	background:#000000;
	color:#F0F0F0;
	border-bottom-color:#999999;
}
#sidebar.sidebar-mobile-open #filtros .filtros-filtro .titulo {
	color:#FFFFFF;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft {
	background:#000000;
	border-color:#000000;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li {
	color:#FFFFFF;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft > ul > li:first-child {
	border-bottom:0px;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > a {
	color:#F0F0F0;
	background-color:#333333;
	background-position:right 10px center;
	border-color:#999999;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > ul {
	background:#333333;
	padding:0 0 7px 0;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > ul > li > a {
	padding-left:30px;
}
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > ul > li > a:hover,
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > ul > li > a:focus,
#sidebar.sidebar-mobile-open #divCategoriasLeft ul > li > ul > li > a.active {
	background:#F0F0F0;
}
#sidebar.sidebar-mobile-open #filtros #filtros-total > #sidebar-btn-close {
	display:block;
}

/** END SIDEBAR MOBILE **/


/** START CLIENTES **/
#clientes-menu {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
#clientes-menu > div {
	float:none;
}
#clientes-menu > div > a {
	display:block;
	margin:0;
	padding: 8px 10px;
	background:#EEEEEE;
	font:400 13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#494949;
	text-align:center;
	border:1px solid #CCCCCC;
	clear:both;
	border-top-width:0px;
}
#clientes-menu > div > a:first-of-type {
	border-top-width:1px;
	border-radius:3px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
#clientes-menu > .floatRight > a:last-of-type {
	border-top-width:0px;
	border-radius:3px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

#clientes-menu > div > a.active,
#clientes-menu > div > a:focus,
#clientes-menu > div > a:active,
#clientes-menu > div > a:hover {
	background:#333333;
	color:#FFFFFF;
	border-color:#333333;
}

/** END CLIENTES **/


/** START ULTIMAS ENCOMENDAS **/

#ultimasEncomendas {
	display:none;
}

#ultimasEncomendas,
#ultimasEncomendas .tabelaDetalhe,
#ultimasEncomendas .tabelaDetalhe-Produto,
#ultimasEncomendas-Mobile,
#ultimasEncomendas-Mobile .tabelaDetalhe,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto {
	margin:0;
	padding:0;
	border:0;
	color:#000000;
	font:400 14px 'PT Sans', Arial, Helvetica, sans-serif;
}
#ultimasEncomendas .tabelaDetalhe,
#ultimasEncomendas-Mobile .tabelaDetalhe {
	margin-top:10px;
	width:48%;
}
#ultimasEncomendas-Mobile .tabelaDetalhe {
	width:100%;
	float:none;
}
#ultimasEncomendas .tabelaDetalhe-Produto,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto {
	width:100%;
}
#ultimasEncomendas > tbody > tr.active,
#ultimasEncomendas-Mobile > tbody > tr.active {
	background-color:#333333 !important;
	color:#FFFFFF;
}

#ultimasEncomendas thead > tr > th,
#ultimasEncomendas tbody > tr > td,
#ultimasEncomendas-Mobile thead > tr > th,
#ultimasEncomendas-Mobile tbody > tr > td {
	padding:7px 10px;
	border-top:1px solid #CCCCCC;
	text-align:left;
}
#ultimasEncomendas .tabelaDetalhe tbody > tr > td.tabelaDetalhe_open,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > td.tabelaDetalhe_open,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > td.tabelaDetalhe_open {
	font-weight:700;
}

#ultimasEncomendas > tbody > tr > td.tabelaDetalheWrapper,
#ultimasEncomendas > tbody > tr:first-of-type > td,
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr:first-of-type > td,
#ultimasEncomendas .tabelaDetalhe thead > tr > th,
#ultimasEncomendas .tabelaDetalhe tbody > tr > td,
#ultimasEncomendas-Mobile > tbody > tr > td.tabelaDetalheWrapper,
#ultimasEncomendas-Mobile > tbody > tr:first-of-type > td,
#ultimasEncomendas-Mobile .tabelaDetalhe thead > tr > th,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > td,
#ultimasEncomendas-Mobile tbody > tr > td {
	border:0;
}
#ultimasEncomendas > thead > tr > th,
#ultimasEncomendas .tabelaDetalhe tbody > tr > .tabelaDetalhe_open,
#ultimasEncomendas .tabelaDetalhe-Produto thead > tr > th,
#ultimasEncomendas-Mobile > thead > tr > th,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .tabelaDetalhe_open,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > .tabelaDetalhe_open,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto thead > tr > th {
	border-top:0;
	border-bottom:1px solid #333333;
	font-weight:700;
}
#ultimasEncomendas-Mobile > tbody > tr > td > table > tbody > tr > td:first-of-type {
	font-weight:700;
}
#ultimasEncomendas > tbody > tr > td > .ver_mais,
#ultimasEncomendas-Mobile tbody > tr > td > .ver_mais {
	display:block;
	color:#999999;
}
#ultimasEncomendas > tbody > tr > td > .ver_menos,
#ultimasEncomendas-Mobile tbody > tr > td > .ver_menos {
	display:none;
	color:#FFFFFF;
}

#ultimasEncomendas-Mobile tbody > tr > td > .ver_mais,
#ultimasEncomendas-Mobile tbody > tr > td > .ver_menos {
	padding:10px 15px;
	background:#FF6600;
	color:#FFFFFF;
	font-weight:400;
	text-align:center;
	border-radius:3px;
}

#ultimasEncomendas > tbody > tr.active > td > .ver_mais,
#ultimasEncomendas-Mobile tbody > tr.active > td > .ver_mais {
	display:none;
}
#ultimasEncomendas > tbody > tr.active > td > .ver_menos,
#ultimasEncomendas-Mobile tbody > tr.active > td > .ver_menos {
	display:block;
}

#ultimasEncomendas .tabelaDetalhe tbody > tr > td,
#ultimasEncomendas .tabelaDetalhe-Produto thead > tr > th:first-of-type,
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr > td:first-of-type,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > td,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto thead > tr > th:first-of-type,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > td:first-of-type {
	padding-left:0;
	padding-right:0;
}
#ultimasEncomendas .tabelaDetalhe tbody > tr > .form_label,
#ultimasEncomendas .tabelaDetalhe tbody > tr > .form_input,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .form_label,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .form_input,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > .form_label,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > .form_input {
	padding:5px 0;
	vertical-align:top;
}
#ultimasEncomendas .tabelaDetalhe tbody > tr > .form_label,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .form_label,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > .form_label {
	color:#999999;
	width:35%;
}
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .form_label,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr > .form_label {
	width:50%;
}
#ultimasEncomendas .tabelaDetalhe tbody > tr > .form_input,
#ultimasEncomendas-Mobile .tabelaDetalhe tbody > tr > .form_input {
	width:65%;
}
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto > tbody > tr > td > table {
	padding:15px 20px;
	margin-bottom:0;
}
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto > tbody > tr > td {
	padding-bottom:0px;
}

#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr.linha_final,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final {
	background:#F7F7F7;
}
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr.linha_final > td,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final > td {
	border-width:0;
	color:#333333;
}
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr.linha_final > td:first-of-type,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final > td:first-of-type {
	padding-right:25px;
}
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr.linha_final > td.linha_final_first,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final > td.linha_final_first {
	padding-top:20px;
	border-top-width:1px;
}
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final > td.linha_final_first {
	border-top:2px solid #FFFFFF;
}
#ultimasEncomendas .tabelaDetalhe-Produto tbody > tr.linha_final:last-of-type > td,
#ultimasEncomendas-Mobile .tabelaDetalhe-Produto tbody > tr.linha_final:last-of-type > td {
	padding-bottom:20px;
}

#ultimasEncomendas .hide,
#ultimasEncomendas-Mobile .hide {
	display:none;
}

/** END ULTIMAS ENCOMENDAS **/

/* START NO JAVASCRIPT */

#no-javascript-message {
	display:block;
	width:100%;
	margin:0;
	padding:13px 20px 10px 20px;
	position:relative;
	background:#111111;
	color:#FFFFFF;
	font-size:14px;
	font-weight:400;
	line-height:120%;
	z-index:99999;
	text-align:center;
}

/* END NO JAVASCRIPT */

/*******************************************
Global Styles [Tables]
*******************************************/
#content table.table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-spacing: 0px;
}

/* striped */
#content table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
/* bordered */
#content table.table-bordered {
	border-collapse: collapse;
}
#content table.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd!important
}
#content table.table > tbody > tr > td,
#content table.table > thead > tr > th {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
#content table.table > thead > tr > th {
	text-align: left;
	padding: 20px 20px 20px 10px;
	color: #555555;
	background: #F6F6F6;
}
#content table.table > tbody > tr > td {
	padding: 10px;
	border-top: 1px solid #E5E5E5;
	margin: 0;
	color: #555555;
}
#content table.table  tr:hover td {
	color: #000000;
}
#content table.table  .cell-title {
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
}

/*******************************************
Loja
*******************************************/
.table.mbpayment {
	width: 300px !important; 
	margin: 0 auto !important;
	border-collapse: collapse;
}
.table.mbpayment,
.table.mbpayment td {
	border-color: transparent;
}

/*******************************************
Generic List
*******************************************/
table.genericList {
	width: 100%;
	border-collapse: collapse;
}
table.genericList td {
	padding: 5px 10px;
}
table.genericList thead tr {
	display: none;
}
table.genericList thead tr.actions {
	display: block;
	text-align: center;
}
table.genericList thead tr.actions td {
	display: block;
	background-color: #FFF;
	padding: 0;
}
table.genericList thead tr.actions a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.genericList tbody tr:nth-of-type(2n) {
	background-color: inherit;
}
table.genericList th {
	font-weight: bold;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
table.genericList tbody tr td:first-child {
	background: #f0f0f0; 
	font-weight:bold;
	font-size:1.3em;
	border-top: 1px solid #CCCCCC;
}
table.genericList tbody tr td {
	border-bottom: 1px solid #CCCCCC;
}
table.genericList tbody tr td.actions {
	margin-bottom: 20px;
	border-bottom: none;
}
table.genericList tbody tr td.actions a {
	font-family: "PT Sans", Arial,Helvetica,sans-serif;
	color: #999999;
	font-size: 14px;
}
table.genericList tbody td {
	display: block;
	text-align:center;
}
table.genericList tbody td:before { 
	content: attr(data-th); 
	display: block;
	text-align:center;
}

/*******************************************
Generic Form
*******************************************/
.genericForm ::-webkit-input-placeholder {
   color: #AAA;  
   font-style: italic;
}
.genericForm :-moz-placeholder { /* Firefox 18- */
   color: #AAA;  
   font-style: italic;
}
.genericForm ::-moz-placeholder {  /* Firefox 19+ */
   color: #AAA;  
   font-style: italic;
}
.genericForm :-ms-input-placeholder {  
   color: #AAA;  
   font-style: italic;
}

.genericForm {
	width: 100%;
}
.genericForm tr > td {
	display: block;
}
.genericForm tr > td.field {
	width: 100%;
}
.genericForm tr > td.field > input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.genericForm tr > td.label {
	margin: 15px 0 5px 0;
	font-weight: bold;
}

/*******************************************
Page Steps
*******************************************/
.page-steps-nav {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 31px;
	margin-top: 21px;
}
.page-steps-nav > hr {
	position: absolute;
	z-index: -1;
	top: -11px;
	width: 100%;
	height: 3px;
	background-color: #000;
}
.page-steps-nav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.page-steps-nav > ul > li {
	list-style: none;
	min-height: 18px;
	width: 100%;
	text-align: center;
}
.page-steps-nav > ul > li > .circle {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.page-steps-nav > ul > li.active > .circle {
	background-color: #000000;
}
.page-steps-nav > ul > li > a.circle:hover {
	background-color: #FF9900;
}
.page-steps-nav > ul > li > .circle:before {
	content: ' ';
}
.page-steps-nav > ul > li > div.container {
	display: none;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #9B9B99;
}
.page-steps-nav > ul > li.active > div.container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	top: -40px;
	left: 0;
	right: 0;
	color: #000000;
}