/* =================================================================================================================================================
                                                          NORMALIZE GERAL - ZERANDO CSS
===================================================================================================================================================*/

html {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #040404;
  text-align: left;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

p {
  border: 0;
  padding: 0;
  margin: 0;
}

p.txt-info-credito {
  font-size: 11px;
  color: #3d3224;
  line-height: 72px;
  text-align: right;
}

p.produto-dados > strong.dados-valor {
  color: #00A8D7;
}

p.produto-dados > span.dados-valor {
  display: inline-block;
  font-size: 14px;
  color: #73b500;
}

span.dados-valor.brand > a {
  color: #73b500;
  line-height: 27px;
}

p.produto-dados > span.dados-campo {
    /* display: inline-block; */
  font-size: 14px;
  line-height: 6px;
}

p.produto-dados > span.dados-valor {
  margin: 0;
  padding: 0;
    /* float: left; */;
}

p.produto-dados > span.dados-valor > a > strong {
  font-size: 13px;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}

ul {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0;
  list-style: none;
}

ul.img-product-thumb2.slick-initialized.slick-slider.slick-vertical {
    text-align: center;
    padding: 1px 0;
}

button.slick-prev.slick-arrow {
    left: 50%;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: transparent url(../img/icons/seta-next.png) 0 50%;
    border: 0;
}

.page-product .active {
    border: 2px solid #FFCC01;
}

button.slick-next.slick-arrow {
    left: 50%;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: transparent url(../img/icons/seta-previous.png) 0 50%;
    border: 0;
}

ul.img-product-thumb2 img {
    display: inline-block;
}

ul.img-product-thumb2 li {
    text-align: center;
}

ul.thumb-carrossel li {
    float: left;
    width: 100%;
    z-index: 999;
    cursor: pointer;
}

ul.thumb-carrossel {
    float: left;
    width: 100%;
    text-align: center;
}

ul.thumb-carrossel li img {
    float: none;
    display: inline-block;
    text-align: center;
}

abbr[title] {
  border: 0 !important;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

h3.product-title {
  font-size: 28px;
  color: #504331;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

div#produto_nao_disp {
    float: left;
    width: 100%;
    text-align: center;
}

img.img-promotion:hover .sub-promocao-relampago {
  displa: block !important;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,kbd,pre,samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,select {
text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],html input[disabled] {
cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}

input {
line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td,th {
padding: 0;
}

input:focus {
outline: none;
}

button:focus {
outline: none;
}

textarea:focus {
outline: none;
}

.left {
float: left;
}

.right {
float: right;
}

body {
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
font-size: 11px;
font-weight: 400;
margin: 0;
padding: 0;
color: #000;
top: 0;
}
   


/* =================================================================================================================================================
                                                                 NOVA ESTRUTURA 
===================================================================================================================================================*/
/*=================================================================================================================================================*/

.header {
background: url(../img/bg-topo.png);
background-repeat: repeat-x;
padding: 0;
position: relative;
}

/* INICIO ELEMENTOS POR SEÇÃO */
/*--------------------------------------------------------- INICIO ELEMENTOS CABEÇALHO - HEADER ---------------------------------------------------*/
.logoStore {
background: url(../img/logo.jpg?2) no-repeat 0% 50%;
background-size: contain;
float: left;
max-width: 180px;
width: 100%;
height: 71px;
padding: 6px 0;
}

.logoStore .brand {
height: 100%;
width: 100%;
float: left;
padding: 0;
}

.boxTopDesktop {
width: 100%;
background: url(../img/bg-topo.png) #000;
margin-bottom: 20px;
}

.boxTop-1 {
width: 65.5%;
margin: 14px 0 0 10%;
padding: 0;
float: left;
}

.boxTop-1 > .dtsCol-100:nth-child(1) {
margin-bottom: 20px;
}

.boxPesquisa {
width: 75%;
float: left;
padding: 0;
margin: 0;
}

.linkPedidos {
padding: 4px 0 0 0;
}

.acessoArea {
display: block;
color: #7f6749;
float: left;
font-size: 11px;
line-height: 30px;
}

.acessoArea span {
display: block;
font-weight: 300;
color: #fff;
float: left;
}

.acessoArea p {
display: inline-block;
}

.acessoArea a {
color: #ad9576;
text-decoration: none;
display: inline-block;
}

.pedidos {
/* display: inline-block; *//* height: 40px; */      /* padding: 10px 0; *//* width: auto; *//* margin-right: 6%; */
line-height: 40px;
background: url(../img/ico-whats.png) 0% 50%;
background-repeat: no-repeat;
}

.footer .televendas a {
padding-left: 18px;
}

.footer .pedidos a {
padding-left: 21px;
}

.pedidos > .numero {
color: #6CC539;
}

.pedidos > a {
color: #7f6749;
background-repeat: no-repeat;
padding: 10px 0 0 4px;
text-transform: uppercase;
}

.ajuda {
float: left;
height: 40px;
padding: 10px 0;
}

.ajuda > a {
background: url(../img/ico-ajuda.png);
background-repeat: no-repeat;
color: #c2c2c2;
}

.central-atendimento {
display: inline-block;
line-height: 30px;
width: 100%;
}

.central-atendimento > a {
color: #7f6749;
background: url(../img/ico-fone.png) 23% 50%;
background-repeat: no-repeat;
padding: 0 0 0 0px;
text-transform: none;
text-align: right;
width: 100%;
float: left;
}

.televendas {
/* display: inline-block; *//* height: 40px; */      /* padding: 10px 0; *//* width: auto; *//* margin-right: 6%; */
background: url(../img/ico-tel.png) 0% 50%;
background-repeat: no-repeat;
line-height: 40px;
}

.televendas > a {
color: #c2c2c2;
background-repeat: no-repeat;
font-size: 12px;
margin-left: 4px;
/* padding-left: 12px; *//* padding-left: 16px; *//* display: inline-block; *//* width: auto; */
text-transform: uppercase;
}

.televendas > span.numero {
color: #6cd049;
font-weight: 600;
font-size: 12px;
}

.acompanhe {
width: 100%;
display: inline-block;
line-height: 40px;
}

.acompanhe > a {
color: #c2c2c2;
float: left;
text-transform: uppercase;
}

.acompanhe > a > span.facebook {
background: url(../img/ico-face.png) 100% 42%;
background-repeat: no-repeat;
width: 23px;
height: 24px;
float: left;
margin-left: 4px;
margin-top: 8px;
}

.acompanhe > a > span.instagram {
background: url(../img/ico-insta.png) 100% 42%;
background-repeat: no-repeat;
width: 23px;
height: 24px;
margin-top: 8px;
float: left;
margin-left: 3px;
}

.barra {
width: 100%;
float: left;
height: 4px;
background: #fcd57c;
background: -moz-linear-gradient(top,#fcd57c 0%, #73b500 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd57c), color-stop(100%,#73b500));
background: -webkit-linear-gradient(top,#fcd57c 0%,#73b500 100%)background: -o-linear-gradient(top,#fcd57c 0%,#73b500 100%);
background: -ms-linear-gradient(top,#fcd57c 0%,#73b500 100%);
background: linear-gradient(to bottom,#fcd57c 0%,#73b500 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd57c', endColorstr='#73b500',GradientType=0 );
}

.tel {
float: left;
width: 22%;
background: -webkit-linear-gradient(#fcd57c, #73b500);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
font-size: 17px;
margin-right: 3%;
border-radius: 9px;
padding: 12px;
border: solid 1px #edc466;
}

.tel > a {
background: url(../img/ico-tel.png);
background-repeat: no-repeat;
padding-left: 25px;
padding-bottom: 4px;
color: #fcd57c;
}

.caixaBusca {
position: relative;
float: left;
width: 100%;
/* height: 113px; */      /* padding: 25px 0; */
border: 12px solid #FFCC01;
}

.caixaBusca .campoBusca {
width: 100%;
font-weight: 300;
color: #4e4b4c;
padding: 0;
background: #efefef;
font-size: 14px;
height: 41px;
border: #d0cccc 1px solid;
text-indent: 19px;
border-radius: 2px;
text-transform: none;
}

.caixaBusca .search-button {
position: absolute;
top: 0;
left: 0;
width: 69px;
height: 50px;
border: none;
background: url(../img/ico-lupa.png);
background-position: 50%;
background-repeat: no-repeat;
}

button.search-button > .glyphicon {
display: none;
}

.btn-buscar {
float: left;
position: absolute;
right: 4px;
width: 42px;
padding: 11px;
top: 12px;
text-transform: uppercase;
border: none;
background: url(../img/ico-search.png) no-repeat 50% 50%;
}

.carrinho {
background: url(../img/ico-carrinho.png) 83% 22%;
background-repeat: no-repeat;
float: left;
height: 70px;
}

.carrinho >span.qnt {
color: #fff;
display: inline-block;
width: 20%;
height: 100%;
text-align: center;
text-indent: 17%;
}

.carrinho > a {
display: inline-block;
text-transform: uppercase;
padding: 10px 0;
width: 100%;
height: 100%;
text-align: right;
font-size: 16px;
color: #5f5858;
text-indent: 51px;
}

.carrinho > a > span {
color: #fff;
text-align: right;
width: 100%;
float: left;
line-height: 7px;
font-size: 11px;
text-indent: 0;
}
/* MENU DE NAVEGAÇÃO - CATEGORIAS */
.menuSuperior {
position: relative;
display: block;
height: 65px;
float: left;
width: 100%;
padding: 0;
}

.list-menu {
background: #ECEAE8;
}

.menuSuperior .listaMenu {
display: block;
float: left;
padding: 0;
height: 100%;
}

ul.list-info-shop > li {
display: inline-block;
font-size: 11px;
color: #958878;
line-height: 65px;
}

ul.list-info-shop > li > a {
padding: 0 8px;
color: #958878;
}

ul.list-info-shop > li:nth-child(2) > a {
border-left: 1px solid;
border-right: 1px solid;
}

ul.list-info-shop {
width: 100%;
}

.menuSuperior .listaVermais {
width: 5%;
float: left;
}

.menuSuperior .listaMenu ul {
float: left;
width: 100% !important;
height: 100%;
}

.menuSuperior .listaMenu li {
display: block;
position: relative;
z-index: 192;
line-height: 1;
/* width: 14%; */
float: left;
text-align: center;
}

.menuSuperior .listaMenu li a {
/* color: #fff; */;
}

.menuSuperior > .listaMenu > ul > li > a {
width: auto;
float: left;
color: #7f7f7f;
text-transform: uppercase;
text-decoration: none;
padding: 9px 12px 7px 11px;
font-size: 10px;
}

.menuSuperior .listaMenu li:hover {
-webkit-transition: 0.9s;
-o-transition: 0.9s;
transition: 0.9s;
color: #000;
border-top: 3px solid #ffcc01;
line-height: 43px;
}

.menuSuperior .listaMenu li:hover > a {
.menuSuperior.listaMenu
    li: hover > a;
.menuSuperior.listaMenu
    li: hover > a;
    /* color: #dbeef2; */;
}

.menuSuperior .listaMenu .submenu {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 0;
display: none;
position: absolute;
top: 62px;
left: 0px;
min-width: 250px;
width: 100%;
padding: 20px;
background: #FFFFFF;
z-index: 192;
border: 1px solid #c4c4c4;
}

.menuSuperior .listaMenu .submenu li {
display: block;
float: left;
width: 100%;
margin: 0;
}

.menuSuperior .listaMenu .submenu li:hover a {
color: #A75B09;
}

.menuSuperior .listaMenu .submenu li:hover::before {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes tada {
0% {
  -webkit-transform: scale(1);
}

10%,20% {
  -webkit-transform: scale(0.9) rotate(-3deg);
}

30%,50%,70%,90% {
  -webkit-transform: scale(1.1) rotate(3deg);
}

40%,60%,80% {
  -webkit-transform: scale(1.1) rotate(-3deg);
}

100% {
  -webkit-transform: scale(1) rotate(0);
}}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.menuSuperior .listaMenu .submenu li a {
  background: none!important;
  text-transform: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 400;
  line-height: normal;
  float: left;
  color: #7F7F7F;
  padding: 5px 0;
}

.menuSuperior .listaMenu .submenu li:hover {
  border: 0;
  margin: 0;
}

.menuSuperior .listaMenu li:hover .submenu {
  display: block;
}

.mobile {
  display: none;
}
/*  CABEÇALHO SUSPENSO */
#barraTopo .minicart .qtdeCarrinho {
  color: #000;
}

#barraTopo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: #fff;
  border-bottom: 2px solid #FFCC01;
  z-index: 99999;
}

div#barraTopo .carrinho {
  margin: 0;
/* width: 100%; */
  padding: 0;
  height: 60px;
}

#barraTopo span.qnt {
  text-indent: 62px;
  text-align: center !important;
}

div#barraTopo .fa-bars {
  font-size: 47px;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#barraTopo .brand {
  width: 100%;
  height: 100%;
}

#barraTopo .logoStore {
  margin: 0;
  padding: 0;
  height: 70px;
  background-size: 90%;
  background-position: 0;
}

#barraTopo .caixaBusca {
  margin-top: 0;
/* padding: 5px 0; *//* height: 50px; */;
}

.caixaBusca .btn_busca {
  top: 0;
}

#barraTopo .caixaBusca input.campoBusca {
    /* height: 50px; */;
}

#barraTopo .btn-buscar {
  top: 12px;
}

#barraTopo .minicart {
  margin-top: 16px;
  background: url(../img/cart.png)no-repeat 0% 20%!important;
}
/* MENU - ICONE COM EFEITO */    
.MenuSuspenso {
  width: 868px;
  float: left;
  top: 123px;
  z-index: 99999999;
  display: none;
  background: #fff;
  border: 1px solid #73b500;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menuSuperior .MenuSuspenso {
  position: absolute;
  z-index: 999;
  left: -774px;
}

