/****************** REGRAS GERAIS ******************/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}
::-moz-selection {
  color: #fff; background: #000000;
}
::selection {
  color: #fff; background: #000000;
}
input, textarea, select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight:400;
  -webkit-appearance: none;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}
select {
  -moz-appearance:none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color:#000000!important;
  color:#000000;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="radio" i], input[type="checkbox" i] {
  border: 1px solid #e0e0e0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
input[type="checkbox"]:checked {
  border-color: #000000;
  padding: 5px;
  background: center no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAGZJREFUOBFjYIAAdSC1Hog/AfF/AhikBqQWpAcMQIwPQExII7o8SA/YEJBp6JLE8tczAjWDnMQLxOSAzyADQLaRDZjI1gnVOGoAA8PgCIPPFETlZ5AX9lJgAFgvxZkJ5ACQIWRlZwBaOUkK7RLWRAAAAABJRU5ErkJggg==');
  background-size: 8px 8px;
}
input[type="radio"]:checked {
  border-color: #000000;
  background: center no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAGZJREFUOBFjYIAAdSC1Hog/AfF/AhikBqQWpAcMQIwPQExII7o8SA/YEJBp6JLE8tczAjWDnMQLxOSAzyADQLaRDZjI1gnVOGoAA8PgCIPPFETlZ5AX9lJgAFgvxZkJ5ACQIWRlZwBaOUkK7RLWRAAAAABJRU5ErkJggg==');
  background-size: 8px 8px;
}
input[type="text"],
input[type="number"] {
  color: #000000;
  border: 1px solid #e0e0e0;
}
.MainContainer {
  padding:0;
}
.buttonForm:hover {
  opacity: .9;
}
.FCLabelPw div .TxtErr {
  color:#000000;
}
.FCLabelPw a {
  color:#000000;
}
/****************** BOX COM INFOMAÇÕES NA HOME ******************/
.box-news{
  display: block;
  margin: 25px 0 41px 0;
  width: 100%;
  overflow: hidden;
}
.box-news .wrap-list{
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  border: solid 2px #000000;;
}
.box-news .wrap-icon,
.box-news .wrap-text{
  display: table-cell;
  vertical-align: middle;
}
.box-news .list-item{
  display: table-cell;
  padding: 0 12px;
  text-align: left;
  vertical-align: top;
}
.box-news .news-icon{
  float: left;
  padding: 3px;
  margin-right: 15px;
}
.box-news .news-title{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000 ;
  font-weight: 700;
}
.box-news .news-description{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
}
#icon-truck{
  fill: red;
}
.MagicScroll {
  margin-bottom: -8px!important;
}
.MagicScroll .mcs-items-container .mcs-item:hover .hover-image{
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0s;
}
.MagicScroll .mcs-items-container .mcs-item:hover img{
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0s;
}
.MagicScroll .mcs-items-container .mcs-item .hover-image{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
}

/************* ESCONDE ELEMENTOS ************/
#idBadgeAllFC,
.FCHome .InfoBanners,
.FCHome .left-bar,
.FCHome #idPageHistory{
  display: none;
}
.FCProduct #idPageHistory,
.FCContact #idPageHistory,
.FCContact .InfoBanners,
.FCProduct .InfoBanners{
  display: none;
}

/************* CUSTOMIZAÇÃO DA PÁGINA DE CONTATO ************/
.captchaImg {
  margin: 0 0 0 15px;
  width: auto;
  height: 46px;
}
.FCContact .EstRequiredField{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #757575;
  font-weight:500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FCContact .Titulos{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height:33px;
}
.FCContact .buttonForm{
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
}
.FCContact #FormContactFC{
  margin-bottom: 35px;
}
.FCContact .MainContainer{
  padding: 0;
}
.FCContact p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}
.FCContact #FCFormContainer{
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
  background-color: #fff;
}
.FCContact .inputsContainer textarea{
  height: 200px;
  border: solid 1px #E0E0E0;
}
.FCContact .inputsContainer input[type="text"],
.FCContact .inputsContainer input[type="email"],
.FCContact .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #E0E0E0;
  color: #000000;

}
.FCContact .FCLabelForm {
  margin:0 0 6px 0;
}
.FCContact input#Nome, .FCContact input#Email {
  margin-bottom:4px;
}
.FCContact textarea#Mensagem {
  margin-bottom: 20px;
}
.FCContact .inputButton {
  margin: 22px 0 26px 0;
}
/************* CUSTOMIZAÇÃO DA PÁGINA DE CARRINHO ************/
.FCCart #idTDFreightSimulationFC #idBut {
  background-color: #000000;
}
.FCCart .ZipTitType {
  color: #757575;
}
.FCCart .ZipName {
  color: #616161;
}
.FCCart .ZipObsVal {
  color: #757575;
}
.FCCart .ZipValue {
  color: #000000;
}
.FCCart .FCCartCupomError {
  color: #000000;
  text-transform: initial;
}
.FCCartLeftCol {
  width: 100%;
}
.FCCartRightCol {
  display: none;
}
.FCCartContainer{
  max-width: 1170px;
  min-height: 400px;
}
.FCCart .Titulos{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height:33px;
}
.FCCart p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}
.FCCart p br {
  display: none;
}
.FCCart #idTxtLinkCatFC {
  display:none;
}
.FCCart #idFCContent {
  min-height: 163px;
}
.FCCart #idTxtRecalculateFC,
.FCCart #idTxtRecalculateFC b{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: #757575;
  font-weight: 400;
}
.FCCart #idTxtRecalculateFC{
  margin-bottom: 37px;
}
.FCCart .FCCartRespTable{
  border: 1px solid #eeeeee;
}
.FCCart .FCCartRespTable tbody tr td{
  text-transform: uppercase;
}
.FCCart .FCCartRespTable tbody tr td input[type="text"],
.FCCart .FCCartRespTable tbody tr td input[type="number"]{
  text-align: center;
  font-size: 12px;
  color: #757575;
}
.FCCart .EstTabPedidoNome, .EstTabPedidoAdicNome, .EstTabPedidoAdicItem{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #757575;
  font-weight: 400;
  text-transform: initial;
}
.EstTabPedidoAdicItem {
  font-weight: 500;
  color: #757575;
  float: left;
  text-align: left;
}
.EstTabPedidoAdicNome {
  color: #757575;
  float: left;
  text-align: left;
  margin-right: 3px;
}
.FCCart a.EstTabPedidoNome {
  display: block;
  margin-bottom: 6px;
  text-align: left;
}
span.EstTabPedidoAdicNome:after {
  content: ":";
}
.FCCart .BotExcluir {
  background: url('https://www.rumo.com.br/lojas/00037750/images/BotExcluir.PNG') center center no-repeat;
  background-size: auto 100%;
  width: 16px;
  height: 16px;
  display: block;
  margin: 10px auto 0 auto;
}
.FCCart .BotExcluir:hover{
  opacity: .7;
}
.FCCart .BotExcluir img{
  opacity: 0;
}
.FCCart .EstTabPedidoTit{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 500;
  padding: 17px 20px;
  text-transform: uppercase;
  background: #ffffff;
}
.FCCart span.FCCartCupomLabel {
  text-transform: initial;
  color: #757575;
}
.FCCart .EstTabPedidoTit,
.FCCart .FCCartRespTable tbody tr td{
  text-align: center;
}
.FCCart .FCCartContainer .FCCurrencyLabel,
.FCCart .FCCartContainer .FCPrice,
.FCCart .FCCartContainer .FCPriceInt,
.FCCart .FCCartContainer .FCPriceCent,
.FCCart span.FCCartWeightValue,
.FCCart span.FCCartWeightUnit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #757575;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FCCart .FCCartItemsPrice .FCPrice .FCCurrencyLabel,
.FCCart .FCCartItemsPrice .FCPrice .FCPriceValue .FCPriceInt,
.FCCart .FCCartItemsPrice .FCPrice .FCPriceValue .FCPriceCent{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #000000;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FCCart span.FCCartQtyLabel {
  text-transform: capitalize;
}
.FCCart .FCCartStillShopping button,
.FCCart .FCCartRecalculate button{
  border-radius: 0;
  height: 60px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #000000;
  border: 1px solid #000000;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FCCart .FCCartBuy button{
  border-radius: 0;
  height: 60px;
  background-color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #fff;
}
.FCCart .InfoBanners,
.FCCart #idPageHistory{
  display: none;
}
#FCCartRightSubtotals ul li:first-child,
#FCCartSmallSubtotals ul li:first-child,
#FCCartSmallTaxDiscount ul li:first-child,
#FCCartRightWrapTotal ul li:first-child,
#FCCartRightWrap ul li:first-child,
#FCCartSmallSubtotalPrice ul li:first-child,
#FCCartSmallWrap ul li:first-child,
#FCCartSmallWrapTotal ul li:first-child,
#FCCartRightTaxDiscount ul li:first-child,
#FCCartRightSubtotalPrice ul li:first-child,
#FCCartSmallCupom ul li:first-child {
  padding: 20px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 500;
}
#FCCartRightSubtotals ul li:last-child,
#FCCartSmallSubtotals ul li:last-child,
#FCCartSmallTaxDiscount ul li:last-child,
#FCCartRightWrapTotal ul li:last-child,
#FCCartSmallSubtotalPrice ul li:last-child,
#FCCartSmallWrap ul li:last-child,
#FCCartSmallWrapTotal ul li:last-child {
  font-weight: bold;
  padding: 20px !important;
}
#FCCartRightSubtotals > ul.FCCartItemsPrice > li.FCCartPriceValue{
  padding: 19px !important;
}
.FCCart .FCCartItemsQty{
  text-align: left;
  font-weight: 400 !important;
}
.FCCart .FCCartPriceValue{
  text-align: center;
}
.FCCart .FCCartItemsPrice .FCPrice .FCCurrencyLabel,
.FCCart .FCCartItemsPrice .FCPrice .FCPriceValue .FCPriceInt,
.FCCart .FCCartItemsPrice .FCPrice .FCPriceValue .FCPriceCent {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 500;
}
#FCCartSubtotals > td.FCCartItemsPrice > span > span.FCPriceValue > span.FCPriceInt{
  font-size: 18px;
}

#FCCartRightCupom{
  border-top: 0;
}

