  @import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800');

  body,
  span,
  a,
  p,
  input,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .titulo,
  button {
    font-family: 'Muli', sans-serif;
  }

  body {
    position: relative;
    background: #FFF;
  }

  a:hover {
    text-decoration: none;
  }

  .caixa-sombreada {
    background: #FFF;
    border: 3px solid #F5F5F5;
    border-top: 3px solid #FF8a00;
  }

  .caixa-sombreada,
  .carrinho-checkout .conteiner-principal #corpo .conteiner,
  .conteiner,
  .conteiner-principal .conteiner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #corpo > .conteiner {
    background: #FFF;
  }

  .icon-facebook:before {
    content: "\f082";
  }

  .icon-youtube:before {
    content: "\f16a";
  }

  .modal-backdrop {
    z-index: 99999;
  }

  .modal {
    z-index: 99999999;
  }

  .botao.principal {
    background: #24BE1C;
    border-radius: 3px;
    text-shadow: none;
    border: 0;
    font-weight: bold;
  }

  .to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #a9a9a9;
  }

  select,
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"],
  input[type="tel"], 
  input[type="color"], 
  .uneditable-input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px;
    background: #EEEEEE;
    border-radius: 3px;
    box-sizing: content-box;
  }

  /* Modal newsletter */

  .modal-modalNewsletter {
    width: 540px!important;
    height: 340px!important;
    background: url(https://cdn.awsli.com.br/30/30437/arquivos/NEWSLETTER.png) center center;
  }

  .modal-modalNewsletter > .fancybox-skin {
    background: transparent;
    width: 540px!important;
    height: 340px!important;
    padding: 0!important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .modal-modalNewsletter .fancybox-inner {
    overflow: visible!important;
    width: 100%!important;
  }

  #modalNewsletter .componente {
    background: transparent;
    width: 100%;
    position: absolute;
    margin-top: 130px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #modalNewsletter .componente .titulo,
  #modalNewsletter .componente .texto-newsletter {
    display: none;
  }

  #modalNewsletter .newsletter-cadastro input {
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 16px 15px;
    width: 93%;
  }

  #modalNewsletter .newsletter .botao {
    position: relative;
    width: 100%;
    background: #ff8a00;
    border-radius: 3px;
    margin-top: 10px;
    padding: 15px 15px;
  }

  #modalNewsletter .newsletter .botao:before {
    content: " Assinar ";
    font-family: "Muli";
    font-weight: bold;
  }

  /* Modal Contato */

  #modalContato {
    border-radius: 3px;
    padding: 10px 20px;
  }

  .modal-header {
    font-weight: 600;
    font-size: 15px;
    color: #888888;
    letter-spacing: -0.28px;
    padding-bottom: 20px;
  }

  .modal-header .titulo {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.3px;
    margin-right: 10px;
  }

  #modalContato .modal-body {
    border-top: 3px solid #FF1C1C;
    padding-top: 30px;
  }

  #modalContato .form-horizontal .control-label {
    font-weight: bold;
    font-size: 13px;
    color: #222222;
    letter-spacing: -0.09px;
    padding-top: 10px;
  }

  #modalContato .form-horizontal input {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-radius: 3px;
    background: #EEEEEE;
    padding: 10px;
    width: 76%;
  }

  #modalContato textarea {
    background: #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-radius: 3px;
    padding-left: 10px;
  }

  #modalContato .control-group .botao.principal.pull-right + .botao {
    background: #FFFFFF;
    border: 3px solid #F5F5F5;
    border-radius: 3px;
    font-family: Muli-Bold;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.1px;
  }

  #modalContato .control-group .botao.principal.pull-right {
    background: #24BE1C;
    border: 0;
    border-radius: 3px;
    font-family: Muli-ExtraBold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.27px;
    text-shadow: none;
    padding: 10px 20px;
  }

  .modal tr,
  .modal .table th, 
  .modal .table td {
    border: 0;
  }

  .modal .table td b {
    font-weight: bold;
    font-size: 13px;
    color: #888888;
    letter-spacing: -0.09px;
    width: 100px;
  }

  .modal .table td span,
  .modal .table td span a {
    font-weight: bold;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0.1px;
  }

  /* Barra Inicial */

  .barra-inicial {
    background: #ff8a00;
  }

  .barra-inicial > .conteiner {
    max-width: 1180px;
    padding: 0;
  }

  .barra-inicial > .conteiner > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .barra-inicial .lista-redes.span3 {
    display: -webkit-box;
    display: -webkit-flex;
    background: #ff8a00;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .barra-inicial .canais-contato ul {
    overflow: visible;
  }

  .barra-inicial .lista-redes i {
    background: transparent!important;
    width: 35px;
  }

  .barra-inicial .lista-redes li {
    border: 0;
  }

  .barra-inicial .canais-contato.span9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #ff8a00;
    margin-left: 0;
  }

  .canais-contato ul li {
    border: 0;
  }

  .rastreio-correios {
    position: relative;
    cursor: pointer;
  }

  .rastreio-correios .rastreio {
    position: absolute;
    top: 105%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #ff8a00;
    z-index: 99999;
    width: 280px;
    -webkit-box-shadow: 0 1px 3px 0 #E5E5E5;
            box-shadow: 0 1px 3px 0 #E5E5E5;
    padding: 20px 17px;
    border-top: 3px solid red;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .rastreio-correios:hover .rastreio {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .rastreio-correios .rastreio > span {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.3px;
    display: block;
    text-align: center;
    line-height: 19px;
  }

  .rastreio-correios .rastreio input[type="text"] {
    background: #EEEEEE;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 20px;
    border: 0;
    margin: 10px 0 5px;
    color: black;
  }

  .rastreio-correios .rastreio button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0.95;
    background: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    color: #030303;
    letter-spacing: -0.36px;
    border: 0;
    width: 100%;
    padding: 15px 10px 15px 25px;
  }

  .rastreio-correios .rastreio .bottom-icon {
    height: 22px;
  }

  .rastreio-correios .rastreio .bottom-icon path{
    fill: #030303;
  }


  /* Search */

  .busca-mobile.span7 {
    width: 66%;
  }

  .busca-mobile .busca {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .busca-mobile .busca input {
    background: #EEEEEE;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 18px 15px;
  }

  .busca-mobile .botao-busca {
    background: transparent;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .busca-mobile .botao-busca:before {
    content: "";
  }

  /* Secao Banners */

  .banner .flex-control-nav {
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav a:before,
  .flex-direction-nav a {
    background: url(https://cdn.awsli.com.br/534/534277/arquivos/spritev1.png) no-repeat;
    width: 12px;
    height: 18px;
  }

  .secao-banners .flex-direction-nav .flex-prev,
  .secao-banners .flexslider:hover .flex-direction-nav .flex-prev {
    background-position: 0 0;
    display: block;
    left: 30px;
    opacity: 1;
  }

  .secao-banners .flex-direction-nav .flex-next,
  .secao-banners .flexslider:hover .flex-direction-nav .flex-next {
    background-position: -22px 0;
    right: 30px;
    opacity: 1;
  }

  .banner .flex-control-paging li {
    margin: 0 5px;
  }

  .banner .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background: #FFF;
  }

  .banner .flex-control-paging li a.flex-active {
    width: 6px;
    height: 6px;
    background: #FF1C1C;
    border-color: #FF1C1C;
  }

  .mini-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mini-banner .modulo.span4 {
    width: 100%;
  }
  
  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev:before,
  .flex-direction-nav .flex-prev {
    background: url(https://cdn.awsli.com.br/534/534277/arquivos/spritev1.png) no-repeat;
    background-position: -41px 0;
    left: 0;
    opacity: 1;
  }

  .listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next:before,
  .flex-direction-nav .flex-next {
    background: url(https://cdn.awsli.com.br/534/534277/arquivos/spritev1.png) no-repeat;
    background-position: -63px 0;
    right: 0;
    opacity: 1;
  }

  .marcas {
    display: block!important;
  }

  .marcas .flex-direction-nav a {
    margin-top: 0;
  }
  /* Listagem */

  #corpo {
    border-bottom: 3px solid #F5F5F5;
  }

  .titulo-categoria,
  .listagem .titulo-categoria,
  .listagem > h4.titulo {
    position: relative;
    border-top: 0;
    border-bottom: 3px solid #F5F5F5;
    padding: 15px 5px 15px 10px;
  }

  .titulo-categoria:hover,
  .listagem .titulo-categoria:hover {
    background: transparent;
    padding-left: 10px;
  }

  .titulo-categoria strong ,
  .listagem > h4.titulo {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #222222;
    letter-spacing: -0.3px;
    text-align: center;
  }

  .titulo-categoria strong:before,
  .listagem > h4.titulo:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #FF8a00;
    position: absolute;
    bottom: 22px;
    left: 0px;
  }

  .listagem .listagem-linha li {
    border: 0;
  }

  .listagem .listagem-item  {
    overflow: hidden;
    border: 3px solid transparent;
  }

  .listagem .listagem-item:hover {
    border: 3px solid #f5f5f5;
  }

  .bandeiras-produto span {
    position: relative;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: bold;
  }

  .bandeira-promocao {
    background: #ff8a00;
  }

  .bandeiras-produto span:before {
    content: "";
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid;
    position: absolute;
    bottom: -6px;
    left: 5px;
  }

  .bandeiras-produto span.bandeira-promocao:before {
    border-top-color: #FF8a00;
  }

  .bandeiras-produto span.bandeira-frete-gratis,
  .produto .tag-produto.tag-frete-gratis {
    background: #222222;
    text-transform: capitalize!important;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.4px;
  }

  .produto .tag-produto.tag-frete-gratis {
    padding: 5px 8px;
    margin: 5px 0 0;
  }

  .bandeiras-produto span.bandeira-frete-gratis:before {
    border-top-color: #222222;
  }

  .adicionado-carrinho.bandeira-carrinho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 90%;
    height: 80%;
    background: rgba(255,255,255,0.15);
    z-index: 16;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.4px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .adicionado-carrinho.bandeira-carrinho:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #ff8a00;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
  }

  .listagem .info-produto {
    text-align: center;
  }

  .listagem .listagem-item .nome-produto {
    font-weight: bold;
  }

  .preco-produto .preco-venda {
    display: block;
    margin: 2px 0;
    font-weight: 600;
    color: #AAAAAA;
  }

  .preco-produto strong.titulo {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
  }

  .preco-parcela {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
  }

  .listagem-item .acoes-produto {
    border: 0;
    background: transparent;
    z-index: 17;
  }

  .listagem-item .acoes-produto .botao.principal {
    opacity: 0.95;
    background: #ff8a00;
    border-radius: 3px;
    border: 0;
    text-shadow: none;
    width: 70%;
    padding: 13px 10px 13px 0;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
  }

  .listagem-item .acoes-produto .botao.principal i {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 17px;
  }

  .listagem-item .acoes-produto .botao.principal i:before {
    content: "+";
    font-weight: 700;
    font-family: Muli-Black;
    font-size: 18px;
    color: #ff8a00;
    letter-spacing: -0.19px;
    background: #FFF;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
  }

  /* Instagram */

  #instagram-rodape {
    margin-bottom: 40px;
  }

  #instagram-rodape h2 {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    color: #222222;
    letter-spacing: -0.3px;
    border-bottom: 3px solid #f5f5f6;
    padding: 0 0 5px 10px;
    margin-bottom: 25px;
    text-align: center;
  }

  #instagram-rodape h2:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #FF8a00;
    position: absolute;
    left: 0;
    bottom: 18px;
  }

  #instagram-rodape small {
    font-weight: 600;
    font-size: 15px;
    color: #888888;
    letter-spacing: -0.2px;
    margin-left: 10px;
  }

  #instagram-rodape small strong {
    color: #222222;
    text-transform: lowercase;
  }

  #instagram-rodape ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }

  #instagram-rodape ul li {
    position: relative;
    overflow: hidden;
  }

  #instagram-rodape ul li:not(:last-child) {
    margin-right: 10px;
  }

  #instagram-rodape ul li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF9800;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
  }

  #instagram-rodape ul li:hover a:before {
    visibility: visible;
    opacity: 1;
  } 

  #instagram-rodape ul li .photo img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  #instagram-rodape ul li:hover .photo img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  #instagram-rodape .stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }

  #instagram-rodape .stats span {
    display: block;
    color: #FFF;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  #instagram-rodape ul li:hover .stats span {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  #instagram-rodape .stats span i {
    margin-right: 5px;
  }

  /* Newsletter */

  #barraNewsletter {
    display: block!important;
  }

  #barraNewsletter.posicao-rodape .componente .interno {
    padding: 30px 0;
  }

  #barraNewsletter .componente .interno-conteudo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    position: relative;
  }

  #barraNewsletter .interno-conteudo:before {
    content: "";
    background: url(https://cdn.awsli.com.br/534/534277/arquivos/spritev1.png) no-repeat 0 -26px;
    width: 137px;
    height: 92px;
    position: absolute;
    top: -9px;
    left: -90px;
  }

  #barraNewsletter .texto-newsletter.newsletter-cadastro {
    display: block!important;
    width: 50%;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    line-height: 27px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  #barraNewsletter .texto-newsletter.newsletter-cadastro span {
    position: relative;
    margin-left: 10px;
  }

  #barraNewsletter .texto-newsletter.newsletter-cadastro span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #FF8a00;
    position: absolute;
    bottom: 5px;
    left: -10px;
  }

  #barraNewsletter .texto-newsletter.newsletter-cadastro strong {
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.2px;
  }

  #barraNewsletter .componente div.newsletter-cadastro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  #barraNewsletter .componente div.newsletter-cadastro.hide {
    display: none!important;
  }

  #barraNewsletter .componente input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 15px;
    background: #fff;
  }

  #barraNewsletter .componente .botao {
    background: #fff;
    border-radius: 3px;
    text-shadow: none;
  }

  #barraNewsletter .componente .newsletter-assinar:after {
    content: "Cadastrar";
    font-weight: bold;
    font-size: 17px;
    color: #FF8a00;
    letter-spacing: 0;
    font-family: 'Muli', sans-serif;
  }

  #barraNewsletter .lista-redes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    margin-left: 2%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  #barraNewsletter .lista-redes ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: right;
    width: 100%;
  }

  #barraNewsletter .lista-redes li {
    display: inline-block;
    float: none;
    border: 0;
  }

  #barraNewsletter .lista-redes li:not(:last-child) {
    margin-right: 4%;
  }

  #barraNewsletter .lista-redes i {
    background: transparent!important;
    border: 2px solid #FFF;
    border-radius: 50px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }

  #barraNewsletter .lista-redes i:hover {
    background: #FFF!important;
    color: #222222;
  }

  #barraNewsletter .newsletter-confirmacao {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    line-height: 45px;
  }

  #barraNewsletter .componente .newsletter-confirmacao .icon-ok {
    line-height: 45px;
  }


  /* Rodape */

  #rodape .institucional,
  #rodape .institucional, #rodape .pagamento-selos {
    background: transparent;
  }

  #rodape .institucional > .conteiner {
    border-bottom: 3px solid #F5F5F5;
  }

  #rodape .institucional .span9 > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #rodape .links-rodape-categorias {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 10.564102564102564%;
  }

  #rodape .span4.sobre-loja-rodape {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }

  #rodape .links-rodape-paginas {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  #rodape .titulo {
    position: relative;
    border: 0;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.22px;
    padding-left: 10px;
    margin-top: 40px;
  }

  #rodape .titulo:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #FF8a00;
    position: absolute;
    left: 0;
    bottom: 25px;
  }

  #rodape .links-rodape li {
    list-style-image: none;
  }

  #rodape .links-rodape li a,
  #rodape p {
    font-weight: 600;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.2px;
    line-height: 25px;
    text-align: justify;
  }

  #rodape .redes-sociais {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }

  #rodape .selos {
    float: right;
  }


  /* Pagina Produto */

  .info-principal-produto .breadcrumbs ul li:after {
    content: "";
  }

  .info-principal-produto .breadcrumbs ul li:not(:last-child):after {
    content: "/";
  }

  .breadcrumbs ul li i {
    display: none;
  }

  .breadcrumbs ul li a {
    font-weight: 600;
    font-size: 12px;
    color: #AAAAAA;
  }

  .breadcrumbs ul li:last-child a {
    font-weight: bold;
    font-size: 12px;
    color: #111111;
  }

  .elastislide-carousel ul li {
    opacity: .5;
  }

  .elastislide-carousel ul li.active {
    opacity: 1;
  }

  .elastislide-carousel ul li a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .elastislide-carousel ul li.active a {
    border: 2px solid #FF1C1C;
  }

  .produto .nome-produto {
    font-weight: bold;
    font-size: 23px;
    color: #222222;
    letter-spacing: -0.2px;
    line-height: 29px;
    text-align: center;
  }

  .produto .codigo-produto {
    border-bottom: 3px solid #F5F5F5;
  }

  .codigo-produto b {
    color: #888888;
    font-size: 13px;
    font-weight: bold;
  }

  .codigo-produto span > span,
  .codigo-produto a {
    font-size: 13px;
    font-weight: bold;
    color: #222222;
  }

  .atributos ul li.active a {
    border: 1px solid #222222;
  }

  .atributos .atributo-cor ul li a,
  .atributos .atributo-cor ul li a span {
    border-radius: 50px;
  }

  .produto .principal .acoes-produto .preco-produto {
    width: 40%;
  }

  .produto .principal .acoes-produto .preco-produto .preco-venda {
    font-weight: bold;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: -0.1px;
    line-height: 19px;
  }

  .produto .principal .acoes-produto .preco-produto .preco-promocional {
    font-weight: bold;
    font-size: 27px;
    color: #222222;
    letter-spacing: -0.48px;
  }

  .produto .acoes-produto .comprar {
    width: 60%
  }

  .produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    float: left;
    width: 80px!important;
    margin: 0 20px 0 0;
  }

  .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    display: none;
  }

  .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #EEEEEE;
    border: 0;
    border-radius: 3px;
    padding: 22px 0 22px 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }

  .produto .principal .botao.principal.grande {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ff8a00;
    border-radius: 3px;
    text-shadow: none;
    border: 0;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -0.77px;
    padding: 15px 0px;
  }

  .produto .botao.principal.grande i:before {
    content: "";
  }

  .produto .botao.principal.grande .cart-icon path {
    fill: #fff;
  }

  .abas-custom .tab-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 3px solid #f5f5f5;
  }

  /* Frete */

  .cep label {
    float: none;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.19px;
  }

  .cep .input-append.input-prepend input {
    background: #EEEEEE;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 15px 20px 15px 20px;
    width: 80%;
  }

  .cep .input-append.input-prepend button {
    background: #FFFFFF;
    border: 3px solid #F5F5F5;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    padding: 12px 20px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
  }

  /* Comparitlhar */

  .produto-compartilhar .lista-favoritos {
    background: #FF1C1C;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
  }

  /* acoes Flutuante */

  .produto .acoes-flutuante .nome-produto {
    font-weight: bold;
    font-size: 13px;
    color: #222222;
    letter-spacing: -0.1px;
    line-height: 16px;
    margin: 15px 0;
  }

  .produto .acoes-flutuante .acoes-produto .preco-produto .preco-venda {
    font-weight: 600;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: -0.1px;
  }

  .produto .acoes-flutuante .acoes-produto .preco-produto .preco-promocional {
    font-weight: bold;
    font-size: 25px;
    color: #222222;
    letter-spacing: -0.45px;
  }

  .produto .acoes-flutuante .acoes-produto .comprar {
    width: 85%;
  }

  .produto .acoes-flutuante .botao.principal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  /* Relacionados */

  .listagem > h4.titulo:before {
    bottom: 18px;
  }

  /* Pagina Busca */

  .pagina-busca h1 {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    letter-spacing: -0.5px;
    line-height: 36px;
    padding-right: 30px;
  }

  .pagina-busca .conteudo .span6 > p {
    font-weight: 600;
    font-size: 15px;
    color: #888888;
    letter-spacing: -0.1px;
  }

  .pagina-busca .conteudo .span6 ol {
    margin: 0;
  }

  .pagina-busca .conteudo .span6 ol li {
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.1px;
    line-height: 22px;
  }

  .pagina-busca .conteudo .span6 > .botao.secundario {
    background: #24BE1C;
    border: 0;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    padding: 15px;
  }

  /* Pagina Login */

  .cabecalho-interno .titulo { 
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.3px;text-align: center;
  }

  .cabecalho-interno .titulo small {
    font-weight: 600;
    font-size: 15px;
    color: #888888;
    letter-spacing: -0.28px;
  }

  .pagina-login .cadastro-logar.row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .pagina-login .cadastro-logar.row-fluid .caixa-sombreada {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 3px solid #F5F5F5;
    border-top: 3px solid #ff8a00;
    border-radius: 0 0 3px 3px;
    height: 80%;
  }

  .pagina-login .cadastro legend {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.2px;
    border-bottom: 3px solid #F5F5F5;
  }

  .pagina-login .cadastro-logar .form-horizontal .control-label {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.1px;
    line-height: 45px;
  }

  .pagina-cadastro .cadastro input:not([type="radio"]),
  .cadastro input[type="text"], 
  .cadastro input[type="password"], .cadastro select {
    margin: 0;
    font-size: 13px;
    background: #EEEEEE;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px;
    height: 35px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .pagina-login .cadastro-logar .botao {
    background: #ff8a00;
    border: 0;
    border-radius: 3px;
    text-shadow: none;
    padding: 15px 14px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
  }

  .pagina-login a.recuperar-senha {
    font-weight: 600;
    font-size: 12px;
    color: #222222;
    letter-spacing: -0.09px;
  }

  .pagina-cadastro .cadastro input:not([type="radio"]) {
    width: 70%;
  }

  /* Pagina Carrinho */

  

  .pagina-carrinho .caixa-destaque > h1 {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    letter-spacing: -0.6px;
  }

  .pagina-carrinho .caixa-destaque > .botao.principal {
    background: #ff8a00;
    border: 0;
    border-radius: 3px;
    text-shadow: none;
    padding: 13px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.3px;;
  }

  .tabela-carrinho .bg-dark {
    background: transparent;
  }

  .tabela-carrinho tr {
    border: 3px solid #F5f5f5;
  }

  .table th, .table td {
    background: transparent;
  }

  .tabela-carrinho td, .tabela-carrinho th {
    border: 0;
  }

  .tabela-carrinho h6 {
    font-weight: bold;
    font-size: 15px;
    color: #888888;
    letter-spacing: -0.3px;
  }

  .tabela-carrinho .preco-produto .preco-promocional {
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    letter-spacing: -0.1px;
    line-height: 19px;
  }

  .tabela-carrinho .produto-info > a {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0.1px;
    line-height: 17px;
    display: block;
    width: 260px;
  }

  .tabela-carrinho .produto-info ul li span strong {
    color: #222222;
  }

  .tabela-carrinho .quantidade input[type="text"] {
    background: #EEEEEE;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 5px;
  }

  .tabela-carrinho .quantidade a, .tabela-carrinho .excluir a {
    color: #AAAAAA;
  }

  .tabela-carrinho .form-horizontal .control-label {
    width: 125px;
    line-height: 40px;
  }

  .tabela-carrinho .form-horizontal .control-label b {
    font-weight: bold;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.19px;
  }

 

  .tabela-carrinho #calcularFrete {
    background: #EEEEEE;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px;
    width: 200px;
    height: 25px;
  }

  .tabela-carrinho .form-horizontal .controls .btn {
    background: #FFFFFF;
    border: 3px solid #F5F5F5;
    border-radius: 3px;
    padding: 12px 15px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
  }

  .tabela-carrinho .form-horizontal .controls .btn i {
    display: none;
  }

  .pagina-carrinho .total > span {
    font-weight: 600;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.15px;
  }

  .pagina-carrinho .total strong {
    font-weight: bold;
    font-size: 24px;
    color: #ff8a00;
    letter-spacing: -0.22px;
  }

  .pagina-carrinho .descontos.parcelas > span {
    color: #888888;
    font-weight: 600;
    font-size: 14px;
  }

  .pagina-carrinho .descontos.parcelas > span strong {
    color: #333333;
  }

  .pagina-carrinho .acao-editar {
    margin-top: 20px;
  }

  .pagina-carrinho .acao-editar .botao.hidden-phone {
    background: #FFFFFF;
    border: 3px solid #F5F5F5;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.3px;
    padding: 10px 15px 10px 20px;
  }

  .pagina-carrinho .acao-editar .botao.hidden-phone:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    margin: -5px 15px 0 0;
  }

  .pagina-carrinho .acao-editar .botao.principal.grande {
    background: #ff8a00;
    border: 0;
    border-radius: 3px;
    text-shadow: none;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
  }

  .pagina-carrinho .acao-editar .botao.principal.grande i {
    margin-left: 0;
  }

  /* Checkout */

  .carrinho-checkout #cabecalho {
    top: 0;
  }

  

  .carrinho-checkout .atendimento {
    border: 0;
  }

  .carrinho-checkout .atendimento .icone-box {
    border: 3px solid #DDDDDD;
    border-radius: 50px;
    color: #DDDDDD;
    width: 20px;
    height: 20px;
  }

  .carrinho-checkout .atendimento li .display-table {
    font-size: 14px;
    font-weight: 600;
    color: #888888;
  }

  .carrinho-checkout .atendimento li strong {
    font-weight: bold;
    color: #222;
    font-size: 15px;
  }

  .carrinho-checkout .identificacao hr.sem-margem {
    height: 3px;
    background: #f5f5f5;
    border: 0;
  }

  .carrinho-checkout .identificacao .identificacao-title {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.3px;
  }

  .carrinho-checkout .identificacao .control-group {
    max-width: 550px;
  }

  .identificacao .control-group input {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 15px;
    background: #EEEEEE;
    border-radius: 3px;
    width: 90%;
  }

  .identificacao .control-group .submit-email.botao.principal {
    padding: 11px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
  }

  .checkout-alerta-seguro {
    border: 3px solid #F5f5f5;
    border-top: 3px solid #FF8a00;
    background: transparent;
    padding: 10px 25px 30px;
    max-width: 500px;
  }

  .checkout-alerta-seguro .checkout-alerta-seguro-tit {
    font-weight: bold;
    font-size: 17px;
    color: #222222;
    letter-spacing: -0.21px;
  }

  .checkout-alerta-seguro .checkout-alerta-seguro-item .icon-ok {
    color: #FF8a00;
  }

  .checkout-alerta-seguro li.checkout-alerta-seguro-item span {
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    letter-spacing: -0.2px;
    line-height: 23px;
  }

  .checkout-alerta-seguro .checkout-alerta-seguro-icon {
    display: none;
  }

  .pagina-cadastro .cadastro legend {
    border-bottom: 3px solid #F5f5f5;
    font-weight: bold;
    color: #222222;
    letter-spacing: -0.2px;
  }

  .form-horizontal .control-label {
    line-height: 40px;
    font-weight: bold;
    color: #222222;
    letter-spacing: -0.1px;
  }

  .pagina-cadastro .form-horizontal .cadastro input {
    height: 25px;
    background: #EEEEEE;
    width: 80%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border-radius: 3px;
    padding: 10px;
  }

  .pagina-cadastro .cadastro input:not([type="radio"]) {
    width: 70%;
  }

  @media screen and (min-width: 768px) {

  /* Cabecalho */

  #cabecalho {
    position: absolute;


    width: 100%;

    background: white;
    z-index: 9999;
  }

  body.fixed #cabecalho {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
  }

  body.fixed #cabecalho > .conteiner {
    height: 95px;
    padding: 0;
    -webkit-transition: height .3s ease-in-out, top .1s ease-in-out;
    -o-transition: height .3s ease-in-out, top .1s ease-in-out;
    transition: height .3s ease-in-out, top .1s ease-in-out;
  }

  body.open-menu #cabecalho > .conteiner {
    height: 145px;
  }

  #cabecalho > .conteiner > .row-fluid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    z-index: 20;
  }

  .conteudo-topo > .superior {
    display: none;
  }

  .conteudo-topo .inferior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 55px;
  }

  /* Hamburguer */

  .brand.span3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .brand .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }

  body.fixed .brand .logo {
    width: 75%;
  }

  .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  } 

  .logo a img {
    position: relative;
  }

  .hamburguer {
    width: 0px;
    height: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
  }

  body.fixed .hamburguer {
    width: 20%;
    opacity: 1;
    visibility: visible;
  }

  .hamburguer span {
    position: relative;
    width: 20px;
    height: 2px;
    background: #222;
    display: block;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .hamburguer span:nth-child(2) {
    top: 10px;
  }

  body.open-menu .hamburguer span:first-child {
    opacity: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px;
  }

  body.open-menu .hamburguer span:nth-child(2) {
    top: 4.3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  body.open-menu .hamburguer span:last-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .hamburguer span:last-child {
    top: 2px;
  }

  /* Minha Conta */

  .account.span3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0px solid #E5E5E5;
    border-radius: 3px;
    letter-spacing: 0.09px;
    width: 23%;
    cursor: pointer;
  }

  .account > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    color: black;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: bold;
  }

  .account .user-icon {
    margin-right: 10px;
  }

  .account .arrow-icon {
    margin: 3px 0 0 12px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }

  .account:hover .arrow-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .account ul {
    position: absolute;
    visibility: hidden;
    opacity: 1;
    top: 98%;
    left: -1px;
    background: #FFF;
    width: 100%;
    margin: 0;
    border: 1px solid #E5E5E5;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9999;
  }

  .account:hover ul {
    top: 95%;
    visibility: visible;
    opacity: 1;
  }

  .account li {
    position: relative;
  }

  .account li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }

  .account li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ff8a00;
    padding: 15px;
    text-align: left;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }

  .account li a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #FF8a00;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .account li:hover a {
    color: #FF8a00;
    text-decoration: none;
  }

  .account li:hover a:before {
    opacity: 1;
  }

  .account li a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 24px;
  }

  .account li:hover svg path {
    -webkit-transition: fill .2s ease-in-out;
    -o-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
  }

  .account li:hover svg path { 
    fill: #ff8a00;
  }

  /* Carrinho */

  .conteudo-topo .inferior .hidden-phone.span2 {
    width: 15%;
    margin-left: 0;
  }

  .carrinho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    height: 100%;
  }

  .carrinho > a i {
    background: transparent;
  }

  .carrinho > a i:before {
    content: "";
  }

  .carrinho .qtd-carrinho {
    position: absolute;
    right: 29px;
    top: 7px;
    font-size: 15px;
    background: #ff8a00;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
  }

  .carrinho-interno {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    border-top-color: #FF1C1C;
    width: 340px;
    border-radius: 0 0 3px 3px;
  }

  .carrinho-interno li {
    border-bottom: 3px solid #F5F5F5;
  }

  .carrinho-interno .nome-produto {
    font-weight: bold;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0;
    line-height: 14px;
    max-height: 80px;
    width: 145px;
    margin-left: 0;
  }

  .carrinho-interno .preco-produto {
    text-align: right;
  }

  .carrinho-interno .preco-produto .preco-venda {
    font-size: 13px;
    color: #AAAAAA;
    font-weight: bold;
  }

  .carrinho-interno .preco-produto .preco-promocional {
    font-size: 15px;
    color: #222222;
  }

  .carrinho-interno > div:after {
    display: none;
  }

  .carrinho-interno .carrinho-rodape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .carrinho-interno .carrinho-info i {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #888888;
    margin-bottom: 3px;
  }

  .carrinho-interno .carrino-total,
  .carrinho-interno .carrino-total strong {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 14px;
  }

  .carrinho-interno > div .botao {
    position: relative;
    opacity: 0.95;
    background: #ff8a00;
    border-radius: 3px;
    border: 0;
    text-shadow: none;
    padding: 10px 35px 10px 15px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: -0.3px;
  }

  .carrinho-interno > div .botao i {
    float: none;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 2px 0 0;
  }

  .carrinho-interno > div .botao .bottom-icon {
    height: 22px;
  }

  .carrinho-interno > div .botao .bottom-icon path {
    fill: #FFF;
  }

  .carrinho-interno > div .botao i:before {
    content: "";
  }

  /* Menu Superior */

  .menu.superior {
    position: relative;
    background: transparent;
    margin-top: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-bottom: 3px solid #F5F5F5;
    z-index: 10;
  }

  body.fixed .menu.superior {
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    position: relative;
    z-index: -1;
    border-bottom: 0;
  }

  body.open-menu .menu.superior {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 0;
  }

  .menu.superior .nivel-um {
    text-align: center;
  }

  .menu.superior .nivel-um > li {
    border: 0;
    padding: 0 15px;
    display: inline-block;
    float: none;
  }

  .menu.superior .nivel-um>li:hover {
    margin-top: 0;
    border: 0;
  }

  .menu.superior li a i {
    display: none;
  }

  .menu.superior .titulo {
    font-weight: 700;
    color: white;
  }

  .menu.superior .nivel-dois {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    top: 70px;
    left: 0;
    border: 3px solid #F5F5F5;
    border-top: 3px solid #FF8a00;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
  }

  .menu.superior .nivel-um > li:hover .nivel-dois {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 50px;
    visibility: visible;
    opacity: 1;
  }

  .menu.superior .nivel-dois li {
    border: 0;
  }

  .menu.superior .nivel-dois > li {
    padding: 0 30px;
  }

  .menu.superior .nivel-dois li:hover {
    background: transparent;
  }

  .menu.superior .nivel-dois > li > a {
    margin-right: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #222222;
  }

  .menu.superior .nivel-tres {
    display: block;
    position: relative;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .menu.superior .nivel-tres > li {
    text-align: left;
    padding-left: 0;
  }

  .menu.superior .nivel-tres a {
    font-size: 13px;
    color: #888888;
    font-weight: 600;
    -webkit-transform: color .2s ease;
        -ms-transform: color .2s ease;
            transform: color .2s ease;
  }

  .menu.superior .nivel-tres > li:hover a {
    color: #222222;
    text-decoration: underline;
  }



  /* Seco Banners */

  .secao-banners {
    padding-top: 145px; 
  }

  .tarja-counter {
    margin: 5px 0 10px;
    position: relative;
  }

  .tarja-counter .cooldown {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .tarja-counter .cooldown .cd-data span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 7px 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    background: #111111;
    border-radius: 3px;
    min-width: 30px;
  }

  .tarja-counter .cooldown.cd-home span:before {
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: -0.37px;
  }

  .tarja-counter .cooldown.cd-home span:after {
    content: "";
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, .075);
    position: absolute;
    top: 0;
    left: 0;
  }

  .tarja-counter .cooldown .cd-data .cd-dia:before {
    content: "dias";
  }

  .tarja-counter .cooldown .cd-data .cd-hora:before {
    content: "hora";
  }

  .tarja-counter .cooldown .cd-data .cd-minuto:before {
    content: "min";
  }

  .tarja-counter .cooldown .cd-data .cd-segundo:before {
    content: "seg";
  }

  .tarja-counter img {
    max-width: 100%;
    width: 100%;
  }

  #rodape > div:last-child {
    text-align: center;
  }

  /* Pagina Categoria */

  .breadcrumbs {
    border: 0;
  }

  .menu.lateral li,
  .menu.lateral .nivel-dois li, 
  .menu.lateral.outras .nivel-um li a {
    position: relative;
    background-color: transparent;
  }
  

  .menu.lateral .nivel-um > li > a:before,
  .menu.lateral .nivel-dois > li:before,
  .menu.lateral .nivel-tres > li > a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #FF1C1C;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .menu.lateral .nivel-um > li > a:hover:before,
  .menu.lateral .nivel-dois > li:hover:before,
  .menu.lateral .nivel-tres > li > a:hover:before {
    opacity: 1;
  }

  .menu.lateral .nivel-um {
    border: 3px solid #F5F5F5;
    border-bottom: 0;
    border-radius: 3px;
  }

  .menu .nivel-dois,
  .menu .nivel-tres, 
  .menu.lateral .nivel-um > li > a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .menu.lateral .nivel-um > li {
    border-top: 0;
  }

  .menu.lateral .nivel-um > li > a,
  .menu.lateral .nivel-dois li {
    border: 0;
    border-bottom: 3px solid #F5F5F5;
  }

  .menu.lateral .nivel-um > li > a {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.2px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }

  .menu.lateral .nivel-um > li:hover > a:hover strong,
  .menu.lateral.outras .nivel-um > li:hover > a strong,
  .menu.lateral .nivel-dois li:hover > a  {
    color: #222222;
  }

  .menu.lateral .nivel-um > li i {
    display: none;
  }

  .menu.lateral .nivel-dois {
    padding: 0;
  }

  .menu.lateral .nivel-dois a,
  .menu.lateral .nivel-um a .titulo {
    color: #888888;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin: 0;
  }

  .menu.lateral .nivel-tres {
    top: -3px;
    border: 3px solid #f5f5f5;
  }

  .menu.lateral .nivel-tres > li {
    min-width: 160px;
    padding: 0px;
  }

  .menu.lateral .nivel-tres > li > a {
    position: relative;
    padding: 0 20px 0 40px;
  }

  .filtro {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    border: 0;
    padding: 10px;
  }

  .filtro:not(:last-child) {
    border-bottom: 3px solid #F5F5F5;
  }

  .filtro h4 {
    position: relative;
    border-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.2px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
  }

  .filtro h4:before {
    content: "";
    width: 5px;
    height: 5px;
    background: red;
    position: absolute;
    left: 0;
    bottom: 5px;
  }

  .filtro.lista ul {
    border: 3px solid #F5F5F5;
    overflow: visible;
    max-height: 100%;
  }

  .filtro.lista ul li {
    position: relative;
    border: 0;
  }

  .filtro.lista ul li:not(:last-child) {
    border-bottom: 3px solid #F5f5f5;
  }

  .filtro.lista ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #FF1C1C;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .filtro.lista ul li:hover:before {
    opacity: 1;
  }

  .filtro.lista ul li label {
    color: #888888;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    transition: color .2s ease-in-out;
  }

  .filtro.lista ul li label:hover {
    background: transparent;
    color: #222;
    text-decoration: none;
  }

  /* Ordernar Listagem */

  .ordenar-listagem.topo {
    border-bottom: 3px solid #F5F5F5;
  }

  .ordenar-listagem.topo .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pagina-categoria h1.titulo {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    letter-spacing: -0.37px;
  }

  .ordenar-listagem.topo .span6.clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 35px;
  }

  .ordenar-listagem.topo .pagination {
    display: none;
  }

  .ordenar-listagem label {
    background: #EEEEEE;
    border-radius: 3px;
    border: 0;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
  }

  .ordenar-listagem button.btn {
    background: #eee;
    border: 0;
    padding: 15px 10px;
  }

  .pagina-categoria .caixa-destaque {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin-top: 0;
  }

  .pagina-categoria .caixa-destaque > h1 {
    font-weight: bold;
    font-size: 30px;
    color: #222222;
    letter-spacing: -0.5px;
    line-height: 36px;
    padding-right: 30px;
  }

  .pagina-categoria .caixa-destaque p {
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.1px;
    line-height: 22px;
  }

  .pagina-categoria .caixa-destaque > a {
    background: #24BE1C;
    border: 0;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    padding: 15px;
  }

  .pagina-categoria #listagemProdutos > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .pagina-categoria #listagemProdutos > ul .span4 {
    margin-left: 0!important;
  }

  .pagina-categoria .category-description.componente {
    background: transparent;
  }

  .pagina-categoria .category-description h4 {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.3px;
  }

  .pagina-categoria .category-description i {
    display: none;
  }

  .pagina-categoria .category-description p {
    font-weight: 600;
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.2px;
    line-height: 20px;
  }

  }
  @media screen and (max-width: 767px) {

    .modal-modalNewsletter {
      width: 90%!important;
      height: 235px!important;
      background: url(https://cdn.awsli.com.br/30/30437/arquivos/NEWSLETTER.png) center center no-repeat;
      background-size: contain;
    }
    .modal-modalNewsletter > .fancybox-skin {
      width: 100%!important;
      height: 235px!important;
    }

    #modalNewsletter .componente {
      margin-top: 70px;
    }

    #modalNewsletter .newsletter-cadastro input {
      padding: 13px 15px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

    #modalNewsletter .newsletter .botao {
      background: white;
      color: gray;
      padding: 12px 15px;
    }

    #modalNewsletter .newsletter .botao:before {
      font-size: 16px;
    }

    .conteiner-principal .conteiner {
      padding: 10px 20px;
    }
    

    /* Atalhos Mobile */

    .atalhos-mobile {
      background: #111111;
      border: 0;
    }

    .atalhos-mobile li {
      border: 0;
    }

    .atalhos-mobile li.fundo-principal {
      background: #111111;
    }

    .atalhos-mobile .cart-icon {
      width: 35px;
      margin-top: 2px;
    }

    .atalhos-mobile li a svg path {
      fill: #fff;
    }
    
    .atalhos-mobile li a:before {
      content: "";
    }

    /* Busca */

    .busca-mobile.span7 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      background: transparent;
      padding: 0;
    }

    .busca-mobile .busca {
      width: 79%;
      margin-right: 10px;
    }

    .busca-mobile .botao-busca {
      padding: 0;
      height: 20px;
      right: 15px;
    }

    /* Atalho Menu */
    .conteudo-topo .busca-mobile .atalho-menu {
      background: #FF8a00;
      border: 0;
      border-radius: 3px;
      display: -webkit-box!important;
      display: -webkit-flex!important;
      display: -ms-flexbox!important;
      display: flex!important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 7%;
      height: 40px;
      padding: 7px 18px;
    }

    .conteudo-topo .busca-mobile .atalho-menu:before {
      content: "";
    }

    .conteudo-topo .busca-mobile .atalho-menu span {
      display: block;
      position: relative;
      width: 26px;
      height: 2px;
      background: #FFF;
    }

    .conteudo-topo .busca-mobile .atalho-menu span:first-child {
      top: -5px;
    }

    .conteudo-topo .busca-mobile .atalho-menu span:nth-child(2) {
      top: 0px;
    }

    .conteudo-topo .busca-mobile .atalho-menu span:last-child {
      top: 5px;
    }

    .menu.superior {
      background: transparent;
      text-align: center;
    }

    .menu.superior .nivel-um > li, .menu.lateral .nivel-um > li {
      border-bottom: 0;
    }

    .menu .nivel-dois .com-filho > a {
      margin-right: 0;
    }

    /* Secao Banners */

    .secao-banners > .conteiner {
      padding: 0;
    }

    .mini-banner {
      display: block!important;
    }

    .pagina-produto .banner.tarja {
      display: none;
    }

    /* Listagem */

    .listagem-item .acoes-produto-responsiva {
      display: none!important;
    }

    /* barra newsletter */

    #barraNewsletter .componente .interno-conteudo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }

    #barraNewsletter .texto-newsletter.newsletter-cadastro {
      width: 95%;
      text-align: center;
    }

    #barraNewsletter .componente div.newsletter-cadastro {
      height: 120px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      width: 85%;
      margin-top: 10px;
    }

    #barraNewsletter .componente .botao {
      padding: 25px 0;
      margin-top: 10px;
    }

    #barraNewsletter .lista-redes {
      width: 85%;
      margin-top: 20px;
    }

    /* Rodape */

    #rodape .institucional .span9 > .row-fluid  {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column
    }

    #rodape .links-rodape-categorias {
      margin-left: 0;
    }

    #rodape .contatos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
    }

    #rodape a {
      color: #888888;
    }

    #rodape .titulo:before {
      bottom: 14px;
    }

    /* Pagina Produto */

    .pagina-produto .produto {
      text-align: center;
    }

    .pagina-produto .info-principal-produto .breadcrumbs {
      display: none;
    }

    .pagina-produto .info-principal-produto {
      text-align: left;
    }

    .pagina-produto .produto .codigo-produto,
    .produto-compartilhar,
    .produto .principal .atributos,
    .produto .principal .acoes-produto .preco-produto,
    .produto .conteiner-imagem > div,
    .produto .principal > div,
    .pagina-produto #corpo {
      border: 0;
    }

    .atributos div ul li {
      float: none;
      display: inline-block;
    }

    .produto .principal > div {
      margin-bottom: 0;
    }

    .produto .principal .acoes-produto .preco-produto,
    .produto .acoes-produto .comprar {
      width: 100%;
    }

    #formCalcularCep {
      text-align: left;
    }

    #formCalcularCep .input-append.input-prepend {
      width: 100%;
    }

    .cep .input-append.input-prepend input {
      padding: 18px 15px;
      width: 65%;
    }

    .cep .input-append.input-prepend button {
      padding: 9px 15px;
      margin-left: 5px!important;;
    }

    /* Pagina Login */

    .pagina-login .cadastro-logar.row-fluid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .pagina-login .cadastro-logar .form-horizontal .control-label {
      line-height: 25px;
    }

    .pagina-login .cadastro-logar input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
    }
  }
.barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #fff;
}







/*Aumentar tamanho da logo*/
	.logo a img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 180%;
    margin-top: -55px;
	}
 @media screen and (min-width: 768px) {
.menu.superior {
    background-color: #ff8a00;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 100%
}
}

  /* Pagina Carrinho */

  .tabela-carrinho .form-horizontal .control-label[for="usarCupom"] {
    width: auto;
    text-align: center;
  }

  .tabela-carrinho .form-horizontal .controls {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tabela-carrinho .form-horizontal .input-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabela-carrinho .form-horizontal .controls .btn {
    padding: 5px 15px;
  }

}
