/*CSS Slick */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block;
  margin-left: 3px;
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next,
.slick-prev {
  width: 15px;
  height: 15px;
  display: block;
  z-index: 20;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.slick-next .icon,
.slick-prev .icon {
  fill: #000
}

.slick-next .icon .a,
.slick-prev .icon .a {
  fill: #000
}

.slick-prev {
  left: 2px;
}

.slick-next {
  right: 2px;
}


/*CSS Girl boss v5*/

:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.conteiner {
  max-width: 1280px;
}

.conteiner-principal .conteiner {
  background: none;
  box-shadow: none;
}

.barra-inicial.fundo-secundario {
  display: none;
}

.conteudo-topo .inferior {
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  height: auto;
  position: initial;
}

.logo a img {
  position: relative;
}

.busca.borda-alpha,
#barraTopo .busca {
  background: rgb(240, 240, 240);
  border-radius: 2px;
  border: 1px solid rgb(221, 221, 221);
  padding: 5px;
  width: 100%;
}

.busca-mobile.span6 {
  width: 80%;
}

.busca.borda-alpha #auto-complete {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
}

.busca.borda-alpha #form-buscar {
  border: none;
}

.busca .botao-busca,
#barraTopo .busca .botao-busca {
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  border-left: 1px solid rgb(208, 208, 208);
  color: rgb(208, 208, 208);
  right: 5px;
  /* top: 5px; */
}

.caixa1 {
  border-radius: 25px;
  padding: 8px 15px;
  position: relative;
  width: auto;
  white-space: pre;
  border-width: 1px;
  border-style: dashed;
  border-color: #FBE115;
}

.caixa1 .texto {
  display: none;
}

.caixa1 span {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FBE115;
}

.caixa1 span svg {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .caixa1:hover .texto {
      display: block;
      position: absolute;
      background: white;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
      padding: 10px;
      border-radius: 0px 20px 20px;
      top: 35px;
      z-index: 40;
      width: 200px;
  }
}

.caixa1 .texto span {
  margin: 5px 0px;
  text-align: center;
  font-size: 0.8vw;
  border: 0;
  white-space: normal;
}

.caixa1 .texto span.texto1 {
  color: #000;
  font-weight: 600;
  font-size: 0.8vw;
}

.caixa1 .texto span.texto2 {
  color: #a2a2a2;
  font-weight: 400;
  font-size: 0.7vw;
}

.caixa1 .texto span.texto4 {
  color: #a2a2a2;
  font-weight: 400;
  font-size: 0.7vw;
}

.inferior .span4 {
  display: flex;
  width: 65%;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .inferior .span4 {
      display: flex;
      width: 65%;
      margin-left: 10px;
  }
}

.login {
  display: flex;
  align-items: center;
  width: 80%;
}

.login a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  margin-right: 5px;
}

.login .icon {
  width: 15%;
  margin-right: 5px;
}

.inferior .acoes-conta li {
  font-size: 0px;
}

.action-item.support:hover .support-items {
  display: block;
  width: 300px;
  position: absolute;
  background: white;
  right: -40px;
  left: auto;
  top: 20px;
  z-index: 40;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
}

.action-item.support {
  position: relative;
}

.action-item.support .support-items .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
}

.action-item.support .support-items .contact li a {
  color: black;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}

.action-item.support .support-items .contact .lista-redes li a i {
  background: none;
}

.action-item.support .support-items .contact .lista-redes li a:hover i {
  color: #333;
}

.action-item.support .support-items .contact li a svg {
  display: none;
}

.action-item.support .support-items .contact li {
  margin: 0px;
  width: 100%;
  text-align: center;
  border: none;
}

.action-item.support .support-items .contact p {
  color: black;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}

.support-items .redes-sociais .caixa-facebook {
  display: none;
}

.redes-sociais .lista-redes ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.redes-sociais.borda-principal {
  width: 90%;
  margin-bottom: 15px;
  border-color: #FBE115;
}

.inferior .acoes-conta li a {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inferior .acoes-conta {
  background: none;
  display: flex;
  align-items: center;
  width: 42%;
  margin-right: 5px;
}

.inferior .acoes-conta::before {
  content: "";
  display: block;
  height: 100%;
  border-right: 2px solid #C1C1C1;
}

.action-item.support .support-items {
  display: none;
}

.carrinho.carrinho-manipula {
  border: none;
  width: 22%;
}

.carrinho.carrinho-manipula strong.qtd-carrinho {
  border-radius: 50px;
  display: block !important;
  position: absolute;
  top: -5px;
  right: 12px;
  width: 20px;
  height: 20px;
  line-height: 1.3 !important;
  font-size: 15px !important;
  text-align: center;
  color: #3B2998;
  border: 1px solid #3B2998;
  background: #FBE115;
}

.carrinho.carrinho-manipula a::after {
  content: "";
  display: block;
  height: 100%;
  border-right: 2px solid #C1C1C1;
}

.carrinho.carrinho-manipula a i {
  background: none;
  margin-right: 5px;
}

.carrinho.carrinho-manipula .carrinho-rodape a i {
  display: none;
}

#barraTopo .carrinho>a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
}

.carrinho.carrinho-manipula a span {
  display: none !important;
}

#cabecalho .row-fluid,
#barraTopo .row-fluid {
  display: flex;
  align-items: center;
}

#menu-institucional .nivel-um .offers .counter-offer .promo .title {
  font-size: 17px;
  font-weight: bold;
  width: auto;
  text-align: center;
  margin: auto;
}

#menu-institucional .nivel-um .offers .counter-offer .promo p {
  font-size: 14px;
  margin: auto;
}

#menu-institucional .nivel-um .offers .counter-offer .promo {
  justify-content: space-evenly;
  position: relative;
  top: 30%;
}

#menu-institucional .nivel-um .offers .counter-offer .promo:before {
  display: none;
}

.menu.superior {
  background: none;
  margin: 0px;
}

.menu.superior .nivel-um {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.menu.superior .nivel-um .all-categories .nivel-dois li {
  border: none;
  margin: 5px 0;
  width: auto;
}

.menu.superior .nivel-um .all-categories .nivel-dois li:hover strong {
  color: #FBE115;
}

.menu.superior .nivel-um .all-categories .nivel-dois li .titulo {
  margin: 0px !important;
  color: #555555;
}

.menu.superior .nivel-um .all-categories .nivel-dois li i {
  background: none;
  color: black;
}

.menu.superior .nivel-um>li:hover .nivel-dois li:hover .nivel-dois {
  display: block;
}

.menu.superior .nivel-um>li:hover .nivel-dois li .nivel-dois {
  display: none;
}

#menu-institucional {
  box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 5px -5px;
}

#menu-institucional .nivel-um {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#menu-institucional .nivel-um>li {
  float: left;
  padding: 10px 20px;
  position: relative;
}

#menu-institucional .nivel-um .offers>a {
  text-decoration: underline;
}

#menu-institucional .nivel-um li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}


#menu-institucional .listagem-item:hover .acoes-produto .botao-comprar-ajax {
  width: 90%;
  font-size: 0;
  margin: 0 auto;
}

#menu-institucional .nivel-um .offers .nivel-dois .mega-recebe-prod #listagemProdutos .info-produto a {
  color: black;
}

#menu-institucional .listagem-item:hover .acoes-produto .botao-comprar-ajax:before {
  content: "ADICIONAR";
  display: block;
  color: white;
  font-size: 12px;
}

#menu-institucional .nivel-um .categoria-marcas strong,
#menu-institucional .nivel-um .offers a strong {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #a5a5a5;
}

#menu-institucional .nivel-um>li.offers.com-filho a strong {
  color: #ffffff;
  font-weight: 600;
}

#menu-institucional .nivel-um li:hover a {
  color: #ffffff;
}

#menu-institucional .nivel-um .categoria-marcas:hover strong {
  color: #ffffff;
}

#menu-institucional .nivel-um .categoria-marcas {
  border: none;
}

#menu-institucional .nivel-um .categoria-marcas i {
  display: none;
}

#menu-institucional .nivel-um .categoria-marcas .nivel-dois {
  display: none;
}

#menu-institucional .nivel-um .categoria-marcas:hover .nivel-dois {
  display: block;
  position: fixed;
  z-index: 99;
  background: white;
  margin: 0px;
  padding: 10px;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 5px 1px;
}

#menu-institucional .nivel-um .offers .nivel-dois {
  display: none;
}

#menu-institucional .nivel-um .offers:hover .nivel-dois {
  display: flex;
  flex-direction: initial;
  background: white;
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 100%;
  padding: 0px;
  width: 1296px;
  height: auto;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
  border-radius: 10px;
}

#menu-institucional li.form-rastreio .wrap {
  display: none;
}

#menu-institucional li.form-rastreio:hover .wrap {
  left: 0;
  display: block;
  position: absolute;
  background: white;
  z-index: 999;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 10px 0px;
  padding: 10px;
  border-radius: 0 10px 10px;
}

#menu-institucional .form-rastreio span {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin: 10px 0;
  text-align: left;
  line-height: 20px;
  white-space: normal
}

#menu-institucional li.form-rastreio:hover .wrap input {
  margin: 0;
  height: 35px;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 22px;
  margin-bottom: 0;
  color: #000;
  border: solid 1px #d1d1d1;
  outline: 0;
}

.menu .titulo {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px !important;
  color: #ffffff;
}

.menu.superior .nivel-um>li {
  border-left: none;
  border-right: none;
}

.menu.superior .nivel-um>li>a i {
  background: #3B2998;
  color: #ffffff;
}

.all-categories .titulo svg {
  margin-right: 10px;
}

.all-categories .titulo svg rect {
  fill: #FBE115;
}

.all-categories .titulo {
  color: #FBE115;
}

.menu.superior .mega-categorias {
  /* box-shadow: rgb(0 0 0 / 39%) 5px 0px 10px -3px; */
  min-width: 200px;
  margin: 5px;
  width: 100%;
  /* border-left-width: 5px; */
  border-top: none;
}

li.all-categories .nivel-dois .mega-categorias {
  max-width: min-content;
}

li.all-categories.com-filho .mega-categorias.span6 {
  box-shadow: none;
  width: 50%;
  border-left-width: 5px;
  border-color: #FBE115;
}

.mega-recebe-prod .listagem-item .acoes-produto {
  display: none !important;
}

li.all-categories.com-filho .mega-recebe.span6 {
  margin: 0;
}

.all-categories.com-filho .nivel-dois .mega-recebe li {
  display: none;
}

.all-categories.com-filho .nivel-dois .mega-recebe li:nth-child(1) {
  display: block;
}

.menu.superior .nivel-um>li:hover {
  border: none;
  margin: 0;
}

.menu.superior .nivel-um>li:hover .nivel-dois {
  max-height: 450px;
  position: initial;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: none;
  min-width: min-content;
  width: auto;
}