#FCCartRightFreightSimulation,
#FCCartRightSubtotals > ul:nth-child(2) > li.FCCartWeightLabel,
#FCCartRightSubtotals > ul:nth-child(2) > li.FCCartWeight{
  display: none;
}
#FCCartSubtotals > td.FCCartSubtotalsLabel{
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#FCCartCupom > td.FCCartCupomInfo{
  text-align: left;
  padding: 20px;
}
{
  text-transform: initial;
  color: #607D8B;
}
#FCCartCupom > td.FCCartCupomInfo #Cupom{
  margin-left: 16px;
  height: 40px;
  border: 1px solid #e0e0e0;
  text-align: left;
}
#FCCartRightCupom{
  padding: 35px 0 25px 0 !important;
}
#FCCartRightCupom .FCCartCupomLabel{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
  color: #90a4ae;
}
#FCCartRightCupom .FCCartCupomInput{
  height: 40px;
  margin-bottom: 21px;
}
#FCCartCupomBut{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 13px 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  background-color: #fafafa;
  color: #000000;
}
#FCCartCupomBut:hover,
#FCCartRightFreightSimulationBut:hover,
#FCCartSmallFreightSimulationBut:hover {
  background-color: #000000;
  color: #ffffff;
}
#FCCartButtons ul li{
  padding: 0 3.3% 0 0;
  margin-right: 0.5%;
}
#FCCartButtons ul li:last-child{
  padding: 0 0 0 0;
  margin-right: 0;
}
#FCCartButtons {
  margin: 40px 0 55px 0;
}
#FCCartRightBuyBut{
  margin-top: 0;
}
#FCCartRightSubtotals > ul.FCCartItemsPrice > li.FCCartSubtotalsLabel{
  white-space: initial;
}
.FCCart .FCCartItemCont tbody tr td {
  border-top: 0px solid #fff;
  border-right: none;
  padding: 15px 0!important;
}
.FCCart .FCCartItemProdImg {
  border: none;
}
.FCCart .FCCartRespTable td {
  border-right: 1px solid #eeeeee;
}
.FCCart td.EstTabPedidoTit.FCCartItemTh {
  text-align: left!important;
}
.FCCart td.EstTabPedido.FCCartItemCont,
.FCCart td.FCCartTotalPrice.not-on-small,
.FCCart td.FCCartUnitPrice.not-on-small,
.FCCart td.FCCartQty.not-on-small,
.FCCart td.FCCartItemWeight.not-on-small {
  padding: 20px;
}
.FCCart .FCCartRespTable .FCCartTableTit,
.FCCart .FCCartRespTable tbody tr td,
.FCCart .FCCartRespTable tfoot tr td {
  padding: 14px;
}
.FCCart .FCCartItemProdImg img {
  width: 80px;
  height: auto;
}
.FCCart .FCCartQtyInput {
  width: 35px;
  height: 35px;
}
.FCCart #FCCartFreightSimulationBut {
  background-color: #fff;
  color: #000000;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #000000;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.FCCart #FCCartFreightSimulationBut:hover {
  background-color: #000000;
  color: #fff;
}
.FCCart span.EstTabPedidoRef, .FCCart .FCCartProdFilter {
  display: none;
}
/************* CUSTOMIZAÇÃO DO BOX DE PRODUTO ************/
.prices br,
.currency a {
  display: none
}
.old-price,
.por,
.currency,
.int,
.dec,
.prices .price{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  display: inline-block;
}
.por {
font-weight:300;
}
span.int {
  margin-left:4px;
}
.old-price span{
  text-decoration: line-through;
}
.prices{
  margin-top: 0;
}
.installments{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #9e9e9e;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 4px;
}

.DivIntListProdProd {
  width: 100%;
}
.DivListProd:hover{
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.DivListProdImagemProd .EstImgFC
{
  max-width: 100%;
  max-height: 255px;
  border: 1px solid #eeeeee;
}
.DivListProd .DivListProdSpy,
.DivListProd .DivListProdDetails{
  display: none;
}

.FCHome .DivListProdNomeProd {
  margin-top: 8px;
}
.FCHome .DivListProd{
  border: none;
  min-width: 25%;
  margin: 0 auto!important;
  padding: 0.5em!important;
  min-height: 440px;
}
.installments{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  color: #9e9e9e;
}
.ProductList .por {
  font-size: 12px!important;
  font-weight: 400!important;
  margin-left: 4px;
  -webkit-font-smoothing: antialiased;
}
.ProductList .de {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/************* CUSTOMIZAÇÃO HOME ************/

.MainHomeBoxTitFC{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding:0;
  margin-bottom: 29px;
}
.MainHomeBoxTitFC h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom:12px;
}
a.veja-mais-produtos{
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #757575;
  font-weight: 600;
  text-rendering:geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/************* AJUSTE DO TOPO ************/
.MainContainer.header{
  height: auto;
  box-sizing: border-box;
}
.MainContainer .FullSpaceFC {
  margin:30px 0;
}
.HeaderMainMenuFC{
  border: none;
  background-color: #000000;
  text-align: center!important;
}
.HeaderMenuULFC{
  margin-top:0;
  text-align: center;
}
.HeaderMenuULFC #idMenuCat1{
  position: relative;
  transition: height .5s ease;
}
.HeaderMenuULFC #idMenuCat1 > li{
  cursor: pointer;
  padding: 0 !important;
  float: none;
  display: inline-block;
  text-align: left;
}
.HeaderMenuULFC #idMenuCat1 > li > ul{
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 230px;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  height: 0;
  display: block;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: none;
  transition: all .5s ease;
}
.HeaderMenuULFC #idMenuCat1 > li > ul > li a{
  color: #757575;
  width: 100%;
  font-weight: 400;
}
.HeaderMenuULFC #idMenuCat1 > li > ul > li:hover a{
  color: #000000;
}
.HeaderMenuULFC #idMenuCat1 > li > ul > li a.PathCatActive{
  color: #000000 !important;
  background: transparent;
}
.HeaderMenuULFC #idMenuCat1 > li > ul > li{
  display: inherit;
  text-align: left;
}

.HeaderMenuULFC #idMenuCat1 > li._active {
  background: #212121;
}
.HeaderMenuULFC #idMenuCat1 > li._active > ul{
  opacity: 1;
  height: auto;
  display: block;
}
/* Insere a borda lateral entre os itens */
#idPathCat310426 {
  border-left: 1px solid #454545;
}
.HeaderMenuULFC #idMenuCat1 .PathCat1{
  margin-left: 0px !important;
  width: 100%;
  display: block;
}
.HeaderMenuULFC .EstListCat li:hover a{
  color: #fff;
}
.HeaderMenuULFC .EstListCat li a.PathCatActive{
  width: 100%;
  color: #fff !important;
  background: #212121;
}

.HeaderMenuULFC .EstListCat li{
  display: inline-block;
  padding: 0 !important;
}
.HeaderMenuULFC .EstListCat li a{
  padding: 21px 17px 23px 12px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.HeaderMenuULFC #idMenuCat1 > li._active > ul li:first-child a {
  padding-top:16px;
}
.HeaderMenuULFC #idMenuCat1 > li._active > ul li:last-child a {
  padding-bottom:16px;
}
.HeaderMenuULFC #idMenuCat1 > li._active > ul li a {
  padding: 8px 8px 8px 2px;
}
.HeaderMenuULFC a:hover{
  //background: rgba(255, 255, 255, 0.08);
}
.HeaderMenuULFC a:hover li{
  background: transparent;
}
.HeaderMenuULFC a li {
  padding: 0;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-rendering: geometricPrecision;
}
.HeaderMainMenuFC .mobile-menu-header{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  letter-spacing: 0.4px;
}
.HeaderMainMenuFC .mobile-menu-header .mobile-menu-item{
  width: 50%;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
}
.HeaderMainMenuFC .mobile-menu-header .mobile-menu-item .HeaderLogoSmall{
  display: block;
  height: 40px;
  margin: 8px auto 0 auto;
}
.HeaderMainMenuFC .mobile-menu-header .mobile-menu-item .mobile-cart{
  position: relative;
  font-size: 12px;
  display: inline-block;
  float: right;
  margin-right: 16px;
  margin-top: 17px;
}
.HeaderMainMenuFC .mobile-menu-header .mobile-menu-item .mobile-cart svg{
  height: 24px;
  width: 24px;
}
.HeaderMainMenuFC .mobile-menu-header .mobile-menu-item .amount{
  position: absolute;
  right: -1px;
  top: -8px;
  padding: 2px 6px;
  background: #E0E0E0;
  color: #000;
  border-radius: 15px;
  line-height: 1.1em;
  transform: translate3d(50%,0,0);
  height: 18px;
}
.HeaderMainMenuFC .mobile-menu-header .icon{
  position: absolute;
  left: 10px;
  top: 21px;
}
.HeaderMainMenuFC .mobile-menu-header .icon .bar{
  width: 20px;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  transition: all .5s ease;
}
.HeaderMainMenuFC .mobile-menu-header._active .icon .bar_01{
  transform: rotate(45deg);
  transform-origin: 4px 7px;
}
.HeaderMainMenuFC .mobile-menu-header._active .icon .bar_02{
  opacity: 0;
  width: 0;
  margin-left: 11px;
}
.HeaderMainMenuFC .mobile-menu-header._active .icon .bar_03{
  transform: rotate(-45deg);
  transform-origin: 4px -5px;
}
.HeaderMenuOneFC ul li.login-menu a{
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.HeaderMenuOneFC ul li.login-menu a.exit-button{
  color: #757575;
}
.HeaderMenuOneFC li.login-menu {
  margin-right:15px;
}
.HeaderLoginMainFC .loginInfo a,
.HeaderLoginMainFC .loginInfo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #757575;
}
.HeaderLoginMainFC .loginInfo a:hover {
  color: #000000;
}
.HeaderLoginMainFC {
  float: left;
  position: relative;
  top: 76px;
}
.HeaderMenuOneFC.hide-small {
  color:#566D77;
  text-rendering: geometricPrecision;
  font-weight:400;
}
.HeaderMenuOneFC ul li.default-menu a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #757575;
  font-weight: 300;
  margin: 0 6px 0 0;
}
.HeaderMenuOneFC ul li.default-menu:hover a {
  color:#000000;
}
.HeaderMenuOneFC ul li.default-menu:last-child a {
  font-weight:500!important;
}
.FCMyAccount .HeaderMenuOneFC ul li.default-menu:nth-child(3) a,
.FCContact .HeaderMenuOneFC ul li.default-menu:nth-child(4) a{
  font-weight: 400;
}
.btn-sent{
  width: 66px;
  height: 46px;
  padding-top: 6px;
  background-color: #fff;
  box-shadow: none;
}
.btn-sent:hover {
  opacity: 0.6;
  background: #ffffff;
}
.FCToolBarForm input[type="text"]{
  height: 46px;
}
div#DivSearch {
  margin-top: 58px;
  border: 1px solid #eeeeee;
}
.HeaderLogo {
  width: 132px;
}
.HeaderLogoSmall{
  display: none;
}
.FCCurrencyLabel,
.FCPrice,
.FCPriceInt,
.FCPriceCent{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

span#idCartItemsTop {
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-right: 5px;
}
span#idCartItemsTop:before {
  content: '('
}
span#idCartItemsTop:after {
  content: ')'
}
.mss-slide > img.mss-slide-img{
  height: 100%;
  width: auto;
}
.mss-button span, .mss-arrow span {
  width: 52px!important;
  height: 52px!important;
  background-color: transparent!important;
  border: 2px solid #fff!important;
  border-radius:50px!important;
}
.mss-horizontal .mss-arrow-prev span {
  left: 10px!important;
  background-position: -67px -18px!important;
}
.mss-horizontal .mss-arrow-next span {
  right: 10px!important;
  background-position: -102px -18px!important;
}
.mss-selectors-horizontal .mss-bullets {
  height: 48px!important;
}
.mss-bullets .mss-selector {
  margin:3px!important;
}
.HeaderMenuToolbarFC{
  display: none;
}
.FCToolBarContainer{
  width: 100%;
  max-width: 1170px;
}
.FCToolBarContainer .wrap-list .list-item{
  list-style-type: none;
}
.FCToolBarContainer .FCToolBarForm {
  float: none;
  /*margin: 0;*/
  width: 90%;
  position: relative;
  margin: -3px auto;
}
.FCToolBarContainer .FCToolBarForm input[type="text"]{
  width: calc(100% - 68px);
}
.FCToolBarContainer .FCToolBarLogo{
  float: none;
}
.HeaderCartMainIconFC.ToolBarCustom {
  top: 5px;
}

.HeaderCartMainFC{
  height: 48px;
  text-align: left;
  position: relative;
  top: 58px;
  width: initial;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 12px 15px;
}

.HeaderCartMainFC > a{
  display: inline-block;
  //margin-right: 16px;
}
.HeaderCartMainFC > a .HeaderCartMainIconFC{
  width: auto;
  height: auto;
  float: none;
  position: relative;
  top: initial;
  margin-right: 10px;
}
.HeaderCartMainFC > a .HeaderCartMainItemTotalFC{
  height: auto;
  position: relative;
  top: -2px;
}

