@charset "UTF-8";

:root {
  --cor_fundo_base: #ffffff;
  --azul_padrao_topo: #000;
  --cinza_padrao: #282828;
  --cor_setas: #ffffff;
  --cinza_rodape: #f8f8f8;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../js/jquery/google-fonts/opensans/OpenSans-Regular.eot');
  src: local('Open Sans'),
    url('../../js/jquery/google-fonts/opensans/OpenSans-Regular.ttf')
      format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../js/jquery/google-fonts/opensans/OpenSans-Bold.eot');
  src: local('Open Sans'),
    url('../../js/jquery/google-fonts/opensans/OpenSans-Bold.ttf')
      format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../js/jquery/google-fonts/opensans/OpenSans-Italic.eot');
  src: local('Open Sans'),
    url('../../js/jquery/google-fonts/opensans/OpenSans-Italic.ttf')
      format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../js/jquery/google-fonts/opensans/OpenSans-BoldItalic.eot');
  src: local('Open Sans'),
    url('../../js/jquery/google-fonts/opensans/OpenSans-BoldItalic.ttf')
      format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Arboria-Book;
  src: url(css/arboria/Arboria-book.ttf);
}

@font-face {
  font-family: Arboria-Light;
  src: url(css/arboria/Arboria-Light.ttf);
}

@font-face {
  font-family: Arboria-Bold;
  src: url(css/arboria/Arboria-Bold.ttf);
}

header {
  position: fixed;
  z-index: 2000;
  max-width: 100vw;
  width: 100%;
  top: 0;
}

article {
  padding-top: 0px;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

a{
  font-size: 13.2px !important;
  color: #000;
}

.container-info-footer{
  width: 100%;
}

.whatsapp {
  position: fixed;
  top: 82%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}

#nav-left {
  border: 0 solid red;
  height: 100%;
  font-size: 12px;
  color: var(--azul_padrao_topo);
  font-family: 'Open Sans', verdana, arial;
  margin: 0;
  padding: 0;
}

#nav-left .box-border {
  border: 1px solid #dcdcdc;
  width: 99%;
  margin: 0 !important;
}

#box-gallery {
  flex: 1;
}

#desc-produto {
  display: flex;
  float: none;
  width: 50%;
  justify-content: end;
}

.yamm-content{
  padding: 20px 100px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 20px;
  white-space: normal;
  align-content: center;
  justify-items: center;
  justify-content: space-evenly;
}

.yamm-content  ul li:first-child{
  font-weight: 900;
  font-size: 13.2px !important;
}

.yamm-content  ul li a{
  font-size: 12px !important;
}

.banner_Categoria{
  margin-bottom: 30px;
}

#desc-produto > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#parc_100 {
  width: 100%;
  columns: 3;
}

.addtocart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.box-detail > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.box-border .slides {
  border: 0 solid red;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.box-border .slides img {
  border: 0 solid blue;
  width: 90%;
  height: 90%;
  text-align: center !important;
  margin: 0 auto 0 25px !important;
}

#nav-left h1 {
  background-color: var(--azul_padrao_topo);
  color: var(--cor_fundo_base);
  font-family: 'Open Sans', verdana, arial;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
}

#nav-left h5 {
  background-color: #d21f45;
  color: var(--cor_fundo_base);
  font-family: 'Open Sans', verdana, arial;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
}

#nav-left h4 {
  background-color: #88b828;
  color: var(--cor_fundo_base);
  font-family: 'Open Sans', verdana, arial;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
}

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.accordion li {
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f3f3f3;
}

.accordion li > a {
  display: block;
  position: relative;
  min-width: 110px;
  height: 25px;
  line-height: 25px;
  color: #333;
  text-decoration: none;
  background: url(../../images/layout/bullet.png) no-repeat 5px 12px;
  background-color: #f3f3f3;
  padding: 6px 6px 6px 25px;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
  color: var(--azul_padrao_topo);
  background: url(../../images/layout/bullet.gif) no-repeat 5px 15px;
  background-color: var(--cor_fundo_base);
  border: none !important;
}

.accordion > li:hover > a,
.accordion > li > a.active {
  color: var(--azul_padrao_topo);
  background: url(../../images/layout/bullet.png) no-repeat 5px 12px;
}

.accordion li > a span {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  margin-right: 10px;
  font: normal bold 12px/18px Arial, sans-serif;
  background: #404247;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
    1px 1px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
    1px 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2),
    1px 1px 1px rgba(255, 255, 255, 0.1);
  padding: 0 10px;
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
  color: #fdfdfd;
  background: #3e5706;
}

.sub-menu li {
  border: none;
}

.sub-menu li a {
  color: #797979;
  border-bottom: 0 solid #333;
  padding-left: 25px;
  background: url(../../images/layout/bullet.gif) no-repeat 15px 15px;
  margin: 0;
}

.sub-menu li:last-child a {
  border: none !important;
}

.sub-menu li > a span {
  color: #797979;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: transparent;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}

#lista-categorias {
  width: 100%;
  position: absolute;
  z-index: 400;
  margin-top: 0;
  background-color: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 2px solid var(--azul_padrao_topo);
  padding-top: 6px;
  padding-bottom: 6px;
}

#lista-categorias a {
  color: #333;
}

#lista-categorias p {
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 400;
  margin: 0;
  padding: 1px;
}