.MenuSuspenso ul li a {
  text-transform: uppercase;
  padding: 3px;
  float: left;
}

#toggle-menu {
  display: inline-block;
  width: 30%;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin: 5% 35%;
  position: relative;
  z-index: 999;
}

.menu-is-active .MenuSuspenso {
  display: block !important;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.MenuSuspenso ul {
  float: left;
  width: 100% !important;
  padding: 20px;
}

.MenuSuspenso ul li .submenu {
  display: none;
}

.MenuSuspenso ul li {
  width: 25%;
  float: left;
}

#toggle-menu div {
  width: 15px;
  height: 15px;
  position: relative;
}

#toggle-menu span {
  display: block;
  width: 50px;
  height: 6px;
  background: #232323;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

#toggle-menu span.top {
  top: 7px;
}

#toggle-menu span.middle {
  top: 23px;
}

#toggle-menu span.bottom {
  top: 39px;
}

.menu-is-active #toggle-menu span {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menu-is-active #toggle-menu span.top, #toggle-menu.menu-is-active span.middle {
  top: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-is-active #toggle-menu span.middle {
  opacity: 0;
}

.menu-is-active #toggle-menu span.bottom {
  top: 20px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*--------------------------------------------------------- FINAL ELEMENTOS CABEÇALHO - HEADER ----------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO ELEMENTOS VITRINE --------------------------------------------------------------*/
/* BANNERS */
.banner1 {
  padding: 0px;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  float: left;
}

.banner2 {
  padding: 0px;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  float: left;
}

.banner3 {
  padding: 0px;
  margin: 0 auto;
  text-align: right;
  width: 100%;
  float: left;
}

.banner4 {
  padding: 0px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  float: left;
}

.banner4 .banner-right {
  float: left;
  width: 372px;
}

.banner4 .banner-center {
  float: left;
  width: 372px;
  margin-left: 20px;
  margin-right: 20px;
}

.banner4 .banner-left {
  float: left;
  width: 372px;
}

.banner-home {
  position: relative;
  z-index: 1;
}

.bannerVitrine {
  margin-top: 20px;
}
/* BANNER HOME - SLIDER */
.banner-js {
  padding: 0;
  margin: 0;
}

.next_button, .prev_button {
  z-index: 0;
}
/* BANNER REGUA */
.bannerRegua {
  padding: 0 !important;
}

.bannerRegua div {
  display: block;
  float: left;
  width: 33%;
  border-bottom: 3px solid #ff3300;
  padding: 30px 0;
}
/* SWIPER - VITRINE */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  height: auto !important;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-container {
  margin: 0 30px;
  width: auto !important;
}

.destaque-home .swiper-container.swiper-container-horizontal {
  margin: 0 71px;
}

