img{
  width: fit-content;
  height: fit-content;
}
button{
  background-color: unset;
  border: none;
}

header .open-mobile{
  display: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
header .menu-mobile{
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  right: -100%;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0000009e;
}
header .close-mobile{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
header .menu-mobile .infos{
  padding: 40px 5%;
  justify-content: center;
}
header .menu-mobile .infos .top{
  width: 100%;
  flex-direction: column;
  align-items: center;
}
header .menu-mobile .top .formbusca{
  gap: 10px;
}
header .menu-mobile .top .formbusca.active{
  width: 100%;
}
header .menu-mobile .infos .top .formbusca.active input{
  width: calc(100% - 35px);
  position: relative;
}
header .menu-mobile .infos .top .formbusca input{
  right: 0;
}
header .menu-mobile .top .formbusca button{
  margin: 0;
}
header .menu-mobile .idioma{
  flex-direction: column;
}
header .menu-mobile .idioma .hover-idioma{
  top: unset;
  left: unset;
  position: relative;
  margin-top: 10px;
}
header .menu-mobile .idioma .hover-idioma.active{
  display: block;
}





header{
  width: calc(100% - 20px);
  margin: 10px auto;
  background: #e30016;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 0;
}
header .container{
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
header .topo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}
header .topo::before {
  content: "";
  flex: 1;
  display: block;
}
header .topo .logo{
  max-width: 211px;
  margin: 0;
  flex-shrink: 0;
}
header .topo .logo a,
header .topo .logo a img{
  display: flex;
  width: 100%;
}
header .infos.active{
  margin-left: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .infos{  
  position: relative; 
  right: auto;        
  flex: 1;           
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .infos .top{
  width: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}
header .infos .top .link{
  width: fit-content;
}
header .top .formbusca{
  display: flex;
  align-items: center;
  width: 25px;
  height: 35px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top .formbusca.active{
  width: 315px;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top .formbusca.active input {
  opacity: 1;
  width: 250px;
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top .formbusca input {
  font-size: 14px;
  color: #000;
  height: 35px;
  font-family: 'Lato-Medium';
  border: 0px;
  padding: 0 10px;
  border-radius: 6px;
  outline: none;
  background: #fff;
  opacity: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 0px;
  right: 40px;
}
header .top .formbusca button{
  background-color: unset;
  border: none;
  cursor: pointer;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 0;
}

header div.carrinho {
  width: auto;
    display: flex;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho a.ver-carrinho{
  font-family: 'Lato-Bold';
  font-size: 9px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 25px;
  text-align: center;
  display: flex;
  position: relative;
}
header div.carrinho a.ver-carrinho.desk:hover,
div.carrinho.active a.ver-carrinho{
    color: #172f50;

}
header div.carrinho a.ver-carrinho.desk:hover span.num,
div.carrinho.active a.ver-carrinho span.num{
    background: #172f50;

}
header div.carrinho a.ver-carrinho:hover span.num{
  background: #69111e;
  color: #fff;
}
header div.carrinho a.ver-carrinho span.num{
  color: #bf051b;
  width: 20px;
  height: 20px;
  font-size: 9px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  background: #fff;
  top: -15px;
  left: calc(90% - 9px);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}

header.mod div.carrinho a.ver-carrinho span.num{
  color: #fff;
  background: #fa0322;
  -webkit-box-shadow: 0px 3px 15px -3px #fa0322;
  box-shadow: 0px 3px 15px -3px #fa0322;
}
header div.lista-carrinho{
    display: block;
    position: relative;
    margin-top: 7px;
    width: 300px;
    max-height: 0px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    float: right;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho.desk:hover div.lista-carrinho,
header div.carrinho.active div.lista-carrinho{
    min-height: 100px;
    max-height: 700px;
    opacity: 1;
    z-index: 10;
    border: 1px solid #bdbdbd;
}

header div.carrinho div.lista-carrinho span.top{
    font-family: 'ralewaysemibold';
    font-size: 11px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdbdbd;
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-track{
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    opacity: 0; */
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar{
    width: 8px;
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgb(23, 47, 80);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho{
    width: 100%;
    max-height: 300px;
    min-height: 95px;
    overflow-y: auto;
}

header div.carrinho div.lista-carrinho span.bottom b{
  color: #172f50;
}
header div.carrinho div.lista-carrinho span.bottom{
    font-family: 'ralewaysemibold';
    font-size: 14px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    /*border-top: 1px solid #bdbdbd;*/
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
    float: left;
}

header div.carrinho div.lista-carrinho a.ver-tudo,
header div.carrinho div.lista-carrinho a.fechar-pedido{
    font-family: 'ralewaysemibold';
    font-size: 14px;
    color: #fff;
    background: #f1592a;
    height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 10px;
    width: calc(40% - 20px);
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho a.ver-tudo:hover,
header div.carrinho div.lista-carrinho a.fechar-pedido:hover{
    color: #fff;
    background: #172f50;
}
header div.carrinho div.lista-carrinho a.fechar-pedido{
    width: calc(100% - 20px);
}
header div.carrinho.desk:hover div.lista-carrinho .linha,
header div.carrinho.active div.lista-carrinho .linha{
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
header div.carrinho div.lista-carrinho .linha{
  width: 100%;
  display: block;
  float: left;
  position: relative;
    border-bottom: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
  opacity: 0;
  -webkit-transform: translate3d(-350px,0px,0px);
  -moz-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  transform: translate3d(-350px,0px,0px);
}
header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(2),
header div.carrinho.active div.lista-carrinho .linha:nth-child(2){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(3),
header div.carrinho.active div.lista-carrinho .linha:nth-child(3){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(4),
header div.carrinho.active div.lista-carrinho .linha:nth-child(4){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(5),
header div.carrinho.active div.lista-carrinho .linha:nth-child(5){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
header div.carrinho.active div.lista-carrinho .linha div.produ{
  width: 80px;
  height: 100%;
  float: left;
  display: block;
}
header div.carrinho div.lista-carrinho .linha div.produ img{
  float: left;
  display: block;
  width: 80px;
  height: auto;
  padding-top: 10px;
}
header div.carrinho div.lista-carrinho .linha div.cont{
  width: calc(100% - 120px);
  height: 100%;
  float: left;
  display: block;
}
header div.carrinho div.lista-carrinho .linha h1.nome-prod{
    font-family: 'ralewayregular';
    font-size: 11px;
    line-height: 12px;
    color: #959595;
    width: calc(100% - 40px);
    float: left;
    height: auto;
    padding: 20px 20px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
header div.carrinho div.lista-carrinho .linha span.valor{
    font-family: 'montserratbold';
    font-size: 11px;
    color: #172f50;
    width:calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 5px 20px 5px;
}
header div.carrinho div.lista-carrinho .linha span.uni{
    font-family: 'montserratbold';
    font-size: 11px;
    color: #878787;
    width:calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 0px 20px 0px;
}
header div.carrinho div.lista-carrinho .linha a.edit,
header div.carrinho div.lista-carrinho .linha a.del  {
    width: 30px;
    display: block;
    float: left;
    position: absolute;
    color: #172f50;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho .linha a.edit:hover,
header div.carrinho div.lista-carrinho .linha a.del:hover  {
    color: #e82930;
}
header div.carrinho div.lista-carrinho .linha a.edit {
    top: 20px;
    right: 40px;

}
header div.carrinho div.lista-carrinho .linha a.del {
    top: 20px;
    right: 10px;
}
header div.carrinho div.lista-carrinho .linha p.semProd{
    font-family: 'ralewaysemibold';
    font-size: 16px;
    line-height: 24px;
    color: #164072;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 27px);
    padding: 7px 7px 7px 20px;
}
header div.carrinho div.lista-carrinho .linha a.contCam {
    color: #fff;
    outline: none;
    border: 0px;
    display: block;
    width: calc(100% - 130px);
    height: auto;
    line-height: 13px;
    padding: 15px 30px;
    font-family: 'ralewayregular';
    letter-spacing: 1px;
    font-size: 11px;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #00af92;
}
header div.carrinho div.lista-carrinho .linha a.contCam:hover {
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #172f50;
}
header .top .idioma {
  width: auto;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .top .idioma .idioma-selecionado{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
header .top .idioma .idioma-selecionado i{
  font-size: 10px;
}
header .top  .hover-idioma {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 10px;
    z-index: 100;
}
header .top .hover-idioma a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}
header .top .hover-idioma a:hover {
    background: #f0f0f0;
}


footer{
  width: 100%;
}
footer .menu-f{
  width: 100%;
  background: #e30016;
  padding: 50px 0;
}
footer .menu-f .container{
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  gap: 75px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
footer .menu-f .logo{
  max-width: 297px;
  width: 100%;
}
footer .menu-f .logo img{
  width: 100%;
  display: flex;
}
footer .menu-f .redes{
  display: flex;
  justify-content: center;
  gap: 30px;
}
footer .menu-f .redes a{
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
footer .menu-f .redes a i{
  color: #fff;
  font-size: 25px;
}
footer .menu-f .redes a::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  margin-left: 30px;
}
footer .menu-f .redes a:last-child::after{
  display: none;
}
footer .copy{
  width: 100%;
  padding: 25px 0;
  background-color: #86131D;
}
footer .copy .container{
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 10px;
}
footer .copy .container p{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
footer .copy .container img{
  width: 33px;
}

@media screen and (max-width: 1000px) {
  header .topo{
    justify-content: space-between;
  }
  header .topo::before{
    display: none;
  }

}

@media screen and (max-width: 900px) {
  header .open-mobile{
    display: flex;
  }
  header .infos.desktop{
    display: none;
  }
  header .menu-mobile.opened{
    right: 0;
    transition: right .3s;
  }
  header .menu-mobile{
    display: flex;
    transition: right .3s;
  }

  footer .menu-f .redes{
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .copy .container{
    flex-direction: column;
    text-align: center;
  }

}

