input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/* DISPLAY NONE */
.section1 h2,
.notifyme input,
.notifyme p,
.filtro-marca,
.search legend,
.search label,
.search select,
#ajaxBusy,
#departament-navegador .menu-departamento,
.vitrine .btn-add-buy-button-asynchronous,
h3.newsletter-title,
.pager.top,
.newsletter p,
.searchResultsTime .resultado-busca-termo,
.searchResultsTime .resultado-busca-tempo,
.sub .compare,
.resultado-busca-filtro .filterBy,
.resultado-busca-filtro .orderBy label {
  display: none!important;
}
/* CLASES BOOTSTRAP */
.text-secondary {
  color: #b2b2b2!important
}
/* CARRITO DE COMPRA */
.header .mini-cart .bolsa-compra {
  position: relative;
}
.header .mini-cart .btn {
  position: relative
}
.header .mini-cart .list-inline li {
  /*width:50%;*/
  float: left;
  text-align: center;
}
.header .mini-cart i {
  margin-right: 2px;
  font-size: 24px;
  line-height: 32px;
  vertical-align: top;
}
.header .mini-cart span {
  margin-right: 2px;
  vertical-align: top;
}
.header .mini-cart span.badge {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: none;
  border: none;
  vertical-align: top;
  position: absolute;
  top: -3px;
  right: -5px;
  margin-top: 6px;
}
.header .mini-cart li > a {
  padding-top: 5px;
  display: block;
}
.header .mini-cart .list-inline li.usuarios {
  margin-top: 4px;
}
#mini-cart-admake {
  background-color: #fff;
  border-radius: 0px;
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 320px;
  z-index: 9999;
}
.col-mini-cart:hover #mini-cart-admake {
  display: block ! important;
}
#mini-cart-admake:before {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  right: 30px;
}
#mini-cart-admake .mini-cart-header {}
#mini-cart-admake .mini-cart-itens {
  display: block;
  width: 100%;
}
#mini-cart-admake .mini-cart-item {
  border-bottom: 1px solid #CCC;
  display: block;
  padding: 15px;
  position: relative;
}
#mini-cart-admake .mini-cart-item:after {
  display: block;
  clear: both;
  content: "";
}
#mini-cart-admake .mini-cart-item.item-0 {
  border-top: 0 none;
}
#mini-cart-admake .mini-cart-item .imagem {
  width: 80px;
  float: left;
}
#mini-cart-admake .mini-cart-item .imagem img {
  max-width: 100%;
}
#mini-cart-admake .mini-cart-item .detalhes {
  overflow: hidden;
  display: block;
}
#mini-cart-admake .mini-cart-item .nome-produto {
  margin: 0;
}
#mini-cart-admake .mini-cart-item .nome-produto a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  padding: 5px 0;
  margin: 0;
  display: block;
}
#mini-cart-admake .mini-cart-item .qtd-valor {
  display: block;
  text-align: left;
}
#mini-cart-admake .mini-cart-item .qtd-valor .qtd {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#mini-cart-admake .mini-cart-item .qtd-valor .preco {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
#mini-cart-admake .mini-cart-footer {
  display: block;
  padding: 20px;
}

#mini-cart-admake #mini-cart-admake-total {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
#mini-cart-admake .mini-cart-totais span {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 10px;
}
#mini-cart-admake .mini-cart-botao {
  display: block;
  margin-top: 10px;
}
#mini-cart-admake .mini-cart-botao .btn-finalizar-compra {
  font-size: 20px;
  height: 50px;
  line-height: 25px;
  padding: 10px;
  background-color: #5BB75B;
  color: #fff;
  font-weight: 400;
}
#mini-cart-admake .mini-cart-botao .btn-finalizar-compra:hover {
  opacity: .8;
}
#mini-cart-admake .mini-cart-botao .btn-finalizar-compra {
  background: #333;
  border-radius: 0;
}
/* MENU CANVAS*/
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
/*#site-wrapper.show-nav #site-canvas{-webkit-transform:translateX(300px);transform:translateX(300px);}*/
#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  background: #fff
}
#site-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* NAV */
.nav-item.destacado {
  background: #dd2c00;
}
.nav-link {
  padding: .55rem 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.8;
}
.nav-link:hover,
.item-open {
  color: #fff;
  background: #000;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border: none;
  background: transparent;
  top: 40px;
  width: 940px;
  min-width: 100%;
  padding: 25px 0;
}
.bg-menu {
  background: rgba(255, 255, 255, 0.78);
  top: 40px;
  min-width: 100%;
  padding: 25px 0;
  position: absolute;
  min-height: 260px;
  display: none;
}
.hover-menu {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  display: none;
  z-index: -9999;
}
.navbar-right .dropdown-menu {
  left: -550px!important;
  position: absolute;
  width: 1143px;
  border: none;
  background: #f2f2f2;
  padding: 20px;
}
li:nth-child(2) > .dropdown-menu {
  left: -15px;
}
li:nth-child(2) > .dropdown-menu {
  left: -106px;
}
li:nth-child(3) > .dropdown-menu {
  left: -196px;
}
li:nth-child(4) > .dropdown-menu {
  left: -286px;
}
.dropdown-menu h4 a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.dropdown-item {
  padding: 0;
  line-height: 1.8em;
  font-size: 0.8em;
}
.dropdown-item:hover {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.dropdown-menu .col {
  border-left: #333 solid 1px;
  margin-left: 15px
}
.header .nav-pills .dropdown .dropdown-menu > li:nth-child(1) > a,
.header .nav-pills .dropdown .dropdown-menu > li:nth-child(2) > a {
  color: #000;
}
.header .nav-pills .dropdown .dropdown-menu > li:nth-child(1) > a:hover,
.header .nav-pills .dropdown .dropdown-menu > li:nth-child(2) > a:hover {
  background: transparent;
  color: #999;
}
/* LOGO */
.header a.link-logo {
  background: #000;
  height: 110px;
  width: 100px;
  padding: 60px 2px 0 4px;
  display: block;
  z-index: 99999;
  position: absolute;
}
a.logo-calzado img,
a.logo-kids img,
a.logo-equipamiento img {
  width: 120px;
}
/* BUSCADOR */
.header fieldset.busca {
  height: 40px;
  padding-top: 6px;
  border-right: 1px solid #888;
}
.header fieldset.busca:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  content: "\f002";
  margin-left: 10px;
  margin-right: 10px;
  color: #fff
}
.header .search .btn-buscar {
  display: none;
}
.header .search .fulltext-search-box {
  border: none;
  background: transparent;
  text-transform: uppercase;
  width: 70%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header .search .fulltext-search-box:focus:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
.ui-autocomplete {
  background-color: #fff;
  padding: 20px;
  width: 250px ! important;
  border-radius: 0;
}
.ui-autocomplete .ui-menu-item {
  display: block;
  padding: 6px 0;
}
.ui-autocomplete .ui-menu-item a {
  color: #777;
  font-size: 15px;
  line-height: 17px;
}
.ui-autocomplete .ui-menu-item a:hover {
  color: #000;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item img {
  display: inline-block;
  margin-right: 10px;
}
.searchResultsTime {
  font-size: 14px;
  float: left;
  display: inline-flex;
  width: calc(100%/2);
  margin-bottom: 0;
}
/*Jair*/
.sub {
  display: inline-block;
  float:right;
  font-size: 13px;
  width: calc(100%/2);
}
.resultado-busca-filtro {
  display: inline-flex;
  float: right;
}
.resultado-busca-filtro .orderBy {
  padding-right: 20px;
}
.resultado-busca-filtro select#O {
  background: #f2f2f2;
  border: 0;
  padding: 5px 3px;
  width: 150px;
}
.resultado-busca-filtro option:last-child {
  display: none;
}
/*Jair*/
/* BREADCRUMBS MIGA DE PAN */
.bread-crumb {
  font-size: .7rem;
  color: #000
}
.bread-crumb ul {
  display: block;
  padding-left: 0;
}
.bread-crumb li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.bread-crumb li:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-right: 5px;
  margin-left: 3px;
  margin-top: -5px;
}
.bread-crumb li:first-child:before {
  content: "";
  display: none;
}
.bread-crumb li a {
  color: #000;
  text-decoration: none;
}
.bread-crumb li a:hover {
  color: #888;
}
.bread-crumb li strong a {
  color: #000;
  font-weight: 400;
}
/* ZOOM PRODUCTOS */
.zoomPad {
  position: relative
}
.zoomWindow {
  overflow: hidden;
  left: 0 ! important;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 3;
}
.zoomWrapperImage img {
  max-width: none!important;
}
.zoomWrapperTitle {
  display: none ! important;
}
.zoomPad #image-main {
  width: 100%;
}
/* THUMBS PRODUCTOS */
.thumbs li {
  list-style: none;
}
.thumbs {
  text-align: center;
}
/* PAGINACION */
.pages {
  text-align: center;
}
.pages li {
  display: inline-block;
  padding: 2px 6px;
}
.pages a {
  color: #999
}
.pages li.first,
.pages li.previous,
.pages li.next,
.pages li.last {
  text-indent: -99px;
  text-align: center;
  overflow: hidden;
  width: 30px;
  height: 26px;
  display: inline-block;
  visibility: hidden;
}
.pages li.first:before,
.pages li.previous:before,
.pages li.next:before,
.pages li.last:before {
  font-family: FontAwesome;
  text-indent: 0px;
  display: block;
  overflow: visible;
  visibility: visible;
  color: #000;
  border-radius: 0;
  font-weight: 300;
  margin-top: 6px;
}
.pages li.previous:before {
  content: '\f104 ';
}
.pages li.first:before {
  content: '\f100 ';
}
.pages li.last:before {
  content: '\f101 ';
}
.pages li.next:before {
  content: '\f105 ';
}
/* FOOTER */
.footer b {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 20px 0 10px;
}
.footer ul {
  padding-left: 0;
  margin-left: 0;
}
.footer a,
.footer span {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
footer {
  background-image: url(https://lippioutdoor.vtexcommercestable.com.br/arquivos/lippi-03.jpg);
  background-position: center;
  color: #fff;
  padding: 30px 0 30px 0;
}
footer p {
  padding: 40px 0 0 0;
  margin: 0;
  font-size: 1rem;
}
footer h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 7px;
}
footer .accordion-section div > ul,
footer .col-sociales {
  margin-top: 25px;
  margin-bottom: 0;
}
footer .col-sociales .fa {
  font-size: 1.2em;
}
footer .col-logo {
  text-align: center;
}
footer #acordeon-footer li {
  list-style: none;
}
footer #acordeon-footer > div > a > div > div > ul > li {
  margin-top: 30px;
}
footer #acordeon-footer a:hover {
  text-decoration: none;
}
footer .col-sociales li {
  width: 33%;
  float: left;
  text-align: center;
}
#exampleAccordion2 a {
  color: #999!important;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 13px;
}
/* HEADER */
header {
  height: 40px;
  background: rgba(0, 0, 0, 0.30);
  z-index: 999999;
  position: relative;
}
/* PLACEHOLDER */
.box-banner img {
  width: 100%;
  height: 100%;
}
/* HOME */
#home-content {
  margin-top: -40px;
}
.home .section3,
.home .section4 {
  position: relative;
}
.box-content {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #fff;
}
.section4 .box-content {
  top: 70%
}
.home .section3 .btn,
.home .section4 .btn {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0px;
  color: #fff;
  border: solid 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 12px 30px;
  margin-bottom: 10px;
}

