/**
* 2002-2015 TemplateMonster
*
* TemplateMonster Deal of Day
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.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/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    TemplateMonster (Sergiy Sakun)
*  @copyright 2002-2016 TemplateMonster
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/
.daydeal-box-product > div > span,
.daydeal-box > div > span {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px; }
@media (max-width: 1199px) {
  .daydeal-box-product > div > span,
  .daydeal-box > div > span {
    padding-left: 3px;
    padding-right: 3px; } }

.daydeal-box-product,
.daydeal-box {
  background: #e7433b;
  color: white;
  font: normal 14px/22px "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 0px;
  min-height: 60px;
  padding: 8px 0px;
  text-align: center;
  width: 191px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .daydeal-box-product div > span,
  .daydeal-box div > span {
    display: inline-block;
    position: relative; }
    .daydeal-box-product div > span:after,
    .daydeal-box div > span:after {
      content: ':';
      position: absolute;
      left: -1px;
      top: 8px; }
    .daydeal-box-product div > span:first-child:after,
    .daydeal-box div > span:first-child:after {
      display: none; }
    .daydeal-box-product div > span > span,
    .daydeal-box div > span > span {
      display: block;
      font-weight: 400; }

#daydeal-products .label-daydeal {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  padding: 5px 12px;
  background: #FF0; }

.daydeal-box-product {
  padding: 10px 10px 0 20px;
  text-align: center; }

.daydeal-box-product.act {
  display: none; }

.daydeal-box-product > div > span > span {
  padding-right: 3px; }