#idCartItemsToolTop, a #HeaderCartItemFC {
  color: #37474F;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
span#idCartTotalToolTop {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  color: #8BC34A;
  font-size: 14px;
  font-weight: 500;
}

.MainContainer.header > .row{
  font-size: 0;
}
#DivSearch{
  font-size: 0;
}
#DivSearch > input{
  width: calc(100% - 66px);
  display: inline-block;
  vertical-align: top;
  background: #F6F6F6;
  border: 2px solid #ffffff;
}
#DivSearch > input:focus {
  border-color: #ffffff!important;
}
#DivSearch > a{
  display: inline-block;
  float: none;
}
.HeaderMenuOneFC ul{
  margin: 0 0 7px 0;
}
.generic-col{
  //outline: 1px solid red;
  padding: 2px 13px;
}
.generic-col:nth-child(2){
  padding: 2px 3.7%;
}
/***************** CAMPO DE BUSCA ******************/
.wrap-mobile-search{
  background: #FAFAFA;
  border-bottom: 1px solid #F6F6F6;
}
.mobile-search{
  display: none;
  width: 93%;
  margin: 20px auto;
}
.mobile-search input[type="text"],
.mobile-search input[type="number"]{
  border: solid 1px #eeeeee;
  font-size: 14px;
}
.InputTextBusca{
  height: 46px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}

/***************** RESULTADO DA BUSCA / NOT FOUND ******************/

.tctList div#idPathSearchNotFoundFC {
  height: 75px;
  position: relative;
  top: 28px;
}
.ProductList #idFCContent {
  text-align: center;
}
.ProductList div#TabTitProd #idUlPathSearchFC {
  float: inherit;
  /*margin:30px 0 25px 0;*/
}
.ProductList span#idSearchNotFoundFC {
  font-size:18px;
  font-weight:600;
  text-rendering: geometricPrecision;
  color: #000000;
}
.ProductList div#idTxtNewSearchNotFoundFC, .ProductList div#idTxtCatNotFoundFC {
  font-weight: 400;
  text-rendering: geometricPrecision;
  font-size:14px;
  margin-bottom:6px;
  color: #757575;
}

.Error404Page .FCError404h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  margin: 94px 0 3px 0;
  line-height: 30px;
}

.Error404Page .FCError404h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #757575;
  margin-bottom:15px;
  font-weight: 400;
}

body.FCCustom.Error404Page .left-bar, body.FCCustom.Error404Page .InfoBanners, body.FCCustom.Error404Page #idPageHistory {
  display: none;
}

body.FCCustom.Error404Page .col-large-9 {
  width:100%;
}

body.FCCustom.Error404Page article#idFCContent {
  min-height: 250px;
}

div#idTxtCatNotFoundFC {
  display: none;
}

/***************** CARROSSEL HOME ******************/

.mcs-button-arrow {
  color: #9E9E9E;
}
.MagicScroll-horizontal .mcs-button-arrow-prev:hover:before,
.MagicScroll-horizontal .mcs-button-arrow-next:hover:before {
  color: #000000;
}
.mcs-item img {
  width:140px;
}

/***************** DETALHE DO PRODUTO ******************/
.ProductDet .EstParc,
.EstParc font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  color: #9e9e9e!important;
  font-weight: 200!important;
  text-transform: initial;
}
.ProductDet .EstParc {
  margin-left: 4px;
}
.ProductStyleULFC li.ProdRating a{
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #9E9E9E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ProductStyleULFC li{
  margin-bottom: 10px;
}
.ProductStyleULFC h1{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#zoom2{
  outline: 1px solid #eeeeee !important;
  margin-bottom: 15px;
}
.FCGridBtnZoom{
  display: none !important;
}
#idDivGridImg{
  text-align: left;
}
.MagicThumb-swap{
  margin-right: 15px;
  border: solid 1px #eeeeee;
}
.prod-info{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #9E9E9E;
  text-transform: uppercase;
  font-size: 12px;
}
.prod-price strike{
  color: #9E9E9E;
  margin-right: 8px;
}
.prod-price .a-vista{
  color: #000000;
  font-size: 16px;
}
.EstParc{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #757575;
  line-height: 2em;
  font-weight: 400;
}
.EstParc b{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#idCodProdGrid{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #9E9E9E;
}
.prod-info .EstNomeCat{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #9E9E9E;
  text-transform: uppercase;
  font-weight: 200;
}
.ProdRating a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  color: #90a4ae;
  text-decoration: none;
}
.ProdRating a:hover{
  text-decoration: underline;
}
.raleaseProd{
  margin: 0 0 0 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.ProductStyleBoxFC{
  color: #90a4ae;
  font-size: 16px;
  margin: 0 0 0 65px;
  padding-left: 0px;
}
.ProductDet div#idButtonBuyFC {
  margin: 0 0 16px 65px;
  padding-left: 0px;
}
.ProductDet .ProductStyleBoxFC.FreteBox {
  margin-top: 43px;
  padding: 16px 20px 20px 20px;
  border:1px solid #eeeeee;
  max-width: 310px;
}
.ProductDet h1#idNameProductGridFC {
  margin-bottom: -1px;
}
.FCProduct .ProductList #idFCContent .FCCurrencyLabel,
.FCProduct .ProductList #idFCContent .FCPrice,
.FCProduct .ProductList #idFCContent .FCPriceInt,
.FCProduct .ProductList #idFCContent .FCPriceCent {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  color: #90a4ae;
}
.FCBtnComprarGrid img{
  display: none;
}
.FCGridMain{
  padding: 0;
  margin: 0;
}
.FCBtnComprarGrid {
  width: 207px;
  height: 58px !important;
  display: block;
  background-color: #000000;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative;
}
.FCBtnComprarGrid:before{
  content: "COMPRAR";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ProductDet #idBreadcrumb {
  margin: 6px 0;
  text-transform: uppercase;
}
.ProductDet .ProductStyleBreadCrumblinkFC, .ProductDet a.EstPathCatLink {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #757575;
}
.ProductDet span.EstPathCat .pad {
  margin-top: -2px;
  background: url('https://www.rumo.com.br/lojas/00037750/images/IconABreadCrumb.svg') no-repeat bottom center !important;
}
.ProductDet .SocialProdLinks {
  margin: 10px 0 -9px 0;
}
.ProductDet #idDivGridImg,
.ProductDet #idDivGridImg img {
  max-width: 500px;
}
.ProductDet img.ZoomIMG2 {
  border: 1px solid #eeeeee;
  margin: 1px 0 0 15px;
}
.ProductDet li.thumbs-prod {
  display: inline-block;
  list-style: none;
}
.ProductDet li.thumbs-prod img.ZoomIMG2:first-child {
  margin: 15px 0 0 0px;
}
.ProductDet .mz-thumb-selected img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.ProductDet .mz-thumb img {
  box-shadow: none;
}
.ProductDet .ProductStyleBoxDescriptionFC.DescricaoProduto {
  margin-bottom: 31px;
}
.ProductDet .ProductStyleBoxDescriptionFC.ComentariosProduto {
  margin-bottom: 51px;
}
.ProductDet .ProductStyleBoxDescriptionFC.DescricaoProdutoTop {
  margin-top: 35px;
}
.ProductStyleBoxDescriptionFC {
  margin-bottom: 31px;
}
.ProductDet li.text-left.ProdRating,
.ProductDet .ProdRating + .ProdRating {
  margin-top: 2px;
  padding-left: 0px;
}
.ProductDet .ProductStyleBoxDescriptionFC h2, .ProductDet #EstCommentsTxt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height: 33px;
  padding: 0;
}
.ProductDet .ProductStyleBoxDescriptionFC,
#idEstNoCommentsProdOpFC, #idEstNoCommentsClickProdOpFC,
.EstOpiniaoEmail, .EstOpiniaoLocal, .EstOpiniaoTexto,
#idCommentsQtyFC, #idCommentsClickFC {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}
.ProductDet .ProductStyleBoxDescriptionFC,
.ProductDet .ComentariosProduto .EstTabTopo {
  padding: 0;
}
.ProductDet #idCommentsQtyFC, #idCommentsClickFC {
  padding: 0 0 7px 0;
}
.ProductDet span.EstOpiniaoNome {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ProductDet font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.prod-price b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.ProductDet span.separator-prod {
  font-weight: 300;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.ProductDet .FCBoxGrid.FCResumeProduct {
  display: none;
}
.ProductDet #idPriceGridFC .FCCurrencyLabel,
.ProductDet #idPriceGridFC .FCPriceInt,
.ProductDet #idPriceGridFC .FCPriceCent {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}
.ProductDet .prod-price {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.2em;
  color:#9E9E9E;
  font-weight: 200;
  text-transform: capitalize;
}
.ProductDet span.ProductSpecsTitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #607D8B;
}
.ProductDet .ProductSpecsContent,
.ProductDet .AdicNome,
.ProductDet .AdicItem {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #607D8B;
}
.ProductDet #idDivContentFieldsCEP {
  border-top:0px solid #eeeeee;
}
.ProductDet #idDivTitCEP span,
.FieldCEP label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:#616161;
}
.ProductDet .FieldCEPQty,
.ProductDet .FieldCEPNum input {
  height: 40px;
  padding: 7px;
  background-image: none;
  color: #000000;
  border: 1px solid #e0e0e0;
}
.ProductDet .FieldCEP.FieldCEPQty input {
  border: none;
}
.ProductDet .mz-lens {
  box-shadow: none;
}
.ProductDet .FieldCEPNum input {
  width: 110px;
}
.ProductDet .FieldCEPBtn {
  height: 40px;
  background: #9E9E9E;
  padding: 15px;
}
.ProductDet .FieldCEPQty {
  margin: 0 10px 0 0;
}
.ProductDet #idDivTitCEP {
  border-bottom: 0px;
}
.ProductDet .ZipValue {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.ProductDet .ZipName {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:#616161;
  margin: 0 0 5px 0;
}
.ProductDet .ZipObsVal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color:#757575;
}
.ProductDet .ZipOptions {
  border-top: 0px;
}
.ProductDet .freightResult {
  margin: 0;
  color: #000000!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.ProductDet .ZipOption:first-child {
  margin-top: 10px;
}
.ProductDet .BotLancProd {
  display: none;
}
.ProductDet .FCBtnEsgotadoGrid,
.ProductDet .FCBtnConsultenos,
.ProductDet .FCBtnComprarGrid,
.ProductDet .FCBtnSelecioneGrid {
  margin: 0;
}
.NotaOpiniaoVazio {
  background-image: url('https://www.rumo.com.br/lojas/00037750/images/IconReviewOff.svg')!important;
}
.NotaOpiniaoCheio {
  background-image: url('https://www.rumo.com.br/lojas/00037750/images/IconReviewOn.svg')!important;
}
.NotaOpiniaoMeio {
  background-image: url('https://www.rumo.com.br/lojas/00037750/images/IconReviewHalf.svg')!important;
}
.ProductDet .FCStepGridNumber, .ProductDet div#idTxtGridFC {
  display: none;
}
.FCDescritorGridActivated:hover {
  border-color: #ffffff!important;
}
.ProductDet .FCStepGrid {
  margin: 0 0 0 60px;
}
.FCDescritorContent {
  margin: 0 0 0 58px;
}
.ProductDet .FCBtnSelecioneGrid img {
  display: none;
}
.ProductDet .FCBtnSelecioneGrid:before {
  content: "COMPRAR";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.FCBtnSelecioneGrid {
  width: 207px;
  height: 58px !important;
  display: block;
  background-color: #e0e0e0;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative;
}
.FCTooltipGrid {
  top: -112px!important;
  background: #000000!important;
}

.ProductDet #PriceAVista {
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 8px;
  color: #212121;
  font-size: 15px;
  margin: 16px 0;
  padding: 0px;
}
.ProductDet span.free-shipping {
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 8px 59px;
  border: 1px solid #8BC34A;
  color: #8BC34A;
}
.ProductDet .ContainerFreeShipping {
  margin: 24px 0 24px 0;
}
.ProductDet .FCBoxGrid.FCFCBoxGridIncMult {
  margin: 0 0 30px 65px;
  padding: 0;
}
.ProductDet span.FCTitQtyInc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #616161;
  font-size: 14px!important;
}
.ProductDet input#idQTIncMultGrid {
  text-align: center!important;
  padding: 11px;
}

