/*** Customize seu css aqui ***/
html {
  background-color: #020202;
  color: #080808;
  font-family: "Akhand", sans-serif;
}
.search-options .form-label {
    color: #ebebeb;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 15px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.search-options-pagination a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: #ebebeb;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    min-width: 26px;
    opacity: 0.6;
    padding: 6px 5px 4px;
    text-align: center;
}
.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;
}

.showcase.showcase-model-2 {
  padding-bottom: 50px;
}