body.fixed {
  padding-top: 175px;
}
body.fixed header.hp {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 90;
}
body.fixed header.hp.fixed .top {
  overflow: hidden;
  height: 0px;
  padding: 0px;
}
body.fixed header.hp.fixed .middle h1 {
  max-width: 220px;
  margin: 5px 0px;
}
body.fixed header.hp.fixed .middle form {
  margin-top: 16px;
}
body.fixed header.hp.fixed .middle .right {
  padding-top: 12px;
}
header {
  background: black;
}
header .top {
  background: #000;
  color: white;
}
header .top .left a {
  color: white;
}
header .top .left span {
  display: inline-block;
}
header .top .right a {
  border-left: 1px solid #666;
  color: white;
}
header .top .right a:first-child {
  border-left: 0px;
}
header .middle button.mob {
  background: #D62598;
  color: white;
  border-color: #D62598;
}
header .middle form {
  border: 1px solid #333;
  transition: margin .5s;
  background: white;
}
header .middle .right {
  text-align: right;
  transition: margin .5s, padding .5s;
}
header .middle .right .tag {
  background: #ccc;
  color: #333;
  text-align: center;
}
header .middle .right .login,
header .middle .right .minhaconta {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
header .middle .right .login i,
header .middle .right .minhaconta i {
  vertical-align: sub;
  color: #333;
}
header .middle .right .wishlist {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
}
header .middle .right .wishlist i {
  color: #333;
}
header .middle .right .minicart {
  color: white;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
header .middle .right .minicart i {
  vertical-align: bottom;
}
header nav {
  background: #333;
  border-color: black;
}
header nav .container ul > li > ul {
  background: #333;
}
header nav .container ul > li > ul a {
  color: white;
}
header .frete {
  background: #28CC00;
  color: white;
  padding: 5px 0px;
}
header .frete p {
  margin: 0px;
  font-size: 16px;
}
header .frete i {
  font-size: 20px;
  vertical-align: top;
}
header.header-carrinho {
  margin-bottom: 20px;
}
header.header-carrinho .top {
  background: #333;
  color: white;
}
header.header-carrinho .top p {
  margin: 0px;
  font-size: 22px;
}
header.header-carrinho .top i {
  font-size: 30px;
  vertical-align: top;
}
header.header-carrinho .middle .right {
  padding-top: 40px;
}
header.header-carrinho .middle .right p {
  display: inline-block;
  margin: 0px;
  color: #333;
  margin-right: 20px;
}
header.header-carrinho .middle .right p i {
  color: black;
  font-size: 22px;
  vertical-align: bottom;
}
footer {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
  background: #333;
}
@media (min-width: 768px) {
  footer .btn-ssl {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    transition: bottom .5s, right .5s;
  }
}
footer .top {
  background: #000;
  border-bottom: 1px solid #333;
  color: white;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
}
footer .top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top ul li {
  float: left;
  width: 20%;
}
footer .top ul li a {
  color: white;
}
footer .top ul li h5 {
  font-size: 14px;
  font-weight: regular;
  text-transform: uppercase;
  max-width: 150px;
  display: inline-block;
  width: calc(100% - 50px);
}
footer .top ul li i {
  display: inline-block;
  width: 50px;
  color: #D62598;
  font-size: 40px;
}
footer .middle {
  color: white;
}
footer .middle a,
footer .middle p,
footer .middle span,
footer .middle h1,
footer .middle h2,
footer .middle h3,
footer .middle h4,
footer .middle h5,
footer .middle h6 {
  color: white;
}
footer .middle .col-menu a {
  color: white;
}
footer .bottom .container {
  border-top: 1px solid #444;
  padding: 0px 0px;
}
footer .dev {
  text-align: center;
  padding: 5px 0px;
  background: #222;
  color: white;
  font-size: 12px;
}
footer .dev a {
  color: white;
  filter: grayscale(100%);
  transition: filter .5s;
}
footer .dev a:hover {
  filter: grayscale(0%);
}
footer .dev a:before {
  content: '';
  background: url("../../img/icoagius.svg") no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
footer.footer-carrinho {
  border-top: 3px solid #555;
}
footer.footer-carrinho .right {
  text-align: right;
}
footer.footer-carrinho .right img {
  margin: 0px!important;
}
footer.footer-carrinho .middle {
  padding: 30px 0px 30px 0px;
}
footer.footer-carrinho .middle img {
  margin: 15px 3px 0px;
}
footer.footer-carrinho .box {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
footer.footer-carrinho .box span {
  width: auto;
}
footer.footer-carrinho .bottom {
  background: #f1f1f1;
  text-align: center;
  padding: 4px 0px;
}
footer.footer-carrinho .bottom .container {
  border: 0px none;
}
footer.footer-carrinho .bottom .container span {
  margin: 0px;
}
.boxProduct .descontos .desconto span span {
  display: block;
  font-size: 14px;
}
.boxProduct .descontos .desconto span span span {
  display: block;
  font-size: 14px;
}
.mobile .boxProduct .descontos .desconto span span {
  display: block;
  font-size: 12px;
}
.mobile .boxProduct .descontos .desconto span span span {
  display: block;
  font-size: 12px;
}
.boxProduct .blackfriday {
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  background: url(../../img/blackstamp.png?v2) top center no-repeat;
  position: absolute;
  background-size: 100%;
}
header.mobile.new .middle .menu-link {
  background: #333;
  float: left;
  padding: 0px 20px;
  height: 54px;
}
header.mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #333;
}
header.mobile.new .middle .search-link {
  float: right;
  background: #333;
}
header.mobile.new .middle .search-link a {
  display: inline-block;
  position: relative;
  margin: 0px 5px;
  color: #fff;
}
.boxProduct .descontos .desconto.cartao {
  background: #333;
  font-weight: 700;
  color: white;
}
.boxProduct .descontos .desconto.cartao small {
  color: white;
}
.boxProduct .descontos .desconto.boleto {
  background: black;
  font-weight: 700;
  color: white;
}
.boxProduct .descontos .desconto.boleto small {
  color: white;
}

.content.home {
  overflow: hidden;
}
.content.home .newsletter {
  color: white;
}
.content.home .newsletter .box-newsletter {
  background: #000;
  height: 345px;
  padding: 30px 30px 30px 200px;
  text-align: center;
  border-radius: 0px 100px 100px 100px;
  color: white;
}
.content.home .newsletter .box-newsletter big {
  font-size: 80px;
  font-weight: bold;
}
.content.home .newsletter .box-newsletter h5 {
  font-size: 16px;
  font-weight: 600;
}
.content.home .newsletter .box-newsletter p {
  font-size: 14px;
  margin-bottom: 20px;
}
.content.home .newsletter .box-newsletter input {
  border: 0px none;
  padding: 10px;
  float: left;
  width: calc(100% - 90px);
}
.content.home .newsletter .box-newsletter button {
  float: left;
  padding: 10px 10px 9px 10px;
}
.content.home .newsletter .box-contato {
  background: #000;
  padding: 5px 80px;
  border-radius: 100px;
  color: white;
}
.content.home .newsletter .box-contato ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content.home .newsletter .box-contato ul li {
  padding: 15px;
  width: 33%;
  display: inline-block;
}
.content.home .newsletter .box-contato ul li:last-child {
  border-bottom: 0px;
}
.content.home .newsletter .box-contato i {
  font-size: 50px;
  color: white;
}
.content.home .newsletter .box-contato p {
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: calc(100% - 100px);
  margin-left: 10px;
}
.content.home .newsletter .box-contato p span,
.content.home .newsletter .box-contato p a {
  text-transform: inherit;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: white;
}
.content.home .newsletter .box-contato p span small,
.content.home .newsletter .box-contato p a small {
  font-size: 12px;
  font-weight: 300;
}
.content.home .newsletter .box-contato p a {
  width: auto;
}
.content.home .avaliacoes {
  margin-bottom: 45px;
}
.content.home .avaliacoes h3 {
  font-size: 28px;
  width: calc(100% - 120px);
}
.content.home .avaliacoes h3:after {
  content: '';
  width: 230px;
  height: 30px;
  background: #80165B;
  height: 1px;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}
.content.home .avaliacoes .item {
  padding: 20px;
}
.content.home .avaliacoes .box {
  margin: 10px 0px;
  box-shadow: 1px 0px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: center;
}
.content.home .avaliacoes .box h5 {
  margin-bottom: 0px;
  font-size: 10px;
}
.content.home .avaliacoes .box p {
  color: #666;
}
.content.home .avaliacoes .box i {
  color: #ffcc00;
  font-size: 10px;
}
.content.home .avaliacoes .box .foot h6 {
  font-weight: bold;
  margin-bottom: 0px;
}
.content.home .avaliacoes .box .foot span {
  font-size: 12px;
}
.content.home .extra {
  padding: 40px 0px;
  display: inline-block;
  width: 100%;
}

