/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.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/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.categorypush123
{
   position:absolute;
   bottom: 0px;
   text-align: center;
   padding: 2px 0 3px;
   font-weight:600;
   font-size: 19px;
   text-transform: uppercase;
   color: white;
   
   width:100%;
   z-index:4;
}
@media (max-width: 575px){
 .categorypush123{
 		font-size: 15px;
	}
}

.categorypush123-moment
{ 
   background:#d55d23;
}

.categorypush123-note
{ 
   background:#c79600;
}

.categorypush123-sales
{ 
   background:#0088a0;
}


/*.categorypush123-sales span:before,
.categorypush123-note span:before,
.categorypush123-moment span:before
{   
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.categorypush123-sales span:before
{   
    content: url("../../images/icon_best_sales.png");
}

.categorypush123-note span:before
{   
    content: url("../../images/icon_best_note.png");
    
}

.categorypush123-moment span:before
{   
    content: url("../../images/icon_best_moment.png");
}*/

.categorypush-grid
{
    margin:0;
    padding:0;
    width: 100%;
}

.categorypush-grid p,
.categorypush-list p
{
    margin:0;
    padding:0;
}

.categorypush-grid p img,
.categorypush-list p img
{
    width: 100%;
    height: auto;
}

.categorypush-grid p img
{
    display:block;
}

.categorypush-list
{
    display: none;
}
 @media (max-width: 768px) {
	.is_categorypush123{display:none;}
	
}

 @media (max-width: 575px) {
 	/*.categorypush123{
 		padding-top:2px;	
 		font-weight:600;
 		letter-spacing:inherit;
 		font-size:14px;
 		font-weight:inherit;
 	}
 	.categorypush123 span{
		
	}
	.categorypush123 span:before{
		display:none;	
	}*/
	
}


 