li.other-categories.com-filho ul.nivel-dois {
  position: absolute !important;
  top: 40px;
  padding: 0 !important;
}

.menu.superior .nivel-um .all-categories .nivel-dois {
  position: absolute !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  top: 40px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%) !important;
  padding: 5px !important;
}

.menu.superior .nivel-um li:hover .menu_sub_float {
  position: absolute;
  display: flex;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  transform: translateY(0);
  transition: all 0.2s cubic-bezier(0.34, 0.57, 0.57, 1) 0s;
  left: 0px;
  min-width: 600px;
  max-width: 1500px;
}

.menu.superior .nivel-um li:nth-last-child(2) .menu_sub_float {
  right: -20px;
  left: auto;
}

.menu.superior .nivel-um li:nth-last-child(3) .menu_sub_float {
  right: 0;
  left: auto;
}

.menu.superior .nivel-um li.other-categories:hover .menu_sub_float {
  display: none;
}

.menu.superior .nivel-um li.other-categories a i {
  display: none;
}

.menu.superior .nivel-um li .menu_sub_float {
  display: none;
  background: white;
}

.menu.superior .nivel-um>li.other-categories:hover .nivel-dois {
  height: auto;
}

.menu.superior .mega-categorias li a {
  font-size: 14px;
}

.menu.superior .nivel-um>li:hover .nivel-dois {
  margin: 0;
  padding: 15px;
}

.menu.superior .nivel-um>li:hover .mega-recebe {
  width: auto;
  /* border: 1px solid black; */
}

li.all-categories.com-filho ul.nivel-dois .mega-recebe.span6 {
  display: none;
}

.menu.superior .nivel-um>li:hover .mega-recebe li {
  margin: 0;
  background: none;
}

.menu.superior .nivel-um>li:hover .mega-recebe li .imagem-principal {
  opacity: 1;
}

.menu.superior .mega-categorias li a i {
  background: none;
  color: black;
  display: none;
}

.menu.superior .mega-categorias li .nivel-tres {
  position: relative;
  left: 0;
  width: max-content;
  box-shadow: none;
  display: block;
}

.menu.superior .mega-categorias li {
  background: none;
  border: none;
  width: 30%;
}

.menu.superior .nivel-um>li:hover .nivel-dois li {
  margin-bottom: 10px;
}

.menu.superior .nivel-um>li:hover .nivel-tres li {
  margin: 0;
}

.menu.superior .mega-categorias .nivel-dois>li>a {
  font-weight: 600;
  color: black;
}

.menu.superior .mega-categorias>li {
  margin: 10px 0;
}

.menu.superior .mega-categorias li .nivel-tres li {
  border: none;
  padding: 0;
}

.menu.superior .nivel-um li:hover:nth-child(7) .menu_sub_float {
  left: auto;
  right: 0;
}

.menu.superior .nivel-um li:hover:nth-child(8) .menu_sub_float {
  left: auto;
  right: -160%;
}

.menu.superior .nivel-um li:hover:nth-child(9) .menu_sub_floats {
  left: auto;
  right: 0;
}

.menu.superior .nivel-um li:hover:nth-child(10) .menu_sub_float {
  left: auto;
  right: 0;
}

.secao-banners .banner.cheio {
  display: flex;
  margin: -1px;
}

.tarja {
  padding-top: 12px;
}

.secao-banners .banner.cheio .full-banner {
  margin: 0px auto;
  max-width: 100%;
}

.secao-banners .banner.cheio .full-banner .flexslider {
  margin: 0 auto;
  width: 100%;
}

.span12.full-banner .flexslider .slides {
  max-width: 1500px;
  margin: auto;
}

.banner .flex-control-nav {
  width: 100%;
  right: 0;
  padding: 5px 0;
}

h3.title-banner {
  position: absolute;
  bottom: 65%;
  left: 45%;
  padding: 15px;
  margin: 0;
  color: #ffffff;
  font-size: 4vw;
}

p.info-banner.titulo {
  color: #fff;
  white-space: inherit;
  text-align: left;
  font-weight: 900;
  display: block;
  max-width: 100%;
  width: 40%;
  line-height: normal;
  background: 0 0;
  bottom: 20%;
  left: 45%;
}

.row-fluid.banner.mini-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.banner.mini-banner .modulo.span4 {
  margin-left: 15px;
  width: 35%;
}

.banner.mini-banner .modulo.span4:first-child {
  margin: 0;
}

.banner.mini-banner .modulo:hover {
  box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.banner.mini-banner .modulo .flexslider {
  border: none;
  background: none;
}

.flexslider:hover .flex-direction-nav .flex-next {
  border-radius: 3px 0 0 3px;
  right: 0;
}

.flex-direction-nav a {
  background: white;
  opacity: 1 !important;
  height: 80px;
  width: 35px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: initial;
  top: 45%;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  border-radius: 0 3px 3px 0;
  left: 0;
}

.flex-direction-nav a:before {
  display: block;
  font-size: 16px;
  color: #FBE115;
  font-weight: 100;
}

.counter-offer {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  height: auto;
  /* width: 80%; */
}

#menu-institucional .counter-offer {
  display: block;
  border-color: #FBE115;
}

#menu-institucional .counter-offer .counter {
  position: relative;
  top: 29%;
}

#menu-institucional .counter-offer .counter .counter-wrap {
  flex-wrap: initial;
  margin: 25px auto;
  padding: 5px;
}

#menu-institucional .counter-offer .counter .counter-wrap .icon-offer {
  display: none;
}

#menu-institucional .counter-offer .counter .counter-wrap .item::before {
  font-size: 16px !important;
}

#menu-institucional .counter-offer .counter .counter-wrap .item {
  padding: 0 15px;
  background: rgb(242, 242, 242);
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
}

#menu-institucional .counter-offer {
  display: block;
  border-left-width: 5px;
  border-top: none;
  box-shadow: rgb(0 0 0 / 20%) 5px 0px 10px 0px;
}

#menu-institucional .counter-offer .counter .counter-wrap .item .description {
  font-size: 11px;
}

#menu-institucional .counter-offer .counter .counter-wrap .item::after {
  display: none
}

.counter-offer .counter,
.counter-offer .promo {
  flex: 0 0 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-offer .promo {
  align-items: baseline;
}

.counter-offer .counter {
  align-items: flex-end;
}

.counter-offer .promo:before {
  content: "";
  height: 15%;
  display: block;
  width: 2px;
  background: #C4C4C4;
  position: absolute;
  left: 1%;
}

.counter-offer .counter .title,
.counter-offer .promo .title {
  width: 100%;
  font-size: 26px;
  line-height: normal;
  padding: 5px 0px;
  text-align: left;
  margin-left: 30px;
  font-weight: bold;
}

.counter-offer .promo p {
  display: block;
  color: rgb(129, 129, 129);
  font-weight: bold;
  margin: 0px;
  text-align: left;
  font-size: 1.69vw;
  margin-left: 30px;
}

.counter-offer .promo p strong {
  color: rgb(0, 0, 0) !important;
  font-weight: 700 !important;
  font-size: 30px !important;
}

.counter-offer .counter .counter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
}

.counter-offer .counter .counter-wrap .icon-offer {
  width: 52px;
  height: 52px;
  display: block;
}

.counter-offer .counter .counter-wrap .icon-offer .a {
  fill: rgb(0, 0, 0);
}

.counter-offer .counter .counter-wrap .icon-offer .c {
  fill: rgb(242, 242, 242);
}

.counter-offer .counter .counter-wrap .item {
  line-height: normal;
  padding: 0px 20px;
  position: relative;
}

.counter-offer .counter .counter-wrap .item::before {
  content: attr(date-value);
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.counter-offer .counter .counter-wrap .item::after {
  content: ":";
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 0px;
  right: 0px;
}

.counter-offer .counter .counter-wrap .item:last-child::after {
  display: none;
}

.counter-offer .counter .counter-wrap .item .description {
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

#barraTopo .conteiner {
  height: 60px;
  display: flex;
}

#barraTopo .menu .nivel-um {
  height: 20px;
  padding: 10px 20px;
}

#barraTopo {
  height: auto;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
  background: #3B2998
}

#barraTopo .menu.superior.active {
  box-shadow: inset rgba(0, 0, 0, 0.39) 0px 5px 5px -5px;
  display: block;
  background: #3B2998;
}

#barraTopo .menu.superior {
  display: none;
}

.banner-center {
  margin: 10px 0px;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.banner-center .modulo {
  margin: 0;
  width: auto;
}

.banner-center .modulo:hover {
  box-shadow: 0 7px 16px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.listagem .titulo-categoria {
  border: none;
  margin: 15px 0;
}

.listagem .titulo-categoria:first-child {
  margin: 15px 0;
}

.listagem .titulo-categoria:hover {
  background: none;
}

.listagem .titulo-categoria strong {
  color: rgb(129, 129, 129);
  font-size: 1.69vw;
  text-transform: lowercase;
}

.listagem .listagem-linha li {
  border: none;
}

.listagem .listagem-linha li .listagem-item {
  background: white;
  min-height: 347px;
  margin-right: 0 !important;
}

@media(max-width: 800px) {
  .listagem .listagem-linha li .listagem-item {
      margin-right: 5px !important;
      min-height: 440px;
  }
  .listagem .listagem-item .info-produto {
      text-align: center;
  }
}

#listagemProdutos .counter-offer {
  background: none;
}


.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
  background-color: #FBE115;
}

.bandeiras-produto .bandeira-promocao {
  border: none;
  border-radius: 12px;
  background: rgb(38, 38, 38);
  text-align: center;
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
  display: none;
}

.listagem .info-produto {
  margin-top: 10px;
}

.bandeiras-produto span {
  border: none;
  border-radius: 12px;
  width: 45%;
  text-align: center;
}

.bandeiras-produto {
  top: 180px;
  left: auto;
  width: 100%;
}

.bandeiras-produto .bandeira-frete-gratis {
  background: rgb(70, 180, 121);
}

.listagem .produtos-carrossel {
  padding: 0;
}

.listagem-item .acoes-produto {
  display: none;
}

.listagem-item:hover .acoes-produto {
  border: none;
  transition: none 0s ease 0s;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  background: white;
}

.listagem-item:hover .acoes-produto .botao-comprar {
  width: 90%;
  padding: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  font-weight: bold;
  border-radius: 2px;
  margin: 0px auto;
  color: white !important;
  text-transform: lowercase;
}

.listagem-item:hover .acoes-produto .botao-comprar-ajax {
  width: 55%;
  margin: 0;
}

.mega-recebe-prod .listagem-item:hover .acoes-produto .botao-comprar-ajax {
  width: -webkit-fill-available;
}

.pagina-categoria .listagem-item:hover .acoes-produto .botao-comprar-ajax,
.pagina-busca .listagem-item:hover .acoes-produto .botao-comprar-ajax {
  width: 60%;
}