.ProductDet span.ProdDetPriceContent {
  font-weight: 500;
  font-size: 16px;
}
.ProductDet span.ProdDetPriceBenefit {
  color: #8BC34A;
  font-weight: 500;
  font-size: 16px;
}
.ProductDet .PricePIXValue {
  font-size: 26px;
  font-weight: 500;
}

/***************** BTN PRODUTO INDISPONÍVEL ******************/

.ProductDet .FCBtnEsgotadoGrid:before {
  content: "ESGOTADO";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 19px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  color: #ffffff;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ProductDet .FCBtnEsgotadoGrid {
  width: 207px;
  height: 58px !important;
  display: block;
  background-color: #616161;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  position: relative;
}
.ProductDet .FCBtnEsgotadoGrid img {
  opacity: 0;
}

.ProductDet .warnme {
  margin-top: 22px;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.RibbonSouldOut {
  position: relative;
  top: 12px;
  background: #ffffff;
  color: #f44336;
  border-radius: 20px;
  border: 1px solid #f44336;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  width: max-content;
  margin: 0 auto;
  margin-top: -24px;
}

/***************** RATE PAGE ******************/

.FCRateProd .Titulos {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height: 33px;
}

.FCRateProd p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}

.FCRateProd #idRateProdImgFC {
  border-radius: 0px;
  border: solid 1px #eeeeee;
}

.FCRateProd #FCFormContainer, .FCRateProd #idRateProdDetailsFC {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
}

.FCRateProd .InfoBanners, .FCRateProd #idPageHistory {
  display:none;
}

.FCRateProd .EstRequiredField, .FCRateProd #idTxtAskNewsFC, .FCRateProd #idTxtOptNewsYesFC, .FCRateProd #idTxtOptNewsNoFC, .FCRateProd .FCLabelForm {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #16191D;
  font-weight:500;
  text-rendering: geometricPrecision;
}

.FCRateProd #idTxtAskNewsFC {
  margin: 21px 0 12px 0;
}

.FCRateProd .inputsContainer input[type="text"],
.FCRateProd .inputsContainer input[type="email"],
.FCRateProd .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #E3E4E4;
  color: #16191D;
}

.FCRateProd .inputsContainer textarea {
  border: solid 1px #E3E4E4;
}

.FCRateProd #FCFormContainer {
  margin-bottom: 35px;
}

.FCRateProd .FCLabelForm {
  margin:0 0 6px 0;
}
.FCRateProd input#Nome, .FCContact input#Email {
  margin-bottom:4px;
}
.FCRateProd textarea#Mensagem {
  margin-bottom: 20px;
}
.FCRateProd .inputButton {
  margin: 22px 0 26px 0;
}

.FCRateProd .buttonForm {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #ffffff;
}

.FCRateProd article#idFCContent {
  margin: 0px;
}
.FCRateProd .EstPoliticaOpiniao {
  font-size: 12px;
}


/***************** CROSS SELLING ******************/

#idTitProdCrossFC,
span.EstRefProdCross,
.EstCatProdCross,
.EstPriceProdCross,
#idListProdCrossFC li:hover .EstDescrProdCross {
  display: none;
}

.EstNameProdCross a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  height: auto;
  margin-top: 6px;
}

#idListProdCrossFC {
  height: 211px!important;
}

.DivCrossSelling {
  width:100%;
  float:left;
  margin-top:30px;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color:#eeeeee;
}

#idTitProdCrossFC {
  color:#000000;
  font-size:1.2em;
  font-weight:bold;
  margin:10px 0 10px 10px;
  text-align:left;
}

#idProdCrossFC {
  margin:0;
  width:100%;
  background-color:#FFFFFF;
}

#idProdCrossFC ul li {
  display:inline-block;
  float:left;
  padding:12px;
}

#idListProdCrossFC {
  overflow:hidden;
  height:248px;
  position:relative;
}

#idListProdCrossFC li {
  margin:0 5px 0 5px;
  width:20%;
  min-width:170px;
  height:248px;
}

#idProdCrossFC {
  margin: 0;
  width: 100%;
  background-color: #FFFFFF;
}

#idProdCrossFC li {
  list-style-type:none;
  margin:0;
  padding:0 0 0 0;
}

.EstImageProdCross {
  text-align:center;
  margin:5px;
  height:59%;
  background-color:#FFFFFF;
  border:0 solid #eeeeee;
}

.EstImageProdCross img {
  height:100%
}

.EstCatProdCross {
  text-align:center;
  margin:0 0 5px 0;
  font-size:12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:17px;
  color:#000000;
}

.EstRefProdCross {
  display:block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000000;
}

.EstNameProdCross {
  font-size:12px;
  line-height:17px;
  margin-bottom:5px;
  display:block;
  height:54px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.EstNameProdCross a {
  display:block;
  height:36px;
  overflow:hidden;
}

.EstPriceProdCross {
  text-align:center;
  margin:0 0 8px 0;
  font-size:14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:700 !important;
  background-color:#FFFFFF;
  border:0 solid #eeeeee;
  color:#757575;
}

.EstDescrProdCross {
  font-size:10px;
  text-align:center;
  margin:100px 0 0 0;
  display:block;
  cursor:pointer!important;
  border:0 solid #eeeeee;
  color:#000000;
}

#idListProdCrossFC li:hover .EstDescrProdCross {
  background:#FFFFFF;
  border:1px solid #eeeeee;
  transition:margin 0.5s ease;
  margin:-105px 0 0 0;
  width:100%;
  height:100px;
  padding:20px;
  font-size:13px;
  line-height:16px;
  box-sizing:border-box;
  opacity:0.9;
  position:relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow:hidden;
}

.EstDescrProdCross span{overflow:hidden;height:33px;display:block;}

#EstCommentsTxt {
  font-size:18px;
  padding:9px 0;
  text-align:left;
  height:30px;
  display:block;
  margin:0 0 5px 0;
  background:#FFFFFF;
  color:#000000;
}

/***************** LISTA LATERAL DE CATEGORIAS ******************/
#ContentFil .FilSearch .SearchFil {
  margin: 3px 0 16px 0;
  text-transform: capitalize;
  border: 1px solid #e0e0e0;
  height: 40px;
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
  letter-spacing: 0.4px;
}
#ContentFil input[type="text"],
#ContentFil input[type="number"] {
  color: #000000;
}
#ContentFil .FilItems .FilItemsList .ColorSearch {
  color: #000000;
}
li#Cat2_310426,
li#Cat2_310427 {
  display: none;
}
.EstListCat .wid{
  display: none;
}
.left-bar h2, .EstListCat li{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  padding: 4px 0 !important;
}
.HeaderMenuULFC #idMenuCat1 .PathCat0,
.ProductList #idMenuCat1 .PathCat0{
  margin-left: 0 !important;
}
.EstListCat li a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #757575;
  white-space: nowrap;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
.EstListCat ul {
  margin:0;
}
.EstListCat li a.PathCatActive {
  color: #000000 !important;
  font-weight: 600;
  text-rendering: geometricPrecision;
}
.ProductList .EstListCat10{
  margin-bottom: 32px;
  display: block;
}
.DivFiltrandoPor{
  display: none;
}
.PathCat1 a {
  color: #000000!important;
  margin-left: 10px;
}

#idFCLeftContentRight .left-bar-title{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  margin-bottom: 11px;
}
#idFCLeftContentRight .left-bar-mark{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 500;
}

#ContentFil{
  border: none;
  padding: 0;
  background: #fff;
}
#ContentFil .DivFiltrarPor .Label{
  display: none;
}

#ContentFil .FilInputSearch.FilInfoCat,
#ContentFil .SetaBaixo:before{
  display: none;
}
#ContentFil .FilSearch .FilName span, #ContentFil .FilSearch .FilName{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #616161;
  font-weight: 500;
  margin: 20px 0 13px 0;
}
#ContentFil .FilItems .FilItemsList label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #757575;
  margin-left: 6px;
  vertical-align: middle;
}
#ContentFil .FilItems .FilItemsList li {
  margin-bottom: 6px;
}
#ContentFil .FilItems .FilItemsList {
  max-height: inherit;
}
/*
#ContentFil .FilSearch .FilName.Fil0,
#ContentFil .FilSearch .FilName.Fil1,
#ContentFil .FilSearch .FilName.Cat,
#ContentFil .FilSearch .FilItems.FilInfoCat,
#ContentFil .FilSearch .FilItems.FilInfo1{
display: none;
}
*/
#ContentFil .DivFiltrarPor,
#ContentFil .FilSearch{
  padding: 0;
}
.FilMoreOptionsSearch{
  margin-bottom: 26px;
  margin-top: 6px;
}
.FilMoreOptionsSearch a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #616161;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

ul#ul_Cat2_251670 a, ul#ul_Cat2_251671 a, ul#ul_Cat2_251672 a, ul#ul_Cat2_251673 a, ul#ul_Cat2_251674 a, ul#ul_Cat2_251675 a {
  margin-left: 10px;
  color: #757575;
}


/***************** LISTA DE PRODUTOS POR CATEGORIA ******************/

.ProductList span.free-shipping {
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 8px 59px;
  border: 1px solid #8BC34A;
  color: #8BC34A;
}
.ProductList .ContainerFreeShipping {
  order: 4;
  margin: 20px 0;
}

