
/*barra topo*/
.page-header .panel.wrapper {
  border-color:#EEE !important;
  background-color: #EEE !important;
}
@media all and (min-width:768px) {
  .header .not-logged-in, .header.panel > .header.links > li > a, .header.panel > .header.links > li > a:visited, 
  .header.panel > .header.links > li, .header.panel > .header.links > li > a:hover {
    color: #781c2d;
  }
}
.barra-topo a, .barra-topo ul.linksTopo li, .barra-topo ul.linksTopo li a, .barra-topo ul.linksTopo li a[href^="tel:"], .barra-topo .barraTopoEsquerda ul.linksTopo li, .barra-topo .barraTopoEsquerda ul.linksTopo li a, .barra-topo ul.linksTopo li a:hover {
  color: #333
}

/*topo*/

/*margin logo do topo*/
@media only screen and (min-width: 768px)  {
  .page-header .logo {
    margin-top: 15px;
	margin-bottom: 0px;
  }
}
/*icones topo*/
@media only screen and (min-width: 768px)  {
  .page-header {background: #FFF;}
  .minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart.active:hover:before, .minicart-wrapper::before {
    color: #333;
  }
}
@media only screen and (max-width: 767px)  {
  .page-header {background: #FFF;}
  .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart.active:hover:before, .minicart-wrapper::before, .block-search .label:before, .block-search .label:hover:before, .block-search .label.active:before, .block-search .label.active:hover:before, .nav-toggle:before, .nav-toggle:hover:before, .nav-toggle.active:before, .nav-toggle.active:hover:before {
    color: #333;
  }
}

/*cor quantidade carrinho*/
.minicart-wrapper .action.showcart .counter.qty {background: #111;}

/*menu*/
@media all and (min-width:768px) {
  .nav-sections-item-content {background:  #551c27; border-color: #551c27;}
  .navigation .level0 > .level-top {background-color: #551c27;}
  .navigation .level0 > .level-top, 
  .navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
    color: #FFF !important;
  }
  .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top.ui-state-focus {
    color: #EEE !important;
  } 
  .navigation .level0.active>.level-top:hover, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top:hover {
    background-color: #4c1b24;
  }
  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color:#551c27 !important
  }
}

/*cor rodape*/
footer.page-footer {
  background: #fafafa;
}
/*titulos e links rodape*/
.page-footer .title strong, .footer.content .links strong, .footer.content .links li, 
.footer.content .links a, .footer.content .links a:visited, .footer.content .links a:hover {
  color:#666 !important;
}

/*redes sociais*/
.rodape-redes-sociais {background: #FFF; border-top-color: transparent; border-bottom-color: #DDD}
.redes-sociais-rodape .titulo-redes-sociais {color:#666}


/*titulos e textos linhaDestaques*/
.linhaDestaques {background: #781c2d;}
.linhaDestaques .caixaTexto .titulo, .linhaDestaques .caixaTexto .subtitulo {color:#FFF}

/*titulos selos*/
.contentSelos {background: #FFF;}
.page-footer .contentSelos .title strong, .footer.content .contentSelos  .links strong {color:#333 !important;}


/*cor botoes listas*/
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary, 
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover, 
.product-item .action.primary, .product-item .action.primary:hover, .box-tocart .action.primary, .box-tocart .action.primary:hover {
  background:#781c2d;
  border-color: #781c2d;
}
.product-info-main .box-tocart .action.primary {
  background:#00a046;
  border-color: #00a046;
}
/*cor parcelamento*/
.backendorf-installment .best-installment strong {color: #111 !important;}
.backendorf-installment .discounts .item strong {color: #781c2d !important;}
/*cor preço de*/
.price-box.price-final_price .old-price .price-wrapper .price{color: #999 !important;}
/*cor preço*/
.product-item .price-box .price {color: #551c27 !important;}
/*cor preço nos detalhes*/
.product-info-main .product-options-bottom .price-box, 
.product-info-main .product-info-price .price-box {
    color: #551c27 !important;
}
/*cor preço parcelamento*/
.backendorf-installment .installments-options .installment-option strong {
    color: #555 !important;
}

/*privacidade especial*/
.message.global.noscript, .message.global.cookie {background: #000000c5}
.message.global a.btn-link-privacidade, 
.message.global a.btn-link-privacidade:hover, 
.message.global.cookie .conteudo-cookies {
  color: #FFF;
}
/*newsletter*/
.block.newsletter .action.primary {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
	text-shadow: 2px 0 2px rgb(0 0 0 / 30%);
}
.block.newsletter .action.primary:hover, .block.newsletter .action.primary:focus {
    background: #333;
    border-color: #333;
	filter: brightness(95%);
}
.checkout-index-index header.page-header {
    background-color: #EEE;
}
.checkout-index-index .page-header .logo {
	background-color: #DDD;
}