.pagina-categoria .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho,
.pagina-busca .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho {
  width: 30% !important;
}

.listagem-item .acoes-produto .botao-comprar i {
  display: none;
}

.listagem-item:hover .acoes-produto .qtde-adicionar-carrinho {
  width: 35% !important;
  display: flex;
  height: 100%;
}

.quantity-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 9;
}

.quantity-nav .quantity-button {
  background: rgb(59, 59, 59);
  width: 15px;
  border-radius: 2px;
}

.produto .quantity-nav .quantity-button {
  margin-bottom: 5px;
}

.quantity-nav .quantity-button i {
  color: white;
  font-family: FontAwesome;
  font-size: 0.7vw;
  font-style: normal;
}

.produto .quantity-nav .quantity-button {
  width: 20px;
}

.quantity-button.quantity-down.botao-quantidade {
  margin-bottom: 0;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho {
  text-align: center;
}

.listagem-item .acoes-produto .botao-comprar-ajax {
  width: 60%;
}

.listagem-item:hover .acoes-produto .qtde-adicionar-carrinho .qtde-carrinho {
  max-width: 40px;
  margin: 0px 10px;
  height: 40px;
  text-align: center;
  background: rgb(226, 226, 226);
  border: none;
  box-shadow: none;
}

.listagem .info-produto .preco-produto div:nth-child(1) {
  order: 1;
}

.listagem .info-produto .preco-produto div:nth-child(2) {
  order: 2;
}

.listagem .info-produto .preco-produto {
  display: flex;
  flex-direction: column;
}

.listagem .info-produto .preco-produto .desconto-a-vista {
  order: 3;
  font-size: 12px;
  text-transform: lowercase;
}

.listagem .info-produto .preco-produto div .preco-parcela {
  color: rgb(59, 59, 59);
}

.listagem .info-produto .preco-produto div .preco-parcela strong {
  color: rgb(59, 59, 59);
  font-weight: bold;
  font-size: 13px;
}

.listagem .info-produto .preco-produto div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.listagem .info-produto .preco-produto div .preco-venda {
  font-size: 12px;
}

.listagem .info-produto .preco-produto div .preco-promocional {
  font-size: 16px;
  font-weight: bold;
}

.desconto-a-vista strong {
  text-transform: uppercase;
}

.produto .acoes-produto .preco-produto .titulo {
  font-size: 40px;
  color: #666666;
}

.produto .acoes-produto .preco-produto .preco-venda {
  font-size: 20px !important;
}

.produto .acoes-produto .preco-produto.destaque-avista .titulo {
  font-size: 20px;
}

.produto .acoes-produto .preco-produto.destaque-avista .preco-venda {
  font-size: 30px !important;
}

.produto .acoes-produto .preco-produto.destaque-avista strong.preco-promocional.cor-principal {
  font-size: 20px;
}

.produto .acoes-produto .preco-parcela {
  font-size: 18px;
}

.acoes-produto .preco-produto .desconto-a-vista {
  font-size: 18px;
}

.adic-favo::before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 1em;
  padding-right: 10px;
  color: rgb(204, 204, 204);
}

.listagem-linha.flexslider {
  border: none;
  padding: 0 !important;
}

.listagem-linha .slick-next,
.listagem-linha .slick-prev {
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 5;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 19%);
  cursor: pointer;
  outline: 0;
  z-index: 2;
}

.listagem-linha:hover .slick-next,
.listagem-linha:hover .slick-prev {
  opacity: 1;
  -webkit-transition: box-shadow .1s ease-out;
  transition: box-shadow .1s ease-out;
  box-shadow: -1px 0px 10px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 10%);
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.listagem-linha .slick-next svg,
.listagem-linha .slick-prev svg {
  width: 12px;
}

.listagem-linha .slick-next {
  right: -15px;
}

.listagem-linha .slick-prev {
  left: -15px;
}

.marcas {
  margin-top: 43px;
}

.marcas strong {
  font-size: 1.69vw;
  color: rgb(129, 129, 129);
  font-weight: bold;
  text-transform: lowercase;
}

.marcas ul {
  margin: 0;
  padding: 0 20px;
}

.marcas .flexslider {
  background: none;
  border: none;
  height: 100px;
}

.marcas .flexslider li {
  background: white;
  height: 100px;
}

.marcas .flexslider li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marcas .flexslider li a img {
  height: 55%;
  position: initial;
  width: auto;
  margin: 0 auto;
}

.marcas .slick-next,
.marcas .slick-prev {
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 5;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 19%);
  cursor: pointer;
  outline: 0;
  z-index: 2;
}

.marcas:hover .slick-next,
.marcas:hover .slick-prev {
  opacity: 1;
  -webkit-transition: box-shadow .1s ease-out;
  transition: box-shadow .1s ease-out;
  box-shadow: -1px 0px 10px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 10%);
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.marcas .slick-next svg,
.marcas .slick-prev svg {
  width: 12px;
}

.marcas .slick-next {
  right: 5px;
}

.marcas .slick-prev {
  left: 5px;
}

a.Ofertas.especiais {
  display: none;
}

#video {
  height: 500px;
}

#video .video-container {
  height: 100%;
}

#barraNewsletter {
  background: none;
  box-shadow: none;
  margin-bottom: 20px;
}

#barraNewsletter .componente.newsletter {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#barraNewsletter.posicao-rodape .conteiner {
  background: none;
  padding: 10px 20px;
}

#barraNewsletter.posicao-rodape .componente .interno {
  width: 69%;
  height: 200px;
  background: white;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  position: relative;
}

.img-news {
  width: 30%;
  height: 200px;
}

.img-news img {
  height: 203px;
}

#barraNewsletter .componente .titulo {
  display: flex;
  color: rgb(129, 129, 129);
  font-size: 1.6vw;
  margin-bottom: 10px;
}

#barraNewsletter .componente .titulo svg {
  margin-right: 10px;
}

#barraNewsletter .componente .interno-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
}

#barraNewsletter .componente .texto-newsletter {
  color: rgb(129, 129, 129);
  font-size: 1.4vw;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 20px;
}

#barraNewsletter .componente .newsletter-cadastro input {
  width: 76%;
  margin: 0;
  height: 30px;
  border: none;
  box-shadow: none;
  background: #F2F2F2;
  border-radius: 2px;
}

#barraNewsletter .componente div.newsletter-cadastro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#barraNewsletter .componente .botao {
  width: 20%;
  margin: 0;
  border-radius: 2px;
}

#barraNewsletter .componente .newsletter-assinar:after {
  content: "enviar";
  font-size: 1vw;
  font-weight: 600;
}

#barraNewsletter .componente .newsletter-confirmacao svg {
  display: none;
}

#instagram ul {
  display: flex;
  margin: 0;
}

#instagram ul li {
  margin: 0 5px;
}

#rodape .institucional {
  background-image: none;
  background-color: #3B2998;
}

#rodape .institucional.active {
  display: block;
  margin: 0 auto;
  transition: margin 1s ease-in-out, max-height 1s ease-in-out;
  padding: 10px 20px;
  max-height: initial;
}

#rodape .titulo {
  color: #818181;
  font-size: 1.3vw;
  font-weight: bold;
  text-transform: lowercase;
  border: none;
}

#rodape li a {
  font-size: 17px;
  color: #ffffff;
  text-transform: lowercase;
}

.links-rodape.links-rodape-contato.span3 p {
  width: 306%;
  color: #ffffff;
  font-size: 14px;
}

.links-rodape.links-rodape-contato.span3 li a {
  font-size: 14px !important;
}

#rodape li {
  list-style: none;
}

#rodape .institucional .links-rodape-contato ul {
  margin: 0;
}

#rodape .institucional ul {
  margin-left: 50px;
}

#rodape .links-rodape .titulo {
  margin-left: 50px;
  color: #ffffff;
}

#rodape .institucional .links-rodape-contato span {
  margin: 0;
  margin-bottom: 20px;
}

#rodape .redes-sociais {
  border: none;
  background: none;
  box-shadow: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  right: 0;
}

#rodape .sobre-loja-rodape {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

@media(max-width: 800px) {
  #rodape .institucional .conteiner .row-fluid .span9 .row-fluid div {
      width: auto !important;
      margin: 20px 0 !important;
  }
  #rodape>.institucional>div>.row-fluid>.span3 {
      width: auto !important;
  }
  #rodape .institucional .conteiner .row-fluid .span9 {
      width: auto !important;
  }
  #rodape .institucional ul {
      margin: 0 !important;
  }
  #rodape .links-rodape .titulo {
      margin: 0 !important;
  }
  .links-rodape.links-rodape-contato.span3 p {
      width: fit-content;
      margin: auto;
  }
}

#rodape .sobre-loja-rodape .logo-edit {
  width: 15%;
}

#rodape .sobre-loja-rodape .btn-mais {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rodape .sobre-loja-rodape p {
  width: 65%;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

#rodape .sobre-loja-rodape .btn-mais a {
  border-width: 1px;
  border-color: #FBE115;
  font-size: 17px;
  background: #3B2998;
  padding: 5%;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  height: 14px;
  line-height: 10px;
}

#rodape>.institucional>div>.row-fluid {
  border-top: 1px solid #C7C7C7;
}

#rodape .institucional .conteiner .row-fluid .span9 {
  width: 82%;
}

#rodape .institucional .conteiner .row-fluid .span9 .row-fluid div {
  margin: 0;
  width: 25%;
}

.links-rodape.links-rodape-contato.span3 {
  width: 25% !important;
  margin-right: 0px !important;
}

#rodape>.institucional>div>.row-fluid>.span3 {
  margin: 0;
  width: 17%;
  /* float: right; */
}

#rodape .links-rodape-marcas li a span {
  display: none;
}

#menu-rodape {
  background: #3B2998;
  box-shadow: 0 20px 30px -15px rgb(0 0 0 / 19%);
  border-bottom: solid 1px #fff;
}

div#menu-rodape .conteiner ul li.telefone i {
  display: none;
}

#menu-rodape .marcas {
  margin: 0;
}

#menu-rodape ul {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

#menu-rodape ul li a,
#menu-rodape ul span {
  font-size: 17px;
  text-transform: uppercase;
  color: #3B3B3B;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-info.active .mais {
  display: none;
}

.btn-info.active .menos {
  display: block;
}

.btn-info .mais {
  display: block;
}

.btn-info .menos {
  display: none;
}

#rodape .btn-info {
  width: 10%;
  height: 25px;
  border-radius: 0px 0px 5px 5px;
  margin: 0 auto;
  background: #F6F6F6;
}

#rodape .btn-info span {
  text-align: center;
  padding: 5px 0;
  color: #818181;
  font-size: 12px;
}

#barraTopo .busca-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#barraTopo .busca-mobile .busca.borda-alpha {
  width: 80%;
}