.swiper-slide {
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

.swiper-pagination-switch {
  display: inline-block !important;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #d1d1d1;
  margin-right: 10px;
  cursor: pointer;
  float: none !important;
}

.swiper-visible-switch {
  background: #aaa;
}

.swiper-active-switch +.swiper-visible-switch,.swiper-active-switch {
  background: #999;
}

.banner-bullets-wrap:after {
  content: " ";
  clear: both;
}

.banner-bullets-wrap {
  height: 20px;
  clear: both;
  position: relative;
  padding-top: 10px;
}

.banner-bullets {
  float: right;
  height: 20px;
}

.swiper-pagination-bullet {
  display: inline-block;
  background: #efefef;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border-radius: 10px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #660000;
}

.slider > .galeria .swiper-container > ul {
  width: 50000%;
  display: block !important;
  float: left;
}

.slider .galeria ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
/* VITRINE */
.slider li > a > .btComprar {
  float: left;
  display: none;
}

.listaPromocao,.listaVendidos {
/* margin-top: 20px */;
}

.showcase-title {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 25px;
  color: #cf0b0c;
  text-align: left;
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.showcase-title span {
  padding-bottom: 10px;
  border-bottom: 3px solid #cf0b0c;
}

.slideDestaque span.next {
  display: block;
  width: 50px;
  background: url(../img/ArrowRight.png) no-repeat center right;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 145px;
}

.slideDestaque span.previous {
  float: left;
  background-position: 11% 27%;
  left: 0;
  z-index: 10;
}

.slideDestaque span.previous {
  display: block;
  width: 13px;
  background: url(../img/ArrowLeft.png) no-repeat center right;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 145px;
}

.destaque-home .slideDestaque span.previous {
  background: url(../img/ArrowDestaqueLeft.png) !important;
  width: 71px;
  height: 71px;
}

.destaque-home .slideDestaque li.swiper-slide a {
  border: none !important;
}

.destaque-home .slideDestaque li.swiper-slide {
  width: 415px !important;
  border: none;
  float: left;
}

.destaque-home .slideDestaque span.next {
  background: url(../img/ArrowDestaqueRight.png) !important;
  width: 71px;
  height: 71px;
}

.slideDestaque span.next {
  float: right;
  background-position: 89% 53%;
  right: 0 !important;
  top: 145px;
  position: absolute;
  z-index: 10;
}

.slideDestaque ._swp-disabled {
  opacity: 1;
  cursor: default !important;
}

.slideDestaque li {
  position: relative;
  width: 220px;
  text-align: center;
  padding: 0;
  margin: 0;
  float: left !important;
  min-height: 350px;
  height: 100%;
}

ul.img-product-thumb > li {
  min-height: auto !important;
  display: inline-block;
  width: auto !important;
}

ul.img-product-thumb {
  height: 32px;
  position: absolute;
  z-index: 2;
  top: 227px;
  left: 8px;
}

.page-search .slideDestaque li, .page-catalog .slideDestaque li {
  min-height: 550px !important;
  float: left;
}

.slideDestaque li .product-name {
  border-bottom: 1px #504332 dashed;
  margin-bottom: 15px;
  padding-bottom: 15px;
  height: 80px;
}

.slideDestaque li .btComprar {
  display: none;
}

.banner-bullets {
  display: none;
}

.slideDestaque a {
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px;
  float: left;
  width: 100%;
  min-height: 435px !important;
}

.slideDestaque li:hover a {
  border: 1px solid #d7d6d6;
/* background: #f2f2f2; *//* border-radius: 5px; */
  box-shadow: 0px 0px 9px 4px #d7d6d6;
  -webkit-box-shadow: 0px 0 19px -3px #d7d6d6;
  -moz-box-shadow: 0px 0px 0px 4px #d7d6d6;
  -o-box-shadow: 0px 0px 9px 4px #d7d6d6;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.slideDestaque li:hover a {
/* background: url(../img/hover-li.png?929) no-repeat 51% 23% */;
}

.slideDestaque li:hover .product-image {
  opacity: 1;
}

.slideDestaque .product-image {
  max-height: 241px;
  height: 475px;
  text-align: center;
}

.slideDestaque .product-image img {
  max-height: 230px;
  margin: auto;
}

.slideDestaque {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #FFCC01;
}

.slideDestaque:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.listaVendidos,.listaPromocao,.listaNovos {
  width: 100%;
  float: left;
}

.newsletter {
  background: #504332;
  padding: 5px;
  float: left;
  width: 100%;
}

div.list-group-vitrine > ul > li > span {
  color: #8d7f6c;
  font-size: 11px;
  cursor: pointer;
}

div.list-group-vitrine > ul > li {
  display: inline-block;
  padding: 0 10px 0 0;
  border-right: 1px solid #504332;
  margin: 0 10px 0 0;
}

div.list-group-vitrine > ul > li.ativo > span {
  color: #504331;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

div.list-group-vitrine {
  width: 100%;
  padding: 15px 10px;
  background: #f7f7f7;
  margin: 5px 0;
  float: left;
}

.list-group-vitrine-carrosel > .slide-vitrine-cat {
  display: none;
}

.newsletter p {
  color: #fff;
  text-transform: uppercase;
  line-height: 41px;
  font-size: 13px;
  text-indent: 8px;
}

.listaVendidos .tituloVitrine {
  margin: 20px 0;
  height: 40px;
  display: block;
  color: #9c9c9c;
  font-size: 28px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-transform: uppercase;
}

.listaVendidos .tituloVitrine span {
  text-transform: uppercase;
  color: #003368;
  font-size: 25px;
  font-weight: 400;
  line-height: 21px;
  float: left;
}

.listaVendidos .tituloVitrine span::before {
  border-left: solid 5px #edc466;
  width: 1%;
  float: left;
  height: 21px;
  margin-right: 21px;
}

.listaPromocao .tituloVitrine span {
  color: #2f2f2f;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  float: left;
}

.listaPromocao .tituloVitrine span::before {
  width: 1%;
  float: left;
  height: 21px;
  margin-right: 21px;
}

.listaNovos .tituloVitrine span {
  color: #003368;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  float: left;
}

.listaNovos .tituloVitrine span::before {
  border-left: solid 5px #edc466;
  width: 1%;
  float: left;
  height: 21px;
  margin-right: 21px;
}

.listaVendidos .tituloVitrine:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.listaPromocao .tituloVitrine {
  margin: 20px 0;
  height: 22px;
  color: #003368;
  display: none;
}

.tituloVitrine a {
  color: #2f2f2f;
}

.listaNovos .tituloVitrine {
  margin: 20px 0;
  height: 40px;
  display: block;
}
/*--------------------------------------------------------- FINAL ELEMENTOS  VITRINE --------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO ELEMENTOS RODAPE - FOOTER ------------------------------------------------------*/
.footer {
  margin: 15px 0 0 0;
  padding: 0;
  border: none;
  float: left;
  height: 100%;
  width: 100% !important;
}

footer.footer > .newsletter p {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}

footer.footer > .newsletter {
  background: #2f2f2f;
  padding: 35px 0;
}

.newsletter a {
  color: #b4b4b4 !important;
}

.footer .direitos-loja {
  color: #7b7676;
  text-align: left;
  margin: 40px 0;
}

footer .conteudoRodape {
  width: 100%;
  background: url(../img/bg-footer.jpg?3);
  height: 330px;
}

.site-seguro {
  float: left;
}

.atendimento {
  float: left;
  margin: 25px 0;
}

.atendimento li {
  list-style-type: none;
}

.atendimento li.titulo2 span.youtube {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.atendimento li.titulo2 span.youtube > a {
  background: url(../img/ico-youtube.png);
  float: left;
  height: 100%;
  width: 100%;
}

.atendimento li.titulo2 span.instagram {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.atendimento li.titulo2 span.instagram a.instagram {
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/ico-instagram.png);
}

.atendimento li.titulo2 span.facebook {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.atendimento li.titulo2 span.facebook a {
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/ico-facebook.png);
}

.atendimento li.titulo2 {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.rodapeFacebook {
  float: left;
  margin: 25px 0;
  width: 100%;
}

.institucional {
  float: left;
  margin: 25px 0;
}

.logo-footer-store {
  width: 100%;
  padding: 75% 0px;
  height: 330px;
  background: #EEEEEC;
}

ul.list-group-footer > li {
  display: inline-block;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 900;
  line-height: 80px;
}

.group-footer {
  border-bottom: 3px solid #2f2f2f;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.group-footer .acompanhe > a > span.instagram {
  background: url(../img/ico-insta-black.png);
  margin: 30px 0;
}

.group-footer .acompanhe > a > span.facebook {
  background: url(../img/ico-facebook-black.png);
  margin: 30px 4px 0 3px;
}

a {
}

.group-footer .acompanhe {
  width: 100%;
  line-height: 81px;
}

.acompanhe p {
  float: left;
  text-transform: uppercase;
  color: #2f2f2f;
}

ul.list-group-footer > li > a {
  display: inline-block;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
  padding-right: 64px;
}

.footerTitle {
  display: block;
  color: #2f271b;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 900;
  margin-top: 0;
}

script#getSelo {
  height: 20px;
}

span.selo-ebit-seg {
    /* float: left; */
    /* width: 100%; */
  display: inline-block;
}

.pagamento-credito img {
    /* float: left; */
  width: 10%;
}

.pagamento-credito {
  float: left;
  width: 100%;
}

.pagamento-a-vista {
  float: left;
  width: 100%;
}

.pagamento-a-vista img {
    /* float: left; */
  width: 10%;
}

.listaLinks.duvidas .titulo1 a {
  font-size: 13px;
  font-weight: 700;
  color: #003368;
}

.listaLinks.duvidas .titulo2 {
  font-size: 11px;
  font-weight: 500;
  color: #4e4b4c;
  text-transform: uppercase;
}

.listaLinks.duvidas .titulo3 {
  font-size: 13px;
  width: 100%;
  font-weight: 400;
  float: left;
  color: #232323;
  padding-left: 22px;
  background: url(../img/ico-email2.png) no-repeat 0;
}

.listaLinks.duvidas .titulo3 > a {
  color: #003368;
  font-weight: 700;
  font-size: 13px;
}

.listaLinks.duvidas .titulo4 {
  float: left;
  width: 100%;
}

.listaLinks.duvidas li {
}

.listaLinks ul li a {
  text-transform: none;
  font-size: 13px;
  color: #232323;
}

.footer a {
  font: 400 13px 'Trebuchet MS', sans-serif;
  color: #c1bbb2;
  text-transform: none;
}

.listaLinks.duvidas li.titulo1 {
  float: left;
  text-transform: none;
  width: 100%;
  padding-left: 20px;
  background: url(../img/ico-televendas2.png) no-repeat;
}

.listaLinks.duvidas li.titulo1 a {
  width: auto !important;
}

.listaLinks.duvidas li.titulo4 > a {
  color: #232323;
  font-weight: 400;
}

.boxRedes {
  float: left;
}

.boxRedes span {
  float: left;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.boxRedes span > a.plus {
  background: url(../img/ico-gplus.png?2);
  float: left;
  width: 100%;
  height: 100%;
}

.boxRedes span > a.instagram {
  background: url(../img/ico-instagram.png?2);
  float: left;
  width: 100%;
  height: 100%;
}

.boxRedes span > a.twitter {
  background: url(../img/ico-twitter.png?2);
  float: left;
  width: 100%;
  height: 100%;
}

.boxRedes span > a.face {
  background: url(../img/ico-face.png?2);
  float: left;
  width: 100%;
  height: 100%;
}

.rodapeDesign {
  text-align: right;
  margin: 25px 0;
/* padding: 17px 0 */
  float: left;
  width: 100%;
}
/*--------------------------------------------------------- FINAL ELEMTNOS RODAPE - FOOTER --------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/* FIM ELEMENTOS POR SEÇÃO */
@media (min-width: 1024px) and (max-width: 1280px) {
  .box_skitter {
    height: 345px!important;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .box_skitter {
    height: 394px!important;
  }
}

@media (min-width: 1400px) and (max-width: 2048px) {
  .box_skitter {
    height: 533px!important;
    width: 100% !important;
  }
}

.box_skitter {
  width: 100%!important;
  height: 100%!important;
  min-height: 67px!important;
}

.box_clone {
  width: 100%!important;
  height: 100%!important;
}

.box_skitter img {
  width: 100%!important;
}

.container_skitter {
  width: 100%!important;
  height: 100%!important;
}

/* INICIO ELEMENTOS PÁGINA */
/*--------------------------------------------------------- INICIO PÁGINA HOME -------------------------------------------------------------------*/
.page-home {
}


/*--------------------------------------------------------- FINAL PÁGINA HOME --------------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO PÁGINA CATÁLOGO ----------------------------------------------------------------*/
.page-catalog {
}

.page-catalog .slideDestaque.galeria .btComprar {
  display: none;
}

@media(min-width: 992px) {
  .page-catalog .slideDestaque.galeria li {
/* width: 25% !important; */
    padding: 0 !important;
    margin: 0;
    float: left !important;
    min-height: 525px;
    height: 100%;height: 620px;}
}


/*--------------------------------------------------------- FINAL PÁGINA CATÁLOGO -----------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO PÁGINA PRODUTO ----------------------------------------------------------------*/
.page-product {
}

.selo-ambiente-seguro {
  position: absolute;
  right: 20px !important;
  white-space: nowrap;
  top: 0;
}

.selo-ambiente-seguro > .Seguro {
  position: absolute;
  right: 0px;
  top: 0;
  font: 400 11px Arial,Helvetica,sans-serif;
  color: #666;
  line-height: 28px;
}

.selo-ambiente-seguro > .Seguro > img {
  top: 0;
}

.produto-esquerda > .botoes {
  text-align: center;
  padding: 6px 0;
  float: left;
  width: 100%;
}

.produto-esquerda > .botoes > span > a {
  display: block;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px;
  width: 33.33%;
  float: left;
}

.produto-direita > .pool {
  display: none !important;
}

#info {
  width: 100%;
  color: #252525;
  text-align: center;
  background: #C6C6C6;
  border: none;
  padding: 0;
  display: none;
  float: left;
}

#info a {
  font-size: 121%;
  font-weight: 500;
  text-align: center;
  width: 100%;
  color: #252525;
  border: none;
  text-transform: uppercase;
}

#info a:hover {
  width: 100%;
  color: #FFF;
  text-align: center;
  background: #73b500;
}

#vitrine-catalogo .Seguro {
  top: 0;
}

#vitrine-catalogo hr {
  display: none;
}
/* INFORMAÇÕES PRODUTOS - PRECOS + NOME */
h5.produto-economize {
  margin: 0;
  float: left;
}

.product-name h3,.nomeProd a,#Relacionados ul li .NomeProdLista {
  display: block;
  font-size: 12px;
  color: #504331;
  margin: 10px 0;
  text-align: left;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.product-price {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #4e4b4c;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  float: left;
  text-align: center;
  width: 100%;
}

.product-price > .precode {
  color: #7b7676;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin: 0;
  padding: 0;
  min-height: 18px;
}

.precoAvista,.txt-por {
  font-weight: 700 !important;
  color: #73b500 !important;
  text-transform: capitalize;
  font-size: 15px !important;
}

div#produto_preco br {
  display: none;
}