.ProductList #idDivPagProd {
  border-color: transparent;
}
.ProductList .DivIntListProdProd {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ProductList #idFoundFC {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  width: 70%;
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  text-rendering: geometricPrecision;
}
.ProductList .prices,
.FCHome .prices {
  height: auto;
  float: left;
}
.ProductList .DivListProd{
  min-height: 440px;
  min-width: 33.3%;
}
.ProductList .DivListProdPriceProd,
.FCHome .DivListProdPriceProd{
  min-height: auto;
}
.ProductList .PriceAVista,
.FCHome .PriceAVista {
  color: #212121;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}
.ProductList .DivListProdNomeProd{
  margin-top: 8px;
}
#TabListaProdutos > form > div > div.DivIntListProdProd > div.DivListProdPriceProd > div:nth-child(1) > div > div > div > a{display: block;
  font-size: 14px;
  position: relative;
  top: -27px;
}
#idLinkAdvancedSearchFC {
  float: right;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #757575;
}
#idDivPagProd > table > tbody > tr > td > table > tbody > tr > td{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #757575;
}
.ListProdNomeProd{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #757575;
  text-align: left;
  height: initial;
  min-height: 40px;
  margin-bottom: 0;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.installments{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  color: #9e9e9e;
}
.installments strong{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #9e9e9e;
  font-weight: 500;
}
#idDivSearch{
  position: relative;
  padding: 19px 160px 19px 20px;
  border-radius: 0;
  border: solid 1px #eeeeee;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#idHeadFilters{
  position: relative;
  padding: 20px;
  border-radius: 0;
  border: solid 1px #eeeeee;
  background: rgba(0, 0, 0, 0);
}
.order-by{
}
#idTxtFiltersBy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  color: #616161;
  vertical-align: top;
  font-weight: 600;
  margin-right:1px;
  text-rendering: geometricPrecision;
}
#idUlPathSearchFC a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #000000;
  vertical-align: top;
  white-space: nowrap;
}
#idTablePathSearchFC {
  display: inline-block;
  float: none;
  width: auto;
  margin-top: 0;
  position: relative;
  top: -2px;
}
#idUlPathSearchFC .del a{
  background: url('https://www.rumo.com.br/lojas/00037750/images/DeleteFiltro.png') no-repeat center center;
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#idUlPathSearchFC .del a:hover{
  background: url('https://www.rumo.com.br/lojas/00037750/images/DeleteFiltro.png') no-repeat center center;
  background-size: cover;
  opacity: 0.7;
}
#idUlPathSearchFC li{
  margin: 1px 4px 1px 1px;
}
#idTDLinkAdvancedSearchFC{
  position: absolute;
  right: 20px;
  top: 20px;
}
#idLinkAdvancedSearchFC:hover {
  color: #000000;
  text-decoration: none;
}
#idUlPathSearchFC .pad,
#idPathSearchTextEmptySepFC,
li#idPathSearchTextEmptyFC{
  display: none;
}
#idTxtIntroFoundProdsFC{
  border-bottom: solid 1px #eeeeee;
  min-height: 32px;
}
.ProductList #idFoundFC{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
}
.ProductList #idFoundFC b{
  font-weight: 500;
}
.ProductList #idTxtIntroFoundProdsFC {
  min-height: 33px;
  margin:7px 0 20px 0;
}
.ProductList #idTxtIntroFoundProdsFC::after{
  content: "";
  clear: both;
}
.ProductList #idDivPath {
  display: none;
}
.ProductList select#OrderProd {
  margin: 20px 4px;
  height: 46px;
  border: solid 1px #eeeeee;
  color: #9E9E9E;
  font-size:14px;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAAAXNSR0IArs4c6QAAAkdJREFUOBGdlD1oU1EUx997MQQLBgUHccju4uaQREpqbSk0CMVmETdBEAnkc3Fxc5B8EGIgICoiTrpEQRRdREni56BVbBcdFBE/E2gw5svfKb2vt4+mqV64nHP//3P//57zbuoy1paZSqWygUDAU61Wl9bg/8vS6XTK7/fvr9Vqz0XBtSpjYXLRNM3TnOcxW8TszSr3zwGts2idY4cxa2JWN1ERk2uAx5TiYDDosU9ks9mrCttqROs8Wmm9Hq0zFkCfvaATFLrYV2j/lI6PyM1kMnnBacKdP+x3K6NjTI9p8RdFM0qMXLqdDQaDy/BVhQ+JMpVLlmWddPC/+/3+HJO5rb6RwRyfYPYZ/VmKxUStafAB/EMF6DEUCm2LRCLXuXdcxxnXMibhXC53X3DbSA6IvUD0PekRLspYVxb5BPgY/AOFSYxGox6fz3cD/qiOkzcwmcHkkcLXGQmI2CtE35LOIWDz5EFe426meFfq4vH4drfbXQGXCdiLTn6wpzB5aoMk+oh03EgkEmFmfhMhzzrCMC43Go2E1+u9BTfu4L50u92pfD7/2oEPN5JCPvBhxCqkY/pF/mJ5ODsd2KdOpzNZKBQWdVzlQztSBTzZg3R2h/MOhW0QP2B+KJPJyPfdcI00kluYHcDsHukupwoGS+12e7JYLH50cvrZflk66Mz5HTzr9XoT4F91DpMFxjU+ykTubKkjJR6Lxfbx0uSJ72W/bLVa06VS6bviN4v2892sSHH1ev0b/ykqdLKn2WzOl8vln4obFf8CNJTfh/v9SQwAAAAASUVORK5CYII=') no-repeat 90% 50%;
  background-size: 12px 7px;
  font-size: 14px;
  padding: 13px;
  font-weight: 400;
  text-rendering: geometricPrecision;
}
.FCProduct .ProductList .prices a, .prices {
  font-size: inherit;
  margin-top: 5px;
}
.ProductList .prices .price,
.ProductList .old-price,
.ProductList .por,
.ProductList .currency strong,
.ProductList .int,
.ProductList .dec
 {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E!important;
  line-height: 1.2em;
}
span.ProdListPriceContent,
span.ProdListPriceBenefit {
  font-size: 12px;
  font-weight: 500;
}
span.ProdListPriceBenefit {
  color: #8BC34A;
}
.ProductList .badgeProm {
  margin-top:15px;
  margin-left: 19px;
}


/***************** RODAPÉ ******************/
.FooterULMenuFC{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 14px;
  line-height: 2;
  color: #9E9E9E;
  font-weight: 300;
  list-style: none;
}
.FooterMainBarFC .title-footer{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 14px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 22px !important;
  font-weight: 600;
  text-rendering: geometricPrecision;
}
.FooterMainBarFC .row{
  background: #000000 !important;
  padding: 45px 0 20px 0!important;
}
.FooterMainBarFC .row ul.contact-box li:last-child{
  color: #607D8B;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FooterMainBarFC .row ul li{
  padding: 0 !important;
  line-height: 1.2em;
  margin-bottom: 11px;
}
.FooterMainBarFC .row ul li:last-child
{
  margin-bottom: 41px;
}
.ProductList #idPageCountFC {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:600;
  text-rendering: geometricPrecision;
  color: #757575;
  margin-top: 5px;
}

.FooterMainBarFC .row ul li a,
.FooterMainBarFC .row p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em !important;
  color: #9E9E9E !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FooterMainBarFC .row ul li a:hover{
  color:#ffffff!important;
}

.FooterMainBarFC .address{
  background: #000000;
  border-top: 1px solid #1A1A1A;
}
.FooterMainBarFC .address::after{
  content:"";
  clear: both;
  display: block;
}
.address,
.address .FooterTecFastCommerce{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  color: #757575;
}
.address .FooterTecFastCommerce{
  float: right;
  font-size: 14px;
  margin-top: 21px;
}
.address .box-text{
  padding: 17px 0;
  position: relative;
}

.address .wrap-address p{
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #757575;
  font-weight: 400;
}
.address .box-text p:last-child{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.address .wrap-address{
  float: left;
  padding: 0 10px;
}

.FooterInputPosition .FooterNewsletterInput{
  height: 46px;
  width: 196px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  border: 1px solid #333333!important;
  color: #9E9E9E!important;
  background: #000000;
}
span .FooterNewsletterInput {
  padding: 0 0 0 13px!important;
  margin-bottom: 41px;
}
.FooterInputBtnPosition:hover{
  opacity: .9;
}
.FooterInputBtnPosition  input[type="image"]{
  box-sizing: content-box;
  padding: 4px 30px;
  background: #333333;
  width: 8px;
  position: absolute;
}
.newsletter-form{
  margin: 25px 0 48px 0;
}
.FooterSocialBoxFC ul.social-footer {
  list-style: none;
  display: inline-flex;
}
.FooterSocialBoxFC ul.social-footer li img {
  width: 24px;
  height: 24px;
}
.FooterSocialBoxFC ul.social-footer li a:hover {
  opacity: 0.6;
}
.FooterSocialBoxFC ul.social-footer li:first-child  {
  margin-right: 10px;
}
.FooterTecFastCommerce span.whatsapp-footer a {
  color: #757575;
}
.FooterMainBarFC span.whatsapp-footer img:hover {
  filter: brightness(1);
}
.FooterMainBarFC span.whatsapp-footer img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -2px;
  filter: brightness(0.5);
}
.FooterMainBarFC #Formas-pagamento img {
  width: 36px;
}
.FooterMainBarFC #Formas-pagamento li {
  display: inline-block;
  margin-bottom: 0px;
}
.FooterMainBarFC ul#Formas-pagamento {
  max-width: 200px;
}
.FooterMainBarFC ul#Formas-pagamento:last-child {
  margin-bottom: 41px;
}

/***************** NOTÍCIAS ******************/

.FCNews #idPaginationNewsFC,
.FCNews div#idNewsFC,
.FCNews div#idTxtInitNewsFC,
.FCNews .EstLinkASEnews,
.FCNews span#idTitTextoFC {
  display: none;
}
.FCNews #idLocalDateNewsFC b {
  font-weight: 400;
  color: #9E9E9E;
}
.FCNews #idTitNewsFC {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.FCNews h1 {
  margin-bottom: 14px;
}
.FCNews span#idSubTitNewsFC b {
  font-weight: 300;
  font-size: 16px;
}
.FCNews #idSpanImgNewsFC img {
  padding: 10px;
  border: 1px solid #eeeeee;
  margin: 30px 0;
}
.FCNews h4 {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  margin: 20px 0;
}
.FCNews p.text {
  margin-bottom: 10px;
  line-height: 24px;
  text-align: justify;
}
.FCNews #idFCContent br {
  display: none;
}
.FCNews #idTextArticleNewsFC {
  margin-top: 0;
}
.FCNews td {
  border-width: 1px;
  padding: 8px;
}
.FCNews table,
.FCNews td {
  border: 1px solid #EEEEEE;
  max-width: 600px;
}

/***************** PÁGINAS DE TEXTO ******************/

body.FCCustom.SobrelPage .left-bar, body.FCCustom.PrivacidadelPage .left-bar, body.FCCustom.EnviolPage .left-bar, body.FCCustom.AtendimentolPage .left-bar, body.FCCustom.TrocaslPage .left-bar, body.FCCustom.ParceiroslPage .left-bar, body.FCCustom.NoticiaslPage .left-bar, body.FCNews .left-bar,
body.FCCustom.SobrelPage .InfoBanners, body.FCCustom.PrivacidadelPage .InfoBanners, body.FCCustom.EnviolPage .InfoBanners, body.FCCustom.AtendimentolPage .InfoBanners, body.FCCustom.TrocaslPage .InfoBanners, body.FCCustom.ParceiroslPage .InfoBanners, body.FCCustom.NoticiaslPage .InfoBanners, body.FCNews .InfoBanners,
body.FCCustom.SobrelPage #idPageHistory, body.FCCustom.PrivacidadelPage #idPageHistory, body.FCCustom.EnviolPage #idPageHistory, body.FCCustom.AtendimentolPage #idPageHistory, body.FCCustom.TrocaslPage #idPageHistory, body.FCCustom.ParceiroslPage #idPageHistory, body.FCCustom.NoticiaslPage #idPageHistory, body.FCNews #idPageHistory {
  display: none;
}

body.FCCustom.SobrelPage article#idFCContent, body.FCCustom.PrivacidadelPage article#idFCContent, body.FCCustom.EnviolPage article#idFCContent, body.FCCustom.AtendimentolPage article#idFCContent, body.FCCustom.ParceiroslPage article#idFCContent {
  min-height: 280px;
}

body.FCCustom .display {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: inherit;
  color: #000000;
  margin: 7px 0 3px 0;
}

hr {
  height: 1px;
  border:0;
  background: #eeeeee;
}

body.FCCustom .text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
  margin-bottom:15px;
}

body.FCCustom a.text-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #757575;
  text-decoration:none;
  font-weight: 500;
}

body.FCCustom ul.text {
  list-style: none;
}


/***************** NEWSLETTER PAGE ******************/

.FCNewsletter .Titulos {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height: 33px;
}

.FCNewsletter #idTxtIntroNewsFC {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}

.FCNewsletter #FCFormContainer {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
}

.FCNewsletter .InfoBanners, .FCNewsletter #idPageHistory {
  display:none;
}