.depto {
  min-width: 120px;
  margin-right: 5px;
  min-height: 90px;
  border: 0 solid red;
  float: left;
}

.depto a {
  font-size: 11px;
}

navbar-inner li .dropdown-menu {
  font-size: 13px;
}

.menu-filtro {
  margin-bottom: 40px;
  font-size: 14px;
  color: #555;
}

.menu-filtro h5 {
  font-size: 14px;
}

.menu-filtro p {
  margin: 0;
  padding: 0;
}

.filtro-sub-categoria a {
  font-size: 13px;
  color: #555;
  margin: 0;
  padding: 0;
}

.filtro-sub-categoria span {
  color: #999 !important;
}

.filtro-categoria {
  margin-top: 8px !important;
}

.sub-menu li:hover a,
.sub-menu li .active {
  color: var(--azul_padrao_topo);
  background: url(../../images/layout/bullet.gif) no-repeat 15px 15px;
  border: none !important;
}

#lista-categorias a:hover,
#lista-categorias p b {
  color: var(--azul_padrao_topo);
}

#lista-categorias h4,
.filtro-categoria a {
  font-size: 14px;
  color: var(--azul_padrao_topo);
}

body {
  background: var(--cor_fundo_base);
}
#main {
  height: auto !important;
  min-height: 600px;
  margin-top: 0px;
  color: #333;
  padding: 4px;
  padding-top: 20px !important;
}

.theme-color-1 {
  color: var(--cor_fundo_base) !important;
}

.theme-color-2 {
  color: var(--azul_padrao_topo) !important;
}

.theme-background-1 {
  background-color: var(--cor_fundo_base) !important;
}

.theme-background-2 {
  background-color: var(--azul_padrao_topo) !important;
}
.btn-link {
  color: var(--azul_padrao_topo) !important;
}
.btn-success {
  background: var(--azul_padrao_topo) !important;
  color: white !important;
}
.btn-success:hover {
  color: var(--cor_fundo_base) !important;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: var(--azul_padrao_topo);
  text-decoration: none;
}
.link-white {
  color: var(--cor_fundo_base);
  text-decoration: none;
}
.link-white:hover {
  color: var(--cor_fundo_base);
  text-decoration: none;
}
/*fix to bootstrap*/
img {
  /*    max-width: none; */
}

#slideContainer {
  background-color: #f0f0f0;
}
#header {
  margin-bottom: 1px;
  border: 0px solid red;
  /*height: 110px;  */
  position: relative;
}
#header #basket {
  padding-top: 20px;
  height: 100%;
  text-align: right;
}
#header #basket a {
  margin: 0px !important;
  line-height: 26px;
  color: var(--azul_padrao_topo);
  font-weight: normal;
  width: 160px;
  text-align: left;
}
#header #basket a:first-child {
  margin: 0px !important;
  line-height: 26px;
  color: var(--azul_padrao_topo);
  font-weight: normal;
  width: 160px;
  text-align: left;
  font-size: 14px;
}
#header #basket a span {
  color: #666;
  display: inline-block;
  margin-left: 10px;
}
#header #basket a:hover {
  text-decoration: none;
}
.navbar-inner {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 30px;
}
#top {
  height: 120px;
  background-color: var(--cor_fundo_base);
}
/*
*/
#top-menu .navbar-inner,
#top-menu .nav {
  background: none;
  border: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
  -moz-text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
}
#nav-menu {
  border: 0px solid red;
  margin-top: -7px !important;
  height: 40px;
}

.text-white {
  color: var(--cor_fundo_base) !important;
}
.no-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
  -moz-text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
}
/*responsive fix*/

@media (max-width: 760px) {
  .nav * {
    border: 0px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
    -moz-text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
  }
  #nav-menu .nav * {
    color: #000 !important;
  }

  .navbar-inner,
  .nav {
    /*background: #092b53; */
  }
  .nav li a {
    font-weight: normal !important;
  }
  img {
    max-width: 100%;
  }
  .navbar-inner,
  .nav {
    /* background: #092b53; */
  }
}

#box-load-more .btn-load-more {
  color: #fff !important;
}

@media (min-width: 960px) {
  #top-menu {
    /* background: url(../../images/layout/bg-menu.png); */
    background-color: #092b53;
    height: 52px;
    display: inline-block;
    width: 100%;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: -5px;
    padding: 0px;
    z-index: 10000;
  }
  .box-all .span2 {
    width: 20% !important;
  }
  .box-all .span2-g {
    width: 213.5px !important;
  }
  .box-item-oferta-1 {
    margin-top: 3px;
    margin-left: 128px !important;
  }
  #carousel {
    min-height: 400px;
  }
}

