/* RIGHT TO LEFT */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/***********************************************************
					blocknewproducts
************************************************************/
@media (min-width: 992px) {
  ul.product_list.grid.blocknewproducts > li.first-in-line,
  ul.product_list.grid.blockbestsellers > li.first-in-line {
    clear: none;
  }
  ul.product_list.grid.blocknewproducts > li.first-item-of-tablet-line,
  ul.product_list.grid.blockbestsellers > li.first-item-of-tablet-line {
    clear: left;
  }
}
@media (min-width: 1200px) {
  ul.product_list.grid.blocknewproducts > li.first-item-of-tablet-line,
  ul.product_list.grid.blockbestsellers > li.first-item-of-tablet-line {
    clear: left;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  ul.product_list.grid.blocknewproducts > li.first-item-of-tablet-line,
  ul.product_list.grid.blockbestsellers > li.first-item-of-tablet-line {
    clear: left;
  }
}

/*****************************
new-products_block_right
*****************************/
/* #new-products_block_right { */
/* } */