.FCNewsletter .captchaImg {
  margin: 0 0 0 15px;
  width: auto;
  height: 46px;
}
.FCNewsletter .EstRequiredField, .FCNewsletter #idTxtAskNewsFC, .FCNewsletter #idTxtOptNewsYesFC, .FCNewsletter #idTxtOptNewsNoFC, .FCNewsletter .FCLabelForm {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #757575;
  font-weight:500;
  text-rendering: geometricPrecision;
}

.FCNewsletter #idTxtAskNewsFC {
  margin: 21px 0 12px 0;
}

.FCNewsletter .inputsContainer input[type="text"],
.FCNewsletter .inputsContainer input[type="email"],
.FCNewsletter .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #e0e0e0;
  color: #000000;
}

.FCNewsletter #FCFormContainer {
  margin-bottom: 35px;
}

.FCNewsletter .FCLabelForm {
  margin:0 0 6px 0;
}
.FCNewsletter input#Nome, .FCContact input#Email {
  margin-bottom:4px;
}
.FCNewsletter textarea#Mensagem {
  margin-bottom: 20px;
}
.FCNewsletter .inputButton {
  margin: 22px 0 26px 0;
}

.FCNewsletter .buttonForm {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
}

/***************** INDIQUE ******************/

.FCProductAvailability #idTitTextoFC,
.FCProductAvailability .Titulos {
  color: #000000!important;
  font-weight: 500;
  line-height: 26px!important;
}
#idTxtProductShareFC {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #757575;
  line-height:20px;
}

/***************** MINHA CONTA PAGE ******************/

.FCMyAccount .Titulos {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height: 33px;
}

.FCMyAccount .FCHelloMyAcc, .FCMyAccount .FCSubTit2MyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
}

.FCMyAccount .FCSubTitMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
}

.FCMyAccount p, .FCMyAccount .FCHelloIntroMyAcc, .FCMyAccount span.FCNoLastOrderMyAcc, .FCMyAccount .FCLabelMyAcc, .FCWishlistIntroMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}

.FCMyAccount #FCFormContainer {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
}

.FCMyAccount .InfoBanners, .FCMyAccount #idPageHistory {
  display:none;
}

.FCMyAccount .EstRequiredField {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #757575;
  font-weight:500;
  text-rendering: geometricPrecision;
}

.FCMyAccount .inputsContainer input[type="text"],
.FCMyAccount .inputsContainer input[type="email"],
.FCMyAccount .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #eeeeee;
  color: #000000;
}
.FCMyAccount label.FCLabelPw, .FCMyAccount label.FCLabelPw a {
  color: #757575;
}
.FCMyAccount #FCFormContainer {
  margin-bottom: 35px;
}

.FCMyAccount .FCLabelForm {
  margin:0 0 6px 0;
}

.FCMyAccount .inputButton {
  margin: 22px 0 26px 0;
}

.FCMyAccount .buttonForm {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px!important;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: capitalize!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500!important;
  text-rendering: geometricPrecision;
  width: 200px;
}
.FCMyAccount .GlobalSigninFC img {
  position: relative;
  top: -15px;
}

.FCMyAccount input#Senha {
  max-width:100%!important;
}

.FCMyAccount svg.pwdEye {
  display: none;
}

.FCMyAccount .FCLabelMyAcc {
  margin-top: 0;
}

.FCMyAccount .FCLabelMyAcc {
  padding:0;
}

.FCMyAccount #FCMenuCli {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  padding:0;
  border-color: #eeeeee;
}

.FCMyAccount #FCMenuCli a,
.FCMyAccount .FCDivLastOrder1DateMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}

.FCMyAccount .MyAccOptOff {
  border-color: #eeeeee;
  padding: 15px!important;
}

.FCMyAccount .MyAccOptOn {
  background: #eeeeee;
  padding: 15px;
  border-bottom: none;
  border-left:none;
}

.FCMyAccount #MyAccItemsMenu {
  border-top: 1px solid #eeeeee;
}

.FCMyAccount .FCMenuCliImgName {
  display: table;
  margin: 15px;
}

.FCMyAccount .FCMenuCliLogout {
  padding: 0;
  margin-left: 7px;
}

.FCMyAccount .FCMenuCliNameLabel {
  padding: 0;
  margin-left: 7px;
}

.FCMyAccount .FCMenuCliNameLabel, .FCMyAccount .FCHelloNameMyAcc {
  color: #000000;
}

.FCMyAccount #MyAccProdAv {
  border-bottom: none;
}

.FCMyAccount #idMyAccExtAllFC {
  margin-top: -6px;
}

.FCMyAccount #idAccountContentFC {
  width: 78%;
}

.FCMyAccount .FCHelloIntroMyAcc {
  margin-top: 11px;
}

.FCMyAccount .FCSubTitMyAcc {
  margin: 38px 0 16px 0;
}

.FCMyAccount .FCMyAccContent {
  max-width: 600px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 14px;
  border-color: #eeeeee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.FCMyAccount div#MyAccItemsMenu a:hover {
  color: #000000;
}

.FCMyAccount .FCSubTit2MyAcc {
  margin: 0 0 11px 0;
}

.FCMyAccount .buttonMyAcc {
  background: #fff;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 18px 0 16px;
  border: 1px solid #000000;
}

.FCMyAccount .FCDivAccess1EmailMyAcc {
  color: #000000;
  font-size: 16px
}

.FCMyAccount #FCMyAccContentMyAddress {
  font-size: 14px;
  margin: 0;
}

.FCMyAccount .FCDivAccess1MyAcc {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.FCMyAccount .FCDivAccess1DateMyAcc, .FCMyAccount .FCRegisterMyAcc .FCFieldValue {
  color:#757575;
}

.FCMyAccContent .FCDivExtAccessMyAcc .buttonsMyAcc #idAccessPswEdit {
  color:#fff;
  background: #000000;
}

.FCMyAccount .FCDivRegister1MyAcc, .FCMyAccount .FCDivRating1MyAcc {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}

.FCMyAccount .FCRegisterMyAcc .FCFieldLabel, .FCMyAccount .FCDivRegister2MyAcc, .FCMyAccount .FCDivRating2MyAcc {
  padding: 0;
  border-top:none;
}

.FCMyAccount .FCDivRegister1NomeMyAcc, .FCMyAccount .FCDivRating1ProdNameMyAcc {
  color: #000000;
  font-size: 16px;
  margin: 0;
}

.FCMyAccount .FCDivRegister1NomeMyAcc, .FCMyAccount .FCDivRating1ProdNameMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  padding:0;
}

.FCMyAccount .FCDivRegister1RegisterDateMyAcc {
  margin-top: 10px;
  color: #757575;
  padding: 0 0 15px 0;
}

.FCMyAccount .FCDivRating2ComentMyAcc, .FCMyAccount .FCDivRating2MyAcc, .FCMyAccount .FCDivRating2StatusMyAcc, .FCMyAccount .FCDivRating2EmailMyAcc, .FCMyAccount .FCDivRating2DateMyAcc {
  font-size: 14px;
}

#FCMyAccContentRating .FCMyAccContent .FCDivExtRatingMyAcc .buttonsMyAcc #idRatingDelete {
  background:#fff!important;
  color:#000000;
  border-color:#000000;
}

.FCMyAccount span.FCDivRating2RateNumMyAcc {
  display: inline-block;
  margin-bottom: 8px;
}

.FCMyAccount .FCDivRating1MyAcc {
  padding: 15px 0;
  margin-bottom: 20px;
}
.FCMyAccount .FCDivOrdersList1NumMyAcc,
.FCMyAccount .FCDivLastOrder1NumMyAcc {
  padding: 10px 0;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.FCMyAccount .FCDivOrdersList1NumMyAcc,
.FCMyAccount .FCDivLastOrder1NumMyAcc {
  color: #000000;
  font-size: 14px;
  margin: 5px 0;
}
.FCMyAccount input#idSeeDetailOrderList,
.FCMyAccount input#idSeeDetailOrder {
  display: none;
}
.FCMyAccount #idTxtSit1MyAccOrderFC, {
  color: #000000;
}
.FCMyAccount #idTxtSit7MyAccOrderFC {
  color: #8bc34a;
}
.FCMyAccount .FCMyAccContent .FCDivExtLastOrderMyAcc .buttonsMyAcc #idSeeAllOrders,
.FCMyAccount .FCMyAccContent .FCDivExtOrdersListMyAcc .buttonsMyAcc #idSeeDetailTracking {
  background: #fff;
}
.FCMyAccount .FCDivLastOrder2MyAcc div,
.FCMyAccount #idTxtSit1MyAccOrderFC,
.FCMyAccount .FCDivOrdersList2MyAcc div {
  font-size: 14px;
  font-weight: 400;
}
.FCMyAccount .FCDivLastOrder1MyAcc,
.FCMyAccount .FCDivOrdersList1MyAcc {
  border-bottom: 1px solid #eeeeee;
  border-top: 0px solid #fff;
}
.FCMyAccount .FCDivLastOrder2MyAcc,
.FCMyAccount .FCDivLastOrder1MyAcc {
  padding: 15px 0;
}
.FCMyAccount .FCWishlistShareMyAcc {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow:none;
  max-width: 600px;
}
.FCMyAccount div#ContentWishlist {
  font-size: 14px;
}
.FCMyAccount .FCWishlistShareMyAcc .FCWishlistShareTxtMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}
.FCMyAccount .FCWishlistSelShareMyAcc {
  color: #000000;
  border-radius: 0px;
  padding: 4px;
  background: white;
  border: 1px solid #e0e0e0;
}
.FCWishlistShareMyAcc .FCWishlistShareLinkMyAcc {
  color: #000000;
  border-radius: 0px;
  padding: 4px;
  background: white;
  border: 1px solid #e0e0e0;
}

/***************** POP UP ******************/

.vex.vex-theme-default .vex-content {
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width:400px;
}
.vex.vex-theme-default .vex-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #757575;
  font-weight:400;
  text-rendering: geometricPrecision;
  text-align:center;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
  float:none;
  margin:0 auto;
}
.vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
  margin-bottom: 24px;
  margin-top: 10px;
}
.vex-dialog-form {
  margin-bottom: 14px!important;
}

/***************** TRACK ******************/

.FCTrack .MainContainer .FullSpaceFC {
  margin: 30px 0;
}

.FCTrack .Titulos {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #37474f;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height: 33px;
}

.FCTrack .FCHelloMyAcc, .FCTrack .FCSubTit2MyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #37474f;
  font-weight: 500;
  width: 100%;
  display: block;
}

.FCTrack .FCSubTitMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #37474f;
  font-weight: 500;
  width: 100%;
  display: block;
}

.FCTrack p, .FCTrack .FCHelloIntroMyAcc, .FCTrack span.FCNoLastOrderMyAcc, .FCTrack .FCLabelMyAcc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
}

.FCTrack #FCFormContainer {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
}

.FCTrack .InfoBanners, .FCTrack #idPageHistory {
  display:none;
}

.FCTrack .EstRequiredField {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #757575;
  font-weight:500;
  text-rendering: geometricPrecision;
}

.FCTrack .inputsContainer input[type="text"],
.FCTrack .inputsContainer input[type="email"],
.FCTrack .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #cfd8dc;
  color: #757575;
}

.FCTrack form {
  margin-bottom: 35px;
}

.FCTrack .FCLabelForm {
  margin:0 0 6px 0;
}

.FCTrack .inputButton {
  margin: 22px 0 26px 0;
}

.FCTrack .buttonForm {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px!important;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: capitalize!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500!important;
  text-rendering: geometricPrecision;
}

.FCTrack input#Senha {
  max-width:100%!important;
}