#nav-menu .nav a:hover {
  color: var(--cor_fundo_base) !important;
  background: var(--azul_padrao_topo) !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
}
/*
#nav-menu *{
    text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
    color:var(--azul_padrao_topo) !important;
}
#nav-menu .dropdown-menu{
    text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
    color:var(--azul_padrao_topo) !important;
    background:var(--cor_fundo_base) !important;
}
#nav-menu .navbar-inner{
    text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
    color:var(--azul_padrao_topo) !important;
    background:var(--cor_fundo_base) !important;
}
#nav-menu .nav a:hover{
    color:var(--cor_fundo_base) !important;
    background:var(--azul_padrao_topo) !important;
}

#nav-menu .caret {
    border-top-color: var(--azul_padrao_topo) !important;
    border-bottom-color: var(--azul_padrao_topo) !important;
}
#nav-menu .dropdown > a:hover .caret,
#nav-menu .dropdown > a:focus .caret {
    border-top-color: var(--azul_padrao_topo) !important;
    border-bottom-color: var(--azul_padrao_topo) !important;
}
#nav-menu .open > a .caret, 
#nav-menu .open > a:hover .caret, 
#nav-menu .open > a:focus .caret {
    border-top-color: var(--azul_padrao_topo) !important;
    border-bottom-color: var(--azul_padrao_topo) !important;
}

#nav-menu .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--cor_fundo_base) !important;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#nav-menu .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--cor_fundo_base) !important;
    border-left: 6px solid transparent;
    content: '';
}

.nav >.active>a, .nav>.open>a,
.nav>.open>a, .nav>.open>a:hover,
.nav>.open>a, .nav>.open>a:hover, 
.nav>.open>a:focus { background-color: var(--cor_fundo_base) !important;}
*/

#top-menu .nav a {
  text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
  color: black !important;
  background: none;
  height: 30px;
  line-height: 30px;
}
.brand {
  text-shadow: 0px 0px 0px var(--cor_fundo_base) !important;
  color: #000 !important;
  background: none;
}
#top-menu .nav a:hover {
  color: black !important;
  text-shadow: 0px 0px 0px !important;
  box-shadow: none;
}

#top-menu .logo {
  margin-top: -8px;
  position: absolute;
  border: 0px solid red;
}

#footer {
  min-height: 150px;
  /*background: url(../../images/layout/footer_bg_alt.jpg);*/
  background: #d2d2d2;
  border-top: 2px solid #eeeeee;
  clear: both;
  bottom: 0px;
  font-size: 14px;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer .box-info-footer {
  margin-left: 5%;
}

#footer h4 {
  /*border-bottom: 1px solid #000000;*/
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #000;
  font-size: 13px;
}
#footer .footer-menu {
  /*
    padding:10px;
    padding-left:0px;
    margin-top: 10px;
    min-height: 150px;
    float: left;    
    */
  color: #fff;
  font-family: 'Open Sans', verdana, arial;
}
#footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
}
#footer .footer-menu ul li {
  list-style-type: none;
}
#footer .footer-menu ul a {
  background: url(../../images/layout/bullet-link.png) no-repeat left center;
  color: #9d9d9e;
  font-size: 12px;
  padding-left: 10px;
  width: 100%;
  border: 0px solid var(--cor_fundo_base);
}
#footer .footer-menu ul a.facebook {
  background: url(../../images/layout/icon-facebook.png) no-repeat bottom left;
}
#footer .footer-menu ul a:hover {
  color: #f0f0f0;
}
#footer-bar {
  height: 40px !important;
  background: url(../../images/layout/footer_bar.png);
  border-top: 1px solid #9d9d9e;
}

#left {
  margin: 0px;
  padding: 0px;
  margin-bottom: 60px;
}
#right {
  margin: 0px;
  padding: 0px;
  background: var(--cor_fundo_base);
}
/*box item*/
.box-all {
  background-color: #ffffff;
}

.box-item {
  border-right: 0px dashed red;
  border-bottom: 1px solid #ffffff;
  min-height: 260px;
  padding-bottom: 10px;
  padding-top: 0.2px;
  margin-bottom: 30px;
  background-color: var(--cor_fundo_base);
}
.box-item img {
  max-height: 290px !important;
  border: 0px solid red;
  width: 280px;
}

.row-fluids .span3:last-child {
  margin-left: 0px !important;
}

.box-item-detalhe {
  padding: 4px;
  text-align: center !important;
  background: none;
  border: 0px solid red;
}
.box-item-foto {
  text-align: center !important;
  /*height: 160px; */
  margin-top: 7px;
  border: 0px solid red;
  background: url(../../images/layout/fotopload.gif) no-repeat center center;
}

.itens-index-sem-slide img {
  width: 260px !important;
}
.itens-index-sem-slide:hover {
  width: 270px !important;
}

.box-item:hover {
  /*border: 1px solid #5DA0E2; */
  box-shadow: 0 0 0 3px var(--azul_padrao_topo) inset;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  border-bottom: 1px solid var(--cor_fundo_base);
}

.box-item-oferta-1 {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 20px;
  margin-top: 3px;
  margin-left: 150px !important;
  border: 0px solid red;
  z-index: 1;
}

.box-item-oferta-0 {
  display: none;
}
.box-item a {
  text-decoration: none;
  color: #333;
}
.box-item a:hover {
  color: var(--azul_padrao_topo);
}
.box-item h2,
.box-item h3 {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 1.2em;
}
.box-item h2 {
  font-size: 14px;
  font-family: 'Arboria-Book';
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 50px;
  max-height: 70px;
  border: 0px solid red;
}
.box-item h3 {
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: var(--azul_padrao_topo);
  font-family: 'Arboria-Bold';
  margin: 0px;
  padding: 0px;
}
.box-item h4 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  color: red;
  text-decoration: line-through !important;
  line-height: 13px;
  text-align: center;
  margin-bottom: 5px;
}