#barraTopo .busca-mobile .open-menu {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15%;
  color: #ffffff;
}

#barraTopo .busca-mobile .open-menu .icon2 {
  display: none;
}

#barraTopo .busca-mobile .open-menu.active .icon2 {
  display: block;
}

#barraTopo .busca-mobile .open-menu.active .icon1 {
  display: none;
}

#barraTopo .busca-mobile .open-menu svg {
  width: 30%;
}

#rodape .pagamento-selos {
  background: none;
  padding: 0 20px;
}

#modalVideo {
  width: 100%;
}

#modalVideo .modal-header {
  display: none;
}

#modalVideo .modal-body {
  border: none;
}

#modalVideo .modal-footer {
  display: none;
}

#modalVideo .modal-body iframe {
  width: 100%;
}

.abas-custom {
  border: none;
  margin-top: 25px;
}

.abas-custom .tab-content {
  box-shadow: none;
  padding: 0;
}

.tab-content .tab-pane .tabs {
  display: flex;
  list-style-type: none !important;
  margin: 0;
}

.tab-content .tab-pane .tabs .tab-link {
  height: 50px;
  margin-right: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 22px;
  color: #8D8D8D;
  font-weight: 500;
  background: #E0E0E0;
  cursor: pointer;
}

.tab-content .tab-pane .tabs .tab-link.current {
  background: #FBE115;
  color: white;
}

.abas-custom .tab-content .tab-pane .tab-content.current {
  background: white;
  margin-top: 20px;
  display: block;
  border-radius: 10px;
  padding: 20px;
}

.abas-custom .tab-content .tab-pane .tab-content {
  display: none;
}

#atedimento {
  margin-bottom: 25px;
}

#corpo {
  margin-bottom: -10px;
}

#atedimento .titulo {
  font-size: 1.69vw;
  font-weight: bold;
  text-transform: lowercase;
  color: #818181;
  margin: 0;
  margin-bottom: 10px;
}

#atedimento .contact {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 150px;
  border-left-width: 4px;
  border-top: none;
  border-color: #FBE115;
}

#atedimento .contact-items {
  background: white;
  min-height: 150px;
  padding: 10px 5px;
}

#atedimento .contact li:hover a {
  display: block;
  z-index: 99999;
  background: white;
  padding: 15px;
  white-space: nowrap;
  border-radius: 2px;
  position: absolute;
  bottom: -35px;
  font-size: 1vw;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 5px 0px;
}

#atedimento .contact li a {
  display: none;
}

ul:after {
  display: none;
}

#atedimento .contact li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-right: 1px solid #DEDEDE;
  margin: auto;
  padding: 0 78px;
}

#atedimento .contact li h3 {
  font-size: 22px;
}

#atedimento .contact li:last-child {
  /* padding-right: 0; */
  border-right: none;
  /* margin-left: 0; */
}

#atedimento .contact li:hover a i {
  display: none;
}

#rodape .caixa-facebook {
  background: none;
  box-shadow: none;
  text-align: left;
}

#rodape .redes-sociais .lista-redes {
  text-align: left;
}

#rodape .redes-sociais .lista-redes ul {
  margin: 0;
}

#rodape .redes-sociais .lista-redes li {
  border: none;
}

#rodape .redes-sociais .lista-redes li a i {
  background: none;
}


/*CSS Depoimentos*/

#testimonials .conteiner {
  background: none;
}

#testimonials h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #818181;
  font-weight: bold;
  font-size: 1.69vw;
  margin: 0 0 20px;
}

#testimonials .draggable {
  width: 95%;
  margin: 0 auto;
}

#testimonials article.slick-slide {
  margin: 0 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  color: black;
  border: none;
  background: white;
  /* height: 230px; */
}

#testimonials article .dep-info {
  width: 100%;
  /* display: flex; */
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
}

#testimonials article .dep-info .dep-text {
  margin-left: 20px;
}

.rating {
  position: relative;
  width: min-content;
  left: 23.5%;
}

#testimonials article .dep-info .dep-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}

#testimonials article:focus {
  outline: none;
}

article.slick-slide.slick-active p {
  font-size: 15px;
  color: black;
  padding: 15px;
}

#testimonials article.slick-slide strong {
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  bottom: 5px;
}

#testimonials .slick-next,
#testimonials .slick-prev {
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 5;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 19%);
  cursor: pointer;
  outline: 0;
  z-index: 2;
}

#testimonials:hover .slick-next,
#testimonials:hover .slick-prev {
  opacity: 1;
  -webkit-transition: box-shadow .1s ease-out;
  transition: box-shadow .1s ease-out;
  box-shadow: -1px 0px 10px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 10%);
  -webkit-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

#testimonials .slick-next svg,
#testimonials .slick-prev svg {
  width: 12px;
}

#testimonials .slick-next {
  right: -15px;
}

#testimonials .slick-prev {
  left: -15px;
}

#testimonials article .dep-p {
  border-left-width: 3px;
  border-top: none;
  margin-top: 5px;
  min-height: 135px;
}

#testimonials article .dep-info figure {
  margin-left: 10px;
  width: fit-content;
  float: left;
  margin-right: 20px;
}

#rodape>div:last-child .row-fluid {
  display: flex;
  align-items: center;
}

#rodape>div:last-child .row-fluid .span9.span12 {
  width: 49% !important;
}

#rodape>div:last-child .row-fluid .cr.conteiner {
  width: 49%;
}


/* Css page product */

.parcelas-produto .accordion {
  background: white;
}

.breadcrumbs {
  border: none;
}

.breadcrumbs ul li a {
  color: #818181;
  font-size: 18px;
}

.breadcrumbs ul li a i {
  display: none;
}

.text-titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 26px;
}

.produto .nome-produto {
  font-size: 18px;
  /* margin-left: 5px; */
  /* width: 285px; */
  font-weight: bold;
}

a.lista-favoritos.fundo-principal.adicionar-favorito {
  float: left;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  height: 45px;
  line-height: 62px;
  width: 45px;
  margin-left: 10px;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: block !important;
  border-radius: 3px;
}

a.lista-favoritos.fundo-principal.adicionar-favorito i {
  font-size: 24px;
}

a.lista-favoritos.fundo-principal.adicionar-favorito i:before {
  content: "\f004";
}

.text-titulo .adic-favo {
  background: #FBE115;
  border-radius: 2px;
  /* height: 39px; */
  /* width: 39px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.text-titulo .adic-favo::before {
  padding: 0;
  color: white;
}

.pagina-produto .info-principal-produto .text-titulo .adic-favo::before {
  font-size: 18px;
}

.info-principal-produto .codigo-produto {
  border: none;
  margin: 0;
  /* display: none; */
  padding-top: 0;
}

.produto .principal .atributos {
  display: grid;
  justify-content: space-between;
}

.produto .principal .atributos .atributo-cor {
  font-size: 0;
}

.produto .principal .atributos .atributo-cor b {
  font-size: 14px;
}

.produto .principal .atributos .atributo-cor b:after {
  content: ":";
  margin-left: 5px;
}

.produto .principal .atributos .atributo-comum>span {
  font-size: 0;
}

.produto .principal .atributos .atributo-comum b {
  font-size: 14px;
}

.produto .principal .atributos .atributo-comum b:after {
  content: ":";
  margin-left: 5px;
}

.info-principal-produto .codigo-produto span+span {
  margin: 0;
}

.info-principal-produto .codigo-produto span+span a {
  color: #222222;
}

.free_disc {
  margin-bottom: 20px;
}

.free_disc .tag-frete-gratis {
  width: 30%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9vw;
  text-transform: uppercase;
  background: #33BF79;
  text-shadow: none;
  margin-left: 0;
}

.atributos ul li a {
  border: 1px dashed #AAAAAA;
  box-shadow: none;
  border-radius: 2px;
  margin: 0;
}

.atributos ul li.active a,
.atributos ul li a:hover {
  border: solid 1px #3B3B3B;
  background: #3B3B3B;
}

.atributos ul li.active a span,
.atributos ul li a:hover span {
  color: white;
}

.produto .acoes-produto .comprar {
  float: none;
  text-align: initial;
  display: flex;
  /* justify-content: space-between; */
}

.pagina-produto #corpo .produto .principal .acoes-produto .view-forma-pagamento {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.pagina-produto #corpo .produto .principal .acoes-produto .view-forma-pagamento+.box-parcelas-produto {
  display: none;
  padding: 0 0 20px
}

.pagina-produto #corpo .produto .principal .acoes-produto .view-forma-pagamento+.box-parcelas-produto.active {
  display: block
}

.produto .acoes-produto .comprar .botao {
  border: none;
  width: 60%;
  opacity: 1;
  font-size: 18px;
  float: left;
  height: 35px;
  line-height: 35px;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho {
  width: 20% !important;
  margin: 0;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 10px;
}

@media(max-width: 800px) {
  .quantity-nav .quantity-button i {
      font-size: 2.9vw;
  }
  .produto .acoes-produto .comprar .qtde-adicionar-carrinho {
      width: 30% !important;
  }
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
  display: none
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
  height: 80%;
  margin-right: 6px;
}

.produto .acoes-produto .comprar .botao i {
  display: none;
}

.acoes-produto .preco-produto {
  float: none;
}

.produto .acoes-produto .preco-produto div:first-child {
  display: flex;
  flex-direction: column;
}

.acoes-produto .preco-produto svg#fi_2649231 {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}

.produto .acoes-produto .comprar .disponibilidade-produto {
  text-align: left;
  margin: 20px 0;
  display: none;
}

.produto-video {
  display: none;
}

#formCalcularCep {
  display: flex;
  flex-direction: column;
}

#formCalcularCep label {
  text-transform: lowercase;
  display: flex;
  align-items: center;
}

#formCalcularCep label svg {
  margin-right: 10px;
}

#formCalcularCep .input-cep {
  background: none;
  border-radius: 2px;
  width: 55%;
}

#formCalcularCep button.btn {
  background: #3B3B3B;
  color: white;
  border-radius: 2px;
}

#formCalcularCep .input-append.input-prepend {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.listagem.aproveite-tambem {
  margin-top: 35px;
}

.listagem.aproveite-tambem .titulo.cor-secundaria {
  color: #818181;
  font-size: 1.4vw;
  font-weight: bold;
}

.pagina-produto li.span3 {
  margin: 0;
}

.listagem.aproveite-tambem .listagem-item {
  background: white;
  min-height: 400px;
}

.pagina-marca .listagem .listagem-item {
  background: white;
  min-height: 400px;
}

.listagem.aproveite-tambem .listagem-linha {
  height: 470px;
}

.listagem.aproveite-tambem .listagem-item .nome-produto {
  font-weight: 500;
}

.listagem.aproveite-tambem .listagem-item .adic-favo {
  float: right;
}

