<!--
/**
 * Woomagestore
 *
 * 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.idealiagroup.com/magento-ext-license.html
 *
 * @category    Woomagestore
 * @package     Woomagestore_Customcart
 * @copyright   Copyright (c) 2016 Woomagestore (http://www.woomagestore.com)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
-->
div#recent-sales-notice {
    background: none repeat scroll 0 0 #efefef;
    bottom: 14px;
    float: left;
    left: 15px;
    padding: 15px;
    position: fixed;
    width: 35%;
    z-index: 999;
}
.recent-sale-img {
    float: left;
    margin-right: 15px;
    width: 20%;
}
.recent-sale-img img{
    float: left;
    width: 100%;
}
.recent-sale-text {
   
    width: auto;
    font-size: 14px;
    line-height: 23px;
}