.box-item .label-important {
  background-color: var(--azul_padrao_topo) !important;
  color: var(--cor_fundo_base) !important;
  font-size: 14px;
  padding: 5px;
  text-transform: uppercase;
}
.forma-de-pagamento {
  border: 0px solid blue;
  margin-top: 50px;
  margin-bottom: 40px;
}
.row-fluid:after {
  clear: both;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: var(--cor_fundo_base);
  text-align: center;
  text-decoration: none;
  background-color: var(--azul_padrao_topo);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: var(--azul_padrao_topo);
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: var(--azul_padrao_topo);
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: var(--azul_padrao_topo);
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: var(--azul_padrao_topo);
  border-width: 0 5px 5px;
}

/*Produto Detalhes*/
#gallery-produto {
  padding: 0px;
  margin: 0px !important;
  margin-bottom: 30px !important;
  border: 0px solid blue;
}

#test > button {
  background-color: transparent;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  font-weight: bold;
}

#test > button:hover {
  border-color: #886ce4;
  color: #886ce4;
}

.box-detail {
  font-size: 1em;
  color: #333;
}
.box-detail h1 {
  padding: 0px;
  margin: 0px;
  font-size: 2.5em;
  font-weight: bold;
  color: var(--azul_padrao_topo);
  line-height: 1.5em;
}
.box-detail h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--azul_padrao_topo);
  line-height: 20px;
}

.box-detail em {
  font-style: normal;
  font-size: 15px;
  color: #666;
  font-weight: normal;
  padding-right: 3px;
  padding-left: 3px;
}
.box-detail h3 {
  color: var(--azul_padrao_topo);
  font-size: 1.4em;
  font-weight: normal;
  width: 99%;
  padding: 0px;
  padding-left: 0px;
  line-height: 1.5em;
}
.box-detail h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: red;
  text-decoration: line-through !important;
  line-height: 1.5em;
}
#frete p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  color: #666;
}

.line-strike {
  text-decoration: line-through;
  color: red;
}
/*carousel detalhes produto*/
#mycarousel {
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  margin-left: -1px;
  border: 0px solid red;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center !important;
}
#mycarousel img {
  padding: 1px;
  width: 74px;
  height: 70px;
  border: 1px solid #ccc;
}

.zoom {
  text-align: left;
  cursor: crosshair;
  border: 0px solid #ccc;
  margin-left: 0px !important;
  width: 100%;
  padding: 0px !important;
  background: url(../../images/layout/loading.jpg) no-repeat center center;
}

.zoom a {
  display: block;
  width: 100%;
  height: 100%;
}
.zoomPad {
  width: 100%;
}

.zoom img {
  display: block;
  width: 95%;
  max-width: 554px;
  border: 0px solid #ccc;
  padding: 0px !important;
  margin: 0px !important;
}
.zoomImg {
  margin: 0px !important;
  padding: 0px !important;
}
.zoomIconXXX {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  background: url(../../js/jquery/jqzoom/icon.png);
  border: 0px !important;
  z-index: 1000;
}

/*carrinho*/
.box-cart {
  font-size: 11px;
  margin-bottom: 150px !important;
  border: 0px solid red;
}
.box-cart table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.box-cart table th {
  background: #eee;
  background: url(../../images/layout/grey_slice.png) repeat-x;
  color: #555;
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  border-top: 1px solid #ddd;
}
.td-bg {
  background: #eee;
  background: url(../../images/layout/grey_slice.png) repeat-x;
  color: #555;
  padding: 3px;
  font-size: 13px;
  font-weight: normal;
  font-weight: bold;
}
.box-cart table td {
  padding: 4px;
  margin: 0px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 15px;
  height: 15px;
  padding-left: 5px;
  vertical-align: middle;
}
.box-cart .qtde {
  width: 15px;
}
.box-cart .input_qtde {
  display: inline-block;
  width: 40px;
  background-color: var(--cor_fundo_base);
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  height: 18px;
  padding-top: 5px;
  margin-top: 0px;
  color: var(--azul_padrao_topo);
}
.box-cart .arrows {
  border: 0px solid red;
  width: 20px;
  height: 10px;
  float: right;
  margin-top: 0px;
  margin-right: 35px;
}
.box-cart .arrow_down {
  border: 0px solid red;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 13px;
  height: 8px;
  background: url(../../images/icons/updown.png) no-repeat -1px -9px;
  cursor: pointer;
}
.box-cart .arrow_up {
  border: 0px solid red;
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  width: 13px;
  height: 8px;
  background: url(../../images/icons/updown.png) no-repeat -1px 1px;
  cursor: pointer;
}
.box-cart .total_compra {
  font-weight: 600;
  padding-top: 10px;
  color: #666;
  border: 0px;
}
.box-cart .linet {
  text-decoration: line-through;
  color: #999;
}
.frete_result {
  border: 0px solid red;
  min-height: 27px !important;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  text-align: left;
  width: 245px;
  display: inline-block;
  margin-left: 10px;
}
#pedido_tipo_frete {
  width: 245px;
  font-size: 13px !important;
  padding: 3px !important;
}
#frete_cep {
  margin: 0px;
  margin-top: 0px;
  padding: 3px !important;
}
#tbl_calculo_frete {
  margin: 0px;
  padding: 0px;
  border: 0px !important;
}
#tbl_calculo_frete td {
  margin: 0px;
  vertical-align: middle !important;
  border: 0px solid red !important;
  font-size: 13px;
}
#tbl_calculo_frete td p {
  margin: 0px !important;
  padding: 0px !important;
}
#tbl_calculo_frete td a {
  font-size: 12px;
  text-decoration: none;
  color: var(--azul_padrao_topo);
}
/*cliente login*/
.my-add-on {
  margin-left: 0px !important;
  min-width: 130px !important;
  padding: 4px !important;
  text-align: right;
  background-color: hsl(201, 100%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#4cc0fe),
    to(#0095e5)
  );
  background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4cc0fe),
    color-stop(100%, #0095e5)
  );
  background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: linear-gradient(#4cc0fe, #0095e5);
  border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
  color: var(--cor_fundo_base) !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
  font-weight: normal !important;
}
.add-on-custom {
  background-color: hsl(201, 100%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#4cc0fe),
    to(#0095e5)
  );
  background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4cc0fe),
    color-stop(100%, #0095e5)
  );
  background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: linear-gradient(#4cc0fe, #0095e5);
  border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
  color: var(--cor_fundo_base) !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  font-weight: normal !important;
}
#f-cliente .add-on {
  width: 130px;
  text-align: right;
}
#f-cliente input {
  width: 225px;
}
/*table carrinho menu left*/
#tbl_carrinho_left {
  padding: 0px;
  margin: 0px;
  color: var(--cor_fundo_base) !important;
  z-index: 10;
  background: var(--cor_fundo_base);
  border-bottom: 2px solid var(--azul_padrao_topo);
  border: 1px solid var(--azul_padrao_topo);
  width: 268px;
}
#tbl_carrinho_left table {
  width: 100%;
}
#tbl_carrinho_left td {
  border-bottom: 1px dotted #ffffff;
}
#tbl_carrinho_left tr:last-child td {
  border-bottom: 0px dotted red !important;
}
#tbl_carrinho_left p {
  padding: 6px;
  color: #333;
}