.produto .acoes-flutuante .acoes-produto .preco-produto .titulo {
  font-size: 25px;
}

.produto .acoes-flutuante .acoes-produto .preco-produto svg#fi_2649231 {
  display: none;
}

.produto .acoes-flutuante .preco-produto .desconto-a-vista,
.produto .acoes-flutuante .preco-produto .preco-parcela {
  font-size: 14px;
}

.produto .acoes-flutuante .acoes-produto .botao {
  width: 100%;
}

.caixa-sombreada {
  box-shadow: none;
}

.free-shipping {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 20px;
  text-transform: uppercase
}

.free-shipping .icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
  margin-right: 10px
}

.free-shipping em {
  font-weight: 600;
  font-style: normal
}

.free-shipping.warning {
  background: #f0ad4e
}

.free-shipping.success {
  background: #5cb85c
}

.pagina-carrinho .caixa-destaque h1 {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.caixa-destaque a.botao.principal {
  border: none;
  font-size: 16px;
  background: #FBE115;
  color: #fff;
}

.tabela-carrinho td,
.tabela-carrinho th,
.tabela-carrinho tr {
  border: none;
}

.excluir .icon-trash:before {
  color: #000;
}

.tabela-carrinho h6 {
  color: #000;
  font-size: 14px;
}

.tabela-carrinho .hidden-phone.bg-dark:nth-child(odd) {
  background: transparent;
}

.tabela-carrinho .quantidade input[type=text] {
  border-radius: 50px;
}

.tabela-carrinho #formCalcularFrete #calcularFrete {
  border-radius: 50px;
  width: 50%
}

.tabela-carrinho #formCalcularFrete button {
  margin-left: 10px;
  background: #e3e3e3;
  color: #000;
  border-radius: 50px;
  border: none;
}

.tabela-carrinho #formCalcularFrete button i {
  display: none;
}

.finalizar-compra .caixa-sombreada {
  -webkit-box-shadow: none;
  box-shadow: none
}

.finalizar-compra .botao {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #ececec;
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.finalizar-compra .botao:first-child:before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px
}

.finalizar-compra .botao.principal {
  background: #55af59!important;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-transform: lowercase;
  border-color: #55af59;
  margin: 0 5px;
}


.carrinho-checkout .atendimento {
  border: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.carrinho-checkout .atendimento li a:hover {
  text-decoration: none
}

.carrinho-checkout .atendimento li span.display-table {
  color: #FBE115;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.carrinho-checkout .atendimento li span.display-table .icone-box {
  border: none
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon {
  fill: #ffffff;
  width: 35px;
  height: 35px;
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon * {
  fill: #363636;
}

.carrinho-checkout .atendimento li span.display-table .icone-box .icon .c {
  fill: transparent
}

.carrinho-checkout .atendimento li span.display-table .icone-box i {
  color: #ffffff;
  font-size: 3rem;
  display: none;
}

.carrinho-checkout .atendimento li strong {
  color: #ffffff;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 13px;
}

.carrinho-checkout .conteiner-principal #corpo .conteiner {
  -webkit-box-shadow: none;
  box-shadow: none
}

.carrinho-checkout .identificacao hr.sem-margem {
  display: none
}

.Pixtarja .texto {
  width: 100%;
  /* display: flex; */
  align-items: center;
  flex-direction: column;
}

.Pixtarja .txtPix {
  display: none;
  background: white;
  position: relative;
  font-weight: 700;
  padding: 8px;
  top: 10px;
  border-radius: 30px;
  box-shadow: 4px 3px 7px 0 #ccc;
  text-align: center;
}

.Pixtarja.active .txtPix {
  display: block;
}

.Pixtarja:hover .txtPix {
  display: block;
}

.Pixtarja {
  display: flex;
  padding: 10px 0 !important;
  height: 90px;
}

#corpo .breadcrumbs {
  display: block;
  height: 30px;
  border-radius: 5px;
  background: white;
}

.pagina-produto #corpo .breadcrumbs {
  background: none;
}

#corpo .breadcrumbs ul {
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.pagina-categoria #corpo #listagemProdutos>ul>li,
.pagina-busca #corpo #listagemProdutos>ul>li {
  width: 33%;
  margin: 0;
  height: 450px;
}

.pagina-categoria #corpo #listagemProdutos>ul>li .listagem-item,
.pagina-busca #corpo #listagemProdutos>ul>li .listagem-item {
  background: white;
  min-height: 385px;
}

.menu.lateral .nivel-um .nivel-dois {
  box-shadow: none;
  border-radius: 0 0 5px 5px;
}

.menu.lateral .nivel-um {
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  border-radius: 5px 5px 0 0;
}

.menu.lateral .nivel-um>li>a {
  box-shadow: none;
}

.menu.lateral .nivel-um .ativo {
  border-radius: 5px 5px 0 0;
}

.menu.lateral .nivel-um .nivel-dois li {
  border: none;
}

.menu.lateral a i {
  background: transparent;
  color: black;
}

.menu.lateral .nivel-dois a i {
  top: 3px;
}

.menu.lateral li:hover a i {
  background: transparent;
  color: #FBE115;
}

.menu.lateral.outras .nivel-um li:first-child a {
  border-radius: 5px 5px 0 0;
}

.menu.lateral.outras .nivel-um li:last-child a {
  border-radius: 0 0 5px 5px;
}

.filtro.atributos.borda-principal {
  height: auto;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 5px;
}

.filtro.lista.borda-principal {
  background: white;
  border-radius: 5px;
}

.filtro.lista .borda-alpha ul,
.filtro.lista .borda-alpha li {
  border: none;
}

.filtro.lista ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background: #eee;
}

.filtro.lista ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FBE115;
}

.coluna .componente.newsletter.borda-principal {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}

.coluna .componente.newsletter.borda-principal .img-news {
  width: 70%;
  margin-top: 10px;
  display: none;
}

.coluna .componente.newsletter .titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 600;
}

.coluna .componente.newsletter .interno-conteudo .texto-newsletter {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.coluna .componente.newsletter input {
  width: 90%;
  background: #F2F2F2;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  height: 40px;
  text-align: center;
}

.coluna .componente.newsletter .titulo i {
  font-size: 50px;
}

.coluna .componente.newsletter .interno-conteudo .newsletter-cadastro.input-conteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.coluna .componente.newsletter .interno-conteudo .newsletter-cadastro.input-conteiner .botao.newsletter-assinar {
  position: initial;
  width: 95%;
  height: 40px;
}

.coluna .componente.newsletter .interno-conteudo .newsletter-cadastro.input-conteiner .botao.newsletter-assinar:after {
  content: "\f054";
  font-size: 14px;
}

.coluna .componente.newsletter .interno-conteudo .newsletter-cadastro.input-conteiner .botao.newsletter-assinar:before {
  content: "assinar";
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', serif;
  margin-right: 5px;
}

.ordenar-listagem.topo,
.ordenar-listagem.rodape {
  border: none;
}

.listagem a.adic-favo {
  float: right;
  position: relative;
  z-index: 999;
  right: 0px;
  width: max-content;
}

.listagem a.adic-favo:hover {
  text-decoration: none;
}

.listagem .adic-favo::before {
  color: white;
  background: rgb(204, 204, 204);
  border-radius: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  padding: 0;
}

.all-categories.com-filho .nivel-dois .mega-recebe .listagem-linha {
  padding: 0;
}

.mega-recebe-prod .listagem .listagem-item .imagem-produto.has-zoom {
  height: 200px;
}

.mega-recebe-prod .listagem .listagem-item:hover .imagem-produto.has-zoom .imagem-principal {
  opacity: 1;
}

.modal-modalNewsletter {
  height: 350px!important;
  left: 50%!important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 600px!important
}

.modal-modalNewsletter .fancybox-skin {
  width: 157%!important;
  height: 120%!important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(https://cdn.awsli.com.br/2053/2053713/arquivos/Poup-Up-Newsletter-Tech.png) no-repeat center;
  border-radius: 20px;
  padding: 0!important;
}

.modal-modalNewsletter .fancybox-outer {
  height: 421px!important;
}

.modal-modalNewsletter .fancybox-inner {
  width: 100%!important;
  height: auto !important;
}

.modal-modalNewsletter #modalNewsletter .componente .interno {
  background: #f0f0f0;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 20px
}

#modalNewsletter .span {
  width: 28%;
  float: right
}

#modalNewsletter .componente {
  border-radius: 20px;
  height: 420px
}

