/**
* 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-container .idx-product-image-container{
    background:none !important;
}
.idx-content_price {
    background-color: #023249 !important;
    font-weight: bold;
    border-radius: 12px;
    border: 2px solid #fff;

}
.idx-product-container .idx-product-image-container img {
    max-height: 100px !important;
}
.idx-product-container{
    opacity: 0;
    transition-duration: 1s;
}
.idx-product-container:hover{
    transition-duration: 1s;
    opacity: 1;
}
.idx-product_list:hover{
background:url(http://v2.planete-drinks-prod.ovh/themes/newTheme/modules/idxcartgift/views/img/fond-cadeau-vide.jpg);
}
.idx-product_list{
    border: 2px solid black;
    border-radius: 12px;
    transition-duration: 1s;
    margin-bottom: 15px !important;
    background:url(http://v2.planete-drinks-prod.ovh/themes/newTheme/modules/idxcartgift/views/img/fond-cadeau-rempli.jpg) ;
}
.gift-title {
    margin:0 !important;
    text-align: center;
    color:#fff;
    font-size: 13px !important;
}
.idx-product-name{
    color: #fff !important;
}
h5.no-margin{
    margin-bottom:-13%!important;
}

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

.free-span-price{
	color: #ffffff !important;
    background: #f13340;
    position: relative;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;

}

.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;
}

@media(min-width:992px){
.idx-content_price{
    background-color: #464646;
    bottom: -58px;
    display: none;
    left: 0;
    padding: 9px 0;
    position: absolute;
    width: 100%;
    color: #FFF;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.idx-product-image-container:hover .idx-content_price{
    bottom: -1px;
     -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;

}
}
@media(max-width:991px){
    .idx-content_price{
    background-color: #464646;
    bottom: -1px;
    display: none;
    left: 0;
    padding: 9px 0;
    position: absolute;
    width: 100%;
    color: #FFF;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
}






.idx-product-container .idx-product-image-container{
    padding: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;	
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

}

.idx-product_list li{
    text-align: center;
}


.idx-old-price.idx-product-price {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;

}
.idx-old-price {
    color: #6f6f6f;
    text-decoration: line-through;
}

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

.idx_loading_dcgt{
   background: url('../img/loader.gif') no-repeat center center;
   position: relative;
   display: block;
   margin: 0 auto;
   height:40px;
}
.gift-title{
    margin: 10px 20px;
    font-size: 15px;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.idxSelecGiftAttr{
    background: #ffffff !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

 .selectProduct {
        
	padding:0px 30px 0px 10px !important;
	border: 1px solid #a9a9a9 !important;
	font-size:13px !important;
	background: #fff url("../img/dropdown.png") no-repeat 95% 50% !important;
	-webkit-appearance: none !important;
	   -moz-appearance: none !important;
			appearance: none !important;
}

.idx-product_list{
	align-items: center;
    display: flex;
	margin-bottom: 0;
}

.idx-product-container .idx-product-image-container img{
    max-height: 50px;
}


