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

.page-header {
    height: 175px;
    margin: -18px auto 0;
    padding: 0;
}

  .page-header-container {
    position: relative;
    height: 70%;
  }

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

.header-top {
        height: 50px;
    border-bottom: 1px solid #ea353e;
    background: url(../images/header-topo.png) repeat-x;;
    text-align: center;
}
/* ============================================ *
 * Início TopLinks
 * ============================================ */
.top-links-container {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    height: auto;
    margin-left: -73px;
    margin-top: 0;
    padding: 8px;
    position: relative;
    top: 61px;
    width: 155px;
    border-radius: 5px;
}
.minha-conta-container {
       right: 145px;
    top: 27px;
    position: absolute;
    width: 135px;
    z-index: 9999999;
}

.minha-conta-container p {
    background-image: url(../images/sprite-header.png);
    background-position: 0 -152px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.3;
    padding: 11px 0 7px 35px;
    position: absolute;
    color: #00022e;
    height: 28px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}
.minha-conta-container p span {
    display: block;
}
.minha-conta-container .show::after {
    background-image: none;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 3px;
}
header .minha-conta-container .top-links-container .links::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-bottom: none;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}
.minha-conta-container p::after {
  display: none;
  /*
    background-image: url("../images/arrow-down-login.png");
    background-position: 0 0;
    content: "";
    height: 16px;
    margin-left: 6px;
    margin-top: 3px;
    position: absolute;
    width: 16px;*/
}
.minha-conta-container p.show::before {
  background: none !important;
}
/*Pop Up*/
/*
.top-links-container::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #d61237;
    border-image: none;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    height: 0;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    right: 126px;
    top: -7px;
    width: 0;
}*/
.top-links-container li.entrar a {
   color: #fff !important;
    background-color: #050634;
    text-align: center;
    padding: 0 !important;
    text-indent: 0;
    border-radius: 3px;
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 20px auto;
    font-family: titillium web;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.top-links-container li a {
    color: #00022a;
    display: block;
    font-size: 14px;
    margin: 2px 0;
    font-weight: 600;
    padding: 4px 0;
    text-decoration: none;
    text-indent: 21px;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.top-links-container li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
li.criar-conta:before {
    content: "Não possui conta?";
    margin-left: 19px;
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 13px;
    display: block;
    margin-top: 10px;
}
li.criar-conta:after {
    content: "Já possui conta?";
    margin-left: 19px;
    margin-top: 20px;
    display: block;
    margin-bottom: 12px;
}
 /* ============================================ *
 * Fim TopLinks
 * ============================================ */

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

/* ============================================ *
 *  INÍCIO Logo
 * ============================================ */
#header h1 {
    color: transparent;
    font-size: 10px;
    margin-top: 7px;
    width: 230px;
    position: absolute;
    margin-left: 0;
    top: 0;
}
.logo {
    height: 48px;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    padding-left: 0 !important;
}

.logo:hover {
  opacity: 0.8;
}

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

/*============================================*/
/** INÍCIO Busca no Header **/
/*============================================*/
#header-search {
        border-radius: 5px;
    display: block;
    width: 505px;
    height: 50px;
    padding: 0;
    margin-left: 422px;
    top: 29px;
    position: absolute;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px -3px #ccc;
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form input.input-text {
    border-bottom: 1px solid #ea353e !important;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    border: none;
    padding: 0 !important;
    text-indent: 0;
    width: 90% !important;
    background-position: 7px center !important;
    border-radius: 0;
    color: #414292;
    font-weight: 600;
    margin-left: 10px;
}
#search_mini_form input.input-text::placeholder {
  color: #414292;
}
#search_mini_form label {
  display: none;
}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}
#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
}

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

.yui-ac-content {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    width: 495px !important;
    margin-left: -9px !important;
    margin-top: 12px !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 .yui-ac-bd ul > li.selected, .yui-ac .yui-ac-bd ul > li:hover {
    background: #eee none repeat scroll 0 0 !important;
}
.yui-ac-content p.p-maior-parela {
    display: none;
}
/*============================================*/
/** FIM Busca no Header **/
/*============================================*/


/* ============================================ *
 * Início Carrinho no Header
 * ============================================ */
 /*carrinho vazio*/
.minicart-wrapper p.empty {
    text-align: center;
    color: #9e9b9a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
#cart-sidebar .details {
    display: none;
}
#cart-sidebar .item-options {
    color: #211f1e;
    display: none;
}
#cart-sidebar .item-options dt {
    float: left;
    margin-right: 5px;
}
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.account-cart-wrapper {
   background-image: none;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 33px;
    width: 100px;
    z-index: 999999;
    color: #3d3d3d;
}
.header-minicart {
        background: rgba(0, 0, 0, 0) url(../images/sprite-header.png) no-repeat scroll 0px 7px;
    height: 50px;
    color: #00022e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
#header-cart.skip-content::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-bottom: none;
    top: -13px;
    left: 0;
    right: 36px;
    margin: 0 32px 0 auto;
    transform: rotate(45deg);
}
}
.header-minicart .skip-link:hover{
  text-decoration: none !important;
}