span.color-tone-2.txt-por {
  float: left;
  width: auto;
  height: 100%;
  line-height: 38px;
}

#produto_preco span.color-tone-2.txt-por {
  margin: 0 5px 0 0;
  font-size: 23px !important;
}

.destaque-home .product-name {
  float: left;
  width: 100%;
}

.destaque-home .product-name h3 {
  font-size: 30px;
  float: left;
  text-transform: none;
  width: 100%;
  line-height: 30px;
}

.destaque-home .product-price > span.precoAvista {
  color: #b40000 !important;
  font-size: 45px;
    /* float: left; */;
}

.destaque-home .product-price > span.oculta_destaque .sifrao {
  color: #b40000;
  font-size: 24px;
  float: left;
  margin: 0;
  padding: 0;
}

.destaque-home .product-price > span.oculta_destaque .txt-por {
  float: left;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.destaque-home .product-price > span.oculta_destaque {
  float: left;
  width: 10%;
}

.destaque-home .product-price > .oculta_destaque .txt-por {
  color: #383535;
  font-weight: 400;
  text-transform: none;
}

h3.NomeProduto.produto-nome.fn.titCatalogo {
  margin: 17px 130px 0 0;
/* text-transform: uppercase; */
  width: 100%;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
}

span.PrecoPrincipal {
  color: #73b500;
  font: 700 29px 'Gudea', sans-serif;
  margin: 17px 130px 0 0;
  text-transform: uppercase;
}

span.PrecoPrincipal.color-tone-2 {
  float: left;
  margin: 0;
}

.page-product span#info_preco {
  float: left;
  width: 100%;
}

.page-product span#info_preco, .page-product span#info_preco strong {
  color: #4E4C4C;
  font-size: 14px;
}

h5#economize {
  float: left;
  width: 100%;
}

.precode,.produto-preco {
  font-size: 14px;
}

#preco {
  border: none;
  padding: 0;
}

.preco-parc2 strong.color {
  font-weight: 700;
  color: #232323;
}

.precode {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000000;
}

.precoAvista .currency {
  border: 0;
}

.parcelamento {
  text-align: center;
  width: 100%;
  float: left;
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.parcelamento > span.txt-forma-pagamento {
  display: none;
}

.preco-parc2 {
  font-size: 12px;
  color: #504331;
}

#preco .preco-parc2 strong {
  font-weight: 700;
  color: #73b500;
}

.parcelamento br {
/* display: none */;
}

.parcelamento .precoAvista {
  font-size: 14px !important;
  color: #232323 !important;
}
/* BOTÃO COMPRAR */
#bt_comprar > .botao-commerce.botao-comprar {
  width: 50%;
  margin-top: 7px;
  border-radius: 0;
  background: #73b500;
  background: -moz-linear-gradient(top,#c99b32 0%, #fcd57c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A0CD), color-stop(100%,#fcd57c));
  background: -webkit-linear-gradient(top,#4FA0C8 0%,#fcd57c 100%);
  background: -o-linear-gradient(top,#c99b32 0%,#fcd57c 100%);
  background: -ms-linear-gradient(top,#c99b32 0%,#fcd57c 100%);
  background: linear-gradient(to bottom,#73b500 0%,#fcd57c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99b32', endColorstr='#fcd57c',GradientType=0 );
  border: none;
  color: #fff;
}

span.botao-commerce-img {
    /* background: none !important; */
    /* width: 100%; */
    /* float: left; */
  padding: 0;
  margin: 0;
}

span.botao-commerce-img {
  background-image: none;
}

span.botao-commerce-img {
    /* padding: 0 !Important; */;
}

#bt_comprar > .botao-commerce.botao-comprar > span.boao-commerce-img {
  display: none;
}
/* BOX DEFINIR QUANTIDADE DO PRODUTO */
#quantidade {
  width: 100%;
  text-align: center;
  line-height: 21px;
  font-size: 130%;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  border: none;
  border-top: 0;
  float: left;
}

div#quantidade label {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}

#quantidade input {
  margin: 2px 0;
  width: 80%;
}

.col-xs-12.col-md-5.btn-comprar {
  margin: 11% 0;
}

div#quantidade input {
  text-align: center;
  border: 1px #FFCC01 solid;
  color: #fff;
  background: #FFCC01;
}

input#quant {
  background: #fff !important;
  color: #000 !important;
}
/* BOX DE CALCULAR FRETE */
.produto-calcular-frete > #cepbox {
  border: none;
  padding: 3px 0 10px 3px;
  margin: 10px 0 10px;
  text-align: center;
  font-size: 130%;
  font-weight: 700;
  background-color: rgba(255, 204, 1, 0.55);
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}

.produto-calcular-frete > #cepbox > h6 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin: 6px;
}

.cepbox > a.botao-simular-frete {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  top: 0;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
  height: 27px;
  line-height: 20px;
}
/* ABAS */
#ProdBlock.prodBox li {
  background: #fff;
  border: none!important;
}

#ProdBlock.prodBox .aberta {
  background: #fff;
}

#ProdAbas {
  display: table;
  border-bottom: solid 1px #ccc;
  width: 100%;
}

#ProdBlock li.aberta {
  background: #fff;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 30px;
  line-height: 35px;
  margin-bottom: -4px;
  border-bottom: solid 1px #fff;
  padding: 0;
  margin: 0 4px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  float: left;
}

#ProdBlock li {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  padding-top: 6px;
  line-height: 16px;
  background: #f6f5f5;
  float: left;
  margin: 0 4px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  padding-bottom: 3px;
}