.modal-modalNewsletter #modalNewsletter svg {
  width: 104px;
  height: 46px;
  margin-bottom: 20px;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .titulo {
  display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo {
  height: 60%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 60%;
  text-transform: uppercase;
  margin: 0;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter.control-group.error {
  display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter.hide {
  display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner {
  margin: 0 30px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner.control-group.error {
  display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner.hide {
  display: none
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  background: #fff;
  padding: 0 18px;
  border: none;
  border-radius: 31px;
  width: 100%;
  color: #000;
  text-align: center;
  margin: 20px 0
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:focus {
  border-color: #000
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-webkit-input-placeholder {
  color: #959595;
  font-size: 13px;
  font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-moz-placeholder {
  color: #959595;
  font-size: 13px;
  font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input::-moz-placeholder {
  color: #959595;
  font-size: 13px;
  font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner input:-ms-input-placeholder {
  color: #959595;
  font-size: 13px;
  font-weight: 400
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao {
  width: 100%;
  border-radius: 23px;
  height: 45px;
  padding: 0 10px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  margin: 0;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao:hover {
  opacity: 0.8;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .input-conteiner .botao::before {
  content: "Participar";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
  font-family: 'Open Sans', Arial, sans-serif;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao {
  position: relative;
  bottom: 20%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao .icon-ok {
  float: none;
  vertical-align: middle;
  color: #FBE115;
}

.modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .newsletter-confirmacao span {
  margin-left: 0;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  color: #000;
  font-size: 13px
}

.modal-modalNewsletter .fancybox-close {
  background: #f0f0f0;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .2);
  border-radius: 20px;
  text-align: center;
  line-height: 34px
}

.modal-modalNewsletter .fancybox-close:hover {
  text-decoration: none
}

.modal-modalNewsletter .fancybox-close:before {
  content: "x";
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  padding: 0 6px;
  border-radius: 24px;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .2);
}

#modalNewsletter .componente .img-news {
  display: none;
}

.offers .nivel-dois .mega-recebe-prod .listagem .slick-slider .slick-list .slick-track {
  min-width: 100%;
  overflow: hidden;
  max-height: 465px;
}

.offers .nivel-dois .mega-recebe-prod .listagem .slick-slider .slick-list .slick-track .slick-slide {
  outline: none;
  min-width: 247px;
  height: 400px;
}

.offers .nivel-dois .mega-recebe-prod .listagem .slick-slider .slick-list .slick-track .slick-slide .info-produto {
  height: 136px;
}

#menu-institucional .nivel-um .offers .nivel-dois .mega-recebe-prod {
  height: 400px;
  overflow: hidden;
  width: 100%;
}

#menu-institucional .nivel-um .offers .nivel-dois .mega-recebe-prod #listagemProdutos {
  height: 400px;
}

.whats {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 999;
  background: white;
  border-radius: 5px 0 0 5px;
}

.whats a {
  font-size: 0;
}

.whats a svg {
  width: 50px;
  height: 50px;
}

.scrollToTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 0;
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  display: none;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.scrollToTop span {
  font-size: 13px;
  font-weight: 600;
  font-family: Montserrat
}

.scrollToTop i {
  font-size: 1.9em;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: 13px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  margin: 0 auto;
  font-family: 'FontAwesome';
}

.scrollToTop:hover i {
  top: 3px
}

.scrollToTop:active,
.scrollToTop:focus,
.scrollToTop:hover {
  text-decoration: none;
  background: #9f9f9f;
  color: #fff
}

.produto .size-table {
  position: relative;
  height: 50px;
  padding: 0;
}

.pagina-produto #corpo .produto .principal .cep~.size-table {
  display: none !important;
}

.pagina-produto #corpo .produto .principal .atributos~.size-table {
  display: block;
}

.produto .size-table .open-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: 0 0;
  height: 33px;
  line-height: 2px;
  padding: 20px;
  float: left;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  color: #414141;
  vertical-align: middle;
  border: 1px solid #414141;
  border-radius: 5px;
}

.produto .size-table .open-table .icon {
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.produto .size-table .open-table:hover {
  background: #FBE115;
  color: #fff;
  border: solid 1px #FBE115;
}

.produto .size-table .open-table:hover .icon path {
  fill: #fff
}

.produto-compartilhar {
  display: block;
}

.pagina-produto .lista-redes {
  display: none;
}

.sharethis-inline-share-buttons {
  width: 35%;
  display: flex !important;
}

#st-1 .st-btn[data-network=facebook],
#st-1 .st-btn[data-network=googleplus],
#st-1 .st-btn[data-network=pinterest],
#st-1 .st-btn[data-network=twitter] {
  border-radius: 50%;
  background: #9d9d9d!important;
  padding: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #9d9d9d;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#st-1 .st-btn[data-network=facebook]>svg,
#st-1 .st-btn[data-network=googleplus]>svg,
#st-1 .st-btn[data-network=pinterest]>svg,
#st-1 .st-btn[data-network=twitter]>svg {
  fill: #9d9d9d!important
}

#st-1 .st-btn[data-network=facebook]:hover,
#st-1 .st-btn[data-network=googleplus]:hover,
#st-1 .st-btn[data-network=pinterest]:hover,
#st-1 .st-btn[data-network=twitter]:hover {
  top: 0;
  background: #000!important;
  opacity: 1
}

#st-1 .st-btn[data-network=facebook]:hover>svg,
#st-1 .st-btn[data-network=googleplus]:hover>svg,
#st-1 .st-btn[data-network=pinterest]:hover>svg,
#st-1 .st-btn[data-network=twitter]:hover>svg {
  fill: #fff!important
}

#st-1 .st-btn[data-network=facebook],
#st-1 .st-btn[data-network=googleplus],
#st-1 .st-btn[data-network=pinterest],
#st-1 .st-btn[data-network=twitter] {
  display: block !important;
}

.rating__star {
  cursor: pointer;
  color: #FFC107;
  font-family: 'FontAwesome';
  font-style: normal;
}

#modalContato {
  z-index: 99999;
}

.listagem .listagem-item .nome-produto {
  font-size: 15px;
}

.listagem .info-produto .preco-produto div .preco-promocional {
  font-size: 18px;
  font-weight: bold;
}

.listagem .info-produto .preco-produto div .preco-parcela strong {
  font-weight: bold;
  font-size: 14px;
}

.pagina-carrinho #menu-rodape {
  display: none;
}

.form-rastreio button {
  position: absolute;
  right: 20px;
  height: 48px;
  bottom: 3px;
  line-height: 48px;
  padding: 0;
  background: 0 0;
  color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.form-rastreio button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1em
}

@media only screen and (min-width: 1400px) {
  .listagem .listagem-linha li .listagem-item {
      height: 415px;
  }
  .banner-center {
      margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .nivel-um .categoria-paginas {
      display: none;
  }
  #cabecalho .conteudo-topo .superior,
  #barraTopo .row-fluid .superior {
      display: none;
      background: 0;
  }
  #cabecalho .conteudo-topo .login .superior,
  #barraTopo .row-fluid .login .superior {
      display: block;
  }
  .superior.row-fluid.hidden-phone {
      padding: 0;
      width: auto;
  }
  .superior.row-fluid.hidden-phone .btn-group a.botao.secundario.pequeno.dropdown-toggle {
      background: 0;
      border: 0;
      padding: 0;
      margin: 0;
      vertical-align: bottom;
  }
  .superior.row-fluid.hidden-phone .btn-group.open ul.dropdown-menu li .icon {
      display: none;
  }
  .btn-group.open a.botao.secundario.pequeno.dropdown-toggle {
      box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  #testimonials h2 {
      font-size: 22px;
  }
  #atedimento .titulo {
      font-size: 22px;
  }
  #cabecalho .conteiner {
      padding: 0;
  }
  #cabecalho .conteiner .logo-edit {
      display: none;
  }
  #cabecalho .conteiner .busca-mobile.span6 {
      background: none;
      padding: 0;
      height: 0px;
  }
  #cabecalho .conteiner .busca-mobile .busca {
      display: none;
  }
  #cabecalho .conteiner .row-fluid {
      max-height: 0;
  }
  .conteudo-topo .menu.superior {
      position: fixed;
      top: 0;
      visibility: hidden;
      opacity: 0;
      bottom: 0;
      z-index: 999;
      background: rgba(0, 0, 0, .4);
      width: 100%;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }
  .conteudo-topo .menu.superior.active {
      left: 0;
      visibility: visible;
      opacity: 1;
      overflow: auto;
      margin-top: -1px;
  }
  .conteudo-topo .menu.superior.active .nivel-um.active {
      width: 80%;
      background: white;
      margin: initial;
      position: relative;
      top: -18px;
      border: none;
      height: auto;
  }
  #cabecalho {
      padding-top: 128px;
  }
  .atalhos-mobile {
      border: none;
      background: #3B2998;
      box-shadow: rgb(0 0 0 / 39%) 0px 5px 5px -5px;
  }
  #tarja-topmobile a {
      /* position: initial; */
      padding: 0;
      width: 100%;
      font-size: 0;
      top: -3px;
  }
  #tarja-topmobile a img {
      width: 100%;
  }
  .caixa-mobile {
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #f1f1f1;
  }
  .caixa-mobile>a {
      color: #FBE115;
      width: 10%;
      text-shadow: none;
      font-size: 25px;
      top: 0;
  }
  .caixa-mobile>a:hover {
      color: #FBE115;
  }
  .caixa-mobile .busca.borda-alpha {
      width: 40%;
      margin: 0;
      border: none;
      /* padding: 0; */
  }
  .caixa-mobile .logo-edit {
      width: 50%;
  }
  .caixa-mobile .busca.borda-alpha .botao.botao-busca {
      border: none;
      top: 3px;
  }
  .atalhos-mobile .btn-menu a:before {
      content: "\f0c9";
      margin-right: 5px;
      font-size: 18px;
      font-family: 'FontAwesome';
  }
  .atalhos-mobile .atalho-menu {
      background: none;
      color: #ffffff;
      border: none;
      font-size: 13px;
      font-family: 'Open Sans';
      margin-bottom: 10px;
      text-shadow: none;
  }
  .atalhos-mobile .atalho-menu:hover {
      background: none;
  }
  .atalhos-mobile ul {
      /* height: 40px; */
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 15px;
  }
  .caixa1 {
      border-color: #FBE115;
      padding: 0 22px;
      height: 30px;
      /* margin: auto; */
  }
  .caixa1>span {
      font-size: 12px;
      color: #FBE115;
      height: 100%;
      justify-content: space-evenly;
  }
  .caixa1 span:hover {
      color: #FBE115;
  }
  .caixa1 span svg path {
      fill: #FBE115;
  }
  .caixa1.active .texto {
      display: block;
      position: absolute;
      background: white;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
      padding: 10px;
      border-radius: 0px 20px 20px;
      top: 35px;
      z-index: 40;
      width: 200px;
  }
  li.cupon-mobile .caixa1.span2 .texto {
      display: none;
  }
  li.cupon-mobile .caixa1.span2.active .texto {
      display: block;
  }
  li.cupon-mobile .caixa1 .texto span {
      font-size: 11px;
      line-height: normal;
  }
  .atalhos-mobile ul li {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      float: none !important;
  }
  .atalhos-mobile ul li a {
      font-size: 8px;
      padding: 0;
  }
  .atalhos-mobile ul li a svg {
      width: 25px;
      height: 25px;
  }
  .atalhos-mobile ul li.add-fav .adic-favo {
      position: initial;
      text-shadow: none;
  }
  .atalhos-mobile ul li.add-fav .adic-favo:before {
      font-size: 25px;
      color: #ff6500;
      padding: 0;
  }
  #cabecalho .row-fluid .caixa1.span2 {
      display: none;
  }
  .fullbanner-mobile {
      width: 100%;
      display: block;
  }
  .fullbanner-mobile .banners {
      margin: 0;
  }
  .fullbanner-mobile .banners img {
      width: 100%;
  }
  .fullbanner-mobile .banners ul {
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: relative;
      top: -25px;
      margin: 0 auto;
  }
  .fullbanner-mobile .banners ul li {
      width: 5%;
      background: none;
  }
  .fullbanner-mobile .banners ul li button {
      font-size: 0;
      background: #0000007a;
      width: 10px;
      height: 10px;
      border-radius: 25px;
  }
  .fullbanner-mobile .banners ul li.slick-active button {
      background: #efefef;
  }
  .fullbanner-mobile .banners .slick-arrow svg {
      fill: #ffffffb5;
  }
  .fullbanner-mobile .banners .slick-prev {
      left: 10px;
      width: 15px;
      height: auto;
  }
  .fullbanner-mobile .banners .slick-next {
      right: 10px;
      width: 15px;
      height: auto;
  }
  .row-fluid.banner.mini-banner {
      flex-direction: column;
  }
  .banner.mini-banner .modulo.span4 {
      margin: 10px 0px;
      width: 100%;
  }
  .banner.tarjamobile {
      width: 100%;
      display: block;
  }
  .banner.tarjamobile ul {
      width: 100%;
      margin: 0;
  }
  .banner.tarjamobile ul li img {
      width: 100%;
  }
  .banner-center {
      flex-direction: column;
  }
  .banner-center .modulo {
      margin: 10px 0px;
  }
  .banner.tarjamobile .banners li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      background: #AAAAAA;
      border-radius: 25px;
  }
  .banner.tarjamobile .banners ul {
      display: flex !important;
      align-items: center;
      justify-content: center;
  }
  .banner.tarjamobile .banners ul li {
      margin: 0 5px;
  }
  .banner.tarjamobile .banners li.slick-active button {
      background: #FBE115;
  }
  #listagemProdutos .counter-offer {
      display: flex;
      flex-wrap: initial;
      flex-direction: column-reverse;
      height: auto;
  }
  .counter-offer .counter .title,
  .counter-offer .promo .title {
      font-size: 1.4em;
      font-weight: 500;
      text-align: left;
      width: auto;
  }
  .counter-offer .promo p {
      font-size: 1.2em;
  }
  .counter-offer .promo {
      align-items: end;
      border-left: 1px solid #c4c4c4;
      padding-left: 10px;
  }
  .counter-offer .counter .counter-wrap .item::before {
      font-size: 1.8em;
  }
  .counter-offer .counter .counter-wrap .item::after {
      font-size: 1.8em;
  }
  .counter-offer .counter .counter-wrap {
      padding-top: 20px;
      border-top: 1px solid #dbdbdb;
      padding-bottom: 20px;
      border-bottom: 1px solid #dbdbdb;
  }
  #testimonials .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
  }
  #testimonials .slick-dots li.slick-active button {
      background: #FBE115;
  }
  #testimonials .slick-dots li {
      margin: 0 5px;
  }
  #testimonials .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      background: #AAAAAA;
      border-radius: 25px;
  }
  #barraNewsletter.posicao-rodape .conteiner {
      padding: 0;
  }
  #barraNewsletter .componente.newsletter {
      flex-direction: column;
  }
  #barraNewsletter .componente.newsletter .img-news {
      width: 90%;
      margin-bottom: 20px;
      display: none;
  }
  #barraNewsletter.posicao-rodape .componente .interno {
      width: 100%;
      height: 250px;
  }
  .pagina-produto #barraNewsletter .componente.newsletter .img-news,
  .pagina-busca #barraNewsletter .componente.newsletter .img-news {
      display: none;
  }
  #barraNewsletter .componente .newsletter-cadastro {
      margin-bottom: 10px;
  }
  #barraNewsletter .componente .newsletter-cadastro input {
      width: 55%;
  }
  #barraNewsletter .componente .botao {
      width: 30%;
  }
  #barraNewsletter .componente .newsletter-assinar:after {
      font-size: 1em;
  }
  #barraNewsletter .componente .texto-newsletter {
      font-size: 18px;
      white-space: pre-wrap;
  }
  #barraNewsletter .componente .titulo {
      font-size: 2em;
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
      text-align: center;
  }
  #atedimento .contact ul.slick-dots {
      position: absolute;
      display: flex !important;
      bottom: 0px;
      margin: 0;
  }
  #atedimento .contact li {
      padding: 0;
      border: none;
  }
  #atedimento .contact ul.slick-dots li {
      margin: 0 5px;
      border: none;
  }
  #atedimento .contact ul.slick-dots li button {
      font-size: 0;
      background: #AAAAAA;
      width: 10px;
      border-radius: 25px;
      height: 10px;
  }
  #atedimento .contact ul.slick-dots li.slick-active button {
      background: #FBE115;
  }
  .menu.superior .nivel-um .all-categories.com-filho .nivel-dois {
      border: none;
      flex-direction: column !important;
      overflow: auto;
      position: static !important;
      box-shadow: none !important;
      display: block;
  }
  .conteudo-topo .menu.superior .menu-close {
      border: none;
      cursor: pointer;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: initial;
      top: 0;
      right: 0;
      z-index: 10;
      background: 0 0
  }
  .conteudo-topo .menu.superior .menu-close:after {
      content: "X";
      position: absolute;
      top: 0;
      right: 0;
      width: 20%;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
      font-weight: 600;
      background: #FBE115;
      color: white;
  }
  .menu.superior.active .all-categories .nivel-dois li .nivel-dois {
      display: none;
  }
  .menu.superior.active .all-categories:hover .nivel-dois li .nivel-dois {
      display: none !important;
      height: auto;
  }
  .menu.superior.active .all-categories:hover .nivel-dois li .nivel-dois.active {
      display: block !important;
  }
  .menu.superior .nivel-um .all-categories .nivel-dois li i {
      display: block;
  }
  #cabecalho .menu.superior.active .all-categories {
      border-left: 5px solid #FBE115 !important;
  }
  #cabecalho .menu.superior.active .all-categories .offers {
      border-top: 1px solid #EAEAEA;
      border-bottom: 1px solid #EAEAEA;
  }
  #cabecalho .menu.superior.active .all-categories .trocas {
      border-bottom: 1px solid #EAEAEA;
  }
  #cabecalho .menu.superior.active .all-categories .action-item.support {
      border-bottom: 1px solid #EAEAEA;
  }
  #cabecalho .menu.superior.active .all-categories .offers strong.titulo {
      color: #222222;
      font-size: 14px;
  }
  #cabecalho .menu.superior.active .all-categories .trocas a {
      font-size: 14px;
      text-transform: uppercase;
      color: #AAAAAA;
  }
  #cabecalho .menu.superior.active .all-categories .action-item.support span.titulo {
      font-size: 14px;
      color: #222222;
  }
  #cabecalho .menu.superior.active .all-categories .nivel-dois .titulo {
      font-size: 14px;
      color: #AAAAAA;
  }
  .action-links {
      background: #EFEFEF;
      display: flex;
      align-items: center;
      height: 58px;
      justify-content: space-between;
  }
  .action-links li {
      display: flex;
      align-items: center;
      padding: 5px;
      z-index: auto !important;
  }
  .open>.dropdown-menu li:nth-child(2) {
      background: none;
      padding: 0;
  }
  .open>.dropdown-menu li:nth-child(2) a {
      color: black;
      text-transform: capitalize;
      background: none;
  }
  li.login-m .btn-group svg {
      display: none;
  }
  .action-links li a {
      font-size: 0.9em;
      color: #3B3B3B;
  }
  .action-links li svg#user {
      fill: #3B3B3B;
      margin-right: 10px;
      width: 20px;
      height: 20px;
  }
  .action-links li:nth-child(2) {
      background: #FBE115;
      height: 25px;
      padding: 5px 15px;
      margin-right: 15px;
      border-radius: 2px;
  }
  .action-links li:nth-child(2) a {
      color: white;
      text-transform: uppercase;
  }
  form.form-rastreio {
      background: #EFEFEF;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  form.form-rastreio span {
      text-transform: uppercase;
      display: flex;
      font-size: 12px;
      color: #3B3B3B;
  }
  form.form-rastreio .wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 70%;
  }
  .form-rastreio button {
      bottom: 22px;
  }
  form.form-rastreio .wrap input {
      width: 80%;
      font-size: 0.9em;
  }
  form.form-rastreio span svg path {
      fill: #3B3B3B;
  }
  form.form-rastreio span svg {
      margin-right: 5px;
  }
  .listagem .titulo-categoria strong {
      font-size: 22px;
  }
  .listagem-linha {
      padding: 0 !important;
  }
  .listagem .info-produto .preco-produto .desconto-a-vista {
      font-size: 14px;
  }
  .listagem .listagem-linha li {
      margin: 0;
  }
  .listagem .produtos-carrossel {
      height: auto;
  }
  .listagem .produtos-carrossel a.adic-favo {
      right: 0;
  }
  .bandeiras-produto {
      top: 35%;
      left: 5px;
  }
  .bandeiras-produto span {
      font-size: 2vw;
  }
  .listagem .produtos-carrossel .adic-favo::before {
      color: white;
      background: rgb(204, 204, 204);
      border-radius: 50px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      padding: 0;
  }
  .listagem-linha .slick-dots {
      display: flex !important;
      margin: 0;
      align-items: center;
      justify-content: center;
      position: relative;
      bottom: 0px;
  }
  .listagem-linha .slick-dots li.slick-active button {
      background: #FBE115;
  }
  .listagem-linha .slick-dots li {
      margin: 0 5px;
  }
  .listagem-linha .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      background: #AAAAAA;
      border-radius: 25px;
  }
  #listagemProdutos.listagem .listagem-item .acoes-produto-responsiva,
  .listagem.aproveite-tambem .listagem-item .acoes-produto-responsiva {
      display: none !important;
      bottom: 5px;
      top: auto;
      width: 90%;
      right: auto;
  }
  .listagem-item .acoes-produto {
      border: none;
      transition: none 0s ease 0s;
      width: 100%;
      box-shadow: rgb(0 0 0 / 15%) 0px -5px 20px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      bottom: 0;
      background: white;
      opacity: 1;
  }
  .listagem-item .acoes-produto .botao-comprar,
  .listagem-item:hover .acoes-produto .botao-comprar {
      width: 90%;
      padding: 0px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 2px;
      margin: 0px auto;
      color: white !important;
      text-transform: lowercase;
  }
  .listagem-item .acoes-produto .qtde-adicionar-carrinho,
  .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho {
      width: 40% !important;
      display: flex;
      height: 100%;
  }
  .listagem-item .acoes-produto .qtde-adicionar-carrinho .qtde-carrinho,
  .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho .qtde-carrinho {
      max-width: 20px;
      margin: 0px 10px;
      height: 40px;
      text-align: center;
      background: rgb(226, 226, 226);
      border: none;
      box-shadow: none;
  }
  .listagem-item .acoes-produto .botao-comprar,
  .listagem-item:hover .acoes-produto .botao-comprar {
      width: 90%;
      padding: 0px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1em;
      font-weight: bold;
      border-radius: 2px;
      margin: 0px auto;
      color: white !important;
      text-transform: lowercase;
  }
  .listagem-item .acoes-produto .botao-comprar-ajax,
  .listagem-item:hover .acoes-produto .botao-comprar-ajax {
      width: 45%;
      margin: 0;
  }
  .acoes-produto-responsiva .tag-comprar {
      width: 100%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      border-radius: 2px;
  }
  .acoes-produto-responsiva .tag-comprar i {
      display: none;
  }
  .listagem .listagem-item .info-produto .nome-produto {
      font-weight: 500;
      min-height: auto !important;
  }
  .listagem .info-produto .preco-produto div .preco-promocional {
      font-size: 20px;
      font-weight: bold;
  }
  .listagem .info-produto .preco-produto div .preco-parcela strong {
      font-size: 15px;
      font-weight: 500;
      margin-right: 5px;
  }
  .listagem .info-produto .preco-produto div .preco-parcela {
      font-size: 0;
  }
  .listagem .info-produto .preco-produto div .preco-venda {
      font-size: 15px;
  }
  .marcas strong {
      font-size: 18px;
      padding-left: 5%;
  }
  .marcas {
      margin-top: 15px;
  }
  ul.Ofertas.especiais {
      height: auto;
  }
  #menu-rodape ul {
      flex-direction: column;
  }
  #menu-rodape .slick-dots {
      display: flex !important;
      margin: 0;
      align-items: center;
      justify-content: center;
      flex-direction: row;
  }
  #menu-rodape .slick-dots li.slick-active button {
      background: #FBE115;
  }
  #menu-rodape .slick-dots li {
      margin: 0 5px;
  }
  #menu-rodape .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      background: #AAAAAA;
      border-radius: 25px;
  }
  #menu-rodape ul>div div {
      display: flex;
      align-items: center;
  }
  #menu-rodape ul>div li {
      display: flex;
      justify-content: center;
      margin: 0;
  }
  #rodape .sobre-loja-rodape {
      flex-direction: column;
  }
  #rodape .sobre-loja-rodape .logo-edit {
      width: 100%;
  }
  #rodape .sobre-loja-rodape p {
      width: 90%;
      text-align: center;
  }
  #rodape .sobre-loja-rodape .btn-mais {
      width: 50%;
  }
  #rodape .titulo {
      font-size: 18px;
      text-align: center;
  }
  #rodape .pagamento .titulo,
  #rodape .selos .titulo {
      text-align: left;
  }
  #rodape li {
      text-align: center;
  }
  .links-rodape.links-rodape-marcas.span3 {
      display: none;
  }
  .links-rodape.links-rodape-marcas.span3 {
      display: none;
  }
  #rodape .redes-sociais {
      padding: 0;
      margin-top: 30px;
  }
  #rodape .redes-sociais .lista-redes {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  #rodape .redes-sociais .lista-redes li a i {
      font-size: 25px;
      width: 50px;
  }
  .spanNone.banner.tarja {
      display: none;
  }
  .tab-content .tab-pane .tabs {
      flex-direction: column;
  }
  #descricao li,
  #descricao ul {
      margin: 5px 0;
  }
  #descricao li {
      display: block;
      line-height: 2;
      text-align: center;
  }
  .produto .nome-produto {
      font-size: 20px;
      font-weight: 600;
  }
  .free_disc {
      display: none;
  }
  .info-principal-produto {
      display: flex;
      flex-direction: column;
  }
  #carouselImagem .flex-direction-nav a.flex-next,
  #carouselImagem .flex-direction-nav a.flex-prev {
      background: 0;
      top: 21%;
  }
  .text-titulo {
      order: 2;
  }
  .codigo-produto {
      order: 3;
  }
  .breadcrumbs.borda-alpha {
      order: 1;
  }
  .produto .codigo-produto>span+span {
      margin: 0;
  }
  .produto .conteiner-imagem>div {
      border: none;
      box-shadow: 0px 3px 5px 0 #ccc;
      padding: 0;
  }
  .produto .principal .atributos {
      display: flex;
      flex-direction: column;
      margin: 0;
  }
  .atributos div>span {
      font-size: 0;
  }
  .atributos div>span b.cor-secundaria {
      font-size: 16px;
      font-weight: 500;
  }
  .acoes-produto {
      border: none;
  }
  .produto .principal>div {
      border: none;
  }
  .pagina-produto #corpo .produto .principal .cep~.size-table {
      display: none !important;
  }
  .pagina-produto #corpo .produto .principal .atributos~.size-table {
      display: block;
  }
  .acoes-produto .preco-produto {
      border: none;
      border-bottom: 1px solid #C9C9C9;
  }
  .produto .acoes-produto .comprar .botao {
      width: 100%;
      height: 50px;
      font-size: 24px;
      line-height: 50px;
  }
  .Pixtarja .texto {
      width: 100%;
  }
  .Pixtarja .texto img {
      width: 100%;
  }
  .Pixtarja.active .txtPix {
      width: auto;
      text-align: center;
  }
  #formCalcularCep .input-append.input-prepend {
      width: auto;
  }
  #formCalcularCep button.btn {
      line-height: normal;
      width: 30%;
  }
  #formCalcularCep .input-cep {
      height: 30px;
      width: 60%;
  }
  .listagem.aproveite-tambem.borda-alpha {
      display: none;
  }
  .pagina-categoria #corpo #listagemProdutos>ul,
  .pagina-busca #corpo #listagemProdutos>ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
  }
  .pagina-categoria #corpo #listagemProdutos>ul>li,
  .pagina-busca #corpo #listagemProdutos>ul>li {
      width: 47%;
      margin: 5px;
      height: auto;
  }
  .menu.superior .nivel-dois li a,
  .menu.lateral .nivel-dois li a {
      white-space: normal;
  }
  ul.nivel-tres.active {
      display: block !important;
      position: initial;
      background: 0;
      box-shadow: none;
  }
  #corpo .breadcrumbs {
      display: none;
  }
  .busca.borda-alpha #auto-complete {
      color: black;
      height: 15px;
  }
  .modal-modalNewsletter .fancybox-skin {
      background: 0 0!important;
      width: auto !important;
      height: auto !important;
  }
  #modalNewsletter .span {
      width: 100%!important
  }
  .modal-modalNewsletter #modalNewsletter .componente .interno .interno-conteudo .texto-newsletter {
      color: #000;
      font-size: 22px!important;
      font-weight: 600;
      text-align: center;
      padding: 0;
      width: 100%!important
  }
  .modal-modalNewsletter #modalNewsletter svg {
      height: 62px!important;
      margin-bottom: 32px!important;
      display: table;
      position: relative;
      margin: auto
  }
  .modal-modalNewsletter {
      width: 90% !important;
  }
  .produto .conteiner-imagem .adic-favo {
      background: #FBE115;
      border-radius: 2px;
      height: 39px;
      width: 39px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 170px;
      right: 10px;
  }
  .produto .conteiner-imagem .adic-favo::before {
      padding: 0;
      color: white;
  }
  #video {
      height: auto;
  }
  #video .video-container {
      height: auto;
  }
  #barraNewsletter .componente .newsletter-confirmacao span {
      margin-left: 20px;
  }
  #barraNewsletter .componente .newsletter-confirmacao .icon-ok {
      line-height: 2;
  }
  #rodape>div:last-child .row-fluid {
      flex-direction: column;
  }
  #rodape>div:last-child .row-fluid .cr.conteiner {
      display: flex !important;
      align-items: center;
      justify-content: center;
  }
  #rodape>div:last-child .row-fluid .span9.span12 {
      width: 100% !important;
      margin-bottom: 10px;
  }
  .menu.superior .nivel-um>li:hover .nivel-dois li {
      margin: 5px 0;
  }
  .counter-offer .promo:before {
      display: none;
  }
  .pagina-categoria #corpo #listagemProdutos>ul>li .listagem-item,
  .pagina-busca #corpo #listagemProdutos>ul>li .listagem-item {
      background: white;
      min-height: 440px;
  }
  .scrollToTop {
      bottom: 100px;
  }
  .whats {
      bottom: 150px;
  }
}