/*carrinho bottom */
#tbl_carrinho_frete td {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  border: 0px inset red;
}
#tbl_carrinho_frete td button {
  margin-top: -8px !important;
}
#tbl_carrinho_frete td a {
  margin-top: -8px !important;
}
/*form Busca*/
.form-busca {
  width: 60%;
  border: 0px solid red;
  float: left;
  margin-left: 240px;
  margin-top: 25px !important;
}
.form-busca input {
  width: 415px;
  background: url(../../images/icons/lupa.png) no-repeat 5px center;
  background-color: var(--cor_fundo_base);
  padding: 5px;
  padding-left: 30px;
  height: 18px;
  font-size: 15px;
  /*border: 1px solid var(--azul_padrao_topo); */
}
.form-busca .btn {
  /*color:#666 !important;    */
}
/*form atendimento */

.separator-line {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
  padding: 0px;
  margin: 0px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #999;
  text-align: left;
  font-size: 14px;
}

#f-atd {
}
#f-atd .f-atd-required {
  color: red;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: verdana, arial;
}
#f-atd label {
  display: block;
  margin-top: 15px;
  letter-spacing: 0px;
  font-size: 1.1em;
}
#f-atd input[type='text'],
#f-atd input[type='password'],
#f-atd textarea {
  width: 400px;
  height: 14px;
  height: 18px\9;
  background: #efefef;
  border: 1px solid #dedede;
  padding: 10px;
  margin-top: 3px;
  font-size: 1.2em;
  color: #3a3a3a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#f-atd select {
  width: 400px;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #555;
}
#f-atd textarea {
  height: 80px;
  background: #efefef;
  resize: none;
}

#f-atd input:focus,
textarea:focus {
  border: 1px solid #97d6eb;
}
/*responsive*/
@media (max-width: 767px) {
  #f-atd input[type='text'],
  #f-atd input[type='password'],
  #f-atd textarea {
    width: 85%;
  }
  #f-atd select {
    width: 85%;
  }
  /*
    .box-item{
        width: 90%; 
    }
    */
}
.myAddr {
  width: 284px !important;
  color: #333;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border: 1px solid #999;
}
#atd-right {
  width: 60%;
  margin-top: -13px;
  border: 0px solid red;
}
#atd-right #atd-btn {
  float: right !important;
  margin-bottom: -20px;
}

#atd-dados {
  float: right;
  margin-top: 0px;
}
#atd-dados h5,
#atd-dados h4 {
  font-size: 16px;
  font-family: Arboria-Book;
  display: block;
  border: 0px solid red;
  margin-bottom: -10px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding-left: 40px;
  color: #666;
  font-weight: normal;
  text-align: right;
}

#atd-dados h5 {
  background: url(../../images/icons/phone2.png) no-repeat 0px 5px;
}

#atd-dados h4 {
  background: url(../../images/icons/mail2.png) no-repeat 0px 8px;
  text-align: left;
}

#atd-dados h6 {
  word-wrap: break-word;
  font-family: Arboria-Book;
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}

.page-content {
  margin-bottom: 60px;
}
.table-no-border td {
  border: 0px !important;
}
.page-content-w-border {
  border: 2px solid #e1e1e1;
  border: 1px solid #1ca1e4;
  min-height: 300px;
}
.page-content h1 {
  font-family: 'Open Sans', verdana, arial;
  font-size: 17px;
  font-weight: normal;
}
.page-content a {
  color: var(--azul_padrao_topo);
}
.page-content .btn {
}
.separator-bar i,
.page-content i {
  margin-top: 3px !important;
}