.box-content h3 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .2em;
  width: 60%;
}
.box-content p {
  width: 60%;
  font-size: 13px;
  letter-spacing: .1em;
}
.home .section2 h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0px;
}
.home .section2 p {
  color: #000;
  font-size: 13px;
  text-align: justify;
}
.home .section5 p {
  color: #000;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.home .section5 h4 {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
/* CAROUSEL */
.slick-track {
  position: relative;
}
.slick-dots {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.slick-dots li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5);
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .8;
  border: none;
  background-color: transparent;
  font-size: 44px;
}
.slick-prev.slick-arrow {
  left: 0;
  z-index: 1;
}
.slick-next.slick-arrow {
  right: 0;
}
.slick-dots button {
  visibility: hidden;
}
.slick-next.slick-arrow:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev.slick-arrow:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* VITRINA */
.vitrine.prateleira {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.vitrine.prateleira .flag,
.vitrine.prateleira .discount,
.vitrine.prateleira .price span span {
  display: none;
}
.vitrine.prateleira ul li {
  font-size: 0.8em;
  width: 33%;
  float: left;
  list-style: none;
  text-align: left!important;
}
.vitrine.prateleira img {
  width: 100%;
  height: 100%;
}
.vitrine.prateleira.n4colunas ul li {
  width: 25%;
  float: left;
  list-style: none;
}
.vitrine.prateleira.n4colunas h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  letter-spacing: .02em;
}
.vitrine.prateleira.n4colunas .data h3 a {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
}
.vitrine.prateleira.n4colunas .price a {
  color: #757575;
  font-size: 14px;
  line-height: 1.2em;
}
.vitrine.prateleira.n4colunas .price em {
  font-style: normal;
}
.vitrine.prateleira.n4colunas .newPrice {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.vitrine.prateleira.n4colunas span.oldPrice {
  text-decoration: line-through;
}
.vitrine.prateleira.n4colunas .price a:hover {
  color: #666;
  text-decoration: none;
}
.vitrine.prateleira.n4colunas em.installment {
  display: block;
}
.vitrine.prateleira h2 {
  padding: 30px 0;
  font-size: 1.3rem;
  color: #ddd;
  letter-spacing: .1rem;
  text-align: left;
}
.vitrine.prateleira .product-name a {
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  display: block;
  min-height: 40px;
  clear: both;
  margin-top: 15px;
}
.vitrine.prateleira .product-name a:hover {
  text-decoration: none;
}
.vitrine.prateleira .installment {
  text-decoration: none;
  color: #999;
  white-space: pre-line;
}
.vitrine.prateleira .price a:hover {
  text-decoration: none;
}
.vitrine.prateleira span.out-of-stock {
  display: block;
  text-align: left;
}
/* FLAG BANDERINES */
.flag {
  display: none;
}
/*INSTITUCIONAL SERVICIOS */
#institucional-page .sidebar-servicio ul {
  border-top: solid 2px #ebebeb;
  margin: 0;
  padding: 20px 0;
  width: 80%
}
#institucional-page .sidebar-servicio ul li {
  margin: 0 0 15px 0;
  list-style: none;
}
#institucional-page .sidebar-servicio ul li a {
  color: #333;
}
#institucional-page .sidebar-servicio ul li a:hover {
  text-decoration: none;
}
#institucional-page .sidebar-servicio ul li h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: -.01em
}
#institucional-page .sidebar-servicio .well {
  border: none;
  border-radius: 0;
  color: #666666;
  width: 90%;
  background-color: #f2f2f2;
  padding: 20px;
}
#institucional-page .sidebar-servicio .well p {
  line-height: 1.6em;
}
#institucional-page .sidebar-servicio .well ul {
  border: none;
  font-size: 1.9em;
  font-weight: 700;
  color: #666666;
}
#institucional-page .sidebar-servicio .well h4 {
  font-size: 2em;
  font-weight: 700;
  color: #333;
}
#institucional-page .sidebar-servicio .well hr {
  border-top: 2px solid #ccc;
}
#institucional-content .conteudo-institucional ul {
  margin-left: 30px;
}
#institucional-content .conteudo-institucional li {
  margin-bottom: 10px;
  list-style: outside;
}
#institucional-content {
  padding: 50px 0;
}
/* TIENDAS */
#regiones {
  font-size: 12px;
}
#regiones .row {
  margin: 0;
}
#regiones h2 {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: 100%
}
#regiones h3 {
  border-top: 2px solid #ebebeb;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 10px 0;
}
#regiones a {
  color: #333;
  text-decoration: none;
}
#regiones address strong {
  color: #333;
  font-size: 13px;
  padding-bottom: 5px;
}
.grupo-tienda {
  padding: 10px 0px;
  min-height: 200px;
}
.contact-form h1 {
  border-bottom: 2px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
  margin-bottom: 20px;
}
.fullFormContact {
  width: 100%;
  max-width: 600px;
  min-width: 320px;
}
.error {
  color: #FFFFFF!important;
  background-color: #FFABAB!important;
  border-color: #FFCBD6!important;
}
form#formContactV1 {
  margin: 0 0 80px;
}
.formContactVtex label.error {
  background-color: #FFFFFF!important;
  color: #D72A27!important;
}
.formContactVtex #contentAlert {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto 20px;
  color: #848484;
  font-size: 12px;
  margin: 18px 0;
  text-align: center;
  display: none;
  /* bootstrap colors*/
  color: #0C75AC;
  background-color: #CCEEFF;
  border: 1px solid #A2EEFF;
}
.formContactVtex #contentAlert strong {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  /*color:#FF0000;*/
  text-transform: uppercase;
  margin: 0 auto 10px;
  display: block;
}
.formContactVtex #contentAlert p {
  font-weight: 400!important;
  font-size: 14px!important;
}
.formContactVtex #contentAlert img {
  max-width: 40px;
  margin: 10px auto 0;
  display: block;
}
.formContactVtex div {
  margin: 0 0 15px;
  font-family: arial;
}
.formContactVtex div i {
  width: calc(100% - 20px);
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  display: block;
}
.formContactVtex h2 {
  font-family: arial;
  text-transform: uppercase;
  font-size: 17px;
  color: #363636;
  margin: 60px 0 30px;
  text-align: center;
  display: block;
}
.formContactVtex label {
  width: calc(100% - 2px);
  font-size: 11px;
  color: #797979;
  margin: 0 0 5px;
  padding: 5px 0;
  background: #F7F7F7;
  margin: 0 0 1px 0;
  border-left: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  font-size: 11px;
  z-index: 1;
  text-transform: uppercase;
  text-indent: 10px;
  position: relative;
}
.formContactVtex input,
.formContactVtex select,
.formContactVtex textarea {
  width: calc(100% - 2px);
  padding: 10px 0;
  border: 1px solid #DCDCDC;
  text-indent: 10px;
  margin: -2px 0 0 0;
  transition: all 0.4s;
  outline: none;
  display: block;
  border-radius: none;
}
.formContactVtex input:focus,
.formContactVtex select:focus,
.formContactVtex textarea:focus {
  background: #E0E0E0;
}
.formContactVtex textarea {
  height: 100px;
  text-indent: 0;
  padding: 0!important;
  padding: 10px;
  resize: vertical;
}
.formContactVtex input[type="submit"] {
  background-color: #f52a01;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 46px;
  line-height: 44px;
  min-width: 150px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.formContactVtex input[type="submit"]:hover {
  background: #47A947;
  border-color: #339833;
}
.formContactVtex input[type="submit"]:disabled {
  background: #A7A7A7!important;
  border: 1px solid #9A9A9A!important;
  border-bottom: 4px solid #797979!important;
}
/* VITRINA CARRUSEL CAROUSEL */
.showcase-default .vitrine.prateleira .slick-slider,
ul.slidergrande {
  padding: 0
}
.showcase-default .vitrine.prateleira .slick-prev.slick-arrow {
  left: -75px;
}
.showcase-default .vitrine.prateleira .slick-next.slick-arrow {
  right: -75px;
}
.showcase-default .vitrine.prateleira .slick-prev.slick-arrow:before,
.vitrine.prateleira .slick-next.slick-arrow:before {
  color: #333;
}
#product-page .prateleira .price .cloned,
#category-page .prateleira .price .cloned,
#product-content .prateleira .price .cloned,
.best-price-clone {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 0.95em;
}
/* SIDEBAR DEPARTAMENTO NAVEGADOR FILTROS */
#departament-navegador .menu-departamento h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 30px;
}
#departament-navegador .menu-departamento h3 a {
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  border-bottom: 1px solid #E5E5E5;
  line-height: 26px;
  padding: 15px 20px;
  display: block;
}
#departament-navegador .menu-departamento li.last {
  padding-bottom: 15px;
}
#departament-navegador .menu-departamento {
  border-bottom: 1px solid #E5E5E5;
}
#departament-navegador .menu-departamento h4 a {
  font-weight: 700;
  color: #000;
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 10px;
}
#departament-navegador .menu-departamento a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  padding-left: 20px;
}
#admake-advanced-filter {
  margin-top: 0;
}
#admake-advanced-filter {
  background-color: #fff;
}
#admake-advanced-filter > h2 {
  padding: 0;
  margin: 0;
}
#admake-advanced-filter > h2 a {
  color: #333;
  border-bottom: 1px solid #999;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  padding: 15px 20px;
  display: block;
  text-transform: uppercase;
}
#admake-advanced-filter > h2 a:hover {
  text-decoration: none;
}
#admake-advanced-filter > .box-filtro {
  border-bottom: 1px solid #999;
  padding: 15px 20px;
  margin: 0;
}
#admake-advanced-filter > .box-filtro h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0;
  text-transform: uppercase;
}
#admake-advanced-filter .opcoes {
  position: relative;
}
#admake-advanced-filter .opcoes ul {
  padding-left: 0;
}
#admake-advanced-filter .opcoes .ver-filtros {
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  right: 0;
  top: 5px;
}
#admake-advanced-filter .opcoes .ver-filtros:after {
  color: #000;
  content: "\f00d";
  font-size: 13px;
  font-family: FontAwesome;
  line-height: 14px;
}
#admake-advanced-filter .opcoes .ver-filtros:hover:after {
  color: #d0011b;
}
#admake-advanced-filter .box-filtro.checkbox li {
  display: block;
}
#admake-advanced-filter .box-filtro.range li.filtro-ativo,
#admake-advanced-filter .box-filtro.checkbox li a,
#admake-advanced-filter .box-filtro.checkbox li.filtro-ativo {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
#admake-advanced-filter .box-filtro.checkbox li a:hover {
  color: #2D2727;
}
#admake-advanced-filter .box-filtro.image ul {
  display: block;
  margin: 0 -5px;
}
#admake-advanced-filter .box-filtro.image li {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}
#admake-advanced-filter .box-filtro.image a {
  display: block;
}
#admake-advanced-filter .box-filtro.image a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
#admake-advanced-filter span.irs-slider {
  background: none repeat scroll center #D0021B;
  box-shadow: 0 0 0 transparent;
  border-radius: 100%;
  border: 0 none;
  height: 24px;
  width: 24px;
}
#admake-advanced-filter .irs-from,
#admake-advanced-filter .irs-to,
#admake-advanced-filter .irs-single {
  background-color: #D0021B;
}
#admake-advanced-filter .irs-bar-edge {
  border: 1px solid #D0021B;
  background: #D0021B;
  background: linear-gradient(to top, rgb(208, 2, 27) 0%, rgb(208, 2, 27) 100%);
}
#admake-advanced-filter .irs-bar {
  border-top: 1px solid #D0021B;
  border-bottom: 1px solid #D0021B;
  background: #D0021B;
  background: linear-gradient(to top, rgb(208, 2, 27) 0%, rgb(208, 2, 27) 100%);
}
/* DEPARTAMENTO */
#departament-banner img {
  margin-top: -40px;
  height: 160px;
}
#departament-page .title-category {
  display: none;
}
#departament-page .vitrine.prateleira {
  padding-top: 0;
  margin-top: 0;
}
#departament-page #content {
  margin-top: 40px;
}
#content .prateleira.vitrine > ul > li {
  position: relative;
  min-height: 480px;
}
#content .prateleira.vitrine > ul > li .box-item {
  padding: 10px;
  /* margin-top: 35px; */
  overflow: hidden;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#content .prateleira.vitrine > ul > li .box-item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  position: absolute;
  z-index: 999;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.display-hover {
  display: none;
  transition: all 2s linear;
}
.prateleira.vitrine > ul > li .box-item:hover .display-hover {
  display: block;
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .3s ease-out;
}
.display-hover.hover-color ul li {
  width: 50px;
  display: inline-block;
  margin: 0;
  float: none;
  text-align: center;
}
.product-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-hdimage {
  position: absolute;
  top: 0;
  z-index: 99999
}
.hover-colorList {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  justify-content: center;
  min-height: 80px;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
#collections .prateleira.vitrine.n3colunas ul {
  display: flex;
  margin-bottom: 40px;
}
/* FEED INSTAGRAM */
.feed-instagram h4 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.feed-instagram i {
  position: absolute;
  left: -34px;
  font-size: 45px;
  top: -9px;
}
.feed-instagram {
  margin-top: 30px;
  margin-bottom: 40px;
}
.feed-instagram .container {
  position: relative;
}
/* SECTION HOME */
.section1 h2 {
  padding: 30px 0;
  font-size: 1.3rem;
  color: #ddd;
  letter-spacing: .1rem;
}
/* PRE FOOTER NEWSLETTERS */
.pre-footer {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/bg-news.jpg);
  padding: 100px 0 50px 0
}
.pre-footer span {
  color: #fff;
  font-size: 28px;
}
.newsletter input {
  background: rgba(68, 68, 68, 0.68);
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  width: 100%
}
.newsletter .btn-ok.newsletter-button-ok {
  text-align: right;
  background: transparent;
  text-decoration: underline;
}
/* PRODUCTO */
#product-page .prateleira .wrapper-buy-button-asynchronous {
  display: none;
}
#product-page .prateleira .product-name,
#product-page .prateleira .price {
  text-align: left;
}
#product-page .prateleira .price {
  padding: 0;
}
#product-page .prateleira .price .cloned,
#category-page .prateleira .price .cloned,
#product-content .prateleira .price .cloned,
.best-price-clone {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 0.95em;
}
#product-page .bx-wrapper {
  position: absolute;
  top: 30px;
  z-index: 0;
}
#product-page .bread-crumb {
  margin-top: 40px;
}