#descricao {
  border-left: solid 1px #d2d1d1;
  border-right: solid 1px #d2d1d1;
  border-bottom: solid 1px #d2d1d1;
  padding-bottom: 18px;
}

#garantia {
  border-left: solid 1px #d2d1d1;
  border-right: solid 1px #d2d1d1;
  border-bottom: solid 1px #d2d1d1;
}

#coments {
  border-left: solid 1px #d2d1d1;
  border-right: solid 1px #d2d1d1;
  border-bottom: solid 1px #d2d1d1;
}

#formasPagto {
  border-left: solid 1px #d2d1d1;
  border-right: solid 1px #d2d1d1;
  border-bottom: solid 1px #d2d1d1;
}

#ProdAbas a,#ProdAbas a h6 {
  font-size: 14px;
  color: #747474;
  text-transform: uppercase;
  padding: 2px 20px;
}

.prodBox .abasProduto {
  border: none!important;
}

#ProdAbas .aberta a,#ProdAbas .aberta a h6 {
  font-size: 14px;
  color: #414141;
  padding: 0;
}

#ProdAbas .aberta a {
  padding: 0 10px;
  background-color: #fff;
}

#CadastroAbas {
  border: 0;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 0;
  background: none;
  margin: 15px 0 23px 0;
  padding: 0 0 0 8px;
}

#CadastroAbas ul {
  overflow: visible;
}

#CadastroAbas li,#CadastroAbas .aberta {
  float: none;
  display: inline-block;
  background: none;
  margin: 0 0 0 2px;
  vertical-align: top;
}

#CadastroAbas li:first-child {
  margin-left: 0;
}

#CadastroAbas li a,#CadastroAbas .aberta a {
  background: #c9c9c9;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin: 0 0 -1px 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#CadastroAbas .aberta a {
  background-color: white;
  color: #747474;
}

#CadastroAbas a:hover {
  color: white;
}

#CadastroAbas .aberta a:hover {
  color: #747474;
}
/* PRODUTOS RELACIONADOS */   
#relacionados .txt-por {
  margin-left: 10px;
}

#Relacionados .preco-parc2 {
  font-size: 14px;
  color: #2b2b2d;
  width: 101%;
  float: left;
  text-align: left;
}

#Relacionados .FotoLista {
  min-height: 123px;
}

.ValoresLista.relacionado-preco > .precode {
  text-align: left;
  float: left;
  width: 100%;
}

.prodBox > #ProdAbas > ul > li > a > h6 {
  font-size: 18px;
  font-weight: 700;
}

.prodBox > #Relacionados {
  float: left;
  width: 100%;
}

#Relacionados > ul > li {
  margin: 4%;
  padding: 0;
  width: 17%;
  text-align: left;
}

#Relacionados > ul > li > span {
  float: left;
  text-align: left;
}

#Relacionados > ul > li > a {
  text-align: center;
}
/*--------------------------------------------------------- FINAL PÁGINA PRODUTO -----------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO PÁGINA CARRINHO ----------------------------------------------------------------*/
.page-checkout_cart {
}

.carrinho-tabs > ol {
  list-style-type: none;
  padding: 0;
}

.carrinho-tabs > ol > li {
  float: left;
  width: 24%;
  margin: 0.5%;
  background: rgba(47, 47, 47,.2);
}

.carrinho-tabs > ol > li.active {
  background: #2F2F2F;
}

.carrinho-tabs > ol > li > .passo-desc {
  display: none;
}

.carrinho-tabs > ol > li > h6 {
  float: left;
  color: #E2E2E2;
  padding: 0;
  margin: 0;
}

.carrinho-tabs > ol > li > h2 {
  float: left;
  color: #ccc;
  padding: 0;
  margin: 0;
}

.carrinho-tabs > ol > li.active > h2 {
  color: #fff;
}

.bt-continuar-comprando.left, .pointer.bt-avancar.right {
  margin: 30px 0;
}

.carrinho-tabs > ol > li.active > h6 {
  color: #fff;
}

.carrinho-tabs > ol > li > h6.passo-num {
  float: left;
  width: 10%;
  text-align: center;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  background-color: rgba(115, 159, 48,.2);
}

.carrinho-tabs > ol > li.active > h6.passo-num {
  background-color: #74A02D;
}

.carrinho-tabs > ol > li > h2.passo-text {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 17px;
  line-height: 31px;
}

.container.AvancarTopo > h2.carrinho-heading {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

.container.caixa-produto > .container2 > .Seguro {
  top: 7px;
}

.container.caixa-produto > .container2 > .Seguro > img {
  top: 0;
}

.board > .botao-commerce.botao-prosseguir-compra.pointer.right {
  margin: 10px 0;
 /* display: none; */;
}

.tablePage th {
  background: none;
  border: 1px solid #cccccc;
}

.tablePage > tbody {
  background: none;
  border: 1px solid #cccccc;
}

.tablePage > tbody > tr > td {
  background: none;
  border: 1px solid #cccccc;
}

.tablePage > tbody > tr > td > a > img.excluir {
  position: relative;
  top: 24px;
  right: 0;
  float: none;
  margin: 0;
}

.tablePage > tbody > tr > td > span.valores_carrinho {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.tablePage > tbody > tr > td > h3 > span.valores_carrinho {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 17px 0;
  width: 100%;
}

table#tabela_carrinho > tbody > tr > td > h4 {
  margin: 30px 6px;
  font-size: 14px;
}

table#tabela_carrinho > tbody > tr > td > input.qntd {
  margin-top: 12px;
}

table#tabela_carrinho > tbody > tr > th:nth-child(2) {
  width: 150px;
}

table#tabela_carrinho > tbody > tr > th:nth-child(3) {
  width: 150px;
}

table#tabela_carrinho > tbody > tr > th:nth-child(4) {
  width: 150px;
}

.caixa-frete > .container2 > .board > h2.color {
  margin: 0;
  padding: 0;
}

.caixa-total > .container2 > .board > h2.color {
  margin: 0;
  padding: 0;
}

.caixa-forma-frete > table {
  border: none;
  margin: 0 !important;
  width: 100% !important;
}

.caixa-forma-frete > table > tbody {
  border: none;
  background: #f1f1f1;
}

.caixa-forma-frete > table > tbody > tr > th {
  border: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.caixa-forma-frete > table.tablePage > tbody > tr > th > div#calculoFrete {
  margin: 0;
  padding: 0 0 13px;
}

.caixa-forma-frete > table.tablePage > tbody > tr > th > div#calculoFrete > span.botao-commerce.botao-simular-frete.pointer {
  margin-left: 15px;
  border-radius: 0;
}

.caixa-forma-frete > table > tbody > tr > td > #formas_envio_frete {
  width: 100%;
}

.caixa-forma-frete > table > tbody > tr > td > #formas_envio_frete > table {
  float: left;
  border: none;
  border-top: none;
  border-right: none;
  width: 100%;
}

.caixa-forma-frete > table > tbody > tr > td > h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.caixa-total > .container2 > .board > table > tbody {
  border: 0;
}

.caixa-total > .container2 > .board > table {
  border: 0;
  background: #f1f1f1;
}

.caixa-total > .container2 > .board > table > tbody > tr > th:nth-child(1) {
  border: 0;
  text-align: right;
  width: 70%;
}

.caixa-total > .container2 > .board > table > tbody > tr > th:nth-child(2) {
  border: 0;
  text-align: right;
  width: 30%;
}

.caixa-total > .container2 > .board > table > tbody > tr > th:nth-child(2) > h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0;
}

.caixa-total > .container2 > .board > table > tbody > tr > th:nth-child(3) {
  border: 0;
  display: none;
}

/*--------------------------------------------------------- FINAL PÁGINA CARRINHO -----------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO PÁGINA CHECKOUT ----------------------------------------------------------------*/


/*--------------------------------------------------------- FINAL PÁGINA CHECKOUT -----------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/* FIM ELEMENTOS PÁGINA */

/* INICIO RESPONSIVO */

/* OCULTA MOBILE */
/* =================================================================================================================================================
===================================================================================================================================================*/

/*--------------------------------------------------------- INICIO RESPONSIVO TABLET -------------------------------------------------------------*/

/*--------------------------------------------------------- FINAL RESPONSIVO TABLET --------------------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/
/*--------------------------------------------------------- INICIO RESPONSIVO MOBILE SMARTPHONE ---------------------------------------------------*/
@media (max-width: 992px) {
 
  .newsletter p {
    text-indent: 0px !important;
  }

  .logo-footer-store {
    padding: 35px 0;
    height: 100px;
  }

  div.list-group-vitrine > ul > li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }

  .box_skitter .info_slide {
    display: none !important;
  }

  .menu-aberto {
    overflow: hidden;
  }

  #product-container {
    padding: 0!important;
    margin: 0;
  }