.header-minicart .label {
        color: #00022e;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    padding-left: 45px;
}
.header-minicart .count {
border-radius: 100px;
color: #00022e;
float: left;
font-size: 12px;
padding-left: 45px;
display: -webkit-box;
margin-top: 2px;
display: none;
}
.header-minicart .count p:after {
    content: "";
    background: url(../images/sprite-home.png);
    width: 14px;
    height: 10px;
    display: block;
    float: right;
    margin-top: 3px;
    margin-left: 4px;
}
.hdr .header-minicart .count p:after{
  display: none;
}
span.count-2 .itens {
    display: none;
}
.count > p {
    float: right;
    margin-left: 2px;
}
.count-2 {
    background: #cf002c;
    color: #fff;
    font-size: 12px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 40px;
    margin-left: -16px;
    margin-top: -15px;
    z-index: -1;
}

.msg-welcome {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
}
.minicart-wrapper tr.qty-wrapper {
    display: none;
}
#header-cart.skip-content p.product-name a {
    text-align: left;
    font-family: titillium web;
    font-weight: 600;
    height: auto !important;
    padding-left: 4px !important;
    margin-bottom: 5px;
}
.header-minicart .info-wrapper td span.price {
    color: #e92750;
    font-size: 14px !important;
}
/*ATENDIMENTO HEADER*/
.atendimento-header {
    width: 800px;
    height: 24px;
    line-height: 23px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    left: 3px;
}
.contato-header.header-tel {
    float: right;
    position: relative;
    left: 165px;
}
.atendimento-header p a {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    float: left;
    margin-left: 30px;
}
.tit-atendimento {
    float: left;
    font-size: 12px;
}
.contato-header .tel-aten, .contato-header .whats-aten {
    float: left;
    font-size: 12px;
    margin-right: 15px;
}
.contato-header span.sub-tit-atendimento {
    float: left;
    font-size: 15px;
    color: #3e4191;
    font-weight: 600;
}
.atendimento-header > * {
    display: inline-block;
    width: 49%;
    text-align: left;
}
.atendimento-header .contato-header a .tit-atendimento {
    display: block;
    color: #ea353e;
    font-size: 19px;
    font-weight: bold;
}
.contato-header img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
/*
body.customer-account-login .contato-header, body.checkout-onepage-success .contato-header {
    position: relative;
    float: right;
    display: block;
    text-align: left;
    line-height: 1;
}*/
body.customer-account-login .contato-header .tel-aten, .contato-checkout .tel-aten {
    font-size: 26px;
    color: #666666;
    font-weight: bold;
}
body.customer-account-login .atendimento-header .header-lojas, body.customer-account-login .atendimento-header .header-central {
    display: none;
}
/* -------------------------------------------- *
 * Início PopUp - Cart
 */

#header-cart.skip-content {
        background: white none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 320px;
    z-index: 200;
    border-radius: 5px;
}
.hdr #header-cart.skip-content {
  display: none !important; 
}
  .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: #9e9b9a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    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: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD !important;
  position: relative;
}
.header-minicart .mini-products-list li:hover {
    border: 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;
}

.header-minicart .product-details .product-name a {
  color: #211f1e;
    margin-top: 0 !important;
    padding: 0 !important;
}
.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;
    display: none;
    text-align: center;
}
.minicart-wrapper .subtotal .label {
    color: #211f1e;
    display: block;
    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: #211f1e;
}

/* -------------------------------------------- *
 * 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: #fff;
    border-bottom: 1px solid #ea353e;
    top: 0;
    width: 100%;
    z-index: 2147483647 !important;
    height: 120px;
}
.header-container.hdr .header-container-center {
    margin-top: 25px;
    position: relative;
}
.header-container-center {
    height: 67px;
    margin: 0 auto;
    width: 1306px;
    padding: 0;
}
.hdr .logo {
    float: none;
    height: 57px;
    margin-top: 0;
    padding: 0;
    width: 163px;
}

.hdr .logo .large {
    width: auto;
    margin-top: -8px;
}
.hdr #header-search {
    margin-left: 270px;
    margin-top: -48px;
    position: static;
    width: 475px;
}

.hdr .account-cart-wrapper {
   top: -49px;
    position: relative;
    right: -950px;
}
.hdr #onestepcheckout-place-order-button.btn-checkout {
    margin-top: -99px;
    width: 211px;
    border-radius: 0;
    height: 46px !important;
}
.atendimento-header-hdr {
    float: right;
    color: #fff;
    margin-top: -42px;
    font-size: 12px;
}
.hdr .minha-conta-container {
    position: absolute;
    top: 7px;
    right: 382px;
}
.header-container-center .atendimento-header-hdr .tel-aten {
    float: left;
    margin-right: 10px;
}
.header-container-center .atendimento-header-hdr .whats-aten {
    float: right;
}
/* Fim Busca Scroll hdr*/
/*-------------------------------------------- */

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