/**
* 2007-2019 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-2019 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.
*/

/* brillian was here */

.top_hide{
  position: fixed;
  background: #ff0000D9;
  bottom: 0;
  z-index: 1000;
  left: 0;
  display: none;
  width: 100%;
}

.close___btn{
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 14px;
  color: #ffffff
}

.mobile-bottom-popup{
  display: flex;
  align-items: center;
  padding: 25px 0px;
  justify-content: space-between;
}

.mobile-bottom-popup img{
  object-fit: contain;
  margin-right: 15px;
}

.mobile-bottom-popup p{
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-align: left;
}

.mobile-bottom-popup .img-text{
  display: flex;
  align-items: center;
}

.mobile-bottom-popup button{
  background: #ffffff;
  border: none;
  padding: 5px 15px;
  color: red;
  font-size: 16px;
  border-radius: 3px;
}

@media (max-width: 481px) {
  .top_hide{
      display: block;
  }
}

/* timer */

.base-timer {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 10px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: transparent;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #ffffff;
}

.base-timer__path-remaining.orange {
  color: #ffffffBF;
}

.base-timer__path-remaining.red {
  color: #ffffff73;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