.FCTrack svg.pwdEye {
  display: none;
}
.FCTrack #idRecoverOrderFC,
.FCTrack #idTxtIntroTrackFC {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.FCTrack tr, .FCTrack td, .FCTrack th {
  padding: 10px!important;
}
.FCTrack .EstButtonRateProd {
  background: #000000;
  border-radius: 0;
}

/***************** BUSCA AVANCADA ******************/

.FCAdvancedSearch .Titulos {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: solid 1px #eeeeee;
  margin: 7px 0 20px 0;
  height:33px;
}

.FCAdvancedSearch #FCFormContainer {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #eeeeee;
  padding: 24px;
  margin-top: 55px;
}

.FCAdvancedSearch .InfoBanners, .FCAdvancedSearch #idPageHistory {
  display:none;
}

.FCAdvancedSearch .EstRequiredField, .FCAdvancedSearch .FCLabelForm {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #757575;
  font-weight:500;
  text-rendering: geometricPrecision;
}

.FCAdvancedSearch .inputsContainer input[type="text"],
.FCAdvancedSearch .inputsContainer input[type="email"],
.FCAdvancedSearch .inputsContainer input[type="password"]{
  height: 46px;
  border: solid 1px #e0e0e0;
  color: #000000;
}

.FCAdvancedSearch .inputsContainer select {
  height: 46px;
  border: solid 1px #e0e0e0;
  color: #000000;
  font-size:14px;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAAAXNSR0IArs4c6QAAAkdJREFUOBGdlD1oU1EUx997MQQLBgUHccju4uaQREpqbSk0CMVmETdBEAnkc3Fxc5B8EGIgICoiTrpEQRRdREni56BVbBcdFBE/E2gw5svfKb2vt4+mqV64nHP//3P//57zbuoy1paZSqWygUDAU61Wl9bg/8vS6XTK7/fvr9Vqz0XBtSpjYXLRNM3TnOcxW8TszSr3zwGts2idY4cxa2JWN1ERk2uAx5TiYDDosU9ks9mrCttqROs8Wmm9Hq0zFkCfvaATFLrYV2j/lI6PyM1kMnnBacKdP+x3K6NjTI9p8RdFM0qMXLqdDQaDy/BVhQ+JMpVLlmWddPC/+/3+HJO5rb6RwRyfYPYZ/VmKxUStafAB/EMF6DEUCm2LRCLXuXdcxxnXMibhXC53X3DbSA6IvUD0PekRLspYVxb5BPgY/AOFSYxGox6fz3cD/qiOkzcwmcHkkcLXGQmI2CtE35LOIWDz5EFe426meFfq4vH4drfbXQGXCdiLTn6wpzB5aoMk+oh03EgkEmFmfhMhzzrCMC43Go2E1+u9BTfu4L50u92pfD7/2oEPN5JCPvBhxCqkY/pF/mJ5ODsd2KdOpzNZKBQWdVzlQztSBTzZg3R2h/MOhW0QP2B+KJPJyPfdcI00kluYHcDsHukupwoGS+12e7JYLH50cvrZflk66Mz5HTzr9XoT4F91DpMFxjU+ykTubKkjJR6Lxfbx0uSJ72W/bLVa06VS6bviN4v2892sSHH1ev0b/ykqdLKn2WzOl8vln4obFf8CNJTfh/v9SQwAAAAASUVORK5CYII=')
  no-repeat 96% 50%;
  background-size: 12px 7px;
}

.FCAdvancedSearch #FCFormContainer {
  margin-bottom: 35px;
}

.FCAdvancedSearch .inputButton {
  margin: 22px 0 26px 0;
}

.FCAdvancedSearch .buttonForm {
  background: #000000;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #fff;
}

.FCAdvancedSearch .EstLinkASE {
  margin: 0px 0 35px 0;
}

.FCAdvancedSearch .buttonAddSearch {
  background-color: transparent;
  color: #000000;
  padding: 20px;
  border: 0px;
  border-radius:0px;
  width: inherit;
  border: 1px solid #000000;
  font-size:12px;
}
.FCAdvancedSearch .buttonAddSearch:hover {
  color: #fff;
  background-color: #000000;
  opacity: 1;
}
.FCAdvancedSearch label.chkLabelFC {
  font-size: 14px;
  font-weight: 400;
  text-rendering: geometricPrecision;
  margin-left: 2px;
}
.FCAdvancedSearch input#PrecoAte {
  margin-bottom: 22px;
}
.FCAdvancedSearch .priceLimit .FCPriceLimitLabel {
  float: left;
  padding: 1.38%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  text-rendering: geometricPrecision;
  top: 8px;
  position: relative;
}

/***************** AUTO COMPLETE ******************/

#as-img-prod {
  border-color: #eeeeee;
}
#as-valor-prod {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 14px;
  font-weight:600;
  text-rendering: geometricPrecision;
}
#as-cat-prod {
  display: none;
}
#as-valor-prod {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-weight:500!important;
  text-rendering: geometricPrecision;
}
#as-nome-prod, #as-nome-prod b, #as-nome-prod a {
  font-size: 14px;
  font-weight:500!important;
  text-rendering: geometricPrecision;
  color: #757575;
}
.ui-autocomplete {
  max-width: 363px;
}

.FCHome .row.container-video {
  background: black;
  margin-top: 16px;
  margin-bottom: 56px;
}
.FCHome .padding-video {
  padding-top: 60px;
  padding-bottom: 60px;
}
.FCHome .padding-video-content {
  text-align: justify;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}
.FCHome .video-home-content {
  font-size: 14px;
  color: #9E9E9E;
  line-height: 25px;
}
.FCHome .video-home-title,
.FCHome .video-home-subtitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.FCHome .video-home-subtitle {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 6px;
}
.FCHome .player-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.FCHome .player-video iframe,
.FCHome .player-video object,
.FCHome .player-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************** AJUSTES HOME ******************/

.FCHome .MainContainer {
  width: 100%;
}
.FCHome .MainContainer .FullSpaceFC {
  margin: 30px auto;
  max-width: 1170px;
}
.FCHome .HeaderMenuULFC {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.FCHome .box-news {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.FCHome .row.products {
  max-width: 1170px;
  margin: 0 auto;
}
.FCHome .row.container-title {
  max-width: 1170px;
  margin: 0 auto;
}
.FCHome .row.video {
  max-width: 1170px;
  margin: 0 auto;
}
.FCHome .row.carrossel {
  max-width: 1170px;
  margin: 0 auto;
}
.FCHome .row .blog-home-container {
  max-width: 1170px;
  margin: 0 auto 14px auto;
}
.FCHome .MainContainer.Footer {
  max-width: 1170px;
  margin: 0 auto;
}
.FCHome .prices .price,
.FCHome .old-price,
.FCHome .por,
.FCHome .currency strong,
.FCHome .int,
.FCHome .dec
 {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E!important;
  line-height: 1.2em;
}
.FCHome .por {
  font-size: 12px!important;
  font-weight: 400!important;
  margin-left: 4px;
  -webkit-font-smoothing: antialiased;
}
.FCHome .de {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/***************** NOTÍCIAS ******************/

.blog-title,
.blog-title a {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
}
.blog-title:hover,
.blog-title a:hover {
  color: #000000;
}
.blog-home img {
  max-width: 100%;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.blog-home:hover {
  opacity: 0.8;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.blog-home {
  margin-bottom: 30px;
}


/***************** PARCEIROS ******************/

.partners {
  margin-bottom: 30px;
}
.partners img {
  border: 1px solid #eeeeee;
  max-width: 100%;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.partners-name {
  margin-top: 16px;
  font-size: 14px;
  color: #757575;
}
.row.first {
  margin-top: 30px;
}
.partners:hover {
  opacity: 0.6;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ParceiroslPage h3 {
  text-align: center;
  margin: 45px 0 75px 0;
  font-size: 30px;
  font-weight: 300;
}

/***************** MEDIA QUERIES ******************/

@media only screen and (max-width: 1441px)
.MainContainer {
  width: 1200px;
}
}
@media only screen and (max-width: 1366px){
  .bx-wrapper{
    max-width: 957px !important;
  }
}
@media only screen and (max-width: 1170px){
  .HeaderCartMainFC {
    position: relative;
  }
  .HeaderMenuOneFC ul li.default-menu {
    display: none;
  }
  .ui-autocomplete {
    max-width: 308px;
  }
}
@media only screen and (max-width: 1030px){
  .MainContainer {
    width: 98%;
  }
  .address .FooterTecFastCommerce{
    margin-top: 0;
    float: left;
  }
  #idPathCat310426 {
    border-left: none;
  }
  .ProductList div#TabTitProd {
    margin-top: -11px;
    margin-bottom: 35px;
  }
  .HeaderMenuULFC #idMenuCat1{
    height: 0;
    overflow: hidden;
  }
  .HeaderMenuULFC #idMenuCat1._active{
    height: auto;
    overflow: initial;
  }
  .HeaderMenuULFC #idMenuCat1 > li{
    width: 100%;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #000000;
    position: relative;
    margin-top: -1px;
  }
  .HeaderMenuULFC #idMenuCat1 > li::before{
    content: "";
    background-image: url('https://www.rumo.com.br/lojas/00037750/images/arrow_down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .HeaderMenuULFC #idMenuCat1 > li:nth-child(7)::before,
  .HeaderMenuULFC #idMenuCat1 > li:nth-child(8)::before,
  .HeaderMenuULFC #idMenuCat1 > li:nth-child(9)::before,
  .HeaderMenuULFC #idMenuCat1 > li:nth-child(10)::before {
    display: none;
  }
  .HeaderMenuULFC #idMenuCat1 > li > ul{
    display: block;
    position: relative;
    opacity: 1;
    overflow: auto;
    transition: height .5s ease;
    left: 0;
    border: none;
  }
  .HeaderMenuULFC #idMenuCat1 > li::before{
    transition: all .5s ease;
  }
  .HeaderMenuULFC #idMenuCat1 > li._active::before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .HeaderMenuULFC #idMenuCat1 > li._active > ul{
    height: auto;
  }
  .box-news .list-item:nth-child(3){
    display: none;
  }
  .HeaderLoginMainFC,
  .HeaderCartMainFC,
  .header #DivSearch {
    display: none;
  }
  .HeaderMainMenuFC .mobile-menu-header{
    display: block;
    font-size: 0;
    width: 100%;
    position: relative;
    letter-spacing: 0;
  }
  .HeaderMainMenuFC .mobile-menu-header._active{
    border-bottom: 1px solid #212121;
  }
  .mobile-search{
    display: block;
  }
  .HeaderSearchFC div#DivSearch {
    margin-top: inherit;
  }
  .ProductStyleBoxFC {
    margin:0;
  }
  .ProductDet div#idButtonBuyFC {
    margin:0 0 16px 0;
  }
  .ProductDet .MainContainer {
    padding:0;
  }
  .ProductDet #idBreadcrumb {
    margin: 6px 0 40px 0;
  }
  .ProductDet .SocialProdLinks {
    display: none;
  }
  .ProductDet #idDivGridImg,
  .ProductDet #idDivGridImg img {
    max-width: 100%;
    margin-bottom: 17px;
  }
  .HeaderMenuULFC #idMenuCat1 > li > ul {
    width: 100%;
  }
  .HeaderMenuULFC #idMenuCat1 > li._active > ul li:first-child a {
    padding-top: 30px;
  }
  .HeaderMenuULFC #idMenuCat1 > li._active > ul li:last-child a {
    padding-bottom: 30px;
  }
  .HeaderMenuULFC #idMenuCat1 > li._active > ul li a {
    padding: 15px 0px;
  }
  .FCDescritorContent,
  .ProductDet .FCStepGrid {
    margin: 0;
  }
  .ProductDet .FCBoxGrid.FCFCBoxGridIncMult {
    margin: 0 0 30px 0px;
  }
  .ProductList .DivListProd,
  .FCHome .DivListProd {
    /* Grade de Produtos Categorias */
    min-height: 440px;
  }
  .FCHome .padding-video-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .FCHome .padding-video {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 990px){
  .MainContainer {
    width: 100%;
    padding: 0 10px;
  }
  .FCHome .MainContainer {
    padding: 0;
  }
  .FCHome .row.container-title,
  .FCHome .box-news {
    padding: 0 10px;
  }
  .HeaderMenuULFC .EstListCat li a{
    padding: 21px 10px 23px 10px;
    font-size: 13px;
    cursor: pointer;
  }
  .HeaderMenuULFC a {
    font-size: 12px;
  }
  .HeaderMenuULFC a li.HeaderMenuHomeDepFC{
    display: none;
  }
  .EstImgFC {
    margin-right: 30px;
  }
  .ProductList .badgeProm {
    margin-top:15px; margin-left: 9px;
  }
}
@media only screen and (max-width: 815px){
  .SmallMenuButtom {
    cursor: pointer;
    padding: 25px 0 20px 10px;
    text-decoration: none;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .HeaderMenuULFC li {
    display: block;
    margin: 0 0 0 0;
  }
  .SmallMenuList a li {
    border-bottom: 1px solid #fff;
    padding: 22px 12px;
  }
  .HeaderMenuULFC a .HeaderMenuNewsMobileFC,
  .HeaderMenuULFC a .HeaderMenuHelpMobileFC {
    display: block;
  }
  .HeaderCartMainFC > a .HeaderCartMainIconFC {
    display: none;
  }
  .HeaderCartMainFC {
    padding-top: 38px;
  }
  .NoticiaslPage .MainContainer {
    padding: 0;
  }
  .NoticiaslPage h2.display {
    padding: 0 10px;
  }
  .NoticiaslPage hr {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 883px){
  .address .FooterTecFastCommerce{
    float: left;
  }
  .FCContact p br {
    display: none;
  }
}
@media only screen and (max-width: 768px){
  .HeaderMenuULFC .EstListCat li a {
    padding: 18px 10px;
  }
  input, textarea {
    font-size:16px;
  }
  span .FooterNewsletterInput {
    font-size:16px!important;
  }
  .HeaderMenuULFC a {
    font-size: 9px;
  }
  .HeaderMainMenuFC .mobile-menu-header .mobile-menu-item .amount{
    font-size: 12px;
  }
  .box-news .list-item {
    display: block;
    padding: 0 20px;
    margin: 0 auto 13px auto;
    vertical-align: top;
  }
  .box-news .list-item:last-child {
    margin: 0 auto;
  }
  .box-news .wrap-list {
    display: inline-block;
    width: auto;
    min-width: 284px;
    margin: 0 auto;
    margin-left: 50%;
    transform: translate3d(-50%,0,0);
  }
  .FCMyAccount #FCFormContainer, .FCNewsletter #FCFormContainer, .FCContact #FCFormContainer, .FCAdvancedSearch #FCFormContainer, .FCTrack #FCFormContainer {
    margin-top: 36px;
    padding:14px;
  }
  .inputButton {
    padding: 8px;
  }
  .vex.vex-theme-default .vex-content {
    max-width: 320px;
  }
  .FCMyAccount #idAccountContentFC {
    width:100%!important;
  }
  .box-news .list-item:nth-child(2){
    display: none;
  }
  .box-news .list-item:nth-child(1){
    display: table;
  }
  .box-news .wrap-list{
    width: 100%;
    padding: 14px 0 4px 0;
  }
  .ProductList #idPageCountFC {
    display: none;
  }
  .ProductList .DivListProd,
  .FCHome .DivListProd {
    /* Grade de Produtos Categorias */
    min-height: 400px;
  }
  .ProductDet .warnme {
    text-align: left;
  }
}

