/**
* 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.
*/
.idx-product_list{
  width: 100%
}
.idx-product_list .row{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 4px;
}
.item-deluxecartgift{
  padding: 5px 2px;
}
.idx-product-container {
  border: 1px dashed #cacaca;
  padding: 10px;
  border-radius: 5px; }
.idx-availables .idx-product-container {
  height: 238px; }
.idx-product-container .idx-product-name {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  height: 45px;
  display: inline-block;
  overflow: hidden; }
.idx-product-container .idx-product-image-container {
  position: relative;
  min-height: 130px;
  background: white; }
  .idx-product-container .idx-product-image-container .product_img_link{
    display: block;
    text-align: center;
 }
.idx-product-container .idx-product-image-container .idx-sale-label {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 4px 0;
  line-height: 10px;
  width: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #0000;
  color: #464646;
  left: 5px; }
.idx-product-container .idx-product-image-container .idx-sale-label .arrow-down {
  position: relative;
  right: 60px;
  top: 22px;
  width: 0;
  border-left: 20px solid #0000;
  border-right: 20px solid #0000;
  border-top: 6px solid #464646; }
.idx-product-container .idx-product-image-container .idx-content_price {
  text-transform: uppercase;
  background-color: #cc071e;
  bottom: -36px;
  display: none;
  left: 0;
  padding: 8px 0;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.idx-product-container .idx-product-image-container .idx-content_price:hover {
  background: #3c3d3d; }
.idx-product-container .idx-product-image-container .idx-content_price .fa-gift {
  margin-left: 5px;
  font-size: 15px; }

#idx-loader {
  background-color: #333333;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 999;
  margin: 0px; }
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; }
.deluxegift .page-heading {
  padding: 5px 15px;
  background-color: #cc071e;
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 991px) {
  .idx-product_list {
    margin-bottom: 20px;
  }

  .idx-product_list .row > div {
    margin-top: 10px;
  }
}