.product-description #caracteristicas td.Descripcion-Tecnica {
  line-height: 2em;
}
.productDescription {
  line-height: 1.5em;
  margin-bottom: 40px;
}
/* HEAD */
h4.group.Caracteristicas,
td.value-field.Stock-Inicial,
.product-description #caracteristicas th,
div#specification .Genero,
div#specification .Sport,
div#tecno .Featured-Fabrics,
div#tecno .Weight,
div#specification .Technology,
div#specification .Video,
div#specification .Descripcion-Tecnica,
div#tecno .Genero,
div#tecno .Descripcion-Tecnica,
div#tecno .Sport,
div#tecno .Video,
.viewlookbook .Genero,
.viewlookbook .Descripcion-Tecnica,
.viewlookbook .Featured-Fabrics,
.viewlookbook .Sport,
.viewlookbook .Technology,
.viewlookbook .Weight,
div#details .Video,
div#details .Sport,
div#details .Featured-Fabrics,
div#details .Weight,
div#details .Technology,
div#details .Genero,
div#specification .Season,
div#details .Season,
div.viewlookbook .Season,
div#tecno .Season,
#specification .Technical-Details,
#tecno .Technical-Details,
.viewlookbook,
#product-details td,
#product-details th,
#product-content td.value-field.Especificaciones,
.viewlookbook td.value-field.Technical-Details {
  display: none;
}
h4.group.Caracteristicas,
td.value-field.Stock-Inicial,
.product-description #caracteristicas th,
div#specification .Genero,
div#specification .Sport,
div#tecno .Featured-Fabrics,
div#tecno .Weight,
div#specification .Technology,
div#specification .Video,
div#specification .Descripcion-Tecnica,
div#tecno .Genero,
div#tecno .Descripcion-Tecnica,
div#tecno .Sport,
div#tecno .Video,
.viewlookbook .Genero,
.viewlookbook .Descripcion-Tecnica,
.viewlookbook .Featured-Fabrics,
.viewlookbook .Sport,
.viewlookbook .Technology,
.viewlookbook .Weight,
div#details .Video,
div#details .Sport,
div#details .Featured-Fabrics,
div#details .Weight,
div#details .Technology,
div#details .Genero,
div#specification .Season,
div#details .Season,
div.viewlookbook .Season,
div#tecno .Season,
#specification .Technical-Details,
#tecno .Technical-Details,
#product-details td,
#product-details th {
  display: none;
}
.value-field.Technology .tech-icon {
  width: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-description #caracteristicas td.value-field.Video {
  text-align: center;
}
.product-description h3 {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-description h2 {
  color: #333;
}
.product-description .productName {
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 30px;
  margin-top: 20px;
}
#product-extra-top {
  text-align: center;
  height: 40px;
  background: #eee;
  text-transform: uppercase;
  padding-top: 8px;
  font-weight: 500;
  font-size: .95rem;
}
#product-extra-details-1 {
  font-size: 12px;
  padding-top: 20px;
  clear: both;
}
#product-details td.value-field.Stock-Inicial {
  display: block!important;
  font-weight: 700;
  margin-top: 20px;
  font-size: 12px;
}
#product-details td.value-field.Stock-Inicial:before {
  content: 'Stock Inicial: '
}
#product-details {
  clear: both;
  float: right;
}
.descricao-preco > em.valor-dividido.price-installments > span > span {
  font-size: 0;
}
.descricao-preco > em.valor-dividido.price-installments > span > span:before {
  content: 'Paga hasta en 6 cuotas de ';
  font-size: 14px;
  margin-right: 3px;
}
/* SLIDER PRODUCTOS */
.product-image .slick-slide img {
  margin: 0 auto;
}
.product-image .slick-arrow {
  color: #000;
}
.product-image .slick-dots li {
  background: #111;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  margin: 0 9px;
}
.product-image .slick-dots li[aria-hidden="true"] {
  background: #ccc;
}
/** LIGHTBOX MARKUP TALLAS **/
#tabla-tallas {
  border: 1px solid #ddd;
  color: #777;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  min-width: 35px;
  padding: 1px 10px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  text-align: right;
  margin-top: 10px;
}
.lightbox-tallas {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.lightbox-tallas img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 5%;
}
.lightbox-tallas:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}
@media (max-width:767px) {
  .lightbox-tallas img {
    height: none;
    margin-top: 25%;
  }
  .viewlookbook .embed-responsive {
    display: none;
  }
}
.product-details .product-name {
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
.product-details .product-name .brandName a {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}
.product-details .product-name .brandName a:hover {
  color: #333;
}
.product-details .product-name .productName {
  color: #000;
  font-weight: 700;
  line-height: 1.1em;
}
.product-details .codigo-produto span,
.skuReference {
  display: inline-block;
  font-size: 13px;
}
.product-details .avaliacoes a,
.product-details .avaliacoes a:hover span,
.product-details .avaliacoes a:hover:before,
.product-details .avaliacoes a:hover:after {
  text-decoration: none;
  opacity: .8;
}
.product-details .codigo-produto:after {
  clear: both;
  content: "";
  display: block;
}
.product-details .codigo-produto div {
  margin-left: 5px;
}
.product-details .avaliacoes {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
span#spnRatingProdutoTop {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.product-details .avaliacoes .rating-produto {
  margin-left: 5px;
}
.product-details .avaliacoes strong {
  font-weight: 400;
  display: none;
}
.product-details .price-box {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#comprar-flutuante .descricao-preco .valor-de,
.product-details .price-box .descricao-preco .valor-de {
  display: block;
  font-style: normal;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
  margin-bottom: 10px;
}
.descricao-preco .discountRate {
  font-size: 0.9rem;
  color: #dd2c00;
}
/*Jair*/
#comprar-flutuante .descricao-preco .valor-de {
  margin-bottom: 0
}
/*Jair*/
#comprar-flutuante .descricao-preco .valor-de strong,
.product-details .price-box .descricao-preco .valor-de strong {
  font-weight: 400;
}
#comprar-flutuante .descricao-preco .valor-por,
.product-details .price-box .descricao-preco .valor-por {
  font-size: 0;
  line-height: 0;
}
.product-details .price-box .descricao-preco .valor-por strong {
  display: inline-block;
  font-style: normal;
  color: #ee3324;
  font-size: 22px;
  font-weight: 700;
  line-height: 3px;
}
#comprar-flutuante .descricao-preco .valor-por strong {
  display: block;
  font-style: normal;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
#comprar-flutuante em.valor-dividido.price-installments {
  display: none !important;
}
.product-details .price-box .economia-de {
  font-style: normal;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.product-details .price-box .price-installments {
  font-style: normal;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 20px;
}
.product-info {
  text-align: right;
}
.product-details .seletor-sku {
  display: block;
}
.product-details .seletor-sku .topic {
  display: block;
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
span.validateColor,
span.validateSizes {
  clear: both;
  display: block;
}
li.select.skuList.item-dimension-Colors label,
li.select.skuList.item-dimension-Color label {
  border: none;
  width: 90px;
  height: 90px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #fff;
}
li.select.skuList.item-dimension-Colors label:hover,
li.select.skuList.item-dimension-Color label:hover,
li.select.skuList.item-dimension-Colors label.checked:hover,
li.select.skuList.item-dimension-Color label.checked:hover,
li.select.skuList.item-dimension-Colors label.checked,
li.select.skuList.item-dimension-Color label.checked,
.product-info .seletor-sku .select.item-dimension-Colors label.sku-picked,
.product-info .seletor-sku .select.item-dimension-Color label.sku-picked {
  background-color: transparent;
  border: none;
  border-bottom: solid 4px #333;
}
.product-details .seletor-sku .specification {
  display: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
.product-info .seletor-sku .select > span {
  display: block;
  float: right;
}
.product-info .seletor-sku .select > span:after {
  display: block;
  content: "";
  clear: both;
}
.product-info .seletor-sku .select .sku-selector,
.productPrice .preco-a-vista {
  display: none!important;
}
.product-info .seletor-sku .select label {
  float: left;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  min-width: 45px;
  height: 45px;
  padding: 12px;
  border: 2px solid #ddd;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.product-info .seletor-sku .select.item-dimension-Sizes label {
  margin: 0 0 0 7px;
}
.item_unavaliable,
.disabled {
  pointer-events: none;
  cursor: default;
}
.product-info .seletor-sku .select label:hover,
label.checked {
  border: 2px solid #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #000;
  color: #fff
}
#product-page .prateleira .product-name,
#product-page .prateleira .price {
  text-align: center;
}
#product-page .prateleira .price {
  padding: 0;
}
#product-page .prateleira .price,
#category-page .prateleira .price,
#product-content .prateleira .price,
.best-price {
  text-transform: uppercase;
  color: #ee3324;
  font-weight: bold;
  font-size: 0.95em;
}
.item_unavaliable {
  opacity: 0.4;
  background: rgba(0, 0, 0, 0) url("/arquivos/agotado.png") no-repeat scroll 0 0;
}
.product-info .seletor-sku .select label:hover,
.product-info .seletor-sku .select label.checked,
.product-info .seletor-sku .select label.sku-picked {
  border: solid 2px #000;
  color: #fff;
}
.product-info .buy-button-box {
  margin-top: 15px;
  width: 230px;
  float: right;
}
.buy-button-box:after {
  display: block;
  clear: both;
  content: "";
}
.buy-button-box .box-qtd {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 70px;
  height: 46px;
  margin-right: 10px;
}
.buy-button-box .box-qtd .qtd {
  border: 0 none;
  border-radius: 0;
  border-right: 1px solid #ddd;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  font-size: 18px;
  color: #262626;
  line-height: 22px;
  height: 100%;
  width: 65%;
  background-color: transparent;
}
.buy-button-box .box-qtd .bts {
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  height: 100%;
  width: 35%;
}
.buy-button-box .box-qtd .btn {
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  display: block;
  width: 100%;
  height: 50%;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  color: #CCCCCC;
  line-height: 11px;
}
.buy-button-box .box-qtd .btn:hover {
  background-color: #F6F6F6;
}
.buy-button-box .box-qtd .btn.btn-mais {
  border-bottom: 1px solid #ccc;
}
.product-description .buy-together-content td.buy .comprar-junto a,
.buy-button-clone {
  background-color: #00ae7c;
  border-radius: 0;
  height: 46px;
  line-height: 44px;
  color: #fff!important;
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  text-transform: uppercase;
  border: solid 1px #ddd;
  font-weight: 700;
  min-width: 150px;
  display: block;
}
/* .buy-button.buy-button-ref{display:none!important;} */
a.buy-button-clone.grey-buy-button {
  background: #999;
}
/* COMPRAR FLUCTUANTE */
#comprar-flutuante {
  position: fixed;
  background-color: #fff;
  min-height: 75px;
  padding: 15px 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#comprar-flutuante .buy-button-clone {
  float: none;
  overflow: hidden;
}
#comprar-flutuante .buy-button.buy-button-ref {
  display: block!important;
  background-color: #f52a01;
  border-radius: 0;
  height: 46px;
  line-height: 44px;
  color: #fff!important;
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  text-transform: uppercase;
  border: solid 1px #ddd;
  font-weight: 700;
  min-width: 150px;
}
#comprar-flutuante #foto-comprar-flutuante {
  max-height: 54px;
}
#comprar-flutuante .productName {
  color: #333;
  line-height: 19px;
  font-weight: 700;
  padding-top: 10px;
}
#comprar-flutuante .economia-de {
  display: none;
}
/* SKU COLORES */
.dimension-Colors,
.dimension-Color {
  color: transparent!important;
}
/* VALIDACIONES OPINIONES COMENTARIOS */
#reviews ul.rating li .voteRatingBar {
  background: none repeat scroll 0 0 #F5F5F5;
  display: block;
  height: 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
  border-radius: 3px;
}
#reviews ul.rating li .voteRatingBar span {
  background: none repeat scroll 0 0 #000;
  display: block;
  height: 20px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  border-bottom: 3px solid #CC9342;
}
#reviews ul.rating li .voteRatingBar + span {
  color: #9B9B9B;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 20px;
}
#reviews ul.rating {
  padding: 0;
}
#reviews ul.rating li {
  clear: both;
  display: block;
  margin: 10px 0;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#reviews ul.rating li em {
  float: left;
  margin-right: 15px;
}
#reviews .avalie-produto {
  display: block;
  padding-top: 20px;
}
#reviews .avalie-produto h5 {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
#reviews .avalie-produto a {
  display: block;
  float: left;
  margin: 10px 0;
}
#reviews hr,
#reviews p.media em span,
#reviews .links-resenha-usuario {
  display: none;
}
#reviews .resenhas {
  padding: 0;
  border-top: 0 none;
  margin: 0;
}
#reviews .resenhas .quem {
  padding: 0;
}
#reviews .resenhas .opiniao-ajudou {
  padding-top: 15px;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
