#header {
	background: #fffcf1;
}

#headerBox {
	background: url('/images/bgr_50.gif') #fffcf1;
	border-bottom: 2px solid #ab615b;
}

#logomarcaMob {
	height: 100%;
	max-height: 70px;
}

#logomarca {
	height: 100%;
	max-height: 80px;
	margin: 15px 0;
}

.ico-user, .ico-cart, .ico-cart:hover {
	color: #7d3335;
}

#usericon, #backicon a, .back-cart {
	color: #7d3335;
}

#backicon a:hover, .back-cart:hover {
	color: #ab615b;
}

#footer section.foot-01 {
	padding: 20px;
	background: #fafafa;
}

#footer section.foot-02 {
	padding: 20px;
	font-size: 12px;
	background: #ffffff;
	color: #666666;
}

.address {
	 font-size: 13px; 
	 line-height: 24px; 
	 color: #666666;
}

#menuBox {
	background: #ab615b;
	/* background: #60a460; */ /* opcional */
	position: relative; 
	color: #bc9492;
	padding: 15px;
}

#menuBox a {
	color: #bc9492;
}

#menuBox a:hover {
	color: #ffffff;
}

#menuBox .uk-active, #menuBox .uk-active a {
	color: #ffffff;
}

#menuBox .uk-grid>div {
	border-color: #bc9492;
}

#cartBox {
	background: #7d3335;
	color: #ffffff;
	display: inline-table;
	vertical-align: top;
	height: 110px;
	width: 100%;
	max-width: 120px;
}

#cartBox a, #cartBox i {
	color: #ffffff;
}

/* botao busca */
#btnSearch, #btnNews {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-left: none;
}

#btnSearch i {
	color: #dedede;
}

#btnNews i {
	color: #00c000;
}
/* fim botao busca */

#content {
	background: white;
	z-index: 9995;
}

#contentBox {
	padding: 20px;
}

.uk-button {
	min-width: 120px;
}

.uk-button-group .uk-button-min {
	width: 40px;
}

/* paginacao */
.uk-pagination > li > a,
.uk-pagination > li > span {
  border-radius: 50%;
  border-color: #cccccc;
  color: #999999;
}

.uk-pagination > li > a {
  background-image: none;
  text-shadow: none;
}

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #e5e5e5;
}

.uk-pagination > li > a:active {
  box-shadow: none;
}

.uk-pagination > .uk-active > span {
  background: #92af50;
  border-color: #92af50;
  text-shadow: none;
  background-image: none;
}

.uk-pagination > .uk-disabled > span {
  text-shadow: none;
}

/* menu dropdown */
.uk-dropdown {
	background: #98433c;
	border: 1px solid #98433c;
	width: 160px;
}

.uk-dropdown .uk-nav li a {
	color: #ffffff;
}

.uk-dropdown .uk-nav li:hover a {
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	text-decoration: underline;
}

#cadastro_pedidos, #cadastro_pedido_detalhes {
	color: #666666;
	line-height: 20px;	
}

#cadastro_pedidos span, #cadastro_pedido_detalhes span {
	font-weight: bold;
}

.boxPayShip {
	display: inline-table; 
	text-align: center; 
	margin: 0 10px 10px 10px; 
	min-width: 250px; 
	white-space: nowrap; 
	cursor: pointer;
	font-size: 13px;
}

.boxPayShip label {
	/* padding: 0 0 15px 0; */
	line-height: 30px;
}

.boxPayShip img {
	margin: 0 5px 10px 5px;
	vertical-align: top;
}

/* Não existia no código */
.dialogo {
    background: #98433c;
    /*border: 1px solid #8b362f;*/
}

.dialogo:after{
    border-bottom: 10px solid #98433c;
    background: #fff9e4;
}

table.uk-table-full thead th {
	background: #7d3335;
}

@media (max-width: 767px) {
	.uk-margin-bottom-small {
		margin-bottom: 30px;
	}
}