/** HEADER - CABECALHO RESPONSIVO **/
  .page-search .slideDestaque.galeria li {
    width: 80% !important;
    margin: 0 10%;
  }

  .centraliza {
    float: left;
    margin: 0 auto;
    padding: 0 25%;
  }

  .header {
    height: 100%;
    background: none;
    border-bottom: none;
    background: #fff;
    position: relative;
    float: left;
    width: 100% !important;
  }

  .boxTopMobile {
    display: block;
    height: 52px;
    background: #171616 url(../img/bg-topo.png);
    position: fixed;
    width: 100%;
 /* position: absolute; */
    z-index: 999;
    float: left;
  }

  .logoStore {
    padding: 0;
    background-position: 50%;
    max-width: 274px;
    height: 70px;
    background-size: 100%;
    margin: 8px 0;
    float: none;
    display: inline-block;
    text-align: center;
  }

  .logoStore .brand {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .caixaBusca .campoBusca {
    font-size: 11px;
  }
/*MENU MOBILE */
  #wrapper {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #menu-mobile {
    display: block;
    position: fixed;
    z-index: 20;
    background-color: #F9F9F9;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    width: 300px;
    min-height: 142px;
    height: 100%;
    max-height: 1000px;
    left: -300px;
    overflow-x: hidden;
    overflow-y: scroll !important;
  }

  .menu-title {
    background: #504332;
    padding-right: 0px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    position: relative;
    height: 53px;
    cursor: pointer;
  }

  .menu-title .close-menu-mobile {
    padding: 10px 14px;
    float: right;
    background-color: #29231A;
    position: absolute;
    right: 0;
    font-size: 23px;
  }

  div#menu-mobile ul li {
    float: left;
    width: 100%;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    text-indent: 7px;
  }

  div#menu-mobile ul li:hover {
    border-left: 3px solid #4A4949;
    background: #E0DDDD;
  }

  div#menu-mobile ul {
    width: 100%;
    min-height: 100px;
/* height: 100%; */
    overflow-y: scroll;
  }

  .menu-aberto #wrapper {
    left: 300px;
    overflow: hidden;
  }

  .menu-aberto #menu-mobile {
    left: 0;
  }

  .menu-aberto .mask-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
    box-shadow: 1px 2px 0;
  }

  .menuMobile {
    top: 17px;
    height: 3.75em;
    width: 4em;
    position: absolute;
    left: 0em;
  }

  .menuMobile2 {
    height: 3.75em;
    width: 4em;
    top: 16px;
    position: absolute;
    right: 15px;
    float: left;
  }

  .menuMobile .group i {
    width: 100%;
    text-align: center;
    padding: 11px;
    border-radius: 0;
    color: #F0A400;
    font-size: 30px;
  }

  .menuMobile .group i a {
    padding: 10px;
  }

  .menuMobile2 .group i {
    padding: 15px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    color: #8E6B3C;
    font-size: 31px;
  }

  .menu-title > span.back-title {
    float: left;
    width: 80%;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 36px;
  }

  .menuMobile2 .group i > a {
    font-size: 14px;
    color: #fff;
    padding: 4px 6px !important;
    background-color: #FFCC01;
    border-radius: 360px;
    right: 8px;
    position: absolute;
    top: 12px;
  }

  .menuMobile2 .group i a {
    padding: 10px;
  }

  .sidebar > ul > li > span:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    float: right;
    margin-top: 15px;
    right: 0;
    margin-right: 15px;
  }

  .sidebar > ul > li.on > span:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    float: right;
    margin-top: 15px;
    right: 0;
    margin-right: 14px;
  }

  .sidebar > ul > li > a + div {
    max-height: 0;
    overflow: hidden;
  }

  .sidebar > ul > li.on > a + div {
    max-height: 10000px;
    overflow: visible;
  }

  .submenu > ul > li > a {
    padding: 0 0 0 10px;
    height: 40px;
    line-height: 39px;
  }

  .sidebar > ul > li > span {
    display: none;
  }

  .sidebar > ul > li.sub > span {
    display: block;
    height: 39px;
    width: 41px;
    position: absolute;
    right: 9px;
    z-index: 2;
    cursor: pointer;
  }

  .menu-title-visitante {
    float: left;
    width: 100%;
    background: #dadada;
    height: 50px;
  }

  .menu-title-visitante > .txtUser {
    float: left;
    width: 80%;
    padding: 2px;
  }

  .menu-title-visitante > span.avatar-visitante {
    float: left;
    height: 15px;
    font-size: 20px;
    width: 10%;
    padding: 5px;
  }

  .menu-title-visitante  > .acessar-menu-mobile {
    float: left;
    width: 10%;
    padding: 13px 6px;
  }

  .menu-title-visitante > .txtUser > p.saudacao {
    float: left;
    margin-right: 6px;
  }

  .menu-title-visitante > .txtUser > a.chamadaUsr {
    float: left;
    width: 100%;
  }
/* SLIDER */

  .slideDestaque li {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    float: left;
    width: 250px !important;
  }

  .slideDestaque li:hover .product-image {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }
/*PAGINA CATÁLOGO */ 
  .page-catalog .slideDestaque li {
    width: 47% !important;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 0.5% !important;
    margin-left: 2% !important;
    min-height: 465px;
  }

  .page-content {
  }
/* PAGINA LOGIN */
  .caixa-login label {
    width: 100%;
    float: left;
  }

  .page-content label {
    width: 100%;
    color: #959595;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    float: left;
    padding: 10px !important;
  }
/* PAGINA DE PRODUTO */ 
  .produto-calcular-frete > #cepbox {
    float: left;
    width: 100%;
    display: none;
  }

  #bt_comprar > button.botao-commerce {
    width: 180px !important;
  }

  .produto-calcular-frete > #cepbox > label {
    float: left;
    width: 5%;
    padding: 0;
    margin: 0;
  }

  .passo1 > #quantidade {
    text-align: center;
    margin: 0;
    padding: 0 !important;
  }

  .mobile > .pesquisar  .btn-buscar {
    display: none;
  }

/** PÁGINAS INTERNAS RESPONSIVO **/
  #title {
    margin-top: 30px;
  }

  #produto_nao_disp #nao_disp {
    padding: 12px;
  }

  #produto_nao_disp #nao_disp label {
    text-align: center;
  }

  #produto_nao_disp #nao_disp.text {
    width: 100%;
  }

  #produto_nao_disp #nao_disp a {
    margin: 0 auto;
    float: left;
    text-align: center;
    width: 100%;
  }

  #produto_nao_disp #nao_disp .color {
    text-align: center;
  }

  #bt_comprar button {
    display: block;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    width: 65% !important;
    height: 70px !important;
    margin: 0 auto;
  }

  #cepbox {
    padding: 0 !important;
    line-height: 50px !important;
  }

  .produto-calcular-frete .cepbox {
    position: relative;
  }

  #cepbox .botao-simular-frete {
/* right: 20px; *//* position: absolute; */ /* top: 70px; */;
  }

  #cepbox .cepbox-text {
    margin: 0;
    text-align: center;
  }

  #quantidade {
    padding: 0 15px;
    height: 100%;
    float: left;
  }

  div#quantidade label, #quantidade input {
    width: 20%;
    margin: 50px 0;
    float: none !Important;
    padding: 5px 0 !important;
  }

  .passo1 {
    height: 153px !important;
  }

  .passo1 #bt_comprar {
    float: left;
    margin: 0 auto;
    width: 100%;
  }

  #preco #produto_preco {
    padding-left: 10px;
    float: left;
    width: 100%;
  }

  .rodapeDesign a {
    float: left;
    width: 100%;
    text-align: center;
  }

  div#produto_preco span {
    float: none;
  }

  .board_htm {
    text-align: justify;
  }

  .produto-preco .txt-por {
    text-align: center;
    width: 100%;
  }

  #cepbox {
    margin: 5px;
    padding: 13px !important;
  }

  #cepbox label {
    line-height: 35px;
  }

  #cepbox label {
    margin: 0 !important;
    margin-left: 15px;
  }

  .board .caixa-login, .board .caixa-cadastro {
    width: 100% !important;
    float: left;
  }

  .produto-dados .dados-valor {
    float: left;
  }

  .Forma2 li {
    width: auto!important;
  }

  .tablePage,table,.Pedidos {
    border: 0 none;
    margin: 10px 0;
    width: 100%;
  }

  .bt-continuar-comprando {
    text-align: center;
    width: 72%;
  }

  .board_htm.description table {
    width: inherit;
    margin: inherit;
  }

  .tablePage tr:nth-child(even),table tr:nth-child(even),.Pedidos tr:nth-child(odd) {
    background: #fff;
  }

  .Pedidos tr:nth-child(even),.Pedidos td:hover {
    background-color: transparent;
  }

  .Pedidos tr:hover {
    background-color: #fafafa;
  }

  .tablePage tr,table tr,.Pedidos tr {
    background-color: white;
  }

  .tablePage tr:first-child,table tr:first-child,.Pedidos tr:first-child {
    background: #FFF;
  }

  .tablePage tr:first-child th,table tr:first-child th,.Pedidos tr:first-child th {
    background: none;
    border-bottom: 2px solid #f4f4f4;
    border-left: 0 none;
    border-right: 0;
    border-top: 2px solid #f4f4f4;
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    padding: 7px 6px;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .tablePage tr th:first-child,table tr th:first-child,.Pedidos tr th:first-child {
    border-left: 0 none;
  }

  .tablePage td,.tablePage th,table td,table th,.Pedidos td,.Pedidos th {
    background: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 5px solid white;
    padding: 20px 9px;
  }

  .Pedidos td,.Pedidos th {
    padding: 5px 0;
  }

  .tablePage strong,table strong,.Pedidos strong {
    font-weight: 700;
  }

  .tablePage h5,table h5,.Pedidos h5 {
    color: #131313;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    margin: 0;
  }

  .tablePage span,table span,.Pedidos span {
    color: #555;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    margin-top: 19px;
  }

  .tablePage input,table input,.Pedidos input {
    margin-top: 0;
  }

  .tablePage h3,table h3,.Pedidos h3 {
    margin: 0;
  }

  .tablePage h3 span {
    font-size: 14px;
    font-weight: 700;
    margin-top: 17px;
  }
/* PAGINA DE PRODUTO */ 
  .produto-direita > form > div.produto-preco > div#preco {
    text-align: center !important;
  }

  .produto-direita > form > div.produto-preco > div#preco > div#produto_preco {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .produto-direita > form > div.produto-preco > div#preco > div#produto_preco > span.PrecoPrincipal {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  h5#economize {
    width: 100%;
  }
