/*** Customize seu css aqui ***/
/*** Customize seu css aqui ***/
html {
  background-color: #020202;
  color: #080808;
  font-family: "Akhand", sans-serif;
}

.showcase-title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
}

.product-prices_price {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 0;
}

.product-btn.product-btn_buy {
  background-color: #990808;
  color: #fff;
}

.cart_quantity {
  background-color: #816723;
  border-radius: 50%;
  bottom: auto;
  color: #000;
  display: table;
  font-size: 13px;
  font-weight: 800;
  height: auto;
  left: auto;
  line-height: 14px;
  margin-top: -10px;
  min-width: 15px;
  padding: 0.5px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.notfound-text {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2105263158em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 21.0526315789em;
  text-align: center;
}

.header a {
  color: #816723;
}

.header a:focus,
.header a:hover {
  color: #818021;
  opacity: 1;
}

.footer_title {
  color: #816723;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 23px;
  margin-bottom: 20px;
}

footer .footer-content_second .logo-platform b {
  color: #816723;
  font-weight: bold;
}

.notfound-btn {
  background-color: #ff0000;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: table;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #816723;
  border: 2px solid #816723;
  bottom: 0;
  height: 45px;
  left: auto;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  width: 45px;
}

.showcase-banners .slider__arrow:focus,
.showcase-banners .slider__arrow:hover,
.showcase-products .slider__arrow:focus,
.showcase-products .slider__arrow:hover {
  background-color: #818021;
  border-color: #818021;
  opacity: 1;
}


}