/* ============================================ *
 * Início Header
 * ============================================ */

 .page-header {
   background: #fff url("../images/header-topo.jpg") no-repeat scroll center top;
   height: 120px;
   margin: -20px auto 0;
   padding: 0 30px;
   position: fixed;
   width: 100%;
   z-index: 99996;
 }

 .page-header-container {
  position: relative;
  height: 100%;
  background: none;
}

.page-header {
  font-family: "Titillium Web", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.page-header.menu-fixed {
    border-bottom: 5px solid #3F0306;
}

/* ============================================ *
 * Início Header Top
 * ============================================ */

 .header-top {
  height: 25px;
}

 /* ============================================ *
 * Início TopLinks
 * ============================================ */
 .header-top li.first.login::before, 
 .header-atendimento #tel::before,
 .header-atendimento #whats::before {
  background-image: url("../images/sprite-home.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}
.header-top li.first.login::before {
  background-position: 0 -910px;
  height: 20px;
  margin-left: -27px;
  width: 16px;
  top: 12px;
}
.header-atendimento #tel::before{
  background-position: 0 -950px; 
  width: 18px; 
  height: 18px;
  margin-left: -27px;
  top: 13px;
}
.header-atendimento #whats::before{
  background-position: 0 -988px; 
  width: 19px; 
  height: 19px;
  margin-left: -27px;
  top: 13px;
}

.header-top .links {
  height: 21px;
}
.header-top .links ul {
  display: flex;
  float: right;
  height: 25px;
  width: 739px;
  position: relative;
  top: 12px;
  line-height: 0;
}
.header-top .links ul li {
  display: inline;
  font-family: titillium web !important;
}
.header-top .links a {
  color: #fff;
  font-size: 14px;
  padding: 0 9px;
  text-decoration: none;
  font-weight: normal;
}
.header-top .links a:hover{
  text-decoration: underline;
  color: #fff;
}
.header-top .links .login > a, .header-top .links .ou-cadastre-se > a {
  color: #fff;
  text-decoration: none;
}
.header-top .links .login > a:hover, .header-top .links .ou-cadastre-se > a:hover,
.header-top .login span:hover, .header-top .ou-cadastre-se span:hover {
  text-decoration: none;
}
.header-top .login span, .header-top .ou-cadastre-se span {
  color: #26b19e;
  font-weight: bold;
  text-decoration: underline;
  text-transform: lowercase;
}
.header-top .ou-cadastre-se {
  margin-right: 405px;
}
.header-top .minha-conta, .header-top .meus-pedidos, .header-top .rastrear-pedido {
  position: relative;
  right: 18px;
  top: 1px;
}
.header-top .meus-pedidos > a {
  border-left: 1px solid #3F0306;
  border-right: 1px solid #3F0306;
}
.header-top .sair > a {
 background-attachment: scroll !important;
 background-clip: border-box !important;
 background-color: rgba(0, 0, 0, 0) !important;
 background-image: url("../images/icon-sair.png") !important;
 background-origin: padding-box !important;
 background-position: 32px 9px !important;
 background-repeat: no-repeat !important;
 background-size: 20px 20px;
 border: medium none !important;
 color: #3F0306 !important;
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 10px !important;
 padding-left: 66px !important;
 padding-top: 8px !important;
}
.header-top .sair {
 left: 441px;
 margin-right: 28px;
 position: relative;
 top: 60px;
}
.entrar, .cadastrar, .last.meus-pedidos {
  left: 490px;
  position: relative;
  top: 60px;
}

.last.meus-pedidos {
  padding: 0 !important;
  right: 170px;
  top: 85px;
}
.links .entrar a, .links .cadastrar a {
  border: medium none;
  color: #3F0306 !important;
  font-size: 14px !important;
  font-weight: bold;
}
.entrar a {
 background-image: url("../images/sprite-home.png");
 background-position: 0 -105px;
 background-repeat: no-repeat;
 margin-right: 5px;
 padding: 5px 7px 14px 30px !important;
 margin-left: -47px;
}
.last.meus-pedidos > a {
  color: #fff !important;
}
.links .cadastrar a {
  left: -14px;
  line-height: 0 !important;
  position: relative;    
  padding: 0 8px !important;
}
.links .cadastrar a::before {
  content: "ou";
  font-weight: normal;
  margin-right: 6px;
}
.links .cadastrar a:hover::before{
  text-decoration: none !important;
}
.bemvindo-visitante {
 color: #3F0306;
 float: left;
 font-size: 14px;
 font-weight: bold;
 position: relative;
}
.usuario-deslogado {
  float: right;
  left: 23px;
  position: relative;
  top: -14px;
}
.nome-usuario {
  color: #3F0306;
  float: right;
  font-size: 13px;
  position: relative;
  top: -10px;
  left: 45px;
}
.nome-usuario span {
  font-weight: 600;
  font-size: 15px;
}
.minha-conta > a {
  border-left: medium none !important;
}
 /* ============================================ *
 * Fim TopLinks
 * ============================================ */