@media only screen and (max-width: 320px) {
  .action-links li a {
      font-size: 0.7em;
  }
  form.form-rastreio .wrap input {
      font-size: 0.7em;
  }
  .caixa1 span {
      font-size: 9px;
  }
  .caixa1 span svg {
      width: 15px;
  }
  .atalhos-mobile .atalho-menu {
      font-size: 10px;
  }
  .atalhos-mobile .btn-menu a:before {
      font-size: 15px;
  }
  .atalhos-mobile ul li a svg {
      width: 18px;
      height: 20px;
  }
  .listagem .listagem-linha li .listagem-item {
      min-height: 420px;
  }
  #tarja-topmobile a {
      top: -4px;
  }
  .listagem-item .acoes-produto .botao-comprar,
  .listagem-item:hover .acoes-produto .botao-comprar {
      width: 90%;
      padding: 0px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7em;
      font-weight: bold;
      border-radius: 2px;
      margin: 0px auto;
      color: white !important;
      text-transform: lowercase;
  }
  .listagem-item .acoes-produto .botao-comprar-ajax,
  .listagem-item:hover .acoes-produto .botao-comprar-ajax {
      width: 40%;
      margin: 0;
  }
  .listagem-item .acoes-produto .qtde-adicionar-carrinho,
  .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho {
      width: 45% !important;
      display: flex;
      height: 100%;
  }
  .listagem-item .acoes-produto .qtde-adicionar-carrinho .qtde-carrinho,
  .listagem-item:hover .acoes-produto .qtde-adicionar-carrinho .qtde-carrinho {
      max-width: 15px;
      margin: 0px 10px;
      height: 40px;
      text-align: center;
      background: rgb(226, 226, 226);
      border: none;
      box-shadow: none;
  }
  .listagem .listagem-item .info-produto .nome-produto {
      font-size: 12px;
  }
  .listagem .info-produto .preco-produto .desconto-a-vista {
      font-size: 12px;
  }
  .pagina-categoria #corpo #listagemProdutos>ul>li,
  .pagina-busca #corpo #listagemProdutos>ul>li {
      width: 46%;
      margin: 5px;
      height: auto;
  }
}

