/**
 * NOTICE OF LICENSE
 *
 * You may not give, sell, distribute, sub-license, rent, lease or lend
 * any portion of the Software or Documentation to anyone.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   ET
 * @package    ET_ProductPromotions
 * @copyright  Copyright (c) 2013 ET Web Solutions (http://etwebsolutions.com)
 * @contacts   support@etwebsolutions.com
 * @license    http://shop.etwebsolutions.com/etws-license-commercial-v1/   ETWS Commercial License (ECL1)
 */

.mini-special-items .content .single-product{
    padding:10px;
}
.mini-special-items .content .product-details{
    padding-top:5px;
}

.mini-special-items .content .single-product:nth-child(even){
    background:#FAFAFA;
}
.mini-special-items .content .single-product:nth-child(odd){
    background:#F4F3F3;
}