/* ============================================ *
 *  INÍCIO header INfo
 * ============================================ */
 .header-info {
  color: #7c7c7c;
  display: flex;
  font-size: 11px;
  height: 25px;
  line-height: 23px;
  position: absolute;
  top: 0;
  width: 435px;
}
.header-info #info2 {
  margin: 0 50px;
}
.header-info #info1 {
  background: rgba(0, 0, 0, 0) url("../images/sprite-home.png") no-repeat scroll 165px -699px !important;
  padding-right: 42px;
}

/* ============================================ *
 *  INÍCIO Atendimento
 * ============================================ */
 .header-atendimento {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  position: absolute;
  right: 25px;
  top: 6px;
  width: 332px;
}

.header-atendimento .numero {
  background-image: url("../images/icon-whats-header.png");
  background-position: right 0;
  background-repeat: no-repeat;
  margin-left: 4px;
  padding-right: 20px;
  float: left;
}
.header-atendimento > p {
  float: left;
}

  /* ============================================ *
 * fim Atendimento
 * ============================================ */

 /* ============================================ *
 * fim Header Top
 * ============================================ */

/* ============================================ *
 *  INÍCIO Logo
 * ============================================ */

 .logo {
   display: block;
   float: left;
   height: 113px;
   margin-top: -17px;
   padding-left: 0;
   position: absolute;
   text-align: center;
   width: 170px;
   z-index: 99999;
 }
 .logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}
.logo .small {
  display: none;
}
.logo .large {
  display: block;
}

/* ============================================ *
 *  FIM Logo
 * ============================================ */

 /*============================================*/
 /** INÍCIO Busca no Header **/
 /*============================================*/

 #header-search {
   display: block;
   height: 50px;
   left: 210px;
   padding: 0;
   position: absolute;
   right: 0;
   top: 52px;
   width: 400px;
 }
/* ============================================ *
 * Search Input
 * ============================================ */
 #search_mini_form input.input-text {
   background-position: 7px center !important;
   border: 1px solid #3F0306;
   border-radius: 40px;
   color: #818181;
   font-family: titillium web;
   font-size: 14px;
   font-style: normal !important;
   height: 44px;
   padding-right: 0;
   text-indent: 20px;
   text-transform: lowercase;
   width: 395px !important;    
 }

 #search_mini_form label {
  display: none;
}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}
#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "avenirltstd-blackoblique", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/*popup busca*/
.search-autocomplete.yui-ac-container {
  z-index: 2147483647 !important;
}

.yui-ac-content {
 border: 1px solid #3F0306 !important;
 border-radius: 10px;
 font-family: titillium web;
 font-size: 14px;
 margin-left: 5px !important;
 padding: 12px 5px !important;
 width: 379px !important;
}

#sac-results ol {
  width: 100%;
}
#sac-results img {
  padding: 15px;
}
#sac-results .info-boleto, #sac-results .info-descoff, #sac-results .div-parcelas-cc {
  display: none;
}
.yui-ac .searched-words {
  font-weight: 600;
  color: red;
}
.yui-ac .yui-ac-bd ul > li.selected {
  background-color: #e7e7e7 !important;
}
.yui-ac strong {
  color: #3F0306;
}
/*============================================*/
/** FIM Busca no Header **/
/*============================================*/

/*============================================*/
/** Início Boas vindas **/
/*============================================*/


.header-boas-vindas {
  color: #26b19e;
  font-family: avenirltstd-blackoblique;
  font-size: 14px;
  left: 645px;
  position: absolute;
  top: 65px;
  width: 245px;
}

/*============================================*/
/** Início Boas vindas **/
/*============================================*/


