<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color: #666;
	/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}

img{
	border:0;
}

p{
	font-size: 13px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;s
}

button{
	/*background-color:black;*/
	color:white;
	transition:background 0.3s;
}

button:hover{
	/*background-color:#990000;*/
}

input:focus{
	outline:none;
}

header .logotipo{
	border:none;
	margin-left:20px;
	cursor:pointer;
	width: 280px;
}

header .meu_carrinho img{
	max-width:50px;
	cursor:pointer;
}

header .busca{
	height:50px !important;
}

header .busca input[type=search]{
	float:left;
	height: 36px;
	border: 1px solid #eee;
	-webkit-border-top-left-radius: 200px;
	-webkit-border-bottom-left-radius: 200px;
	-moz-border-radius-topleft: 200px;
	-moz-border-radius-bottomleft: 200px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	padding: 0 20px;
	color: #818B8D;
}

header nav.menu_nav_cabecalho{
	
}

header nav.menu_nav_cabecalho div{
	display:inline;
	line-height:55px;
	padding:20px 0;
	transition: background 0.4s ease;
}

header nav.menu_nav_cabecalho div:hover{
	background-color:#990000;
	color: #fff;
}

header nav.menu_nav_cabecalho a:hover{
	color:#fff;
	text-decoration: none;
}

header nav.menu_nav_cabecalho div a{
	color:#777;
	margin:0 10px;
}

header nav.menu_superior{
	margin-top: 42px;
}

header nav.menu_superior ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:34px;
	text-align:center;
}

header nav.menu_superior ul li{
	display:inline;
	cursor:pointer;
	padding:15px 10px;
	margin:0 !important;
	margin-top:10px !important;
	/*transition:background 0.3s;*/
}

header nav.menu_superior ul li a{
	color:#777 !important;
	font-size:1.0em;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
	text-shadow:0 2px 1px rgba(44, 62, 80, 0.19);
}

header nav.menu_superior ul li a:hover{
	color:#ED1C24 !important;
	border-bottom: 2px solid #020000;
}

header nav.menu_superior ul li:hover{
	/*background-color:#990000;*/
}

ul.secao li a{
	color: #6d6d6d;
	text-decoration: none;
}

ul.secao li a:hover{
	color: #fff;
}

.container-topo{
	padding:0 200px;
	background:#f9f9f9;
	height:50px;
	border-bottom: 1px solid #e4e4e4;	
}

.container{
	/*padding:5px;*/
}

.cadastro{
	width: 10%;
	background: #FFE7B9;
	height: 100%;
	text-align:center;
	float:right;
	margin: 
}

.cursor-pointer{
	cursor: pointer;
}

.cadastro-titulo, 
.usuario-logado, 
.usuario-logado-sair
{
	text-shadow:0 2px 1px rgba(255, 255, 255, 0.93);
	font-weight:bold;
	font-size: 14px;
}

.cadastro-titulo,
.usuario-logado
{
	color:#E8AA5B !important;
	padding: 40px 13px;
}

.cadastro-titulo:hover{
	background: #FFF2DA;
}

.usuario-logado-sair{
	color:#f00;
}

#img-cart{
	height:40px;
	vertical-align:middle;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 2px;
}

.box_conteudo_central{
	min-height: 548px;
	text-align:center;
	/*padding: 0 5px 0 30px;*/
}

.box_conteudo_central .header{
	width:100%;
	background:url(../../images/square.png);
	color:#ED1C24;
	width:auto;
	padding: 15px 15px;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 15px;
	text-align:left;
}

.box_conteudo_central_black .header{
	width:100%;
	height:30px;
	background-color:white;
	color:#4C4C4C;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	padding-top:10px;
	border:solid 1px #DFDFDF;
	border-right:none;
	cursor:pointer;
}

.fundo-topo{
	-webkit-box-shadow: 0px 3px 5px -2px rgba(153,151,153,0.59);
	-moz-box-shadow: 0px 3px 5px -2px rgba(153,151,153,0.59);
	box-shadow: 0px 3px 5px -2px rgba(153,151,153,0.59);
}

/*Caminho de pão*/
#breadCrumbs{
	width:100%;
	/*height:15px;*/
	/*padding:10px 0;*/
	/*text-indent:10px;*/
	text-align:left;
}

#breadCrumbs a{
	color:#606060;
}