.separator-bar {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 30px !important;
  width: 100%;
  display: block;
  border: 0px solid red;
}
.separator-bar p {
  background-color: var(--azul_padrao_topo);
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  color: var(--cor_fundo_base);
  font-weight: normal;
  font-family: 'Open Sans', verdana, arial;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.separator-bar i {
  margin-top: 3px;
}
.page-content button i {
  margin-top: 1px !important;
}
.page-content a i {
  margin-top: 2px !important;
}
/*misc*/

.bg-gray {
  background-color: #e1e1e1 !important;
  color: #333 !important;
}
.bg-green {
  background-color: #58b058 !important;
  color: var(--cor_fundo_base) !important;
}
.btn-custom {
  background-color: hsl(201, 100%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#4cc0fe),
    to(#0095e5)
  );
  background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4cc0fe),
    color-stop(100%, #0095e5)
  );
  background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
  background-image: linear-gradient(#4cc0fe, #0095e5);
  border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
  color: var(--cor_fundo_base) !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom {
  background-color: hsl(222, 74%, 11%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AC1824", endColorstr="#A0141F");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#ac1824),
    to(#a0141f)
  );
  background-image: -moz-linear-gradient(top, #ac1824, #a0141f);
  background-image: -ms-linear-gradient(top, #ac1824, #a0141f);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ac1824),
    color-stop(100%, #a0141f)
  );
  background-image: -webkit-linear-gradient(top, #ac1824, #a0141f);
  background-image: -o-linear-gradient(top, #ac1824, #a0141f);
  background-image: linear-gradient(#ac1824, #a0141f);
  border-color: #a0141f #a0141f hsl(222, 74%, 4%);
  color: var(--cor_fundo_base) !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  -webkit-font-smoothing: antialiased;
}

.btn-custom-q {
  color: var(--cinza_padrao) !important;
}

.message_login {
  color: red;
  text-align: center;
  font-size: 13px;
}
.pad-5 {
  padding: 5px !important;
}
.mar-top-10 {
  margin-top: 10px !important;
}
.mar-top-30 {
  margin-top: 30px !important;
}
.mar-top-40 {
  margin-top: 40px !important;
}
.mar-top-50 {
  width: 99%;
  margin-top: 50px !important;
}
.mar-left-30 {
  margin-left: 30px !important;
}
.mar-left-120 {
  margin-left: 120px !important;
}
.text-size-14 {
  font-size: 14px;
}
.text-center {
  text-align: center !important;
}
.f-white {
  color: var(--cor_fundo_base) !important;
}
.placeholder {
  color: #aaa !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}
.w-33 {
  width: 33% !important;
}
.w-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
  display: block !important;
}
.f-left {
  float: left;
}
.border-red {
  border: 1px solid red;
}
.radius-3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.no-margin {
  margin: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-border {
  border: 0px !important;
}
.border-bottom {
  border: 0px !important;
  border-bottom: 1px solid #eee !important;
}
.border-top {
  border: 0px !important;
  border-top: 1px solid #eee !important;
}
.no-border td {
  border: 0px !important;
}
.margin-bottom-5 {
  margin: 0px;
  margin-bottom: 5px;
}
.f-small {
  font-size: 12px !important;
  color: #999;
}
.margin-auto {
  margin: 0 auto !important;
}
.margin-bottom-10 {
  margin: 0px;
  margin-bottom: 10px;
}
.center {
  text-align: center !important;
}
.table-td-center td {
  text-align: center !important;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.itop {
  margin-top: 1px !important;
}
.itop-3 {
  margin-top: 3px !important;
}
.i-top {
  margin-top: -3px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase !important;
}
.hide {
  display: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.hider {
  display: none !important;
}
.pointer {
  cursor: pointer;
}
.ui-effects-transfer {
  border: 1px dotted var(--azul_padrao_topo);
}
*:focus {
  -moz-outline-style: none !important;
  outline-style: none !important;
  outline: none;
  /*border: none !important;*/
  /*ie-dummy: expression(this.hideFocus=true) !important;*/
}
input:focus {
  -moz-outline-style: none !important;
  outline-style: none !important;
  outline: none !important;
  ie-dummy: expression(this.hideFocus=true) !important;
}
.invalid {
  border: 1px solid rgba(255, 37, 37, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
}
.invalid:focus {
  border: 1px solid rgba(255, 37, 37, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.carousel-indicators li {
  cursor: pointer !important;
  background-color: var(--azul_padrao_topo);
}

.carousel-indicators li.active {
  cursor: pointer !important;
  background-color: #000;
}
#carousel {
  font-family: sans-serif;
  margin-top: 0px;
  background-color: #fafafa;
  margin-bottom: 30px;
  border-bottom: 4px solid var(--cor_fundo_base);
}
#carousel .caption {
  background-color: #999;
}
#carousel .item a {
  color: #555;
  text-decoration: none;
}
#carousel .item a:hover {
  text-decoration: underline;
}
#ctrl-right,
#ctrl-left {
  position: absolute;
  cursor: pointer;
}

#carousel #ctrl-right {
  right: 25px;
  top: 45%;
  color: var(--cor_setas);
  border: 0px solid var(--azul_padrao_topo);
  background: none;
  font-size: 100px !important;
}
#carousel #ctrl-left {
  left: 10px;
  top: 45%;
  color: var(--cor_setas);
  background: none;
  border: 0px solid #333;
  font-size: 100px !important;
}
#carousel > a {
  top: 50% !important;
  position: absolute !important;
}

#carousel .carousel-caption {
  height: 70px !important;
  min-width: 400px;
  position: absolute;
  left: 60px;
  top: 50px;
  border: 0px solid red;
  background: none;
}
#carousel .carousel-caption:hover {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

#carousel .carousel-caption h4 {
  font-size: 24px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: inline-block;
  color: #333;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 5px 0px;
  -webkit-border-radius: 5px 0px 5px 0px;
  position: absolute;
}

#carousel .carousel-caption p {
  font-size: 13px;
  background: rgba(60, 62, 63, 0.8);
  padding: 6px;
  display: inline-block;
  color: var(--cor_fundo_base);
  border-radius: 0px 5px 0px 5px;
  position: relative;
  top: 50px;
}
.carousel-indicators {
  top: 90%;
  right: 25px;
  z-index: 31;
}
.carousel-inner a,
.carousel-inner a:hover {
  text-decoration: none !important;
}

@media (max-width: 480px) {
  #carousel .carousel-caption {
    height: 40px !important;
    position: absolute;
    left: 60px;
    top: 20px;
  }
  #carousel .carousel-caption h4 {
    font-size: 15px;
  }
  #carousel .carousel-caption p {
    font-size: 12px;
    background: rgba(60, 62, 63, 0.8);
    padding: 6px;
    display: inline-block;
    color: var(--cor_fundo_base);
    border-radius: 0px 5px 0px 5px;
    position: relative;
    top: 50px;
  }
}

.up2top {
  cursor: pointer;
  opacity: 0.5;
  padding: 3px;
  display: none;
  /*
    border: 1px solid #999;
    background: #fafafa
    */
}
/*
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
*/

#breadcrumb {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}

.bread {
  height: 44px;
  background: url(../../images/layout/greybar_slice.png);
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.bread li {
  padding-left: 8px;
  background: url(../../images/layout/bread.gif) no-repeat -130px 0px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  min-width: 220px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.bread li.active {
  color: var(--azul_padrao_topo);
}

.greybar {
  background: url(../../images/layout/greybar_slice.png) repeat-x;
  height: 44px;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-left: 10px;
}
.pushfooter {
  clear: both;
  height: 100px;
  background-color: var(--cor_fundo_base);
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  margin-left: 0px !important;
  border: 0px solid red !important;
  opacity: 0.9;
  z-index: 999999;
  width: 100%;
  /*background: #333 !important; */
}
.fixed .logo {
  display: none !important;
}
.fixed #logo-row {
  display: none !important;
}

.fixed inputs {
  background: #333 !important;
  color: var(--cor_fundo_base) !important;
  border: 1px solid #333 !important;
}
.fixed #logo-carts {
  display: none;
}
.bumps {
  border: 0px solid red !important;
  margin-top: 208px !important;
  margin-bottom: 143px !important;
}
.fixed-focus {
  background-color: #f0f0f0 !important;
}

.social {
  margin-top: 90px;
  width: 100%;
  text-align: right;
}

.b-red {
  border: 1px solid red;
}

/*Tabs*/
.myTaber .active a {
  color: #333 !important;
}
.myTabers {
  border-bottom: 1px solid #495258;
}
.myTaber a {
  min-width: 90px;
  height: 16px !important;
  background-color: var(--azul_padrao_topo);
  color: var(--cor_fundo_base);
  text-align: center;
}
.myTaber a:hover {
  min-width: 90px;
  height: 16px !important;
  background-color: var(--azul_padrao_topo);
  color: #333;
  text-align: center;
}
.myTaber .tab-update {
  background: url(../../images/layout/active.png) !important;
}
.myTaber-content {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-top: -20px;
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.f-gray {
  color: #333 !important;
}
.f-blue {
  color: var(--azul_padrao_topo) !important;
}
.font-custom {
  color: var(--azul_padrao_topo);
}
.font-bold {
  font-weight: bold;
}
.font-black {
  font-family: 'Open Sans', verdana, arial, sans-serif;
  color: #000 !important;
}
.font-white {
  color: var(--cor_fundo_base) !important;
}
.font-red {
  color: red !important;
}
.font-gray {
  color: #666 !important;
}
.status-compra {
  height: 90px;
  width: 420px;
  background: url(../../images/layout/status-finaliza.png) no-repeat;
  border: 0px solid red;
  margin: 0 auto;
}
.status-compra.identificacao {
  background-position: 0px 0px;
}
.status-compra.entrega {
  background-position: 0px -80px;
}
.status-compra.pagamento {
  background-position: 0px -160px;
}
.status-compra.confirmacao {
  background-position: 0px -240px;
}
.status-compra.finalizado {
  background-position: 0px -320px;
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/*RIBON MINI BANNERS*/
.banner_t3 {
  margin: 0px;
  padding: 0px;
  border: 1px solid #ffffff !important;
  display: inline-block;
  margin-right: 3px;
  float: left;
  max-width: 285px;
}
.banner_t3 img {
  max-width: 285px;
}
.b-gray {
  border: 1px solid #ffffff;
  margin-right: 4px;
}
.ribon-x {
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
  background: url(../../images/layout/ribon.png) no-repeat;
  font-family: 'Open Sans' !important;
}

.ribon-x h1,
.ribon-x p {
  margin: 0px;
  padding: 0px;
  color: var(--cor_fundo_base);
  padding-left: 45px;
  font-weight: normal;
  text-align: center;
}
.ribon-x h1 {
  padding-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
}
.ribon-x p {
  font-size: 16px;
  text-transform: uppercase;
}

.cbp-hssubmenu *,
.cbp-hsmenu *,
#cbp-hsmenu * {
  z-index: 100000 !important;
}
.label,
.label-important {
  z-index: 100 !important;
}
#cbp-hsmenu-wrapper {
  z-index: 100000 !important;
}

.parcelamento {
  border: 0px solid red;
  display: block;
  float: left;
}
.parcelamento h5 {
  font-size: 16px;
}
.parcelamento .parcelas-pagseguro {
  width: 25%;
  float: left;
  display: block;
  border: 0px solid red;
  font-size: 12px !important;
}
.parcelamento .parcelas-pagseguro span {
  margin: 2px;
  padding: 5px;
  width: 90%;
  display: block;
  background: #f0f0f0;
}
.parcelamento a {
  font-size: 13px !important;
}
.parcelamento label {
  font-size: 12px !important;
}

/*ul{    margin: 0;    padding: 0;    list-style: none;}*/
#breadcrumbs-one {
  margin: 0px;
  margin-bottom: 10px;
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  list-style: none;
}