/* MEU CARRINHO */ 
  #calculoFrete {
    max-width: 100%;
    text-align: left;
    float: left !important;
    line-height: 50px;
  }

  #calculoFrete .botao-simular-frete {
    right: 20px;
    top: 10px;
    float: right;
    margin: 0;
    position: absolute;
    line-height: 20px;
    width: 47%;
    text-align: center;
    line-height: 34px;
    color: #fff;
  }

  #calculoFrete #cep1 {
    width: 25% !important;
    border: 1px solid #ccc;
  }

  #calculoFrete #cep2 {
    width: 18% !important;
    border: 1px solid #ccc;
  }

  #bt_comprar button {
    margin-top: 10px !important;
  }
/* PAGINA CHECKOUT */
  #PassosAba {
    background: none;
    display: block;
    margin: 0 0 15px 0;
    width: auto;
  }

  #PassosAba ul {
    display: flex;
    padding: 0;
  }

  #PassosAba li {
    background: #dedede;
    border: 0 none;
    margin: 0 0 0 2px;
    flex: 1 auto;
  }

  #PassosAba li:first-child {
    margin-left: 0;
  }

  #PassosAba .aberta,#PassosAba .aberta a {
    background: #c3c3c3;
    padding: 0;
  }

  #PassosAba a,#PassosAba h1 {
    color: #747474;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    padding: 0 5px 0 12px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  #PassosAba a::first-letter {
    background-color: #747474;
    border-radius: 50%;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    height: 18px;
    padding: 0 6px;
  }

  #PassosAba .aberta h1 {
    background: #c3c3c3;
    color: white !important;
  }

  .board.caixa-forma-frete {
    overflow: hidden;
  }

  .caixa-total .color.tit-total {
    margin: 0 !important;
  }

  .cubo ,.cubo2,.minicart,.vejaMais,.timelogotray,.banner1,.sobre,.atendimento-botao,.menu-institucional,.formas-pagamento,.banner4,.carrousel-auaha .ladoa .mostraimg {
    display: none;
  }

  #ProdAbas, #ProdAbas .aberta, #ProdAbas .aberta a, #ProdAbas li, #ProdAbas li a, #col3D, #colFotos, #colVideo, #direita, #esquerda, #foto_p, #title, #visualAbas, #visualAbas li, #visualAbas li a, .container, .container2, .container3, .prodBox, .visitados {
    background: 0 0;
    border: 0;
    width: 100% !important;
    float: left;
    margin: 0 auto;
    text-align: center;
    color: #666666;
  }

  .jcarousel-skin-tango {
    float: left;
    width: 100%;
    position: relative;
  }

  div#product-priceBox {
    height: 100%;
    float: left;
  }

  .produto-wrapper .produto-preco {
    float: left;
    width: 100%;
    height: 100%;
  }

  div#product-priceBox {
    float: left;
    width: 100%;
    height: 100%;
  }

  footer.footer .conteudoRodape {
    width: 100%;
    height: 100%;
    float: left;
    background: #f4f4f4;
  }

  footer.footer {
    float: left;
    background: #F4F4F4;
  }

  .caixa-frete h2 {
    background-color: #fff;
    color: #747474 !important;
    margin: 31px 0 0 0;
    padding: 9px 17px 7px;
  }

  .caixa-forma-frete .tablePage {
    margin: 0 !important;
  }

  .caixa-forma-frete .tablePage tr:first-child {
    background: #fff;
  }

  span.pointer.bt-cep {
    background-repeat: no-repeat !important;
    float: right !important;
    width: 145px !important;
  }

  .caixa-forma-frete .tablePage span {
    color: #000;
    margin: 0;
    padding: 6px 20px;
    width: 100%;
    height: 40px;
    float: left;
    line-height: 20px;
  }

  .caixa-forma-frete .tablePage span.valores_carrinho {
    color: #414141;
    white-space: nowrap;
  }
/** FOOTER - RODAPE RESPONSIVO **/
  .footer .rodapeLinks {
    float: left !important;
    width: 100%;
  }

  .footer .rodapeLinks .bgescuro {
    background: none !important;
  }

  .footer a.caixaCentral {
    margin: 0 auto;
  }
}
/*--------------------------------------------------------- FINAL RESPONSIVO MOBILE SMARTPHONE ----------------------------------------------------*/
/* =================================================================================================================================================
===================================================================================================================================================*/

/* FIM RESPONSIVO    */


/* =================================================================================================================================================
                                                                 FIM NOVA ESTRUTURA 
===================================================================================================================================================*/

/* SETAS */

.box_skitter .prev_button {
  background: url(../img/spriteLeft.png?2) no-repeat;
  width: 20px;
  height: 26px;
}

.box_skitter .next_button {
  background: url(../img/spriteRight.png?2) no-repeat;
    /* width: 20px; */
    /* position: relative; */;
}

.banner-home-fluid {
  min-height: 200px;
  background: url(../img/bg-home.jpg?2);
  float: left;
  width: 100%;
}

/*  News */
.caixaNews {
  margin: 20px 0;
  float: left;
  width: 100%;
}

.caixaNews p {
  color: #6cd049;
  text-transform: uppercase;
  text-align: right;
  float: left;
  padding: 0;
  margin: 0;
}

.conteudoNews {
  position: relative;
}

.conteudoNews input#email {
  position: relative;
  width: 80%;
  height: 42px;
  border: 1px solid #ccc;
  background: #efefef;
  text-indent: 15px;
  float: left;
}

.news-button {
  background: none;
  border: none;
  background: #f7de79;
  width: 18%;
  height: 42px;
  /* position: absolute; */
  /* right: 17px; */
  /* top: 13px; */
  font-size: 13px;
  font-weight: 600;
  color: #a18553;
  float: left;
  margin-left: 2%;
}

.bx-wrapper .bx-pager {
  display: none;
}

.bx-viewport {
  width: 87% !important;
  overflow: hidden;
  position: relative;
  height: 61px;
  margin: 0 7% !important;
}

.menu-marcas {
  padding: 10px 0;
  margin: 0;
  border-top: 2px solid #6cd049;
  border-bottom: 2px solid #6cd049;
}

.menu-marcas span {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  color: #335c86;
  padding: 20px 0;
}

@media(min-width: 992px) {
  .produto-imagem-grande img {
    max-height: 358px !important;
  }

  h3.product-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-details {
    float: left;
    width: 100%;
  }

  .product-details span {
    float: left;
    width: 100%;
  }

  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 450px;
  }

  .menuSuperior > .listaMenu > ul > li {
    display: none;
/* background: url(../img/ico-seta.png); *//* background-repeat: no-repeat; *//* background-position: 100%; */
    line-height: 50px;
  }

  .menuSuperior > .listaMenu > ul > li > span {
 /* display: block; */ /* height: 22px; */ /* width: 100%; */ /* float: left; *//* margin: 9px 0 0 0; */;
  }

  .menuSuperior > .listaMenu > ul > li.id_1 {
    display: block;
  }

  .conteudo > #add {
    display: none;
  }

  .menuSuperior > .listaMenu > ul > li.id_38 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_33 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_31 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_7 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_29 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_7 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_5 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_29 {
    display: block;
    background: #504331;
  }

  .menuSuperior > .listaMenu > ul > li.id_29 > a {
    color: #fff;
  }

  .menuSuperior > .listaMenu > ul > li.id_3 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_65 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_9 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_45 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_67 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_7 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_11 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_13 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_15 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_17 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_19 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_21 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_23 {
    display: block;
  }

  .menuSuperior > .listaMenu > ul > li.id_165 {
    display: block;
  }
}

.footer .direitos-loja {
  float: left;
  width: 100%;
  text-align: center !important;
}

.menuSuperior .btn-mais {
  width: 35px;
  height: 35px;
  background: url(../img/ico-mais.png) no-repeat;
  float: right;
  margin: 18px 0;
}

.bannter-reguas img {
  float: left;
  width: 100%;
  max-width: 100%;
}

.col-xs-12.col-sm-12.col-md-4.col-lg-4.bannter-reguas {
  text-align: center;
}

/* MENU - ICONE COM EFEITO */    
.MenuMais {
  width: 868px;
  float: left;
  display: none;
  background: #fff;
  border: 1px solid #73b500;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menuSuperior .MenuMais {
  position: absolute;
  z-index: 999;
  right: 5px;
}

.MenuMais ul li a {
  text-transform: uppercase;
  padding: 3px;
  float: left;
}

#toggle-menu-mais {
  display: inline-block;
  width: 100%;
  height: 50px;
  cursor: pointer;
  text-align: center;
/* margin: 3% 35%; */
  position: relative;
}

a#toggle-menu-mais .mais-azul {
  background: #003368;
  width: 36px;
  border-radius: 4px;
  height: 36px;
  position: relative;
  left: 0;
  margin: 16px 0 0 20px;
}