#breadCrumbs a.atual{
	color:#606060;
	text-decoration:line-through;
}
#breadCrumbs.active {
    /* color: #606060; */
    font-weight: bold;
}
/*Caminho de pão*/

.search{
	width:20%;
	margin-right: 12px;
}

.meu_carrinho{
	width:33.33333333333333%;
	text-align: right;
	margin-top: 42px;
}

/* Modal */

div.bk_modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.8;
	z-index:998;
}

div.modal2{
	position:fixed;
	top:25%;
	/*left:33%;
	width:450px;*/
	left: calc(50% - 185px);
	width: 370px;
	/*height: 300px;*/
	background-color:white;
	border:solid 1px #eee;
	z-index:999;
}

div.modal2 div.title{
	width:100%;
	height:15px;
	background-color:#CACACA;
	color:white;
	text-align:center;
	height:30px;
	font-weight:bold;
	padding:5px 0;
	border-bottom:solid 1px #CCCCCC;
}

/* Modal */

/*Search*/

.sb-search {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-top: 30px;
}

.sb-search-input {
	position: absolute;
	border: none;
	outline: none;
	background: #F5F5F5;
	width: 100%;
	margin: 0;
	z-index: 10;
	padding: 9px 8px;
	font-family: inherit;
	color: #2c3e50;
	font-size: 12px;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #fff;
	z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 200px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media (min-width: 768px){
	
	.col-sm-1, 
	.col-sm-10, 
	.col-sm-11, 
	.col-sm-12, 
	.col-sm-2, 
	.col-sm-3, 
	.col-sm-4, 
	.col-sm-5, 
	.col-sm-6, 
	.col-sm-7, 
	.col-sm-8, 
	.col-sm-9{
		float: left;
	}
	.col-sm-1{width: 8.33333333%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-3{width: 25%;}
	.col-sm-4{width:33.33333333%;}
	.col-sm-5{width: 41.66666667%;}
	.col-sm-6{width: 50%;}
	.col-sm-7{width: 58.33333333%;}
	.col-sm-8{width: 66.66666667%;}
	.col-sm-9{width: 75%;}
	.col-sm-10{width: 83.33333333%;}
	.col-sm-11{width: 91.66666667%;}
	.col-sm-12{width: 100%;}
}

.titulo-content{
	/*background: url(../../images/square.png);*/
	color: #333;
	padding: 15px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 22px;
	margin-top: 20px;
    letter-spacing: 2px;
}

.text-content{
	padding:0 15px;
	/*-webkit-box-shadow: -1px 2px 11px -1px rgba(69,69,69,0.16);
	-moz-box-shadow: -1px 2px 11px -1px rgba(69,69,69,0.16);
	box-shadow: -1px 2px 11px -1px rgba(69,69,69,0.16);*/
}

.box-content{
	padding: 0 45px;
}

.box_informacoes{
	height:450px;
	float:left;
	width: 100%;
	padding: 20px 15px;
}

.box_informacoes header{
	background:url(../../images/square.png);
	color:#FF5C46;
	width:auto;
	padding: 15px 15px;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 15px;
}

.box_informacoes ul{
	padding: 21px 0;
	margin-top: -16px;
	margin-right: 2px
}

.box_informacoes ul li:first-child{
	border-top: 1px solid #e5e5e5;
}

.box_informacoes ul li:last-child{
	border-bottom: 2px solid #e5e5e5;
}

.box_informacoes ul li{
	margin:0;
	font-size: 14px;
	color:#6d6d6d;
	cursor:pointer;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 6px 0 6px 15px;
}

.box_informacoes ul li:hover{
	background: #ff5c46;
	color: #fff;
}

.box_informacoes ul li a{
	cursor:pointer;
}

.box_informacoes ul li ul{
	list-style: none;
	margin-top: 10px;
	padding-bottom: 0;
}

.box_informacoes ul li ul li{
	padding:6px 15px;
	list-style-image:none !important;
	font-size: 14px;
	margin: -10px -2px -7px -15px;
	background: #eee;
}

.box_informacoes ul li ul li a{
	cursor:pointer;
}

.box_informacoes ul li ul li ul{
	width:90%;
	margin-left:5%;
	padding:0;
	list-style:none !important;
}

.box_informacoes ul li ul li ul li{
	margin-top:5px;
	margin-bottom:5px;
}

.box_informacoes ul li ul li ul li a{
	cursor:pointer;
}

.arrow{
	float: right;
	padding: 4px 15px 0 15px;
	height: 26px;
	border-left: 1px solid #e5e5e5;
}


/*INICIO LSITA DE DESEJO*/

.userbar {
  padding: 5px 10px;
  background-color: #ccc;
  border-top: solid 1px #DBD8D8;
  border-bottom: solid 1px #c1c1c1;
  float: left;
  width: 100%;
}

.userbar .right {
  float: right;
}


.wishCounter {
  background: url("img/heart.png") no-repeat center center transparent;
  height: 32px;
  width: 36px;
  display: block;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  margin-left: 10px;
  margin-top: 16px;
}


.WB_righSide {
  float: right;
}

.WB_righSide a {
  background: none no-repeat center left white;
  padding: 2px 7px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  height: 36px;
  line-height: 32px;
  float: right;
  color: #333;
  margin-bottom: 5px;
  border: solid 1px #999;
  clear: both;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.WB_righSide a:hover {
  /*-moz-box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  -webkit-box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  background-color: #f0f0f0;*/
}

.WB_righSide a.trashIcon {
  background: url("../img/trash.png") no-repeat center left white;
  padding-left: 30px;
}

.WB_righSide a.trashIcon:hover {
  /*-moz-box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  -webkit-box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  box-shadow: 1px 1px 2px 0px #C0C0C0 inset;
  background-color: #f0f0f0;*/
}

.WB_righSide a.trashIcon.disabled {
  background-color: #CCC;
  color: #666;
  cursor: default;
}

.WB_righSide a.trashIcon.disabled:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.item {
  /*margin: 10px;
  border: solid 2px #666;*/
  position: relative;
  /*float: left;*/
}

.item .wishAction {
  position: absolute;
  top: 0;
  right: 0;
  /*background-color: #f1f1f1;
  border: solid 0 #666;
  border-width: 0 0 1px 1px;
  padding: 0 5px;
  color: #333;*/
  text-decoration: none;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  /*-moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;*/
}

.item .wishAction:hover {
  /*background-color: #5184D5;*/
  color: white;
  /*border-color: #417DDD;*/
}

.item h5 {
  background-color: #5184D5;
  color: white;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  border-top: solid 1px #264679;
}


.addToWish:after {
  /*content: "+";*/
  content: url("img/heart_branco.png");
}


.removeToWish:after {
  /*content: "-";*/
  content: url("img/heart_vermelho.png");
}


.wishBar {
  /*float: left;*/
  width: 100%;
  /*background-color: #c9c9c9;
  border-top: solid 1px #bbb;
  padding: 10px;*/
}

.wishBar .wishedItem {
/*  float: left;
  margin-right: 5px;
  min-width: 150px;
  padding: 2px 0 2px 10px;
  margin-left: 5px;
  border-left: solid 1px #999;*/
  
	height:320px !important;
	cursor:pointer;
	display:inline-block;
	border: 1px solid #e5e5e5;
	padding: 18px 15px 18px 15px;
	width: 21%;
	margin-top: 5px;
  
}

.wishBar .wishedItem img {
  width: 70px;
  height: auto;
  margin: 0 5px 5px 0;
  float: left;
}

.wishBar .wishedItem p {
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  float: left;
}

.wishBar .wishedItem:first-child {
  margin-right: 0;
  padding-left: 0;
  border-width: 0;
}


.listing .error {
  font-size: 16px;
  color: #333;
  padding: 5px 10px;
  background-color: white;
  width: 230px;
  margin: 0 auto;
  border: #ccc solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.listing .error a {
  color: #5184D5;
  font-weight: bold;
  text-decoration: none;
}

.listing .error a:hover {
  color: #333;
}

.listing .item {
  margin: 10px;
  border: solid 0 #666;
  position: relative;
  float: left;
}

.listing .item img {
  float: left;
  margin: 0 10px 10px 0;
  border: solid 2px #666;
}

.listing .item h5 {
  background-color: transparent;
  color: #5184D5;
  line-height: 32px;
  font-size: 18px;
  text-align: left;
  border-top: solid 0px #264679;
}

.listing .item .wishAction {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: transparent;
  border: solid 1px #ccc;
  color: #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.listing .item .wishAction:hover {
  /*background-color: #5184D5;*/
  color: white;
  /*border-color: #417DDD;*/
}


/*FIM LISTA DE DESEJO*/





</pre></body></html>