#breadcrumbs-one li {
  float: left;
}

#breadcrumbs-one a {
  padding: 0.7em 1em 0.7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ddd;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f5f5f5),
    to(#ddd)
  );
  background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
  background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
  background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
  background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
  background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs-one li:first-child a {
  padding-left: 1em;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
  background: var(--cor_fundo_base);
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after {
  z-index: 2;
  border-left-color: #ddd;
}

#breadcrumbs-one a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#breadcrumbs-one a:hover::after {
  border-left-color: var(--cor_fundo_base);
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
  font-weight: bold;
  background: none !important;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
  content: normal;
}

/*-----------------------------------*/

#breadcrumbs-two {
  /* Clear floats */
  overflow: hidden;
  width: 100%;
  list-style: none;
}

#breadcrumbs-two li {
  float: left;
  margin: 0 0.5em 0 1em;
}

#breadcrumbs-two a {
  background: #ddd;
  padding: 0.7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

#breadcrumbs-two a:hover {
  background: #99db76;
}

#breadcrumbs-two a::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before {
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a:hover::after {
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover {
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before {
  content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-three {
  /* Clear floats */
  overflow: hidden;
  width: 100%;
  list-style: none;
}

#breadcrumbs-three li {
  float: left;
  margin: 0 2em 0 0;
}

#breadcrumbs-three a {
  padding: 0.7em 1em 0.7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  background: #ddd;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 0.4em 0 0 0.4em;
  -webkit-border-radius: 0.4em 0 0 0.4em;
  border-radius: 0.4em 0 0 0.4em;
}

#breadcrumbs-three a:hover {
  background: #abe0ef;
}