#reviews .resenhas .opiniao-ajudou {
  padding-top: 15px;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
#reviews .resenhas .opiniao-ajudou .bts li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 0 0;
}
#reviews .resenhas .opiniao-ajudou .bts li a {
  color: #D0021B;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

#publishUserReview #formUserReview {
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  box-shadow: 0 0 10px #ccc;
  z-index: 99999;
}
#publishUserReview #formUserReview .header {
  padding: 0;
  margin: 0;
}
#publishUserReview #formUserReview .header .close {
  position: absolute;
  right: 30px;
  top: 20px;
}
#publishUserReview #formUserReview .header .close a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
#publishUserReview #formUserReview .footer,
#publishUserReview #formUserReview .header h1 {
  display: none;
}
#publishUserReview #formUserReview label {
  display: block;
}
#publishUserReview #formUserReview input + label {
  display: inline-block;
  vertical-align: middle;
}
#publishUserReview #formUserReview input {
  margin: 0;
}
#publishUserReview #formUserReview input[type=text],
#publishUserReview #formUserReview textarea {
  color: #999999;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 34px;
  width: 100%;
}
#publishUserReview #formUserReview .grp {
  position: relative;
  margin: 10px 0 5px;
}
#publishUserReview #formUserReview .grp span {
  position: absolute;
  top: 5px;
  right: 0;
}
#publishUserReview #formUserReview .ranking {
  display: block;
  margin-top: 15px;
}
#publishUserReview #formUserReview .aviso-resenha {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 15px;
}
#reviews .avalie-produto #opcoes-avalie {
  display: block;
  margin: 10px 0;
  width: 100%;
}
#reviews .avalie-produto #opcoes-avalie p strong {
  display: none;
}
#reviews .avalie-produto #opcoes-avalie .firadio {
  margin: 2px 0 0 0;
  vertical-align: top;
}
#reviews .avalie-produto #opcoes-avalie label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 20px 0 5px;
}
#reviews #formUserReview .avaliar a,
#reviews #lnkPubliqueResenha {
  background-color: #D0021B;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 43px;
  padding: 10px;
  width: 250px;
  text-align: center;
  text-decoration: none;
}
#reviews #formUserReview .avaliar a:hover,
#reviews #formUserReview .avaliar a:active,
#reviews #lnkPubliqueResenha:hover,
#reviews #lnkPubliqueResenha:active {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}
.product-details .avaliacoes {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.product-details .avaliacoes .rating-produto {
  margin-left: 5px;
}
.product-details .avaliacoes strong {
  font-weight: 400;
  display: none;
}
.rating-avalie .ratingStar,
.rating-produto {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.rating-produto:before,
.rating-demonstrativo:before,
.rating-wrapper .rating:before {
  content: "\f006   \f006   \f006   \f006   \f006";
  /* f005 - f006 - f123 */
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-style: normal;
}
.rating-avalie a {
  text-decoration: none;
}
.rating-avalie .ratingStar.emptyRatingStar:before,
.rating-avalie .ratingStar.filledRatingStar:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-style: normal;
  content: "\f006";
  text-decoration: none;
  -webkit-transition: .300s all;
  transition: .300s all;
}
.rating-avalie .ratingStar.filledRatingStar:before {
  content: "\f005";
}
.rating-produto.avaliacao50:before,
.rating-produto.a50:before,
.rating-demonstrativo.avaliacao50:before,
.rating-demonstrativo.a50:before,
.rating-wrapper .rating.avaliacao50:before,
.rating-wrapper .rating.a50:before {
  content: "\f005   \f005   \f005   \f005   \f005";
}
.rating-produto.avaliacao45:before,
.rating-produto.a45:before,
.rating-demonstrativo.avaliacao45:before,
.rating-demonstrativo.a45:before,
.rating-wrapper .rating.avaliacao45:before,
.rating-wrapper .rating.a45:before {
  content: "\f005   \f005   \f005   \f005   \f123";
}
.rating-produto.avaliacao40:before,
.rating-produto.a40:before,
.rating-demonstrativo.avaliacao40:before,
.rating-demonstrativo.a40:before,
.rating-wrapper .rating.avaliacao40:before,
.rating-wrapper .rating.a40:before {
  content: "\f005   \f005   \f005   \f005    \f006";
}
.rating-produto.avaliacao35:before,
.rating-produto.a35:before,
.rating-demonstrativo.avaliacao35:before,
.rating-demonstrativo.a35:before,
.rating-wrapper .rating.avaliacao35:before,
.rating-wrapper .rating.a35:before {
  content: "\f005   \f005   \f005   \f123   \f006";
}
.rating-produto.avaliacao30:before,
.rating-produto.a30:before,
.rating-demonstrativo.avaliacao30:before,
.rating-demonstrativo.a30:before,
.rating-wrapper .rating.avaliacao30:before,
.rating-wrapper .rating.a30:before {
  content: "\f005   \f005   \f005   \f006   \f006";
}
.rating-produto.avaliacao25:before,
.rating-produto.a25:before,
.rating-demonstrativo.avaliacao25:before,
.rating-demonstrativo.a25:before,
.rating-wrapper .rating.avaliacao25:before,
.rating-wrapper .rating.a25:before {
  content: "\f005   \f005   \f123   \f006   \f006";
}
.rating-produto.avaliacao20:before,
.rating-produto.a20:before,
.rating-demonstrativo.avaliacao20:before,
.rating-demonstrativo.a20:before,
.rating-wrapper .rating.avaliacao20:before,
.rating-wrapper .rating.a20:before {
  content: "\f005   \f005   \f006   \f006   \f006";
}
.rating-produto.avaliacao15:before,
.rating-produto.a15:before,
.rating-demonstrativo.avaliacao15:before,
.rating-demonstrativo.a15:before,
.rating-wrapper .rating.avaliacao15:before,
.rating-wrapper .rating.a15:before {
  content: "\f005   \f123   \f006   \f006   \f006";
}
.rating-produto.avaliacao10:before,
.rating-produto.a10:before,
.rating-demonstrativo.avaliacao10:before,
.rating-demonstrativo.a10:before,
.rating-wrapper .rating.avaliacao10:before,
.rating-wrapper .rating.a10:before {
  content: "\f005   \f006   \f006   \f006   \f006";
}
.rating-produto.avaliacao5:before,
.rating-produto.a5:before,
.rating-demonstrativo.avaliacao5:before,
.rating-demonstrativo.a5:before,
.rating-wrapper .rating.avaliacao5:before,
.rating-wrapper .rating.a5:before {
  content: "\f123   \f006   \f006   \f006   \f006";
}
.rating-produto.avaliacao0:before,
.rating-produto.a0:before,
.rating-demonstrativo.avaliacao0:before,
.rating-demonstrativo.a0:before,
.rating-wrapper .rating.avaliacao0:before,
.rating-wrapper .rating.a0:before {
  content: "\f006   \f006   \f006   \f006   \f006";
}
/* menu Movile */
#container-menumovile {
  margin: 0 auto 40px auto;
  width: 100%;
  min-width: 180px;
  max-width: 960px;
  color: #262626;
}
.accordion-containermenu,
.item-menumovil {
  width: 100%;
  clear: both;
}
#container-menumovile ul {
  padding: 0;
}
.accordion-containermenu li {
  margin: 15px 0;
  list-style: none;
}
.accordion-containermenu a {
  text-decoration: none;
  margin: 10px 0;
  color: #333;
}
.accordion-titulomenu {
  position: relative;
  display: block;
  padding: 10px 0 0 10px;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.item-menumovil {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
}
.accordion-titulomenu a {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.accordion-titulomenu.open {
  background: none;
  color: #000;
}
.accordion-titulomenu:hover {
  background: #fff;
}
.accordion-titulomenu span.toggle-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
}
.accordion-titulomenu i,
.accordion-titulomenu .fa-angle-down {
  float: right;
  font-size: 30px;
  margin-top: -5px;
}
.accordion-titulomenu i {
  transition: 0.4s ease!important;
  -moz-transition: 0.4s ease!important;
  /* Firefox */
  -webkit-transition: 0.4s ease!important;
  /* Chrome - Safari */
  -o-transition: 0.4s ease!important;
  /* Opera */
}
.accordion-titulomenu.open i {
  transform: rotate(176deg);
  -moz-transform: rotate(176deg);
  /* Firefox */
  -webkit-transform: rotate(176deg);
  /* Chrome - Safari */
  -o-transform: rotate(176deg);
  /* Opera */
  transition: 0.4s ease!important;
  -moz-transition: 0.4s ease!important;
  /* Firefox */
  -webkit-transition: 0.4s ease!important;
  /* Chrome - Safari */
  -o-transition: 0.4s ease!important;
  /* Opera */
}
.accordion-contentmenu {
  display: none;
  padding: 0 20px;
  overflow: auto;
}
.contenido-item-movil li {
  padding-left: 20px;
  margin-bottom: 10px;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:767px) {
  .d-xs-none,
  .feed-instagram,
  #carousel-home,
  #acordeon-footer,
  .section3,
  .col.col-sociales,
  #departament-banner,
  #product-extra-top,
  div#departament-navegador,
  .tallas-desktop {
    display: none!important;
  }
  .button-menu-xs,
  .mini-cart-xs,
  .d-xs-block {
    display: block!important;
    margin-right: 5px;
  }
  .logos-partner {
    text-align: center!important;
  }
  .header a.link-logo {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 85px;
    padding-top: 50px;
  }
  .btn-menu-xs {
    background: transparent;
    font-size: 28px;
    padding: 5px 10px;
  }
  button.btn.btn-default.btn-open-menu-xs.btn-menu-xs.pull-right {
    padding: 7px 7px 0 7px;
  }
  header {
    height: 52px;
  }
  .product-name-mobile {
    padding: 0 0 0 15px;
  }
  #carousel-home-movil {
    margin-top: 40px;
  }
  .header .mini-cart .btn svg path {
    fill: #fff;
  }
  ul.sociales-movil.list-inline {
    text-align: center;
    font-size: 2em;
  }
  .product-image .slick-slide img {
    width: 100%;
    height: 100%;
  }
  ul.sociales-movil.list-inline li {
    padding: 0 20px 20px;
    display: inline-block;
  }
  ul.sociales-movil.list-inline li a {
    color: #000;
  }
  .home .d-none.d-xs-block h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .vitrine.prateleira h2 {
    color: #000;
    text-align: center;
  }
  #extra-footer-movil .btn {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #666;
    border-color: #eee;
    border-radius: 0;
    width: 100%;
  }
  #extra-footer-movil a:hover {
    color: #333;
    font-weight: 700;
    background: #fff;
  }
  .header .mini-cart span.badge {
    top: 0;
    right: 0;
  }
  .pre-footer span {
    font-size: 20px;
    line-height: 1.2em;
  }
  .pre-footer {
    padding: 50px 0 20px 0;
  }
  .newsletter input#newsletterClientName,
  .newsletter input#newsletterClientEmail {
    border: solid #fff 1px;
    padding: 5px 10px;
    font-size: 15px;
    margin-top: 10px;
  }
  #content .prateleira.vitrine > ul {
    padding: 0;
    margin: 0;
  }
  #content .prateleira.vitrine > ul > li {
    width: 50%;
    float: left;
    min-height: 280px;
  }
  #menu-mobile ul ul ul {
    padding: 0;
  }
  #menu-mobile .accordion-containermenu {
    padding: 0;
  }
  span.icone-menu {
    color: #fff;
  }
  #menu-mobile .nav-link {
    padding: 0 11px;
  }
  .btn-open-menu-xs .fa-bars {
    color: #fff
  }
  #menu-mobile .busca legend,
  #menu-mobile .busca label,
  #menu-mobile .busca select,
  #menu-mobile .busca .btn-buscar {
    display: none;
  }
  #menu-mobile svg {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 15px;
  }
  #menu-mobile .fulltext-search-box {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    width: 85%;
  }
  #menu-mobile .logo-go {
    width: 40%;
    margin-left: 30%;
  }
}
@media (min-width:768px) {
  #carousel-home-movil {
    display: none;
  }
  .tallas-movil {
    display: none !important
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) and (max-width:767px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {
  .nav-link {
    padding: .7rem .5rem;
    font-size: 12px;
  }
  .header a.link-logo {
    height: 80px;
    width: 67px;
    padding-top: 50px;
  }
  .header .search .fulltext-search-box {
    font-size: 12px;
  }
  .header fieldset.busca:before {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
  #admake-advanced-filter > .box-filtro,
  #admake-advanced-filter > h2 a,
  #admake-advanced-filter > .box-filtro h3 {
    padding: 0;
    font-size: 14px;
    margin: 0;
  }
  #content .prateleira.vitrine > ul > li {
    min-height: 270px;
  }
  .col-sociales {
    padding: 0;
  }
  .viewlookbook .embed-responsive {
    width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .logos-partner img:last-child {
    margin-left: 10px;
  }
  .viewlookbook .embed-responsive {
    width: 1024px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1199px) {
  div#departament-extra-top {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
  div#departament-extra-top {
    display: none;
  }
  .container {
    max-width: 90% !important;
  }
}
@media (max-width:991px) {
  #departament-page #departament-extra-top {
    margin-top: 50px;
  }
  .btn-filtros {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #999;
    margin: 0 3%;
    width: 94%;
    border-radius: 0;
    color: #000;
  }
  .menu-filtros .opcoes ul li {
    list-style: none;
    display: inline-block;
  }
  .menu-filtros .opcoes ul {
    margin: 0;
    padding: 0;
  }
  .menu-filtros .opcoes ul li a {
    padding: 2px 5px;
    border: solid 1px #000;
    display: block;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .menu-filtros {
    padding: 20px;
  }
  .menu-filtros .btn-menu-xs {
    margin-top: -20px;
    margin-right: -20px;
  }
  .menu-filtros .sub-titulo h3 {
    font-size: 13px;
    text-transform: uppercase;
    border-top: solid 2px #bbb;
    font-weight: 600;
    color: #bbb;
    margin-top: 15px;
  }
  .menu-filtros #clean_filters,
  #apply_filter {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
  }
  .menu-filtros #clean_filters {
    background: transparent;
    text-decoration: underline;
    color: #000
  }
  .menu-filtros .opcoes ul li a.selected {
    background: #dc3545;
    border: #dc3545;
    color: #fff;
  }
  .section4 .col {
    padding: 0;
  }
}
@media (max-width: 768px) {
  a.logo-calzado img,
  a.logo-kids img,
  a.logo-equipamiento img {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
}
/* Menu Overlay */
#menu-overlay {
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#slider-texto {
  width: 100%;
  height: 700px;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  padding-top: 20%;
}
#slider-texto-png {
  width: 100%;
  height: 700px;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  padding-top: 15%;
}
.recuadro-slice-negro {
  width: 700px;
  height: auto;
  margin: auto;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
  text-align: center;
  line-height: 1.6;
}
#slider-texto h1 {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
  text-transform: uppercase;
  max-width: 300px;
  margin: 10px auto;
  letter-spacing: 0.3em;
}
#slider-texto .btn_slide {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 150px;
  margin: 20px auto;
  transition: all 0.2s ease 0s;
}
#slider-texto .btn_slide:hover {
  border: 1px solid #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  width: 160px;
  margin: 20px auto;
  transition: all 0.2s ease 0s;
}
#slider-texto .btn_slide a {
  color: #fff;
  text-decoration: none;
}
#slider-texto .down {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 60px;
  height: 50px;
  width: 50px;
  line-height: 20px;
  position: relative;
  padding: 10px;
  left: 48.5%;
}
#slider-texto .down a {
  color: #fff;
}
#slider-texto-png .down {
  color: #fff;
  font-size: 60px;
  height: 50px;
  width: 50px;
  line-height: 20px;
  position: relative;
  padding: 10px;
  left: 48.5%;
}
#slider-texto-png .down a {
  color: #fff;
}
.product-details .price-box .economia-de {
  display: none;
}
.old-price {
  color: #333;
  text-decoration: line-through;
}
.home .section3 {
  margin-top: 30px;
}
.resultado-busca #departament-navegador .menu-departamento {
  display: block!important;
}
.resultado-busca #departament-navegador .menu-departamento li {
  list-style: none;
}
.resultado-busca #departament-navegador .menu-departamento ul {
  padding: 0;
}
.resultado-busca #admake-advanced-filter {
  display: none!important;
}
.vitrine.prateleira .box-item {
  position: relative;
}
.vitrine .flag.sale {
  /* background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-sale.png); */
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  /* display: block; */
  display: none !important;
  z-index: 9999999;
  text-indent: -666em;
}
.vitrine .flag.invierno-2018 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/new-arrivals-01.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.product-image .flag.invierno-2018 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/new-arrivals-01.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 2px;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.vitrine .flag.lippi20,
.prateleira .flag.lippi20 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-20.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.vitrine .flag.lippi30 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-30.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.vitrine .flag.lippi40 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-40.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.vitrine .flag.lippi50 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-50.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.product-image .flag.lippi20 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-20.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 2px;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.product-image .flag.lippi30 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-30.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 2px;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.product-image .flag.lippi40 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-40.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 2px;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
.product-image .flag.lippi50 {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/flag-lippi-50.png);
  background-size: 60px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  position: absolute;
  right: 20%;
  top: 2px;
  display: block;
  z-index: 9999999;
  text-indent: -666em;
}
[class*="filtro-veja-tambem"] {
  display: none;
}
a.buy-button-clone {
  cursor: pointer;
}
/*#contador-header {
  background-image: url('https://lippioutdoor.vteximg.com.br/arquivos/ids/184931/Slides%20web-01%20(2).jpg');
  background-size: 100%;
  height: 38px;
  color: #e80552;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 3px 0 5px;
}*/
#contador-header {
  display: none;
}
.sku-unico .product-details .seletor-sku {
  display: none;
}
/* BOTONES BUTTON */
.disabled,
.btn[disabled],
fieldset[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
/* VideoHome */
.videoHome {
  width: 100%;
  height: 800px!important;
}
@media (max-width:991px) {
  .videoHome {
    width: 100%;
    height: 650px!important;
  }
}
@media only screen and (max-width:375px) {
  .searchResultsTime {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub {
    width: 100%;
    float: left;
  }
  .resultado-busca-filtro {
    width: 100%;
  }
  .resultado-busca-filtro select#O {
    width: 290px;
  }
}
/** ESTILOS CUSTOM 2019 LIPPI **/
.precio-ahora:before {
  content: 'Ahora: ';
}
.thumbs {
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
}
.product-image .apresentacao .thumbs li {
  display: inline-block;
  margin: 0;
}
.product-image .apresentacao .thumbs a {
  /* float: left; */
  /* width: 80px; */
  display: block;
  margin: 0 auto;
}
.product-details .product-image .apresentacao .thumbs a img {
  max-width: 100%;
}
@media only screen and (max-width:767px) {
  .product-image .apresentacao .thumbs li {
    display: inline-block;
    margin: 0;
    width: 20%;
    float: left;
    margin: 0 5px 5px 0;
  }
  .product-image .apresentacao .thumbs a {
    width: auto;
  }
  .thumbs {
    padding-top: 10px;
  }
}
.zoomWindow,
.zoomPup,
.zoomPreload {
  display: none !important;
}
@media (max-width: 767px) {
  #content .prateleira.vitrine > ul > li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-details .thumbs {
    float: left;
    width: 15%;
  }
  .product-details #include {
    float: right;
    width: 85%;
  }
}
/* MUESTRA LAS MINIATURAS EN RESULTADO DE BUSQUEDA Y CATEGORIAS */
.prateleira.vitrine > ul > li .box-item .display-hover {
  display: block;
  -webkit-animation: slide-down .4s ease-out;
  -moz-animation: slide-down .3s ease-out;
  animation: slide-down .3s ease-out;
}
/* CENTRADO DE TITULO Y PRECIO PRODUCTO EN RESULTADO DE BUSQUEDA Y CATEGORIAS */
.prateleira.vitrine .product-name,
.prateleira.vitrine .price {
  text-align: center;
}
.prateleira.vitrine .price {
  display: block;
}
.vitrine.prateleira .installment {
  content: 'Hasta 6 cuotas precio contado de';
}
#product-page .prateleira .price,
#category-page .prateleira .price,
#product-content .prateleira .price,
.best-price {
  color: #ee3324;
  font-weight: 600;
  font-size: 1.5em;
}
.header .mini-cart .list-inline li.usuarios {
  display: none !important;
}
.buy-button-box .box-qtd {
  display: none !important;
}
.buy-button-box .box-qtd .qtd {
  display: none !important;
}
.buy-button-clone {
  height: 56px;
  padding: 5px 20px;
  background-color: #f52a01;
}
.product-info .buy-button-box {
  width: 100%;
}
.product-details .product-name .productName {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .product-details .product-name {
    font-size: 1.5rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-details .product-name h1 {
    margin-bottom: 0;
  }
}
#product-page .prateleira .price,
#product-content .prateleira .price {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.vitrine.prateleira .installment {
  font-size: 1em;
}
.www-lippioutdoor-com a#cart-choose-products,
.www-lippioutdoor-com .btn-success {
  background-color: #f52a01;
}
/* Ajuste temporal, para ocultar icono de candado en boton comprar */
.fa.fa-lock {
  display: none !important;
}
@media (max-width: 500px) {
  .show-mobile {
    display: block !important;
  }
  .show-desktop {
    display: none !important;
  }
  #product-extra-details-1 p {
    margin-top: 10px;
  }
  #product-extra-details-1 img {
    vertical-align: -webkit-baseline-middle;
  }
}
@media (min-width: 500px) {
  .show-mobile {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .header a.link-logo {
    height: auto;
  }
}
@media (max-width: 767px) {
  .btn-menu-xs,
  .btn-mobile-search {
    background: transparent;
    font-size: 22px;
    display: inline-block;
    margin-top: -12px;
    margin-left: 5px;
  }
}
#image-main {
  max-width: 100%;
}
/** Estilos para sticky header **/
#site-wrapper {
  overflow: inherit;
}
header.navbar-fixed-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (min-width: 768px) {
  .navbar-fixed-top .link-logo {
    transition: ease .25s;
  }
  .navbar-fixed-top.sticky_header {
    background: #000;
  }
  .navbar-fixed-top.sticky_header .link-logo {
    padding-top: 7px;
    height: 40px;
    transition: ease .25s;
  }
}
.btn-mobile-search {
  margin-left: 5px;
}
.mobile-search-container .busca {
  opacity: 0;
  transition: ease .25s;
}
.mobile-search-container .busca.fieldset-visible {
  opacity: 1;
  transition: ease .25s;
}
@media (max-width: 767px) {
  #site-wrapper {
    overflow: hidden;
  }
  .header .mini-cart .btn {
    border: none;
    padding: .6rem .9rem;
  }
  .header.container {
    line-height: 2.2
  }
  .mobile-search-container {
    background-color: #000;
    height: 0;
    transition: ease .25s;
  }
  .contenedor-visible {
    height: 50px;
  }
  .btn-mobile-search-2 {
    width: 88%;
  }
  .btn-mobile-search-2 .fulltext-search-box {
    width: 100%;
    font-size: 1rem;
    border: none;
    padding: 3px 10px 5px 10px;
  }
  .btn-mobile-search-2 .btn-buscar {
    font-family: FontAwesome;
    font-size: 1rem;
    background: #ee3324;
    border: none;
    padding: 3px 10px 5px 10px;
    color: #fff;
    text-transform: uppercase;
  }
  .search-div-xs {
    display: block!important;
  }
}
/* NUEVOS ESTILOS PARA BOTONES COMPRAR CON vtexjs */
.buy-button.buy-button-ref {
  line-height: 44px;
  color: #fff!important;
  font-size: 18px;
  text-align: center;
  padding: 0px 20px;
  text-transform: uppercase;
  border: solid 1px #ddd;
  font-weight: 700;
  min-width: 150px;
  display: block;
  height: 56px;
  padding: 5px 20px;
  background-color: #ee3324;
  cursor: pointer;
  text-decoration: none;
}
.buy-button-clone {
  display: none !important;
}
.swal2-styled {
  border-radius: 0 !important;
  outline: none;
}
.total-cart-outside {
  vertical-align: -webkit-baseline-middle;
  margin-left: 10px;
  color: #fff;
  width: 100%;
}
.mini-cart .list-inline {
  float: left;
  width: 100%;
}
#contactForm .form-field {
  margin-bottom: 20px;
}
#contactForm label {
  width: 20%;
  font-weight: bold;
}
#contactForm .co_description label {
  vertical-align: top;
}
#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 80%;
}
#contactForm input[type="submit"] {
  border: 1px solid #ddd;
  border-radius: 0;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 46px;
  line-height: 44px;
  min-width: 150px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ee3324;
  margin-left: 20%;
}
/** Estilos menu mobile **/
.mm-iconbar__top,
.mm-iconbar__bottom,
.mm-listitem,
.mm-navbar__title,
.mm-navbar {
  color: #e0e0e0 !important;
}
.mm-btn_prev:before,
.mm-btn_next:after {
  border-color: #dd2c00 !important;
}
@media (max-width: 767px) {
  .header.container {
    height: 50px;
  }
}
#content .prateleira.vitrine > ul > li .box-item:hover {
  position: relative;
}
.busca-vazia-page .vitrine.prateleira {
  padding-top: 0;
}
.busca-vazia-page .small,
.busca-vazia-page .small {
  font-size: 70%;
}
.didyoumean a {
  color: #dc3545;
  line-height: 1.2;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#site-canvas {
  overflow: hidden;
}
#busca-vazia-page #site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  background: transparent;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block !important;
}
.bg-danger {
  background-color: #dd2c00 !important;
}
@media (max-width: 767px) {
  #busca-vazia-page.prateleira.vitrine {
    padding-top: 0;
  }
  #busca-vazia-page .prateleira.vitrine .box-item {
    padding-top: 0;
    margin-top: 0;
  }
}
.porcentaje-descuento {
  display: block !important;
  position: absolute;
  top: 5px;
  right: -1px;
  width: 60px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  z-index: 10;
}
.vitrine .flag.lippi-sale {
  z-index: 1 !important;
}
.flag.lippi-sale.green {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/sale-green-2.png) !important;
}
.flag.lippi-sale.orange {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/sale-orange.png) !important;
}
.flag.lippi-sale.red {
  background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/sale.png) !important;
}
#home-page .porcentaje-descuento {
  right: -175px;
}
#home-page .vitrine .flag.lippi-sale {
  right: -173px;
}
@media (min-width: 768px) {
  #home-page .porcentaje-descuento {
    right: -280px;
  }
  #home-page .vitrine .flag.lippi-sale {
    right: -278px;
  }
}
/* Traduccion textos pagina mi cuenta */
.profile-detail-display h4 {
  visibility: hidden;
  position: relative;
}
.profile-detail-display h4:after {
  content: 'Mis Datos Personales';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-detail-display #edit-data-link {
  visibility: hidden;
  position: relative;
}
.profile-detail-display #edit-data-link:after {
  content: 'Editar datos';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-detail-display-info .profile-detail-display-nickname {
  display: none;
}
.profile-detail-display-cpf .title {
  visibility: hidden;
  position: relative;
}
.profile-detail-display-cpf .title:after {
  content: 'RUT:';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-detail-display-date-of-birth .title {
  visibility: hidden;
  position: relative;
}
.profile-detail-display-date-of-birth .title:after {
  content: 'Fecha de nacimiento:';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display-block h4 {
  visibility: hidden;
  position: relative;
}
.address-display-block h4:after {
  content: 'Mis Direcciones';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display-block .address-update {
  visibility: hidden;
  position: relative;
}
.address-display-block .address-update:after {
  content: 'Registrar direcciÃƒÆ’Ã‚Â³n';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display .address-display-unit h5 {
  visibility: hidden;
  position: relative;
}
.address-display .address-display-unit .edit-address-link .address-update {
  visibility: hidden;
  position: relative;
}
.address-display .address-display-unit .edit-address-link .address-update:after {
  content: 'Editar datos';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display .address-display-unit .edit-address-link .delete {
  visibility: hidden;
  position: relative;
}
.address-display .address-display-unit .edit-address-link .delete:after {
  content: 'Eliminar';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display-block .new-address-link .address-update {
  visibility: hidden;
  position: relative;
}
.address-display-block .new-address-link .address-update:after {
  content: 'Registrar nueva dirección';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display .address-display-unit p:not([class]) {
  visibility: hidden;
  position: relative;
}
.address-display .address-display-unit p:not([class]):after {
  content: 'Ninguna dirección registrada';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.address-display-unit-info .cep {
  visibility: hidden;
  position: relative;
}
/* AJUSTES PAGINA ORDERS */
#orders-page .page-header .title {
  margin-top: 80px;
}
#orders-page .page-header .nav-pills {
  display: none !important;
}
#site-menu {
  background: transparent;
}
#departament-page .vitrine.prateleira ul {
  margin-bottom: 0;
}
.product-off {
  display: none !important;
}
.page-number.pgCurrent {
  font-weight: 800;
}

@media (min-width: 768px) {
  .thumbs .slick-arrow.fa-angle-left {
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    position: inherit;
  }
  
  .thumbs .slick-arrow.fa-angle-right {
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    position: inherit;
  }
}

@media (max-width: 767px) {
  .thumbs .slick-arrow.fa-angle-left {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: -1%;
  }
  
  .thumbs .slick-arrow.fa-angle-right {
    z-index: 1000;
    top: 0;
    position: absolute;
    right: 1%;
  }
}

.product-image .apresentacao .thumbs {
  visibility: hidden;
}



@media screen and (min-width: 60em) {
  .w-25-l {
    width: 25% !important;
  }
}

@media screen and (min-width: 30em) {
  .w-30-ns {
    width: 30% !important;
  }
}

#orders-content {
  min-height: 1200px !important;
}

@media screen and (min-width: 60em) {
  .w-third-l {
    width: 33.33333% !important;
  }
}

@media screen and (min-width: 30em) {
  .w-70-ns {
    width: 70% !important;
  }
}

@media screen and (min-width: 20em) {
  .w-100-m {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #orders-content {
    min-height: 1920px !important;
  }
}



/* correccion alineamiento sin vacios en productos vista departamento y categoria */
@media (max-width: 1199px) { 
  #content .prateleira.vitrine > ul > li {
    position: relative;
    min-height: 480px !important;
  }
}

/* muestra 2 elementos por fila en vista departamento y categoria =*/
@media (min-width: 1199px) { 
  .vitrine.prateleira ul li {
    width: 50%; 
  }
}

.filtro-categorias ul, .cat-padre {
  list-style-type: none;
}

.filtro-temporada {
  display: none !important;
}

.filtro-categorias {
  margin-top: 20px;
}

.filtro-categorias span, .filtro-categorias a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}


.filtro-categorias {
  padding-inline-start: 20px;
}
.filtro-categorias i {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  margin-right: 5px;
}

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.rotate.down {
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}

@media (min-width: 1199px) {
  .vitrine.prateleira ul li .box-item li {
    width: 15%;
  }
}

.cat-padre ul {
  padding-inline-start: 20px;
}


/** boton toggle filtros desktop **/
.btn-toggle-filtros {
  display: none;
  position: absolute;
  left: 0;
  transform: rotate(270deg);
  color: #fff;
  background: #000;
  cursor: pointer;
}

.btn-toggle-filtros i {
  margin-right: 10px;
}

@media (min-width: 1080px) {
  .btn-toggle-filtros {
    display: block;
  }
  
  .hide-imp {
    display: none !important;
  }
  
  .full-rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
  }
  
  .full-rotate.turn {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
  }
  
  .full-vitrina {
    width: 33% !important;
  }
  
}


