.container {
  max-width: 1200px;
}
/*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: #333;
  }
}
.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: 43px;
  }
}
/*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: #2db05d;}

/*menu*/
@media all and (min-width:768px) {
  .nav-sections-item-content {background:  #DDD; border-color: #DDD;}
  
  .navigation .level0 > .level-top, 
  .navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
    color: #fff;
  }
  .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top.ui-state-focus {
    color: #DE2D35;
    font-weight: bold;
  }
  .navigation .level0.active>.level-top:hover, .navigation .level0.has-active>.level-top, .navigation .level0>.level-top:hover {
    background-color: transparent;
  }
  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color:#333 !important
  }
}

/*cor rodape*/
footer.page-footer, .linhaDestaques {
  background: #EEE;
}

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

/*titulos e textos linhaDestaques*/
.linhaDestaques .caixaTexto .titulo, .linhaDestaques .caixaTexto .subtitulo {color:#666}

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


/*cor botoes listas*/
.product-item .action.primary, .product-item .action.primary:hover, .box-tocart .action.primary, .box-tocart .action.primary:hover {
  background:#2db05d;
  border-color: #2db05d;
}

/*cor parcelamento*/
.backendorf-installment .best-installment strong {color: #128912 !important;}
.backendorf-installment .discounts .item strong {color: #2fb72f !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: #128912 !important;}
/*cor preço nos detalhes*/
.product-info-main .product-options-bottom .price-box, 
.product-info-main .product-info-price .price-box {
    color: #128912 !important;
}
/*cor preço parcelamento*/
.backendorf-installment .installments-options .installment-option strong {
    color: #555 !important;
}