#bgCabecalho
{
    background: url(images/bgTopo.jpg);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    height: 178px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43);
}
#cabecalho
{
    width: 1000px;
    margin: 0 auto;
}
/* ITENS TOPO */
#cabecalho .itensTopo
{
    float: left;
    height: 38px;
    width: 100%;
}
#cabecalho .itensTopo .bordaLogo
{
    background: #000;
    float: left;
    height: 6px;
    width: 299px;
}
#cabecalho .itensTopo .sacTopo
{
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 12px;
    margin-left: 1px;
    margin-top: 7px;
    width: 200px;
}
#cabecalho .itensTopo .linkCabecalho
{
    float: right;
    width: 840px;
    height: 50px;
    z-index: 1;
    position: relative;
}
#cabecalho .itensTopo .linkCabecalho span
{
    color: #ffffff;
    float: right;
    font-family: Arial;
    font-size: 13px;
    padding: 0px 5px;
     /* IE 9 */
     /* Safari */
    -ms-transform: rotate(17deg); /* IE 9 */
    -webkit-transform: rotate(17deg); /* Safari */
    transform: rotate(17deg);
    line-height: 3em;
    font-family: 'MuseoSansCyrl-900';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cabecalho .itensTopo .linkCabecalho li
{
    float: right;
    font-style: italic;
    line-height: 3.7em;
    padding: 0px 10px;
}
#cabecalho .itensTopo .linkCabecalho li a
{
    color: #ffffff;
    font-family: 'MuseoSansCyrl-900';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cabecalho .itensTopo .linkCabecalho li a:hover
{
    color: #F3001E;
}
/* -------------- */
/* LOGO LOJA */
#cabecalho .logoLoja
{
    float:left;
    margin: 18px;
}
#cabecalho .logoLoja a
{
    background: url(images/logoNew.png);
    background-repeat: no-repeat;
    float: left;
    height: 105px;
    width: 300px;
}
/* -------------- */
/* CONTEUDO TOPO */
#cabecalho .barraTopo
{
    float: right;
    margin-top: 27px;
    width: 660px;
}   
/* BUSCA */
#cabecalho .barraTopo #busca
{
    float: left;
    position: relative;
    width: 360px;
    margin-top: 30px;
}
/* LOGIN */
#cabecalho .barraTopo #busca #bemVindo
{
    float: left;
    width: 100%;
}
#cabecalho .barraTopo #busca #bemVindo span
{
    color: #8A8A8A;
    float: left;
    font-family: "museo_sans500";
    font-size: 15px;
    width: 100%;
}
#cabecalho .barraTopo #busca #bemVindo a
{
    color: #141414;
    font-family: "museo_sans500";
    font-size: 15px;
}
#cabecalho .barraTopo #busca #bemVindo a:hover
{
    color: #F3001E;
}
/* BUSCA */
#cabecalho .barraTopo #busca #frmBusca
{
    float: left;
    width: 100%;
}
#cabecalho .barraTopo #busca #frmBusca .campoBusca
{
    /* background: url(images/bgBusca.png); */
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    position: relative;
    z-index: 999;
    width: 100%;
}
#cabecalho .barraTopo #busca .inputBusca
{
    /* background: transparent; */
    color: #141414;
    float: left;
    border: none;
    font-family: "museo_sans500";
    font-size: 12px;
    margin-left: 5px;
    padding: 13px 0 13px 15px;
    width: 180px;
    -ms-transform: skew(-15deg); /* IE 9 */
    -webkit-transform: skew(-15deg); /* Safari */
    transform: skew(-15deg);
}
#cabecalho .barraTopo #busca select
{
    border: none !important;
    background: #fff;
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 12px;
    margin: 0px 0 13px 3px;
    padding: 13px 0 12px 10px !important;
    width: 147px;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    position: relative;
    z-index: 1;
}
#cabecalho .barraTopo #busca .botaoBuscar
{
    background: #353535;
    cursor: pointer;
    float: left;
    /* margin: 4px 9px 0px 0px; */
    height: 33px;
    width: 42px;
#bgCabecalho {
    background: url(images/bgTopo.jpg);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    height: 178px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43);
    box-shadow: 0px 1px 15px 1px rgba(0,0,0,0.43); } #cabecalho {
    width: 1000px;
    margin: 0 auto; } /* ITENS TOPO */ #cabecalho .itensTopo {
    float: left;
    height: 38px;
    width: 100%; } #cabecalho .itensTopo .bordaLogo {
    background: #000;
    float: left;
    height: 6px;
    width: 299px; } #cabecalho .itensTopo .sacTopo {
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 12px;
    margin-left: 1px;
    margin-top: 7px;
    width: 200px; } #cabecalho .itensTopo .linkCabecalho {
    float: right;
    width: 750px;
    height: 50px;
    z-index: 1;
    position: relative; } #cabecalho .itensTopo .linkCabecalho
    span {     color: #ffffff;
    float: right;
    font-family: Arial;
    font-size: 13px;
    padding: 0px 5px;      /* IE 9 */      /* Safari */
    -ms-transform: rotate(17deg); /* IE 9 */
    -webkit-transform: rotate(17deg); /* Safari */
    transform: rotate(17deg);
    line-height: 3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } #cabecalho .itensTopo .linkCabecalho
    li {     float: right;
    font-style: italic;
    line-height: 3.7em;
    padding: 0px 15px; } #cabecalho .itensTopo .linkCabecalho
    li a {     color: #ffffff;
    font-family: "museo_sans500";
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } #cabecalho .itensTopo .linkCabecalho
    li a:hover {     color: #F3001E; } /* -------------- */ /* LOGO LOJA */ #cabecalho .logoLoja {
    float:left;
    margin: 18px; } #cabecalho .logoLoja
    a {     background: url(images/logoNew.png);
    background-repeat: no-repeat;
    float: left;
    height: 105px;
    width: 300px; } /* -------------- */ /* CONTEUDO TOPO */ #cabecalho .barraTopo {
    float: right;
    margin-top: 34px;
    position: relative;
    width: 660px; }    /* BUSCA */ #cabecalho .barraTopo #busca {
    float: left;
    position: relative;
    width: 464px; } /* LOGIN */ #cabecalho .barraTopo #busca #bemVindo {
    float: left;
    width: 100%; } #cabecalho .barraTopo #busca #bemVindo
    span {     color: #8A8A8A;
    float: left;
    font-family: "museo_sans500";
    font-size: 15px;
    width: 100%; } #cabecalho .barraTopo #busca #bemVindo
    a {     color: #141414;
    font-family: "museo_sans500";
    font-size: 15px; } #cabecalho .barraTopo #busca #bemVindo
    a:hover {     color: #F3001E; } /* BUSCA */ #cabecalho .barraTopo #busca #frmBusca {
    float: left;
    width: 100%; } #cabecalho .barraTopo #busca #frmBusca .campoBusca {
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    position: relative;
    z-index: 999;
    width: 464px; } #cabecalho .barraTopo #busca .inputBusca {
    color: #141414;
    float: left;
    border: none;
    font-family: "museo_sans500";
    font-size: 12px;
    margin-left: 5px;
    padding: 13px 0 13px 15px;
    width: 255px;
    -ms-transform: skew(-15deg); /* IE 9 */
    -webkit-transform: skew(-15deg); /* Safari */
    transform: skew(-15deg); } #cabecalho .barraTopo #busca
    select {     border: none !important;
    background: #fff;
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 12px;
    margin: 0px 0 13px 3px;
    padding: 13px 0 12px 10px !important;
    width: 120px;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-appearance: none;
    -webkit-border-radius: 0px; } #cabecalho .barraTopo #busca .botaoBuscar {
    background: url(images/btnBusca.png);
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    float: right;
    margin: 4px 9px 0px 0px;
    height: 43px;
    width: 43px; } #cabecalho .barraTopo #busca .botaoBuscar:hover {
    background-position: 0px -43px; } /* TELEVENDAS */ #cabecalho .barraTopo .televendasTopo {
    background: url(images/bgTelevendas.png);
    background-repeat: no-repeat;
    float: right;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    width: 298px; } #cabecalho .barraTopo .televendasTopo
    p {     color: #181818;
    float: right;
    font-family: "museo_sans500";
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 260px; } #cabecalho .barraTopo .televendasTopo
    p span {     color: #181818;
    font-family: "museo_sans500";
    font-size: 22px;
    margin-left: 5px;
    float: left;
    width: 100%; } /* CARRINHO TOPO */ #cabecalho .barraTopo .carrinhoTopo {
    float: right;
    margin-right: 1px;
    position: relative;
    width: 182px; } #cabecalho .barraTopo .carrinhoTopo .campoCarrinho {
    background: url(images/bgCarrinho.png);
    background-repeat: no-repeat;
    float: left;
    height: 58px;
    width: 100%; } #cabecalho .barraTopo .carrinhoTopo .campoCarrinho .meuCarrinho {
    color: #515151;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    width: 110px; } #cabecalho .barraTopo .carrinhoTopo .campoCarrinho .qtdCarrinho {
    color: #FFFFFF;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    width: 110px; } #cabecalho .barraTopo .carrinhoTopo .menuCarrinho {
    float: left;
    width: 100%;
    margin-top: 12px; } #cabecalho .barraTopo .carrinhoTopo .menuCarrinho
    a {     color: #141414;
    float: left;
    font-family: Arial;
    font-size: 10px; } #cabecalho .barraTopo .carrinhoTopo .menuCarrinho
    a:hover {     color: #F3001E; } #cabecalho .barraTopo .carrinhoTopo .menuCarrinho
    span {     color: #141414;
    float: left;
    padding: 0px 6px; } .linkCabecalho {
    background: url(images/bgSub.png);
    background-repeat: no-repeat;
    display: block; } #bgCabecalho:before {
    background: #353535;
    content: '';
    height: 46px;
    width: 46%;
    display: block;
    right: 0px;
    position: absolute;
    z-index: 0; } .selectCustom {
    background: url(images/seta.jpg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    z-index: 9;
    position: relative;
    left: -30px;
    top: 12px;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg); }
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: 1;
    right: 13px;
    top: 3px;
    position: absolute;
}
#cabecalho .barraTopo #busca .botaoBuscar:hover
{
    background-position: 0px -43px;
}
/* TELEVENDAS */
#cabecalho .barraTopo .televendasTopo
{
    /* background: url(images/vendas.png); */
    /* background-repeat: no-repeat; */
    float: right;
    height: 118px;
    width: 317px;
    margin-right: -20px;
    /* display: block; */
}
#cabecalho .barraTopo .televendasTopo p
{
    /* color: #181818; */
    /* float: right; */
    /* font-family: "museo_sans500"; */
    /* font-size: 13px; */
    /* margin-top: 5px; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* width: 260px; */
}
#cabecalho .barraTopo .televendasTopo p span
{
    color: #181818;
    font-family: "museo_sans500";
    font-size: 22px;
    margin-left: 5px;
    float: left;
    width: 100%;
}
/* CARRINHO TOPO */
#cabecalho .barraTopo .carrinhoTopo
{
    float: right;
    margin-right: 1px;
    position: relative;
    width: 182px;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho
{
    background: url(images/bgCarrinho.png);
    background-repeat: no-repeat;
    float: left;
    height: 58px;
    width: 100%;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho .meuCarrinho
{
    color: #515151;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    width: 110px;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho .qtdCarrinho
{
    color: #FFFFFF;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    width: 110px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho
{
    float: left;
    width: 100%;
    margin-top: 12px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho a
{
    color: #141414;
    float: left;
    font-family: Arial; 
    font-size: 10px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho a:hover
{
    color: #F3001E;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho span
{
    color: #141414;
    float: left;
    padding: 0px 6px;
}
.linkCabecalho {
    background: url(images/bgSub.png);
    background-repeat: no-repeat;
    display: block;
}
#bgCabecalho:before {
    background: url(images/bgSub.png);
    content: '';
    height: 46px;
    width: 46%;
    display: block;
    right: 4px;
    position: absolute;
    z-index: 0;
}
.selectCustom {
    background: url(images/seta.jpg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    z-index: 9;
    position: absolute;
    right: 62px;
    top: 12px;
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
}
.botaoBuscar:before {
    background: url(images/buscaNovo.jpg);
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    float: right;
    width: 27px;
    height: 28px;
    position: relative;
    top: 1px;
    left: -9px;
    background-position: -2px 0px;
    content: '';
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}
.televendasTopo p {
    /* display: none; */
    text-indent: -99999px;
}

#cabecalho .barraTopo .televendasTopo:after {
    background: url(images/bgVendas.jpg);
    height: 118px;
    width: 23%;
    right: 0px;
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 65px;
}
.televendasTopo:before {
    background: url(images/vendas.png);
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    width: 100%;
    margin-right: -20px;
    display: block;
    z-index: 9999;
    content:'';
    position: relative;
}

.tooltip {
    position: relative !important;
    display: inline-block !important;
    background: url(images/tooltip.png?v=1.1);
    background-repeat: no-repeat;
    float: right;
    height: 19px;
    width: 20px;
    opacity: 1 !important;
    margin-left: 5px;
    background-size: 100%;
    border-radius: 50%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: -90px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