/** PRELOADER **/
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  /*background-image: url(https://lippioutdoor.vteximg.com.br/arquivos/loader-spinner.gif);*/
  background-image: url(https://newblog.cloudaccess.host/assets/6.gif);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0;
}

/** SEGUNDA IMAGEN HOVER VITRINA **/
.prateleira.vitrine .product-image-hover {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  position: absolute;
  width: 98%;
  top: 1px;
  left: 1px;
  z-index: 9999;
}

.box-item:hover .product-image-hover {
  visibility: visible;
  opacity: 1;
  position: absolute;
  transition: all .5s ease-in-out;
  padding-top: 5px;
}

li.ui-menu-item, bread-crumb li {
  cursor: pointer;
}

.hover-mini-image {
  cursor: pointer;
}
/*mitchel: estilos QA lippi*/
.row-slug{
  position: relative;
  padding:15px;
}
.div-slug{
  overflow: hidden;
  padding:0;
  border: 10px solid #FFFFFF;
}
.img-slug{
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  height:40vh; 
  padding:0;
  transition: all 3s ease;    
}
.img-slug:hover{
  transform: scale(1.1);
} 
.lippi-slug-1{
  background-image:url(https://instagram.fscl1-1.fna.fbcdn.net/vp/633ec9991ad25bdb475a90d5ca99aa11/5D9B4A45/t51.2885-15/sh0.08/e35/s750x750/59371026_459185414848497_5681618540969017026_n.jpg?_nc_ht=instagram.fscl1-1.fna.fbcdn.net);   
} 
.lippi-slug-2{
  background-image:url(https://instagram.fscl1-1.fna.fbcdn.net/vp/5b8550f24e3fb3ef5b1ab0f55faa14b9/5D89FD02/t51.2885-15/sh0.08/e35/s750x750/59895254_158903375150262_3606569119843458399_n.jpg?_nc_ht=instagram.fscl1-1.fna.fbcdn.net);   
} 
.lippi-slug-3{
  background-image:url(https://instagram.fscl1-1.fna.fbcdn.net/vp/356545a19a13a184558e322702f389a6/5D909153/t51.2885-15/sh0.08/e35/s750x750/55864982_355821598364190_3341392764952012574_n.jpg?_nc_ht=instagram.fscl1-1.fna.fbcdn.net);   
} 
.over-info{
  display: none;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.25);    
  padding:40px;
  text-align:center;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.over-info a{
  transition: all .2s ease-in-out;
} 
.btnl-light{
  border-color:rgba(250,250,250,0.9) ;
  background-color:none ;       
}
.line-top{
  position: absolute;
  top: 0;   
  height: 10px;
  width: 50%;
  left: 24%;
}
.line-bottom{
  position: absolute;
  bottom: 0;    
  height: 7px;
  width: 35%;
  left: 32%;
}
.alfa-05{
  opacity:0.5;
}
.section5 .box-banner:hover{
  opacity:0.8;
}
.vitrine .slick-slide{
  border:1px solid #FFFFFF;   
}
.vitrine .slick-slide:hover{
  border:1px solid #f0f0f0;
  border-radius:5px;
  opacity:0.85;
}
/*mitchel: popup slide-right*/
  .slice-row{
  position: fixed;
  background-color:rgba(0,0,0,0.7);
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999999;
  display: none;
}
.slice-contain{
  background-color:rgba(250,250,250,1);
  position:absolute;    
  right:0;
  top:0;
  width:35%;
  height:100vh;
  display:none;  
}
.slice-contain-2{   
  position:absolute;    
  right:0;
  top:0;
  width:35%;
  height:100vh;
  display:none;
  overflow: hidden;  
}
.slice-head{
  height:40vh;
  overflow: hidden; 
}
.slice-head-img{
  background-image:url(https://www.iatiseguros.com/wp-content/uploads/2017/07/trekking-campamento-base-everest-5.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;    
  transition: all 0.7s ease;
  height:40vh;
}
.slice-head-img:hover{
  transform: scale(1.3) rotate(3deg);
}
.slice-title{
  position: absolute; 
  text-align: center;
  width: 71%;
  left:-5px;
  top:12px;
  z-index:99999999;
}
.slice-info-title{
  font-weight:800;
  border-left:5px solid #dc3545;
}
.slice-background{
  background-image:url(https://lippioutdoor.vteximg.com.br/arquivos/Slide-web-mob-undersight.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:cover;
  transition: all 0.7s ease;
  height:100vh;   
}
.slice-background:hover{
  transform: scale(1.3) rotate(3deg);
}
#closep{
position:absolute;
right:5%;
top:3vh;

}

#vtex-callcenter .cc-z-9999{
z-index:0 !important;
}
/*mitchel: hide call-center bar*/
#vtex-callcenter__toolbar{
display: none !important;
}
/*mitchel: new slide home parallax*/
.layer-1{
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100%;
  /* top:20vh; */
  text-align: center;
  width:100%;
  min-height:98vh;
  transition: all 1s ease; 
  }
  
  .layer-info a:hover .layer-1{
  transform: scale(1.4);
  }
    
    .layer-info{
        position: absolute;
        width:100%;      
    }
    .layer-info a{
        border:1px solid #FFFFFF;
        background-color:transparent;
        padding:10px 40px;        
    }
    .layer-info a:hover{
        color:#000 !important;
        background-color:rgba(250,250,250,1);     
        text-decoration:none !important;        
    }
   /*  .layer-info img{
       width:50% !important;
       
   } */
    /*distancia top*/
    .d-top-10{
      top: 10vh !important;
    }
    .d-top-20{
      top: 20vh !important;
    }
    .d-top-30{
      top: 30vh !important;
    }
    .d-top-40{
      top: 40vh !important;
    }
    .d-top-50{
      top: 50vh !important;
    }
    .d-top-60{
      top: 60vh !important;
    }
    .d-top-70{
      top: 70vh !important;
    }
    .d-top-80{
      top: 80vh !important;
    }
    .d-top-90{
      top: 90vh !important;
    }
    v
    .d-top-100{
      top: 100vh !important;
    }
    .d-top-10{
      top: 10vh !important;
    }
    /*Tamaños <img>*/
    .size-img-10{
      width:10% !important;
    }
    .size-img-20{
      width:20% !important;
    }
    .size-img-30{
      width:30% !important;
    }
    .size-img-40{
      width:40% !important;
    }
    .size-img-50{
      width:50% !important;
    }
    .size-img-60{
      width:60% !important;
    }
    .size-img-70{
      width:70% !important;
    }
    .size-img-80{
      width:80% !important;
    }
    .size-img-90{
      width:90% !important;
    }
    .size-img-100{
      width:100% !important;
    }

   /*COUNTDOWN*/
   .countdown{
    position: absolute;
    bottom: 5vh;
    right: 40%;
    display: block;
    width: 209px;
    margin: auto;
    text-align: left;
    padding: 0;
    height: 7vh;
}

.countdownHolder{
    width: 450px;
    margin: 0 auto;
    font-size:20px !important;
    text-align: center;
    letter-spacing: -3px;
}

.position{
    display: inline-block;
    height: 1.6em;
    overflow: hidden;
    position: relative;
    width: 1.05em;
}

.digit{
    position:absolute;
    display:block;
    width:1em;
    background-color:#fff;
    border-radius:0.2em;
    text-align:center;
    color:#272727;
    letter-spacing:-1px;
    font-weight:700;
}

.digit.static{
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
  background-color:#FFFFFF;
  color:#272727;
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */


.countDiv{
    display:inline-block;
    width:10px;
    height:1.6em;
    position:relative;
}

.countDiv:before,
.countDiv:after{
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: rgba(250,250,250,0.05);
    border-radius: 50%;
    left: 60%;
    margin-left: -3px;
    top: 0.5em;      
    content: '';
}

.countDiv:after{
    top:0.9em;
}

/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}
 .countxt{
    position: absolute;
    bottom: -1vh;
    right: -3px;
    width: 42%;
}
.countxt small{
    font-size: 8px;
    margin-left: 25%;
}
/*COUNTDOWN*/

 @media (max-width: 768px) {       
    .countdown{     
        right: 42%;      
    }
}
 @media (max-width: 320px) {
   .countxt{            
        bottom: -3vh;           
    }  
    .countdown{     
        right: 45%;      
    }
}



    