/**
* 2007-2015 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-2015 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.
*/

h5.no-margin{
    margin-bottom:-13%!important;
}

.resizing-font{
    font: 300 18px/20px!important;
}

.free-span-price{
	color: #ffffff !important;
    background: #f13340 !important;
    padding: 5px;
    border-radius: 5px;
}

.idx-sale-box{
 height: 85px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 85px;
    z-index: 0;
    right: -5px;
}

.idx-sale-label{
   background: #f13340 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font: 700 14px/12px Arial,Helvetica,sans-serif;
    padding: 9px 0 7px;
    position: absolute;
    right: -33px;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    text-transform: uppercase;
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 130px;
    z-index: 1;
}

.idx-sale-label:after {
    border-color: #ad2b34 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    left: 5px;
    position: absolute;
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    width: 0;
}

.idx-sale-label:before {
    border-color: #ad2b34 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    content: ".";
    height: 0;
    position: absolute;
    right: 4px;
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 0;
}

.idx-content_price{
    background-color: #464646;
    bottom: -1px;
    display: none;
    left: 0;
    padding: 9px 0;
    position: absolute;
    width: 100%;
    color: #FFF;
}

.idx-product-container .idx-product-image-container{
    border: 1px solid #f7f7f7;
    margin: 13px;
    padding: 9px;
    position: relative;
    background: white;
    border-radius: 5px;
    overflow: hidden;

}

.idx-product_list li {
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    height: 270px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 5px;
}


.idx-old-price.idx-product-price {
    font-size: 17px;
}
.idx-old-price {
    color: #6f6f6f;
    text-decoration: line-through;
}

.idx-product-name {
 color: #3a3939;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
}

#idx-loader{
   background-color: #333333;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0px;
}







