span.ls_apply_points_span {
  display: block;
  margin-left: 10px;
}

.custom_product_price {
    font-size: 19px;
    line-height: 12px;
    color: #7e0820;
    font-weight: bold;
    margin-bottom: 15px;
}

div#pagination-container {
  margin-top: 30px;
  text-align: center;
}
button.page-btn {
  margin-right: 10px;
}
button.page-btn {
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  color: #000;
  fill: #fff;
  background-color: #FFF;
  border: 1px solid;
}
button.page-btn.current_page {
  background-color: #c92026;
  border-color: #c92026;
  color: #FFF;
}
.statistics_user span {
  font-weight: 700;
}

input#ls_apply_coupon_code_field {
  max-width: 300px;
  margin-right: 10px;
}

.woocommerce-cart .custom_qty_input .qty_span{
  display: none !important;
}
.woocommerce-cart .custom_qty_input{
  color: #7e7e7e !important;
}

body.page-id-11 .woocommerce-error{
  display: block !important;
}

label#ls_apply_points_label {
  display: block;
}

span.bold_span {
  font-weight: 700;
}

.points_absolute {
  position: absolute !important;
  bottom: -15px;
  right: 45px;
}

.points_earned_cotainer_css {
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  width: 100%;
}

.points_earned_cotainer_css{
  position: absolute;
  bottom: -10px;
}

body.home .points_earned_cotainer_css{
  color: #000;
}

.haru-header__sticky-menu .points_earned_cotainer_css, body:not(.home) .points_earned_cotainer_css{
  color: #000 !important;
}

form.checkout_redeeming {
  margin-bottom: 20px;
  border-bottom: 2px solid #3B3B3B;
  padding-bottom: 20px;
}

.green_points{
  color: #0AD9B6;
}

.color_points_earned{
  color: #FFB94E;
}

.color_points_spent{
  color: #c92026;
}

.custom_btn_view_offers{
  text-transform: none !important;
}


@media (max-width: 1024px)
{
  .points_absolute{
    right: 20px;
  }
}