/* ============================================ *
 * Início Carrinho no Header
 * ============================================ */
 /*carrinho vazio*/
 .minicart-wrapper p.empty {
   font-family: titillium web;
   font-weight: lighter;
   text-align: center;
 }
 #cart-sidebar .details {
  display: none;
}
#cart-sidebar .item-options {
  color: #00468d;
}
#cart-sidebar .item-options dt {
  float: left;
  margin-right: 5px;
}
/* -------------------------------------------- *
 * Skip Link - Cart
 */
 .account-cart-wrapper {
  background-color: transparent;
  background-repeat: no-repeat;
  border: medium none;
  height: 42px;
  position: absolute;
  right: 75px;
  top: 48px;
  width: 80px;
  z-index: 999999;
}
.header-minicart {
  height: 65px;
}
.skip-cart {
 padding: 11px 0 17px 51px;
 position: absolute;
 right: 0;
 top: 0;
 width: auto;
}
.header-minicart .skip-link:hover{
  text-decoration: none !important;
}

.header-minicart .icon::before {
 background-image: url("../images/sprite-home.png");
 background-position: 13px -167px;
 background-repeat: no-repeat;
 content: "";
 height: 40px;
 margin-left: -48px;
 position: absolute;
 top: 4px;
 width: 44px;
}
.header-minicart .label {
  display: none;
}
.hdr .header-minicart .count {
  position: relative;
  top: 3px;
}

.header-minicart .count {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 color: #3F0306;
 font-family: titillium web;
 font-size: 14px;
 font-weight: bold;
 padding: 0;
}
.header-minicart .count::after {
 background-image: url("../images/sprite-home.png");
 background-position: 0 10px;
 background-repeat: no-repeat;
 content: "";
 margin-left: 2px;
 padding: 0 9px;
}
/* -------------------------------------------- *
 * Início PopUp - Cart
 */
 .hdr #header-cart.skip-content {
  display: none !important;
}
#header-cart.skip-content {
 background: white none repeat scroll 0 0;
 border: 1px solid #3F0306;
 border-radius: 5px;
 display: none;
 position: absolute;
 right: 0;
 top: 61px;
 width: 305px;
 z-index: 200;
}
.header-minicart .block-cart {
  display: none;
}
.skip-content {
  display: none;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.account-cart-wrapper:hover .block-cart.skip-content{
  display: block !important;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.skip-cart .count.empty {
  display: none;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .block-subtitle {
  color: #818181;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li {
  padding: 0 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.minicart-wrapper .qty-wrapper {
  display: none;
}
#cart-sidebar .product-image {
  float: left;
  margin-right: 10px;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .info-wrapper td {
  color: #3399CC;
  clear: right;
}
.minicart-wrapper .price {
 color: #3F0306;
 font-family: titillium web;
 font-size: 18px;
 font-weight: 600;
}
.header-minicart .product-details .product-name a {
  color: #3F0306;
  font-size: 14px;
  font-weight: 600;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
  display: none;
}

.block-content {
  margin-top: 5px;
}
.header-minicart .subtotal {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 2em;
  text-align: center;
}
.minicart-wrapper .subtotal .label {
  color: #818181;
  display: block;
  font-family: titillium web;
  font-weight: bold;
}
.minicart-wrapper .subtotal span {
  display: inline !important;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
  color: #818181;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
 .cart-menu .empty {
  padding: 20px;
  text-align: center;
}
/*  
 * Fim PopUp - Cart
 /*-------------------------------------------- */

/* ============================================ *
 * Fim Carrinho no Header
 * ============================================ */

 /*-------------------------------------------- */
 /* Início Busca Scroll hdr*/
 .header-container.hdr {
  background: transparent url("../images/bg-hdr.jpg") repeat-x scroll 0 0;
  border-bottom: medium none;
  height: 125px;
  top: 0;
  width: 100%;
  z-index: 999999 !important;
  display: none !important;
}
.header-container-center {
  height: 67px;
  margin: 0 auto;
  width: 1024px;
}
.hdr .logo {
  float: none;
  height: 57px;
  margin-top: -15px;
  padding: 0;
  width: 163px;
}

.hdr .logo .large {
  width: 163px;
}
.hdr #header-search {
  margin-left: 215px;
  margin-top: 24px;
  position: static;
  width: 400px;
}
.hdr #search_mini_form input.input-text {
  width: 400px !important;
}
.hdr .account-cart-wrapper {
 position: relative;
 right: -645px;
 top: -51px;
}
.hdr #onestepcheckout-place-order-button.btn-checkout {
 border-radius: 60px;
 margin-right: 45px;
 margin-top: -92px;
 width: 225px;
 float: right;
 height: 45px !important;
}
li.cadastrar {
  position: relative;
  left: 421px;
}
li.first.entrar {
  position: relative;
  left: 423px;
}
.icones-redes-sociais {
  float: right;
  position: relative;
  right: 177px;
  top: 55px;
}
/* Fim Busca Scroll hdr*/
/*-------------------------------------------- */

/*============================================*/
/** FIM Header **/
/*============================================*/