.menu-is-active .MenuMais {
  display: block !important;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.MenuMais ul {
  float: left;
  width: 100% !important;
  padding: 20px;
}

.MenuMais ul li .submenu {
  display: none;
}

.MenuMais ul li {
  width: 25%;
  float: left;
}

#toggle-menu-mais div {
  width: 15px;
  height: 15px;
  position: relative;
}

#toggle-menu-mais span {
  display: block;
  width: 28px;
  height: 6px;
  background: #6cd049;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  -moz-transition: -moz-transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  transition: transform 0.5s ease-in-out, top 0.25s ease-in-out 0.5s, opacity 0.25s ease-in-out 0.5s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}

#toggle-menu-mais span.top {
  left: 15px;
  top: 4px;
  height: 28px;
  width: 6px;
}

#toggle-menu-mais span.bottom {
  top: 15px;
  left: 4px;
}

.menu-is-active #toggle-menu-mais span {
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.menu-is-active #toggle-menu-mais span.top, #toggle-menu-mais.menu-is-active span.middle {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-is-active #toggle-menu-mais span.middle {
  opacity: 0;
}

.menu-is-active #toggle-menu-mais span.bottom {
  top: 16px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(137deg);
}

.btn-depoimento {
  width: 100%;
  background: #003368;
  color: #6cd049;
  text-align: center;
  border-radius: 3px;
  margin: 15px 0;
}

.btn-depoimento a {
  color: #6cd049;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.autor {
  color: #003368;
  font-weight: 600;
}

.title-depoimentos {
  color: #003368;
}

.destaque-home {
  max-height: 410px;
}

.Seguro {
  top: 0 !important;
  line-height: 51px;
}

.Seguro > img {
  top: 0;
  background: #6cd049;
}

@media(min-width: 992px) {
  .caixaNews p {
    margin: 0 -15px !important;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {

  .menuSuperior > .listaMenu > ul > li > a {
    padding: 9px 2px 7px 2px !important;
  }
}

.box_skitter .info_slide .image_number_select, .box_skitter .info_slide .image_number_select:hover {
  background: #73b500 !important;
  float: left;
  padding: 10px 10px;
  margin: 0 5px 5px 0;
}

.box_skitter .info_slide {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  background: none;
  color: #fff;
  font: 700 11px arial;
  padding: 5px 0 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: .75;
}

.box_skitter .info_slide .image_number {
  background: #333;
  float: none!important;
  width: 100% !important;
  padding: 10px 10px;
  display: block;
  margin: 0 5px 5px 0;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  border-radius: 15px;
}

#product-form-box #bt_comprar {
  margin: 20px 0 !important;
  float: right;
/* width: 100%; */;
}

.group-info {
  background: #F4F4F4;
  width: 100%;
}

.sub-promocao-relampago {
  position: absolute;
  z-index: 99999;
  background: #FBFBFB;
  right: 14px;
  width: 300px;
  border: 2px solid #A75B09;
  top: 70px;
  display: none;
}

.sub-promocao-relampago .img-product-thumb {
  top: 250px;
}

.sub-promocao-relampago .product-image {
  width: 80%;
  display: inline-block;
}

.sub-promocao-relampago .flip-container {
  text-align: center;
  margin: 0 0 80px 0;
}

.sub-promocao-relampago > ul.group-relampago {
  padding: 20px;
}

.box-promocao-relampago.col-md-1.col-lg-1:hover .sub-promocao-relampago {
  display: block !important;
}

img.img-promotion:hover .sub-promocao-relampago {
  visibility: visible;
}



/* O container geral define a perspectiva */  
.flip-container {
  perspective: 1000;
}

.botoes-extras {
  display: inline-block;
  min-height: 35px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}    

/* vira os containers frente e verso quando o mouse passa em cima */
.slideDestaque .img-product-thumb > li > img.thumb-imagem-do-produto-1:hover .product-image {
  transform: rotateY(180deg);
  opacity: 0.5;
}

.slideDestaque .img-product-thumb > li > img.thumb-imagem-do-produto-2:hover .product-image {
  transform: rotateY(180deg);
  opacity: 0.5;
}

.slideDestaque .img-product-thumb > li > img.thumb-imagem-do-produto-3:hover .product-image {
  transform: rotateY(180deg);
  opacity: 0.5;
}       

/* define a velocidade da transição */
.product-image {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
    
/* esconde o verso durante a animação */

    
/* frente posicionada sobre o verso */
img.imagem-do-produto-1 {
  z-index: 2;
}

span#imageH_0 {
    float: left;
    width: 100%;
    text-align: center;
}

img#imgView {
    float: none;
    display: inline-block;
}    

/* verso inicialmente escondido */
img.imagem-do-produto-2 {
  transform: rotateY(180deg);
  z-index: 3;
}

/* verso inicialmente escondido */
img.imagem-do-produto-3 {
  transform: rotateY(180deg);
  z-index: 4;
}

.flip-container > ul.img-product-thumb {
  width: 100%;
  float: left;
}

.flip-container > ul.img-product-thumb > li {
  width: 20% !important;
  float: left !important;
  min-height: auto !important;
}

#ProdBlock {
  margin-bottom: 30px;
}

#FormasPagamento li {
  position: relative;
}

.product-links {
  float: left;
  width: 100%;
}

.product-links span {
  float: left;
  width: 31%;
  padding: 5px 5%;
  margin: 1px 1%;
  border: 1px solid #FFCC01;
  background: #FFCC01;
  color: #fff;
}

span.product-question {}

#cepbox:before {
  background: #FFCC01 url("https://images.tcdn.com.br/img/arquivos/identidade_visual/images/sistema/ico-caixa-frete.png") no-repeat center center;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 79px;
}

.product-links span a {
  float: left;
  width: 100%;
  color: #fff !Important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

/* VARIACAO */
.lista_cor_variacao, .lista_cor_variacao2, .lista_cor_variacao3, .varContAdd {
    height: auto;
    margin: 7px 0 0 2px;
    padding: 3px 0 0 0;
    overflow: hidden;
    width: auto;}
.lista_cor_variacao li:hover, .lista_cor_variacao2 li:hover, .lista_cor_variacao3 li:hover {
    border-color: #c2c2c2;}
.lista_cor_variacao li, .lista_cor_variacao2 li, .lista_cor_variacao3 li {
    border: 1px solid transparent;
    margin: 0 4px 0 0;
    padding: 1px;
    position: relative;}
.lista_cor_variacao,.lista_cor_variacao2,.lista_cor_variacao3,.varContAdd {
    height: auto;
    margin: 7px 0 0 2px;
    padding: 3px 0 0 0;
    overflow: hidden;
    width: auto;
  }

  .lista_cor_variacao li,.lista_cor_variacao2 li,.lista_cor_variacao3 li {
    border: 1px solid transparent;
    margin: 0 4px 0 0;
    padding: 1px;
    position: relative;
  }

  .lista_cor_variacao li:last-child,.lista_cor_variacao2 li:last-child,.lista_cor_variacao3 li:last-child {
    margin-right: 0;
  }

  .lista_cor_variacao li:hover,.lista_cor_variacao2 li:hover,.lista_cor_variacao3 li:hover {
    border-color: #c2c2c2;
  }

  .lista_cor_variacao li div,.lista_cor_variacao2 li div,.lista_cor_variacao3 li div {
    background: #FFFFFF;
    border: 1px solid #B9BABA;
    color: #B9BABA;
    font: 500 14px/23px 'Ubuntu', sans-serif;
    padding: 0;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
  }

  .lista_cor_variacao .cor_selecionada,.lista_cor_variacao2 .cor_selecionada,.lista_cor_variacao3 .cor_selecionada {
    background-color: #D40557;
    border: 2px solid #D40558 !important;
    color: #fff;
  }

  .lista_cor_variacao li img,.lista_cor_variacao2 li img {
    border: 1px solid #e5e5e5 !important;
    display: block;
    width: 38px;
  }

  .lista_cor_variacao .sem_estoque,.lista_cor_variacao .nao_disp,.lista_cor_variacao2 .sem_estoque,.lista_cor_variacao2 .nao_disp {
    background: none;
    opacity: 1;
  }

  .lista_cor_variacao .sem_estoque:before,.lista_cor_variacao .nao_disp:before,.lista_cor_variacao2 .sem_estoque:before,.lista_cor_variacao2 .nao_disp:before {
    background: url("../img/indisponivel.png") no-repeat left bottom;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 11px;
  }

  #menuVars .text {
    margin: 0;
  }
.lista-produto-imagem,.lista-produto-dados,.lista-produto-comprar,.lista-produto-quantidade,.lista-produto-solicitados,.lista-produto-valores {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
  }

  .refresh_exclusao {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  #filtro-produtos > label {
    width: 100%;
    margin-top: 20px !important;
    ;display: block !important;
  }

  #Page > div:nth-child(1) > div > div.board > div:nth-child(1) > a > img {
    display: none;
  }

  .container3.catalogo-bottom {
    display: inline-block;
  }

  .cor_selecionada {
    background-color: #c6c7cb;
    border: 4px solid #fff !important;
    color: white;
    margin: 0;
    outline: 4px solid #0794f7;
  }

  ul.lista_cor_variacao li {
    display: block;
  }

  .passo1 .lista_cor_variacao li {
    display: inline-block;
  }