/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
 .syotimer {
  font-family: sans-serif;
}
.syotimer-cell {
  display: inline-block;
  margin: 0 12px;
  text-align: center;
  width: 79px;
  
}
.syotimer-cell__value {
  font-size: 35px;
  color: #1382ce!important;

  height: 81px;
  line-height: 81px;

  margin: 0 0 5px;
}
.syotimer-cell__unit {
  font-size: 12px;
  text-transform: uppercase;
	color: #1382ce!important;
}