#breadcrumbs-three a::after {
  background: #ddd;
  content: '';
  height: 2.5em;
  margin-top: -1.25em;
  position: absolute;
  right: -1em;
  top: 50%;
  width: 2.5em;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}

#breadcrumbs-three a:hover::after {
  background: #abe0ef;
}

#breadcrumbs-three .current,
#breadcrumbs-three .current:hover {
  font-weight: bold;
  background: none;
}

#breadcrumbs-three .current::after {
  content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-four {
  /* Clear floats */
  overflow: hidden;
  width: 100%;
  list-style: none;
}

#breadcrumbs-four li {
  float: left;
  margin: 0 0.5em 0 1em;
}

#breadcrumbs-four a {
  background: #ddd;
  padding: 0.7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

#breadcrumbs-four a:hover {
  background: #efc9ab;
}

#breadcrumbs-four a::before,
#breadcrumbs-four a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #ddd;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}

#breadcrumbs-four a::before {
  left: -0.5em;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-four a:hover::before {
  background: #efc9ab;
}

#breadcrumbs-four a::after {
  right: -0.5em;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#breadcrumbs-four a:hover::after {
  background: #efc9ab;
}

#breadcrumbs-four .current,
#breadcrumbs-four .current:hover {
  font-weight: bold;
  background: none;
}

#breadcrumbs-four .current::after,
#breadcrumbs-four .current::before {
  content: normal;
}

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: fixed;
  background-color: WHITE;
  width: 1349px;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: '';
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

@media (max-width: 750px) {
  .box-cart .input_qtde {
    display: inline-block;
    width: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    height: 18px;
    padding-top: 3px;
    margin-top: 0px;
    color: #17032f;
    margin-left: 5px;
  }

  .box-cart .arrows {
    border: 0px solid red;
    width: 20px;
    height: 10px;
    float: right;
    margin-top: 0px;
    margin-right: 15px;
  }

  .box-cart table th {
    background: #eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color: #555;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    border-top: 1px solid #ddd;
  }
}
