.footer-block-logo {
  width: fit-content !important;
  height: auto !important;
  background: transparent !important;
  margin-top: 0px !important;
  transform: none !important;
}

.container {
  width: 100% !important;
}
.footer .container.content_90 {
  width: 65% !important;
}

.i-bar {
  color: #000 !important;
}

#product-view .destaqueBanner {
  background: linear-gradient(to bottom, transparent, #ffff),
    url("../images/blackfriday-bg.jpg") !important;
}

.sectionBanner {
  width: 100% !important;
}

.btn-facebook {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 15pt;
  text-decoration: none;
  transition: 0.3s;

  color: #fff;
  background: #3c5a9a;
}

.btn-instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 15pt;
  text-decoration: none;
  transition: 0.3s;

  color: #fff;
  background: linear-gradient(
    215.36deg,
    rgb(0, 65, 226) 9.83%,
    rgb(254, 52, 128) 38.96%,
    rgb(253, 201, 79) 81.58%
  );
}

.btn-facebook:hover,
.btn-instagram:hover {
  color: #fff !important;
}

.header {
  background: #000 !important;
}
.header .search-conf {
  margin: 0 !important;
}
.header .shopcart {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header .shopcart .box-emails,
.header .shopcart .box-telefones {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e0e0e0;
  text-wrap: nowrap;
}
.header .shopcart .box-emails i,
.header .shopcart .box-telefones i {
  font-size: 20pt;
  margin-bottom: 10px;
}
.header .shopcart .box-emails span,
.header .shopcart .box-telefones span {
  line-height: normal;
  font-size: 11pt;
}

.navbar {
  background: #fff !important;
}
.navbar-brand > img {
  width: 100%;
  max-width: 350px !important;
}
.navbar #menu > li > a {
  color: #000 !important;
}
.navbar #menu > li > a:hover {
  background: transparent !important;
}

@media (max-width: 1400px) {
  .search-conf {
    width: 30%;
  }
  .header .shopcart {
    width: 45%;
  }
  .header .shopcart .box-emails span,
  .header .shopcart .box-telefones span {
    font-size: 9pt;
  }
  .navbar-header {
    width: 290px !important;
  }

  .header > .container > .row {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1200px) {
  .header .shopcart {
    width: 70%;
  }
  .header .search-conf {
    padding-left: 10px;
  }
}

@media (max-width: 1000px) {
  .header > .container > .row {
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
  }
  .header .shopcart {
    width: 100%;
    padding-bottom: 25px;
  }
  .navbar-header {
    width: 30% !important;
  }
  .search-conf {
    width: 50% !important;
  }
}

@media (max-width: 769px) {
  .header .search-conf {
    padding-bottom: 35px;
  }
  .header .search-conf form {
    width: 100%;
  }
  .navbar-header {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    display: grid;
  }
  .navbar #menu > li > a {
    color: #fff !important;
  }
  #menu .mega-dropdown:hover > a,
  #menu .mega-dropdown > a:hover,
  #menu .dropdown:hover > a {
    background-color: transparent !important;
  }
}

@media (max-width: 557px) {
  .fa-phone::before {
    margin: 0 !important;
  }
  .shopcart {
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .search-conf {
    width: 33.33333333% !important;
  }
}