#cabecalho {
  background-color: #3B2998;
}


a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {
  color: #FBE115;
}

.login .icon path {
  fill: #FBE115;
}


.inferior .acoes-conta li path {
  fill: #FBE115;
}


.caixa1 span svg path {
  fill: #FBE115;
}

#menu-institucional .nivel-um .categoria-marcas strong, #menu-institucional .nivel-um .offers a strong {
  color: #ffffff;
}

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
  background-color: #FBE115;
}

#barraTopo .busca-mobile .open-menu svg path {
  fill: #FBE115;
}

li.other-categories.com-filho .nivel-dois strong {
  color: #555555;
}

#barraNewsletter .componente .titulo svg path {
  fill: #FBE115;
}

.institucional .redes-sociais .titulo {
  color: #ffffff!important;
}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
  fill: #FBE115;
}

#barraNewsletter .componente .newsletter-confirmacao span {
  color: #000000;
}

#menu-rodape ul li a, #menu-rodape ul span {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.menu .nivel-dois a {
  color: #555;
  line-height: 40px;
}

.menu.lateral .titulo {
  color: #222222;
}

.tabela-carrinho .preco-produto .preco-promocional {
  color: #000000;
}

.tabela-carrinho * {
  color: #3b3b3b;
}

#menu-institucional .nivel-um .categoria-marcas li a {
  color: #000;
}

.menu .nivel-dois a:hover {
  color: #FBE115;
}

.modal-modalNewsletter #modalNewsletter svg path {
  fill: #FBE115;
}

.botao i {
  color: #ffffff;
}


.produto .principal>*+* {
  padding: 0 0 15px;
}
