/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

/* Common style for the widget (diamond + text) itself */
.reward-points-promo div {
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    background: none, url(../diamond.svg) 0 center no-repeat;
    background-size: 18px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
}
.reward-points-promo .reward-points-label {
  font-weight: normal;
}


/* Turn off visibility for "inside `product.plain_price_only`" item */
.reward-points-promo--grid {
  display: none;
}

/* Turn off visibility for "- Reward points" label */
.reward-points-label {
  display: none;
}

.products-grid .reward-points-promo {
  display: block;
  margin-left: 10px;
}


/* Style for List mode */
.products-list .product-cell .reward-points-promo {
  margin-bottom: 20px;
}
.products-list .product-cell .reward-points-label {
  display: unset;
}


/* Styles for product details */
.product-details-info .reward-points-promo div {
  background-size: 18px;
  font-size: 14px;
  margin-bottom: 20px;
}
.product-details-info .reward-points-label {
  display: unset;
}
