/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
 * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_PriceCount
 * @version     0.1.4
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2014 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 *
 */
 .timer-grid{float: left;width: 100%;padding: 3px 0 0 0;color: #000000;font-size: 18px;font-family: arial; font-weight: bold;}
 .timer-list{position:absolute;z-index:100;bottom:18px;width:100%;}
 .timer-view{float: left;width: 100%;padding:2px 0 0 0px;color: #000000;font-size: 40px; font-family:arial;font-weight: bold;}
 .timer-view .day{margin:1px 1px}
 .timer-view .hour{margin:1px 1px}
 .timer-view .min{margin:1px 1px}
 .timer-view .sec{margin:1px 1px}
 .timer-compare{float: left;width: 100%;padding: 0;color: #000000;font-size: 22px;font-family: arial; font-weight: bold;}
 .timerspec{float: left;width: 100%;color: #1E7EC8;font-size: 13px;}
 .timerdate{float: left;width: 100%;padding:0 0 3px 0;color: #1E7EC8;font-size: 12px;}
 .timerdate .day{margin:1px 1px; width:20px; text-align: center;}
 .timerdate .hour{margin:1px 1px;width:20px; text-align: center;}
 .timerdate .min{margin:1px 1px; width:20px; text-align: center;}
 .timerdate .sec{margin:1px 1px; width:20px; text-align: center;}
 .count-date{display:inline-block;width:88px;padding:15px 0;margin:7px;background:#1694d6;color:#fff;border-radius:3px;}
 .value-date{display:block;font-size:37px;line-height:1;}
 .value-date b{font-weight:400;}
 .format-date{font-size:12px;text-transform:uppercase;}
 .product-image-wrapper .small-list {bottom:9px;opacity:0.2;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;text-align: center}
 .product-image-wrapper:hover .small-list {bottom:18px;opacity:1}
 .grid-type-1 .product-image-wrapper:hover .small-list,
 .grid-type-2 .product-image-wrapper:hover .small-list,
 .products-doubled .product-image-wrapper:hover .small-list,
 .home-product-slider .product-image-wrapper:hover .small-list{bottom:33px;}
 .small-list .count-date{width:25px;height:25px;border-radius:2px;padding:0}
 .small-list .value-date{font-size:15px;line-height:25px}
 .small-list .format-date{display:none}
 /*.small-list .day,.small-list .hour,.small-list .min,.small-list .sec {background:#e61446;color:#fff;padding:5px;border-radius:2px}*/