@media only screen and (max-width: 640px){
  .SmallMenuContainer {
    display: none !important;
  }
  .smallMenuHide{
    display: block !important;
  }
  .HeaderMenuULFC li{
    height: auto;
  }
  #FooterNav1,
  #FooterNav2,
  #FooterNav3{
    display: block !important;
  }
  .FooterSpaceContainerFC {
    margin:0!important;
  }
  .tinynav{
    display: none;
  }
  .FooterInputPosition{
    float: none;
    display: inline-block;
    width: calc(100% - 70px);
  }
  .FooterInputPosition .FooterNewsletterInput{
    width: 100%;
  }
  .ProductList .DivListProd {
    margin: 0 auto!important;
  }
  .EstImgFC{
    margin-right: 30px;
  }
  .ProductList #idTxtIntroFoundProdsFC {
    min-height: 64px;
  }
  .ProductList #idPageCountFC {
    float: right;
    width: auto;
  }
  .FooterMainBarFC .row {
    padding: 56px 0 0 0;
  }
  .FooterMainBarFC .row ul li:last-child {
    margin-bottom: 50px;
  }
  .FooterNewsletterBoxFC {
    margin-top: 8px;
    margin-bottom: 28px;
  }
  ul.FooterULSecurityFC {
    margin-bottom: 44px;
  }
  p.FooterTecFastCommerce {
    display: none;
  }
  .address .box-text p:last-child {
    margin-top: 10px;
  }
  .HeaderMenuULFC #idMenuCat1 > li > ul > li{
    width: 100%;
  }
  .FCCart #FCCartCupom > td.FCCartCupomInfo #Cupom {
    margin-left: 0px;
  }
  #DivSearch .HeaderIconSearchButtonFC{
    width: 66px;
  }
  .HeaderCartMainFC{
    padding-top: 0;
    float: left;
  }
  .HeaderLogoSmall{
    display: block;
  }
  div#DivSearch {
    margin-bottom: 18px;
  }
  .MainContainer .FullSpaceFC,
  .FCHome .MainContainer .FullSpaceFC {
    margin: 20px;
  }
  .HeaderLogo {
    width: 100px;
  }
  .generic-col:nth-child(2) {
    padding: 0;
  }
  .HeaderCartMainFC > a {
    display: inherit;
  }
  .generic-col:nth-child(3) {
    display: none;
  }
  #idCartItemsToolTop, a #HeaderCartItemFC,
  a #HeaderCartTotalFC {
    text-align: center;
  }
  .box-news {
    margin: 20px 0 32px 0;
  }
  .ProductDet .ProductStyleBoxFC.FreteBox {
    max-width: 316px;
  }
  .FooterMainBarFC .row .title-footer {
    display: inherit;
  }
  .address .wrap-address p {
    font-size: 12px;
  }
  .FieldCEPBtn {
    margin: 0;
  }
  .FCHome .ListProdNomeProd {
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ProductList .ListProdNomeProd {
    text-align: left;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
  .FCHome .padding-video-content {
    padding-left: inherit;
    padding-top: inherit;
  }
  .FCHome .padding-video,
  .FCHome .padding-video-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .FCHome .row.container-video {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 475px) and (min-width: 320px){
  .ProductList .DivListProdNomeProd,
  .DivListProdImagemProd {
    height: auto;
    min-height: auto;
  }
  .ProductList .DivListProdNomeProd a{
    width: 100%;
  }
  .EstImgFC{
    margin-right: 0;
  }
  #idTDLinkAdvancedSearchFC {
    float: left;
    position: initial;
    margin: 10px 0 0 0;
  }
  div#idTxtFiltersBy {
    float: left;
  }
  #idDivSearch {
    padding: 19px 20px 19px 20px;
  }
  #FCCartSmallCupom .FCCartCupomLabel {
    margin: 20px 0;
  }
  #FCCartButtons ul li {
    padding: 0;
    margin: 10px 0;
  }
  #FCCartSmallCupom .FCCartCupomInput, #FCCartCupomBut {
    margin-bottom: 20px;
  }
  #FCCartSmallCupom .FCCartCupomInput {
    height: 40px;
    border: 1px solid #eeeeee;
  }
  #FCCartSmallCupom {
    border: 1px solid #eeeeee;
  }
  #FCCartSmallFreightSimulationBut {
    background-color: #fff;
    color: #000000;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #000000;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  #FCCartSmallFreightSimulationBut:hover {
    background-color: #000000;
    color: #fff;
  }
  #FCCartSmallFreightSimulation {
    padding: 30px 0;
  }
  .FCCart li.FCCartPriceValue {
    text-align: left!important;
    height: 54px;
  }
  .FCCart .FCCartRespTable {
    border-bottom: none;
  }
  .FCCartFooter.is-small {
    border-top: none;
  }
  #FCCartSmallSubtotals {
    margin-bottom: 0px;
  }
  .FCCartSmallProd.is-small {
    border-top: 0px;
    float: left;
    margin-top: 20px;
  }
  .FCCart table {
    float: left;
  }
  .FCCart .BotExcluir {
    display: inline-block;
  }
  p.FCCartItemQty {
    text-align: left;
  }
  span.FCCartPriceLabel,
  p.FCCartSmallItemWeight,
  .FCCartProdFilter {
    text-align: left;
  }
  .FCCart span.FCCartQtyLabel,
  .FCCart span.FCCartPriceLabel,
  .FCCartSmallProd .FCCartWeightLabel,
  .FCCartProdFilter {
    font-size: 12px;
    text-transform: capitalize;
  }
  .FCCart .FCCartRespTable tbody tr td input[type="text"],
  .FCCart .FCCartRespTable tbody tr td input[type="number"] {
    font-size:16px;
  }
  .FCCart li.FCCartWeight {
    text-align: left;
  }
  .FCCart .EstTabPedidoRef {
    display: inherit;
    font-size: 12px;
    color: #607D8B;
  }
  .FCCart div#idFreightSimulationFC {
    width: 100%;
    left: 0px!important;
    padding: 10px!important;
  }
  table#idTDFreightSimulationFC {
    width: 100%;
  }
  input#idZip {
    font-size: 16px;
  }
  .box-news .news-icon {
    display: none;
  }
  .box-news .list-item {
    padding: 0 13px;
  }
  .mobile-search input[type="text"], .mobile-search input[type="number"] {
    font-size: 16px;
  }
  .ListProdNomeProd {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }
  .old-price,
  .por,
  .currency,
  .int,
  .dec,
  .prices .price,
  .installments strong {
    font-size: 12px;
    text-align: left;
  }
  .blog-title, .blog-title a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 640px) {
  .FCHome .DivListProd {
    height: 400px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 425px) {
  /* Grade de Produtos Categorias */
  .ProductList .DivListProd,
  .FCHome .DivListProd {
    min-height: 340px;
  }
  .ProductList .prices .price,
  .ProductList .old-price,
  .ProductList .por,
  .ProductList .currency strong,
  .ProductList .int,
  .ProductList .dec {
    font-size: 12px;
  }
  .FCHome .prices .price,
  .FCHome .old-price,
  .FCHome .por,
  .FCHome .currency strong,
  .FCHome .int,
  .FCHome .dec {
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .DivHomeImagemProd{
    float: none;
  }
  .DivIntHomeProd{
    width: 100%;
  }
  .ProductList #idTxtIntroFoundProdsFC {
    min-height: 86px;
  }
  /* Grade de Produtos Categorias */
  .ProductList .DivListProd,
  .FCHome .DivListProd {
    min-height: 352px;
  }
  .ProductList .prices .price,
  .ProductList .old-price,
  .ProductList .por,
  .ProductList .currency strong,
  .ProductList .int,
  .ProductList .dec {
    font-size: 12px;
  }
  .FCHome .prices .price,
  .FCHome .old-price,
  .FCHome .por,
  .FCHome .currency strong,
  .FCHome .int,
  .FCHome .dec {
    font-size: 12px;
  }

}
