/* 
 * 2025 Addify
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  Author: Addify
 *  Copyright: 2025 Addify
 *  License: http://opensource.org/licenses/afl-3.0.php
 */

.cart_page_data_showing {
  display: none;
}

.bmsm-cart-discount-row {
  margin: 10px 0px;
}

.bmsm-cart-badge,
.bmsm-cart-total-savings {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  border: 3px solid black;
  border-radius: 5px;
  color: black;
  padding: 0px 2px;
  margin: 10px 0px;
}

.bmsm-cart-discount-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 4px;
}

.bmsm-cart-badge {
  background-color: #f0c14b;
  color: #111;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
}

.bmsm-cart-separator {
  color: #888;
}

.bmsm-cart-savings {
  /* padding: 2px 6px;
  color: #d0021b;
  font-weight: bold;
  border-radius: 20px; */
  /* background-color: #f0c14b; */
  color: #d0021b;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
}

.bmsm-cart-original-price,
.bmsm-cart-original-price del {
  color: #111;
  font-weight: 700;
  font-size: 1rem;
}

.bmsm-cart-discounted-price {
  color: #f39d72;
  font-weight: 700;
  font-size: 1rem;
}

.cart-item .product-price.bmsm-native-price {
  font-weight: 700;
  color: #f39d72;
  font-size: 16px;
}

.cart-item .product-price-and-shipping .discount {
  margin-left: 6px;
  font-weight: 600;
}

/* #progress-bar-wrapper{
  display: block;
  width: 100px;
  height: 10px;
  background-color: rebeccapurple;
} */

.bmsm-cart-prices {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
