/**
* 2007-2023 PrestaShop
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

  @media screen and (min-width: 768px) {
    .c-product-day-content h4 {
      line-height: 1rem;
      font-size: 1em;
    }
  }
  @media screen and (min-width: 992px) {
    .c-product-day-content h4 {
      line-height: 1.5rem;
      font-size: 1.5em;
    }
  }
.promobanner {
  position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    background: linear-gradient(90deg,#ff6019 50%,#000 50%);
    text-align: center;
}
.col-black {
  background-color: #000;
  overflow: hidden;
  height: 30px;
}
.col-black:last-child {
  border-right: 0px;
}
.col-black a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promobanner-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 500;
  height: 20px;
  line-height: 21px;
}
.promobanner-product-title:hover {
  color: #ff6019;
}
.promobanner-title {
  font-size: 16px;

  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 22px;
  justify-content: center;
  margin-top:1px;
}
.promobanner-title h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;;
}